[Android-tesla-devel] Init script failed with output: ...
Status: Beta
Brought to you by:
seanhodges
From: Matthias G. <s.s...@gm...> - 2010-10-26 21:17:49
|
Hej Tesla developers, since upgrading my Ubuntu to the 10.10 version I realized problems during the connection. The mobile (Sony Ericsson XPERIA X10 mini) is showing the following message: > Init script failed with output: Linux shuttle 2.6.35-22-generic > #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linux > Ubuntu 10.10 > > Welcome to Ubuntu! > * Documentation: https://help.ubuntu.com/ > > 72 packages can be updated. > 22 updates are security updates. > > Last login: Tue Oct 26 22:30:03 2010 from abulafia.local > > success With the same mobile it worked pretty well with the previous Ubuntu version. I was digging a little bit in the Tesla code (version 0.13 from git, same version on the mobile) and found, that in CommandServices.java (about line 150) a command is sendet and awaits "success" as response. As I understand, the sendet command is the script attach_dbus_session.sh. If I call this script by something like: > ssh 192.168.1.2 "sh attach_dbus_session.sh" I get only the "success" on the screen. I have no clue, why the Ubuntu messages from a usual interactive login are attached to the response of the command. Do you have any idea, how I could help to pin down the real problem to solve it? Best regards, Matthias PS. I'm not sure, what is the criteria to choose between the devel and users list. Sorry, if it was wrong. |