[Resolved] Networking problem with Ubuntu host

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Drethon
Posts: 3
Joined: 30. Jun 2008, 13:53

[Resolved] Networking problem with Ubuntu host

Post by Drethon »

I setup VirtualBox networking on Ubuntu Hardy Heron 8.04 based on a couple of guides I've found but even though I've set the folder access permissions as suggested, I still get the error: VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).

Can anyone tell me what I need to see if I missed doing?
Last edited by Drethon on 1. Jul 2008, 02:18, edited 1 time in total.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

Details?!

Exact Input, Messages word by word.
pete_l
Posts: 62
Joined: 23. May 2008, 15:10

Post by pete_l »

The message seems to relate to your network interface - not the
files/directories (folders in Microsoft-speak) and the associated
permissions. If you google the error, you'll find a few people have
had the same problem.
If that is the problem you're having, check the permissions on the
network bridge you appear to be trying to use.
Drethon
Posts: 3
Joined: 30. Jun 2008, 13:53

Post by Drethon »

Everything I came up with searching for that error said to do 'chmod 0666 /dev/net/tun' which didn't help anything. I didn't know there were network bridge permissions, I used Linux as a user during college but I'm a relative newb with anything beyond basic editing and compiling so any help on what commands to use is great.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

The way written in User Manual is preferred.

Read the Chapter, try the approcach, post again with exact infos, when failing.
Drethon
Posts: 3
Joined: 30. Jun 2008, 13:53

Post by Drethon »

Manual approach worked, the interfaces file didn't save properly, I noticed this when going through the instructions and setting the network up in the VBox GUI didn't seem to work but the command line command listed in the manual did work and I have internet.

I'll check the manual better before asking questions next time :D
edgar_ali
Posts: 13
Joined: 26. May 2008, 19:00

sharing folders

Post by edgar_ali »

I'm having a similar problem:
VirtualBox Command Line Management Interface Version 1.6.0
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.

[!] FAILED calling aVirtualBox->FindMachine(Bstr(argv[1]), machine.asOutParam()) at line 7155!
[!] Primary RC = 0x80070057
[!] Full error info present: true , basic error info present: true
[!] Result Code = 0x80070057
[!] Text = Could not find a registered machine named 'Windows'
[!] Component = VirtualBox, Interface: IVirtualBox, {2d3b9ea7-25f5-4f07-a8e1-7dd7e0dcf667}
[!] Callee = IVirtualBox, {2d3b9ea7-25f5-4f07-a8e1-7dd7e0dcf667}


What should i type in my terminal in order to get my real machine's name???

Regards,

Edgar
Post Reply