It is currently Sat May 18, 2013 5:08 pm


All times are UTC




Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: GNS3 & VirtualBox integration: Failed to load vboxapi -Linux
PostPosted: Fri Jun 01, 2012 4:54 am 
Offline

Joined: Fri Jun 01, 2012 4:39 am
Posts: 1
Hi guys, I have this message when i press the test button on GNS3 0.8.2 on Ubuntu 12.04. VirtualBox version is 4.1.14
Message: Failed to load vboxapi, please check your virtualbox installation.

P.S: sorry for my bad english!!




Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Mon Jun 25, 2012 2:23 pm 
Offline

Joined: Tue Jun 12, 2012 2:24 pm
Posts: 10
I am having the same problem using Ubuntu 12.04LTS, GNS3 08.2, Virtual Box 4.1.18


Attachments:
GNS3VBpreferences3.JPG
GNS3VBpreferences3.JPG [ 63.19 KiB | Viewed 3039 times ]
GNS3VBpreferences2.JPG
GNS3VBpreferences2.JPG [ 67.9 KiB | Viewed 3039 times ]
File comment: Tried all 6 options
Nothing worked for me.

GNS3VBpreferences1.JPG
GNS3VBpreferences1.JPG [ 67.71 KiB | Viewed 3039 times ]
Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Mon Jun 25, 2012 3:00 pm 
Offline
Site Admin

Joined: Sat Oct 11, 2008 1:41 pm
Posts: 1521
Location: Canada
Hi,

Use vboxwrapper.py not vboxtestcase.py.

Cheers,

_________________
Jeremy, GNS3 Programmer & Benevolent Dictator for Life.


Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Mon Jun 25, 2012 4:43 pm 
Offline

Joined: Tue Jun 12, 2012 2:24 pm
Posts: 10
Nothing works.


Attachments:
GNS3VBpreferences5.JPG
GNS3VBpreferences5.JPG [ 63.59 KiB | Viewed 3034 times ]
File comment: I tried all 6 of the files. the second one was for windows, but I tried anyhow.
GNS3VBpreferences4.JPG
GNS3VBpreferences4.JPG [ 58.09 KiB | Viewed 3034 times ]
Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Mon Jun 25, 2012 10:39 pm 
Offline

Joined: Mon Sep 19, 2011 6:19 am
Posts: 181
Location: Australia
Install VirtualBox AFTER GNS3, or just re-install it. This worked for me when I ran into the same issue.

_________________
GNS3 video tutorials and how to's: http://www.youtube.com/GNS3Talk


Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Wed Jun 27, 2012 3:02 pm 
Offline

Joined: Tue Jun 12, 2012 2:24 pm
Posts: 10
I am unable to get Ubuntu 12.04, GNS3 0.8.2, and VirtualBox 4.1.18 to work. Ubuntu 12.04 & GNS3 0.8.2 will work, but I still cannot connect to VirtualBox 4.4.18
VirtualBox 4.1.18 will work standalone, running Centos5.
I have Windows Server 2008 with GNS3 0.8.2 & VirtualBox 4.1.18 working.
The only funny thing I can find is Vb network will not configure host only adapter, No adapters to choose. Virtual box said this problem was fixed in 4.1.16
Ubuntu 12.04, GNS3 0.8.2, and VirtualBox 4.1.18 has been install many times, checked and double checked.

Any help/pointers is appreciated.

Thanks
Lewis


Attachments:
GNS3VBpreferences10.JPG
GNS3VBpreferences10.JPG [ 121.83 KiB | Viewed 3005 times ]
GNS3VBpreferences9.JPG
GNS3VBpreferences9.JPG [ 116.28 KiB | Viewed 3005 times ]
File comment: Fails to load vboxapi
GNS3VBpreferences8.JPG
GNS3VBpreferences8.JPG [ 68.74 KiB | Viewed 3005 times ]
Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Wed Jun 27, 2012 3:43 pm 
Offline
Site Admin

Joined: Sat Oct 11, 2008 1:41 pm
Posts: 1521
Location: Canada
Hi,

Try this: open a Terminal, start Python and type do the following:

Code:
from vboxapi import VirtualBoxManager
g_vboxManager = VirtualBoxManager(None, None)
print g_vboxManager.vbox.revision


Example:

Code:
$ python
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from vboxapi import VirtualBoxManager
>>> g_vboxManager = VirtualBoxManager(None, None)
>>> print g_vboxManager.vbox.revision
78094


This is to make sure VirtualBox has correctly installed their VBox API.

Cheers,

_________________
Jeremy, GNS3 Programmer & Benevolent Dictator for Life.


Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Wed Jun 27, 2012 5:01 pm 
Offline

Joined: Tue Jun 12, 2012 2:24 pm
Posts: 10
Looks like the vboxapi is not installed properly


Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Wed Jun 27, 2012 5:56 pm 
Offline
Site Admin

Joined: Sat Oct 11, 2008 1:41 pm
Posts: 1521
Location: Canada
Hi,

Can you paste the output please?

_________________
Jeremy, GNS3 Programmer & Benevolent Dictator for Life.


Top
 Profile  
 
 Post subject: Re: GNS3 & VirtualBox integration: Failed to load vboxapi -L
PostPosted: Fri Jun 29, 2012 1:35 am 
Offline

Joined: Tue Jun 12, 2012 2:24 pm
Posts: 10
This output if from a new installation of everything, Ubuntu 12.03 LTS 64bit, GNS3-0.8.2, & VirtualBox 4.1.18
I usually get vboxapi message, this time Failed to start xdotool. Which I was not able to find.




Attachments:
GNS3VBpreferences11.JPG
GNS3VBpreferences11.JPG [ 47.96 KiB | Viewed 2976 times ]
GNS3VBpreferences13.JPG
GNS3VBpreferences13.JPG [ 47.56 KiB | Viewed 2976 times ]
GNS3VBpreferences14.JPG
GNS3VBpreferences14.JPG [ 162.29 KiB | Viewed 2976 times ]
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO