Fedora Linux Support Community & Resources Center
  #1  
Old 20th April 2012, 01:55 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
vbox guest additions after kernel update

After a yum update that includes a kernel update, Virtual Box Guest Additions no longer appear to work. At least, the 3D acceleration, copy/paste between host and guest, and Shared folders, no longer work. This wasn't the case with F16.

If I re-rerun the script to reinstall (which actually means removing DKMS and non-DKSM modules, and then rebuilding them from source), and reboot, things work again. Is anyone else seeing this? And is it expected? Makes me wonder if it's a bug and then if it's a kernel bug related to DKMS, or if it's a vbox bug related to DKMS, if it I'm just lucky.
Reply With Quote
  #2  
Old 20th April 2012, 03:30 AM
JValeck Offline
Registered User
 
Join Date: Jan 2010
Location: Vernonia, Oregun
Posts: 103
linuxfirefox
Re: vbox guest additions after kernel update

This is the error I am getting;
Failed to open a session for the virtual machine XP-Pro.

The virtual machine 'XP-Pro' has terminated unexpectedly during startup with exit code 1.

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}

Then it says I should '/etc/init.d/vboxdrv setup', which fails!

-Val
__________________
Fedora 18 64bit (Installed Feb. 2013)
Memory 3Gb
Video nVidia GeForce 9800GT 512Mb DDR3, CPU AMD Phenom 9550
Disk Samsung HD103SJ 1Tb 3Gb/s (Installed April 2010)
Reply With Quote
  #3  
Old 20th April 2012, 03:50 AM
marco765 Offline
Registered User
 
Join Date: Mar 2012
Location: West Lafayette, Indiana
Posts: 28
macossafari
Re: vbox guest additions after kernel update

noticed this dkms bug today https://bugzilla.redhat.com/show_bug.cgi?id=790521

maybe related?
Reply With Quote
  #4  
Old 20th April 2012, 04:31 AM
JValeck Offline
Registered User
 
Join Date: Jan 2010
Location: Vernonia, Oregun
Posts: 103
linuxfirefox
Re: vbox guest additions after kernel update

This is what happened when ran vboxdrv setup

[r2d2@localhost ~]$ su
Password:
[root@localhost r2d2]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMSError! Bad return status for module build on kernel: 2.6.42.12-1.fc15.x86_64 (x86_64)
Consult /var/lib/dkms/vboxhost/4.1.6/build/make.log for more information.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@localhost r2d2]#

I am not knowlegeable enough to understand the log file. If someone wants it I will try to post it.


-Val
__________________
Fedora 18 64bit (Installed Feb. 2013)
Memory 3Gb
Video nVidia GeForce 9800GT 512Mb DDR3, CPU AMD Phenom 9550
Disk Samsung HD103SJ 1Tb 3Gb/s (Installed April 2010)
Reply With Quote
  #5  
Old 20th April 2012, 04:44 AM
JValeck Offline
Registered User
 
Join Date: Jan 2010
Location: Vernonia, Oregun
Posts: 103
linuxfirefox
Re: vbox guest additions after kernel update

Just figured out how to attach the log file. Hope this works.

-Val
Attached Files
File Type: log vbox-install.log (161.4 KB, 46 views)
__________________
Fedora 18 64bit (Installed Feb. 2013)
Memory 3Gb
Video nVidia GeForce 9800GT 512Mb DDR3, CPU AMD Phenom 9550
Disk Samsung HD103SJ 1Tb 3Gb/s (Installed April 2010)
Reply With Quote
  #6  
Old 20th April 2012, 05:58 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: vbox guest additions after kernel update

Quote:
Originally Posted by JValeck View Post
2.6.42.12-1.fc15.x86_64 (x86_64)
a.) F17 beta is at 3.3.2-1 so I don't see how this kernel is relevant to the convo.

b.) I'm not having any problems running the guest addition install script, it builds just fine. The problem is that the additions stop working after a kernel update, whereas with F16 my recollection is that guest additions continued to function.
Reply With Quote
  #7  
Old 20th April 2012, 11:39 AM
pedromadeira Offline
Registered User
 
Join Date: Jan 2008
Posts: 4
linuxchrome
Re: vbox guest additions after kernel update

I'm on an yum updated F17 using VirtualBox VirtualBox-4.1-4.1.12_77245_fedora16-1.x86_64 and having no problems here.

It can't use DKMS after a kernel update but compiles well even with this new kernel 3.3.2-1.fc17.x86_64.
Reply With Quote
  #8  
Old 20th April 2012, 09:41 PM
JValeck Offline
Registered User
 
Join Date: Jan 2010
Location: Vernonia, Oregun
Posts: 103
linuxfirefox
Re: vbox guest additions after kernel update

I found a link that may correct my problem with vbox and F15.

http://blog.andreas-haerter.com/2011...boxpci-linux.o

-Val
__________________
Fedora 18 64bit (Installed Feb. 2013)
Memory 3Gb
Video nVidia GeForce 9800GT 512Mb DDR3, CPU AMD Phenom 9550
Disk Samsung HD103SJ 1Tb 3Gb/s (Installed April 2010)
Reply With Quote
  #9  
Old 29th April 2012, 08:30 PM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: vbox guest additions after kernel update

Appears to be a known issue.
http://lists.fedoraproject.org/piper...il/107316.html
Reply With Quote
  #10  
Old 30th April 2012, 04:37 AM
fpmurphy Offline
Registered User
 
Join Date: May 2009
Location: /dev/ph
Posts: 308
windows_7firefox
Re: vbox guest additions after kernel update

It has always been the case that you generally need to rebuild VirtualBox guest additions whenever the kernal is rev'ed.
Reply With Quote
  #11  
Old 30th April 2012, 04:52 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: vbox guest additions after kernel update

Has not ever been the case for me during the entire F16 life cycle. I've only had to rebuild when guest additions themselves change versions (because vbox has changed versions).
Reply With Quote
  #12  
Old 30th April 2012, 09:31 AM
Mister B Offline
Registered User
 
Join Date: May 2008
Posts: 48
linuxfirefox
Re: vbox guest additions after kernel update

I've been having the same issue on F17 and IIRC I had it on F16 as well.
__________________
--Matt Broekemeier
Reply With Quote
  #13  
Old 30th April 2012, 10:21 AM
Dutchy Offline
Registered User
 
Join Date: Aug 2011
Posts: 697
linuxsafari
Re: vbox guest additions after kernel update

Reinstalled those plenty of times after kernel updates in my F16 guest.
Reply With Quote
  #14  
Old 1st May 2012, 03:51 AM
JValeck Offline
Registered User
 
Join Date: Jan 2010
Location: Vernonia, Oregun
Posts: 103
linuxfirefox
Re: vbox guest additions after kernel update

I reciently was pointed to this link:

https://bugzilla.redhat.com/show_bug.cgi?id=815103

-Val
__________________
Fedora 18 64bit (Installed Feb. 2013)
Memory 3Gb
Video nVidia GeForce 9800GT 512Mb DDR3, CPU AMD Phenom 9550
Disk Samsung HD103SJ 1Tb 3Gb/s (Installed April 2010)
Reply With Quote
  #15  
Old 1st May 2012, 04:01 AM
solo2101's Avatar
solo2101 Offline
Registered User
 
Join Date: Jan 2010
Location: behind that screen...
Posts: 553
linuxchrome
Re: vbox guest additions after kernel update

I saved this file in the /etc/yum.repos.d/ folder... that way everytime I do a "#yum update" I also get the VirtualBox update...
not that it has to do with the issue...but...
Reply With Quote
Reply

Tags
additions, guest, kernel, update, vbox

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vbox additions in fedora guest zvacet Using Fedora 0 8th September 2010 07:13 PM
[SOLVED] VBox Guest additions Alex Farber Using Fedora 3 30th April 2010 08:01 PM
install virtualbox guest additions (fedora 12, VBox 3.1.6): ofw13and3 Guides & Solutions (No Questions) 0 29th March 2010 06:44 PM
VBOX Guest Additions Fedora 10 Dsn0wMan Installation and Live Media 16 15th December 2009 11:26 PM
Installing VBox guest additions on F11 louc Using Fedora 2 21st October 2009 02:55 AM


Current GMT-time: 12:50 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat