Created
November 17, 2011 20:47
-
-
Save santiago/1374469 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bug20:/usr/lib/connman/test# cat /etc/buildinfo | |
BUG Linux Build Information | |
Version: 3.0.1117111154 | |
Build Host: Linux darner 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux | |
Build User: root | |
Build Time: Thu Nov 17 16:54:17 UTC 2011 | |
Revision: 715c6bf | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# /usr/lib/connman/test/test-connman services | |
* Wired { ethernet_0050c269c82f_cable } | |
T58064635 { wifi_0026e871ee2d_543538303634363335_managed_psk } | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# /usr/lib/connman/test/test-connman connect \ | |
> wifi_0026e871ee2d_543538303634363335_managed_psk | |
/usr/lib/connman/test/test-connman:135: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
print "%s: %s" % (error._dbus_error_name, error.message) | |
net.connman.Error.Failed: Input/output error | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# /etc/init.d/knapsack stop | |
Stopping Felix. | |
start-stop-daemon: warning: failed to kill 1015: No such process | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# ./test-connman remove T58064635 | |
Traceback (most recent call last): | |
File "./test-connman", line 162, in <module> | |
properties = service.GetProperties() | |
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ | |
return self._proxy_method(*args, **keywords) | |
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ | |
**keywords) | |
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking | |
message, timeout) | |
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "net.connman.Service" doesn't exist | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# ./test-connman passphrase T58064635 \ | |
> 1A74198EE52A0 | |
Traceback (most recent call last): | |
File "./test-connman", line 72, in <module> | |
service.SetProperty("Passphrase", passphrase); | |
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ | |
return self._proxy_method(*args, **keywords) | |
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ | |
**keywords) | |
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking | |
message, timeout) | |
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "SetProperty" with signature "ss" on interface "net.connman.Service" doesn't exist | |
========================================================================================== | |
root@bug20:/usr/lib/connman/test# ./test-connman connect T58064635 | |
./test-connman:135: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 | |
print "%s: %s" % (error._dbus_error_name, error.message) | |
org.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature "" on interface "net.connman.Service" doesn't exist | |
========================================================================================== | |
Finally restarted felix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment