Hi
I'm having trouble installing VirtualBox 4.3.12 on my Ubuntu 14.04. I installed it manually by running the .deb file downloaded from the official VirtualBox website: https://www.virtualbox.org/wiki/Linux_Downloads
The problem is, during the installation process, sudo /etc/init.d/vboxdrv setup fails.
Running sudo /etc/init.d/vboxdrv setup manually via terminal returns
dmesg returns a long output, around the end the prompts which potentially reveal the cause of problems is:
Can somebody please help?
Many thanks in advance.
I'm having trouble installing VirtualBox 4.3.12 on my Ubuntu 14.04. I installed it manually by running the .deb file downloaded from the official VirtualBox website: https://www.virtualbox.org/wiki/Linux_Downloads
The problem is, during the installation process, sudo /etc/init.d/vboxdrv setup fails.
Running sudo /etc/init.d/vboxdrv setup manually via terminal returns
Code:
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMS ...done.
Starting VirtualBox kernel modules ...failed!
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
Code:
[ 3.497255] Bluetooth: BNEP socket layer initialized
[ 3.535439] init: cups main process (910) killed by HUP signal
[ 3.535447] init: cups main process ended, respawning
[ 3.814971] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 3.916540] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[ 3.916763] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.916969] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.991579] init: Failed to spawn atd main process: unable to execute: No such file or directory
[ 4.223696] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 4.223784] vboxdrv: Unknown symbol mcount (err 0)
[ 4.445045] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 4.503004] init: plymouth-upstart-bridge respawning too fast, stopped
[ 6.823304] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
[ 6.823347] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 33.594336] audit_printk_skb: 189 callbacks suppressed
[ 33.594338] type=1400 audit(1401255642.850:74): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2665 comm="apparmor_parser"
[ 33.594342] type=1400 audit(1401255642.850:75): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2665 comm="apparmor_parser"
[ 33.594616] type=1400 audit(1401255642.850:76): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2665 comm="apparmor_parser"
[ 86.308004] vboxdrv: Unknown symbol mcount (err 0)
[ 551.076403] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
[ 565.238707] vboxdrv: Unknown symbol mcount (err 0)
Many thanks in advance.