Opened 3 years ago
Closed 2 years ago
#21077 closed defect (fixed)
I can't start virtualbox as user
Reported by: | srebrenka | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.36 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
Hi After upgrade virtualbox to the version 6.1.36-152435~Ubuntu~focal I can't start it.
$ virtualbox Segmentation fault OS: $ uname -a Linux elx711804cz 5.14.0-1049-oem #56-Ubuntu SMP Fri Aug 12 10:23:08 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
In the same time I can start virtualbox as root.
I installed virtualbox on the following way:
sudo dpkg -i /home/etklas/Downloads/virtualbox-6.1_6.1.36-152435_Ubuntu_focal_amd64.deb
Attachments (1)
Change History (11)
comment:1 by , 3 years ago
comment:4 by , 3 years ago
Wonder if you're lacking some package dependencies... "dpkg -i" just installs the VirtualBox package, and if dependencies are missing that can easily lead to crashes.
"sudo apt-get install -f" after the "dpkg -i" command is taking care of the dependencies.
comment:5 by , 3 years ago
$ sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required:
dctrl-tools dkms libgsoap-2.8.91 liblzf1 libvncserver1 linux-headers-5.14.0-1049-oem linux-image-5.14.0-1049-oem linux-modules-5.14.0-1049-oem linux-oem-5.14-headers-5.14.0-1049
Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
by , 3 years ago
Attachment: | VBoxSVC.log added |
---|
comment:7 by , 3 years ago
I can start virtualbox with following command: vboxmanage startvm win10.mwp
Can anybody help me to solve the problem with virtualbox command
comment:8 by , 3 years ago
Hi srebrenka,
Have you tried VirtualBox 6.1.38?
As a cleaner solution, I would suggest to reinstall VirtualBox:
apt purge VirtualBox-6.1 apt install ./virtualbox-6.1_6.1.38-153438~Ubuntu~focal_amd64.deb
comment:9 by , 3 years ago
Hi I didn't try since when I upgraded virtualbox the latest version was 6.1.36. I'll try with the newest version. Thanks
comment:10 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi Could you please help me. It is important to solve this issue because I can't work.
Thanks