Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Installation of the rpm should be very easy. I already succesfully installed VirtualBox 2.0.4. But when I install this newer version of VirtualBox I encounter many problems as posted above on my Fedora 9.
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,299
Rep:
I have errors too from version 2.0.6, different errors,
may be why I used "rpm -U" ( U = update, replace )
Code:
[root@localhost 1-download]# rpm -Uvh VirtualBox-2.0.6_39765_fedora9-1.i386.rpm
Forbereder... ########################################### [100%]
1:VirtualBox ########################################### [100%]
Creating group 'vboxusers'. VM users must be member of that group!
No precompiled module for this kernel found -- trying to build one. Messages
emitted during module compilation will be logged to /var/log/vbox-install.log.
Success!
Stopping VirtualBox kernel module [ O.k. ]
I was having the same problem with VB 2.0.6 and Slackware, and found the solution as posted here.
Hope this helps.
What I did till now : I changed the owner of the file /tmp/.vbox-jonas-ipc (as the error stated that there was an owner-problem).
Root was owner of that file and now jonas is.
I am now able to start up VirtualBox, but starting up a VM gives an error.
I will check out your solution !
EDIT :
I did not delete the file as said in the post, but I just changed group of the file :
[jonas@localhost ~]$ chgrp -R vboxusers .vbox-jonas-ipc/
This also helped and I am now able to start up via Applications>System Tools>VirtualBox
Last edited by jonaskellens; 12-01-2008 at 03:46 AM.
I did not delete the file as said in the post, but I just changed group of the file :
[jonas@localhost ~]$ chgrp -R vboxusers .vbox-jonas-ipc/
This also helped and I am now able to start up via Applications>System Tools>VirtualBox
Excellent! Deleting it forces it to be re-created the next time you start VB as that user, with proper permissions, group and ownership - the same thing you did by directly changing ownership and groups - so I guess we arrived at the same end point.
This thread was one of few hints I found when looking for my own solution so thought I'd let you know what I found. Glad you have it going, enjoy!
[EDIT] After submitting above post I realized that you said that you could start from the menu but not that you could actually run a VM. I too hit that intermediate state because I had not restarted the daemons.
If you still cannot start a VM be sure to start vboxdrv and vboxnet scripts - probably under /etc/init.d in FC, probably want to add them to the boot tasks (/etc/rc.d/rc5.d/ maybe?). Good luck!
[/EDIT]
Running a VM is no problem anymore also. So by changing the group of that directory and all what's in it, VirtualBox runs under normal user account and I can create and run VM's.
Just having some trouble with my host network card. But therefore I need to check the manual first.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.