LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-09-2011, 11:18 PM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
VirtualBox & The New 2.6.37.3 Kernel. (Solution: DKMS Required To Install VB Kernel Module)


Installed all the upgrades along with the new kernel and everything went well until I tried to install (re-install) VirtualBox. It goes through the motions and says it was installed successfully, but upon re-booting there was an error message about the VirtualBox module not loading.
That was with version 3.2.10-66896, so I went over to Sun and downloaded 4.04-7011, but the results where the same.
Is this a kernel problem or a VB problem?
Thanks.

Last edited by cwizardone; 03-13-2011 at 07:05 PM.
 
Old 03-09-2011, 11:46 PM   #2
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
I just did the upgrade and reinstalled VB 402 and mine worked.
Let me download 404 and see if it borks it.
 
Old 03-10-2011, 12:06 AM   #3
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
VirtualBox 404 works here.
 
Old 03-10-2011, 12:17 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Thanks for your reply.
I get the following message on boot up:
Quote:
Starting VirtualBox modules.... failed! (modprobe vboxdrv failed. Please use 'dmesg' to find out why)
I looked in dmesg, but there was nothing in it in reference to VB or vboxdrv.
 
Old 03-10-2011, 04:12 AM   #5
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
No problems here either.
Virtualbox 4.0.4-70112 on Slackware64-current (13.37) and custom kernel 2.6.37.3.

Have a look at /var/log/vbox-install.log

Last edited by BroX; 03-10-2011 at 04:16 AM.
 
Old 03-10-2011, 04:28 AM   #6
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
Quote:
Originally Posted by cwizardone View Post
Thanks for your reply.
I get the following message on boot up:

I looked in dmesg, but there was nothing in it in reference to VB or vboxdrv.
you need to build vbox modules for the new kernel. Run as root
/etc/rc.d/rc.vboxdrv setup

Or something similar. Do not remember exactly if it is called rc.vboxdrv or something similar. Do not use is for quite a long already.
 
Old 03-10-2011, 06:15 AM   #7
lonestar_italy
Member
 
Registered: Nov 2010
Location: Italy
Distribution: Slackware64-current
Posts: 172

Rep: Reputation: 67
I have a different issue related to Virtualbox on 13.37

Everything is installed correctly, including the kernel driver.

Whenever I turn on the Windows XP guest, the machine boots and suddenly the window closes and the VM is interrupted, when services begin to startup.

If I start the machine in Safe mode, it stays up.

I have the same issue also on another current where I'm still using a 2.6.35.10 kernel, so I suppose it's not the kernel, but probably something in the new glibc-2.13-2 packages that gives some sort of incompatibility with Virtualbox (4.0.4).
Any confirmation?

My next test could be reverting to glibc-2.13-1 packages.
 
Old 03-10-2011, 07:22 AM   #8
hughszg
LQ Newbie
 
Registered: Apr 2007
Location: China
Distribution: fedora, debian, ubuntu
Posts: 9

Rep: Reputation: 0
I have got exactly the same issue here.

I have got exactly the same issue here.

Quote:
Originally Posted by lonestar_italy View Post
I have a different issue related to Virtualbox on 13.37

Everything is installed correctly, including the kernel driver.

Whenever I turn on the Windows XP guest, the machine boots and suddenly the window closes and the VM is interrupted, when services begin to startup.

If I start the machine in Safe mode, it stays up.

I have the same issue also on another current where I'm still using a 2.6.35.10 kernel, so I suppose it's not the kernel, but probably something in the new glibc-2.13-2 packages that gives some sort of incompatibility with Virtualbox (4.0.4).
Any confirmation?

My next test could be reverting to glibc-2.13-1 packages.
 
Old 03-10-2011, 07:27 AM   #9
zhoun
Member
 
Registered: Oct 2007
Location: anywhere
Distribution: slackware64 current & win7 64 on thinkpad X61
Posts: 104

Rep: Reputation: 18
login as root,
cd /usr/src/linux; make prepare; /etc/rc.d/rc.vboxdrv setup

Quote:
Originally Posted by cwizardone View Post
Thanks for your reply.
I get the following message on boot up:

I looked in dmesg, but there was nothing in it in reference to VB or vboxdrv.
 
Old 03-10-2011, 09:39 AM   #10
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Quote:
Originally Posted by zhoun View Post
login as root,
cd /usr/src/linux; make prepare; /etc/rc.d/rc.vboxdrv setup
Thanks for your reply.
I tried it and here are the results:
Quote:
bash-4.1# cd /usr/src/linux; make prepare; /etc/rc.d/rc.vboxdrv setup
CHK include/linux/version.h
CHK include/generated/utsrelease.h
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
CALL scripts/checksyscalls.sh
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMS ...failed!
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...done.
Starting VirtualBox kernel modules ...failed!
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
bash-4.1#
 
Old 03-10-2011, 03:47 PM   #11
artificiosus
LQ Newbie
 
Registered: Mar 2010
Posts: 6

Rep: Reputation: 4
I had the same issue as well. (VirtualBox 4.04(binary version), 32bit current)

In the VirtualBox settings, try disabling the shared clipboard. This seems to be causing the WinXP guest to abort but I don't know why.


Quote:
Originally Posted by lonestar_italy View Post
I have a different issue related to Virtualbox on 13.37

Everything is installed correctly, including the kernel driver.

Whenever I turn on the Windows XP guest, the machine boots and suddenly the window closes and the VM is interrupted, when services begin to startup.

If I start the machine in Safe mode, it stays up.

I have the same issue also on another current where I'm still using a 2.6.35.10 kernel, so I suppose it's not the kernel, but probably something in the new glibc-2.13-2 packages that gives some sort of incompatibility with Virtualbox (4.0.4).
Any confirmation?

My next test could be reverting to glibc-2.13-1 packages.
 
Old 03-10-2011, 04:08 PM   #12
lonestar_italy
Member
 
Registered: Nov 2010
Location: Italy
Distribution: Slackware64-current
Posts: 172

Rep: Reputation: 67
Thumbs up

Quote:
Originally Posted by artificiosus View Post
I had the same issue as well. (VirtualBox 4.04(binary version), 32bit current)

In the VirtualBox settings, try disabling the shared clipboard. This seems to be causing the WinXP guest to abort but I don't know why.
LOL! It's unbelievable! I've just found this same solution right in this moment, and I've got on here to post this info in the thread! lol

Disabling shared clipboard makes the VM stay up and working. It would be nice to find out what kind of services or file permissions or whatever are involved in this feature and how they have changed with 13.37....
 
Old 03-10-2011, 04:15 PM   #13
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Quote:
Originally Posted by cwizardone View Post
Thanks for your reply.
I tried it and here are the results:

Very strange indeed. Are you sure you are running the 4.0.4 version?
Code:
$ vboxmanage --version
4.0.4r70112
 
Old 03-10-2011, 11:12 PM   #14
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Quote:
Originally Posted by BroX View Post
Very strange indeed. Are you sure you are running the 4.0.4 version?
Code:
$ vboxmanage --version
4.0.4r70112
Yes.
 
Old 03-10-2011, 11:16 PM   #15
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,979

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
I updated Slacware64-current to Slackware64 13.37RC1 this morning.

After the slackpkg stuff I said no to lilo. Switched my kernels back to generic, ran mkinitrd again, then lilo, then rebooted. Then I reinstalled VirtualBox 4.0.4r70112.

All is working well.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VirtualBox 3.1.6 kernel @ SlackBuild error - kernel include dir dc_eros Slackware 4 05-31-2010 11:24 PM
Mdv-2010 & Virtualbox FredGSanford Mandriva 4 09-25-2009 02:21 PM
Virtualbox kernel modules won't load after updating kernel in openSUSE 11.0 JamesHall SUSE / openSUSE 6 02-03-2009 04:36 PM
virtualbox & DHCP paul_mat Linux - Server 1 05-24-2008 07:23 PM
Virtualbox, Mandriva & Windows 98 dolphans1 Mandriva 15 04-21-2008 01:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration