Updating kernel

Discussions related to using VirtualBox on Linux hosts.
Post Reply
janule
Posts: 5
Joined: 17. Jan 2009, 18:37

Updating kernel

Post by janule »

hi i use virtualbox on archlinux and after updateing the kernel i cannot run virtualbox : The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root.

but this command doesnt work: sudo: /etc/init.d/vboxdrv: command not found...
could you please help me?
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

Which version is installed? PUEL or OSE?
janule
Posts: 5
Joined: 17. Jan 2009, 18:37

Post by janule »

PUEL
dmcgraw
Volunteer
Posts: 808
Joined: 24. Jun 2008, 17:16
Primary OS: Ubuntu 8.10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Ubuntu 9.10
Location: St. Louis, MO, USA

Re: Updating kernel

Post by dmcgraw »

Did you really run the command as you have written, 'sudo:'

There should not be a ':' at the end of the sudo comannd.

The correct command should be

sudo /etc/init.d/vboxdrv setup

Dave
janule wrote:hi i use virtualbox on archlinux and after updateing the kernel i cannot run virtualbox : The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root.

but this command doesnt work: sudo: /etc/init.d/vboxdrv: command not found...
could you please help me?
janule
Posts: 5
Joined: 17. Jan 2009, 18:37

Post by janule »

yes look : in terminal - i write the command , am asked for a password and then it write the sentence with sudo:.......

sudo /etc/.init.d/vboxdrv setup
password:
sudo: /etc/.init.d/vboxdrv: command not found
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

Another way: Open terminal,

"su"
input your password
"/etc/init.d/vboxdrv setup"
janule
Posts: 5
Joined: 17. Jan 2009, 18:37

Post by janule »

bash-3.2# /etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: není souborem ani adresá?em (means not file or directory)
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Reinstall VB. Somehow, the module script is removed.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
janule
Posts: 5
Joined: 17. Jan 2009, 18:37

Post by janule »

hey i have solved it . there is a hint.. http://mandrivausers.org/lofiversion/in ... 49504.html

but thanks :-)
Post Reply