News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Orbiter on 2nd o2 Joggler won't start

Started by purps, December 17, 2013, 09:18:47 PM

Previous topic - Next topic

purps

Got orbiter working on my second Joggler for a brief period of time after a number of attempts (wiping each time), but when I unplugged it to move it, it wouldn't work again. Have tried several times again since. Am finding this difficult to troubleshoot given that it has worked briefly.

In web admin I incremented the Listen Port on the new orbiter, so the new one is 3452 - does this need to be reflected anywhere else?

I've tried using just an Ethernet cable, no wireless.

Have tried on a spare joggler.

Manually running startOrbiter.sh on the joggler gives the following if that gives any clues /usr/pluto/bin/Orbiter: error while loading shared libraries: libDCECommon.so: cannot open shared object file: No such file or directory

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: [url="http://wiki.linuxmce.org/index.php/User:Purps"]http://wiki.linuxmce.org/index.php/User:Purps[/url]

Marie.O

looks as if you have a wrong/missing lib.

And there is no need to change anything in the listen port, as the joggler doesn't use the proxy orbiter, but is a regular orbiter.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

purps

Thanks for the reply.

Given what you've said I rsynced all the files over from the working joggler, and it still doesn't work. Any other suggestions?

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: [url="http://wiki.linuxmce.org/index.php/User:Purps"]http://wiki.linuxmce.org/index.php/User:Purps[/url]

tschak909

Make sure libDCECommon.so is in /usr/pluto/lib on the joggler, along with libPlutoUtils.so, and libSDL_Helpers.so.

-Thom

purps

Yep they are all there, on both the working joggler and the non-working one.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: [url="http://wiki.linuxmce.org/index.php/User:Purps"]http://wiki.linuxmce.org/index.php/User:Purps[/url]

tschak909

try running ldconfig, and make sure the paths are in /etc/ld.so.conf(.d) somewhere?
use ldd /usr/pluto/bin/Orbiter to see what shared libraries it sees and can't see?

-Thom

purps

Running ldconfig did the trick, that's all 3 jogglers working - thank you very much.

I found this really useful if anybody wants to know more about ldconfig http://www.thegeekstuff.com/2012/06/linux-shared-libraries/

Output from "ldconfig -v" http://pastebin.com/UffvEM4g

Contents of /etc/ld.so.conf.d/...
GL.conf
i486-linux-gnu.conf
libasound2.conf
libc.conf
LinuxMCE.conf


Output from "ldd /usr/pluto/bin/Orbiter" http://pastebin.com/at2bWzBg

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: [url="http://wiki.linuxmce.org/index.php/User:Purps"]http://wiki.linuxmce.org/index.php/User:Purps[/url]