I can not run a program Virtualbox [Solved]

Discussion for all VM - Installing, Software, Problems

Moderator: Moderators

I can not run a program Virtualbox [Solved]

Postby Scr@tch » Thu Aug 12, 2010 15:38

It appeared to me an error message when i try to use Virtualbox
I can not work on the program
Image

What the solution to this problem
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Stupot » Thu Aug 12, 2010 15:51

Stupot
Sagely Hen
 
Posts: 1017
Joined: Wed Feb 14, 2007 3:44
Location: St. Louis, MO, USA

Re: I can not run a program Virtualbox

Postby Scr@tch » Thu Aug 12, 2010 16:20

I install this package
Code: Select all
Virtualbox-bin-3.2.8
Virtualbox-guest-additions-3.2.8#2.6.35-sabayon
Virtualbox-modules-3.2.8#2.6.35-sabayon
xf86-input-virtualbox-3.2.8
xf86-video-virtualbox-3.2.8#2.6.35-sabayon
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Scr@tch » Fri Aug 13, 2010 14:23

I have need to solve this problem is essential for guys :cry:
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Stupot » Fri Aug 13, 2010 15:27

You didn't read all of the wiki that I posted. It has more information than just what packages need to be installed.

What you are missing in particular is:

Code: Select all
    # modprobe vboxdrv


Then you should be able to start it. However, you will need to run that command each time you reboot your box or...

To get virtualbox modules to load automatically:

Code: Select all
    # nano /etc/conf.d/modules


add to it:

Code: Select all
    modules="vboxdrv"


All of that is straight out of the wiki that I linked you to. More than that, your particular question has been answered over and over and over again on these forums.

Please, try searching a bit harder for your answer and read through the wiki, particularly if you were linked to a specific entry. It's not that hard. You'll get your answers faster. Everybody wins.
Stupot
Sagely Hen
 
Posts: 1017
Joined: Wed Feb 14, 2007 3:44
Location: St. Louis, MO, USA

Re: I can not run a program Virtualbox

Postby Scr@tch » Sat Aug 14, 2010 0:00

Code: Select all
sabayon ~ # modprobe vboxdrv
WARNING: All config files need .conf: /etc/modprobe.d/ipw3945d, it will be ignored in a future release.
sabayon ~ #
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Scr@tch » Sat Aug 14, 2010 0:15

Any of the "modules=" in this will change to modules="vboxdrv"
Code: Select all
  GNU nano 2.2.4            File: /etc/conf.d/modules                    Modified 

# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules="ohci1394"

# You can give modules a different name when they load - the new name
# will also be used to pick arguments below.
#modules="dummy:dummy1"

# Give the modules some arguments if needed, per version if necessary.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394"
#module_ieee1394_args_2_6_23="tun ieee1394"
#module_ieee1394_args_2_6="tun"

# You should consult your kernel documentation and configuration
# for a list of modules and their options.

^G Get Help  ^O WriteOut  ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell
^X Exit      ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos   M-| First Line

This
Code: Select all
#modules="ohci1394"

or this
Code: Select all
#modules="dummy:dummy1"
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Scr@tch » Sat Aug 14, 2010 1:31

Problem has been resolved thank you
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby Scr@tch » Sat Aug 14, 2010 2:29

OMG... :(
Problem still here after i restart my labtop
and open Virtualbox I get an error message
when i open terminal and write
Code: Select all
nano /etc/conf.d/modules

Code: Select all
  GNU nano 2.2.4           File: /etc/conf.d/modules                           

# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules="ohci1394"
#modules="vboxdrv"

# You can give modules a different name when they load - the new name
# will also be used to pick arguments below.
#modules="dummy:dummy1"

# Give the modules some arguments if needed, per version if necessary.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394"
#module_ieee1394_args_2_6_23="tun ieee1394"
#module_ieee1394_args_2_6="tun"

# You should consult your kernel documentation and configuration
                [ Read 20 lines (Warning: No write permission) ]
^G Get Help  ^O WriteOut  ^W Where Is  ^V Next Page ^U UnCut Text^T To Spell
^X Exit      ^R Read File ^Y Prev Page ^K Cut Text  ^C Cur Pos   M-| First Line

I do not know what happened !!!
Image
Scr@tch
Young Hen
 
Posts: 20
Joined: Thu Aug 12, 2010 14:55
Location: Saba¥ôn

Re: I can not run a program Virtualbox

Postby joost » Sat Aug 14, 2010 10:25

#modules="vboxdrv"

remove the #.
Lines with the # are obviously comment lines and thus ignored.
User avatar
joost
Sagely Hen
 
Posts: 2327
Joined: Fri Nov 17, 2006 12:11
Location: The Netherlands

Next

Return to Virtual Managers

Who is online

Users browsing this forum: No registered users and 1 guest