You are not logged in.

#1 2012-06-01 13:16:56

nos09
Member
Registered: 2011-09-09
Posts: 107

[SOLVED] virutalbox module problems

Failed to open a session for the virtual machine arch.

Failed to open/create the internal network 'HostInterfaceNetworking-vboxnet0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).

One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {1968b7d3-e3bf-4ceb-99e0-cb7c913317bb}

and here is my rc.conf file >

#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'man 5 rc.conf' for more details
#

# LOCALIZATION
# ------------
HARDWARECLOCK="UTC"
TIMEZONE="Asia/Kolkata"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
LOCALE=
DAEMON_LOCALE="yes"
USECOLOR="yes"

# HARDWARE
# --------
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"

# NETWORKING
# ----------
HOSTNAME=" "

interface=eth0
address=
netmask=
broadcast=
gateway=

NETWORK_PERSIST="no"

# DAEMONS
# -------
#
DAEMONS=(syslog-ng network crond alsa dbus mpd)

MODULES=(autofs4 vboxdrv vboxnetadp)

the out put of lsmod | grep vbox :

vboxnetadp             19239   0
          vboxdrv                  194788   1  vboxnetadp




my main problem is host-only adapter not working and giving me errors. what to do ?

Last edited by nos09 (2012-06-01 14:06:52)

Offline

#2 2012-06-01 13:31:58

nos09
Member
Registered: 2011-09-09
Posts: 107

Re: [SOLVED] virutalbox module problems

and there is a new problem .. can't install virutalbox extension pack

Failed to install the Extension Pack /home/x/Downloads/Oracle_VM_VirtualBox_Extension_Pack-4.1.16-78094.vbox-extpack.

The installer failed with exit code 127: Error creating textual authentication agent: Error opening current controlling terminal for the process (`/dev/tty'): No such device or address.

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ExtPackManager
Interface: IExtPackManager {3295e6ce-b051-47b2-9514-2c588bfe7554}

Offline

#3 2012-06-01 13:33:37

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED] virutalbox module problems

First you need to fix your rc.conf.  You have two modules arrays, no hostname, no locale and I'm not sure if single network config is supposed to be in there any more either.

As for vbox problem, try loading vboxnetflt module.  I don't use vboxnetadp at all but all my VMs use bridged networking.

$ lsmod | grep vbox
vboxnetflt             17063  0 
vboxdrv              1792230  1 vboxnetflt

Last edited by alphaniner (2012-06-01 13:38:37)


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#4 2012-06-01 13:59:32

nos09
Member
Registered: 2011-09-09
Posts: 107

Re: [SOLVED] virutalbox module problems

alphaniner wrote:

First you need to fix your rc.conf.  You have two modules arrays, no hostname, no locale and I'm not sure if single network config is supposed to be in there any more either.

As for vbox problem, try loading vboxnetflt module.  I don't use vboxnetadp at all but all my VMs use bridged networking.

$ lsmod | grep vbox
vboxnetflt             17063  0 
vboxdrv              1792230  1 vboxnetflt

thanks !! vboxnetflt worked ! and can you suggest something about my virtualbox extension pack ? i can't install it... it says /dev/tty is not found ? and i think i do have  /dev/tty ..

Offline

#5 2012-06-01 14:24:21

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED] virutalbox module problems

I also had a problem installing the extention pack.  I think I ended up installing it through the command line, but I don't remember the details.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#6 2012-06-01 14:46:12

nos09
Member
Registered: 2011-09-09
Posts: 107

Re: [SOLVED] virutalbox module problems

alphaniner wrote:

I also had a problem installing the extention pack.  I think I ended up installing it through the command line, but I don't remember the details.

anyway thanks  buddy .. i ll google it ! and one more thing - if i may lol. I have enabled eth1 through host-only adapter and i need to configure it. on other it used to be /etc/network/interfaces but i cant find it in here ? any hint ? (need to enable ssh to host and guest )

Offline

#7 2012-06-01 14:57:36

nos09
Member
Registered: 2011-09-09
Posts: 107

Re: [SOLVED] virutalbox module problems

found the wiki link for network configuration > https://wiki.archlinux.org/index.php/Ad … Networking

Offline

Board footer

Powered by FluxBB