 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

2nd December 2008, 12:59 AM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: earth
Posts: 1,131

|
|
|
Thanks SendDerek!
Pat Jr.
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
|

5th December 2008, 06:43 PM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 24

|
|
|
hello, does this tutorial also works for fedora 9?
TIA!
|

5th December 2008, 06:47 PM
|
 |
Registered User
|
|
Join Date: Nov 2007
Posts: 198

|
|
It should, yeah!
But there's only one way to find out... try it!
|

8th December 2008, 11:36 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 13

|
|
|
Having a problem...
When I download the Virtualbox package from the site you provided in the previous post, I received the following failed to install file error:
failed to get a TID: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.PackageKit.Transaction" member "SetLocale" error name "(unset)" destination "org.freedesktop.PackageKit") (0)
Can you please assist me...
Last edited by pzd6tl; 9th December 2008 at 01:22 AM.
|

9th December 2008, 08:10 AM
|
|
Registered User
|
|
Join Date: Dec 2008
Posts: 36

|
|
Hi!
I did everything, step by step - like in your tut. But I get this error while trying to start machine:
Quote:
|
VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot.
|
hmm... I have permissions for my for 100%. I tried to /etc/init.d/vboxdrv setup once again but nothing happens... Can anybody help me?...
P.S. Sorry for my poor english.
|

9th December 2008, 08:12 AM
|
|
Registered User
|
|
Join Date: Dec 2008
Posts: 36

|
|
Quote:
Originally Posted by pzd6tl
When I download the Virtualbox package from the site you provided in the previous post, I received the following failed to install file error:
failed to get a TID: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.PackageKit.Transaction" member "SetLocale" error name "(unset)" destination "org.freedesktop.PackageKit") (0)
Can you please assist me... 
|
http://forums.fedoraforum.org/showthread.php?t=206797 <-- better Mod don't see u ;p
|

9th December 2008, 11:14 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
Quote:
Originally Posted by marverix
Hi!
I did everything, step by step - like in your tut. But I get this error while trying to start machine:
hmm... I have permissions for my for 100%. I tried to /etc/init.d/vboxdrv setup once again but nothing happens... Can anybody help me?...
P.S. Sorry for my poor english.
|
Hi,
The kvm and kvm_intel (for intel cpus) or kvm_amd (amd cpu) modules
can't be loaded while VirtualBox is trying to use its vboxdrv module.
Unload kvm and kvm_intel (or kvm_adm) modules and then run Virtualbox
(making sure vboxdrv is loaded before hand).
|

10th December 2008, 06:01 AM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Wuhan University, China
Posts: 2

|
|
virtualbox mistake in fedora 10, cannot find kernel source
I have a problem when inputing
/etc/init.d/vboxdrv setup
I get
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
in the vbox-install.log I find
Attempting to install using DKMS
removing old DKMS module vboxdrv version
Error! Invalid number of parameters passed.
Usage: remove -m <module> -v <module-version> --all
or: remove -m <module> -v <module-version> -k <kernel-version>
------------------------------
Deleting module version: 2.0.6
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/vboxdrv/2.0.6/source ->
/usr/src/vboxdrv-2.0.6
DKMS: add Completed.
Error! Your kernel source for kernel 2.6.27.5-117.fc10.i686 cannot be found at
/lib/modules/2.6.27.5-117.fc10.i686/build or /lib/modules/2.6.27.5-117.fc10.i686/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:142: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
I don't know what to do.Can someone help me?
|

10th December 2008, 07:10 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 31

|
|
|
dkms can not find kernel
Hi
when trying to install virtualbox i recieve the following error
Error! Your kernel source for kernel 2.6.27.5-117.fc10.i686 cannot be found at
/lib/modules/2.6.27.5-117.fc10.i686/build or /lib/modules/2.6.27.5-117.fc10.i686/source
when i looked in these locations they appear to be there. any help would be appreceated
also i followed the step by step at the begining of post
thankyou for your time
kevin
|

10th December 2008, 09:48 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
Quote:
Originally Posted by yowangch
I have a problem when inputing
/etc/init.d/vboxdrv setup
.............
Error! Your kernel source for kernel 2.6.27.5-117.fc10.i686 cannot be found at
/lib/modules/2.6.27.5-117.fc10.i686/build or /lib/modules/2.6.27.5-117.fc10.i686/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:142: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
I don't know what to do.Can someone help me?
|
You probably don't have the kernel development files,
as root run this:
then redo
Quote:
|
/etc/init.d/vboxdrv setup
|
Note you have to do this while running the actual kernel you want to target for the
vboxdrv module (the vboxdrv setup looks at the "uname -r" value and uses that to figure out where to look for your development files)
|

10th December 2008, 11:33 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 31

|
|
|
Thank you for help. yum install shows kernel-devel already installed.
|

11th December 2008, 03:45 AM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Wuhan University, China
Posts: 2

|
|
|
hi, kc2dws,
I finally find out the problem.
It is because the source and the kernel are not the same version.
You can first find out what version of kernel is running , then remove the source and DKMS,
then download the right soure rpm package depending on the kernel version you have found out, install it ,then install DKMS.And DKMS will not make mistake again.
I forget the commands,sorry.
|

11th December 2008, 05:25 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
Quote:
Originally Posted by kc2dws
Thank you for help. yum install shows kernel-devel already installed.
|
Actually I was suggesting the yum install kernel-devel for yowangch
|

11th December 2008, 01:16 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 31

|
|
|
solved
Hi all
I thank you for your help. I tried your ideas and vbox is now working. Thank again
kevin
|

17th December 2008, 04:57 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: California, USA
Posts: 18

|
|
New version, 2.1.0 released today!
http://www.virtualbox.org/wiki/Changelog
Still no F10 download, but F9 version works just fine still.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 04:08 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|