Date: Thu, 22 Apr 2010 17:14:26 +0400 From: Vladimir Grebenschikov <vova@fbsd.ru> To: Bernhard Froehlich <decke@bluelife.at> Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Message-ID: <1271942066.23318.6.camel@localhost> In-Reply-To: <1271941698.23318.2.camel@localhost> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <f3c0c7894444f041ab3a87d8bf1abcf3@bluelife.at> <1271941698.23318.2.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi
And looks like png linked in non-trivial fashion into VBox:
$ ldd /usr/local/lib/virtualbox/components/VBoxC.so | fgrep png
$ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep t\ png_ | wc -l
176
$ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep U\ png
U png_set_longjmp_fn
$
-----Original Message-----
From: Vladimir Grebenschikov <vova@fbsd.ru>
Reply-to: vova@fbsd.ru
To: Bernhard Froehlich <decke@bluelife.at>
Cc: freebsd-emulation@freebsd.org
Subject: Re: VBoxManage CLI does not works any more ?
Date: Thu, 22 Apr 2010 17:08:19 +0400
Hi
Looks like you are right, png involved here.
$ VBoxManage start XP
Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE
(C) 2005-2010 Sun Microsystems, Inc.
All rights reserved.
Type Manifest File: /home/vova/.VirtualBox/xpti.dat
nsNativeComponentLoader: autoregistering begins.
*** Registering VirtualBox_Server_Module components (all right -- a generic module!)
pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/components/VBoxC.so'
nsNativeComponentLoader: SelfRegisterDll(VBoxC.so) Load FAILED with error: /usr/local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_longjmp_fn"
nsNativeComponentLoader: autoregistering succeeded
nNCL: registering deferred (0)
pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/components/VBoxC.so'
nsNativeComponentLoader: GetFactory(VBoxC.so) Load FAILED with error: /usr/local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_longjmp_fn"
ERROR: failed to create a session object!
ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
Most likely, the VirtualBox COM server is not running or failed to start.
ipcDConnectService Stats
=> number of worker threads: 1
nsStringStats
=> mAllocCount: 70
=> mReallocCount: 15
=> mFreeCount: 70
=> mShareCount: 108
=> mAdoptCount: 13
=> mAdoptFreeCount: 13
$
-----Original Message-----
From: Bernhard Froehlich <decke@bluelife.at>
To: vova@fbsd.ru
Cc: freebsd-emulation@freebsd.org
Subject: Re: VBoxManage CLI does not works any more ?
Date: Thu, 22 Apr 2010 09:27:58 +0200
On Thu, 22 Apr 2010 08:48:57 +0400, Vladimir Grebenschikov <vova@fbsd.ru>
wrote:
> Hi
>
> It does not fail:
>
> $ VBoxSVC
> *********************************************
> Sun VirtualBox XPCOM Server Version 3.1.6_OSE
> (C) 2008-2010 Sun Microsystems, Inc.
> All rights reserved.
>
> Starting event loop....
> [press Ctrl-C to quit]
> ^CTerminated event loop.
> XPCOM server has shutdown.
> $
Hm okay. I did not expect that. What happens if you compile vbox with
DEBUG enabled and then call VBoxManage? This should also give you a more
verbose output of what is failing.
--
Vladimir B. Grebenschikov
vova@fbsd.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1271942066.23318.6.camel>
