On 2009-06-19, Robin Paulson <[email protected]> wrote: > 2009/6/19 Robin Paulson <[email protected]>: > > hi, > > so, i did the upgrade earlier to get the new -unstable. the script > > worked fine (apart from missing two packages), but now it's fubar'd. > > > > i can't connect to my network (been working fine for several weeks), > > and the phone module in shr-settings won't go to on, saying 'can't > > connect to dbus'. '/etc/init.d/dbus-1 start' returns that dbus is > > already running. any ideas, anyone? > > i'm also getting a number of python errors from mickeyterm: > > Using **pending_return in dbus_connection_send_with_reply_setup() > without pending_setup is deprecated and strongly discouraged > Using **pending_return in dbus_connection_send_with_reply_setup() > without pending_setup is deprecated and strongly discouraged > Using **pending_return in dbus_connection_send_with_reply_setup() > without pending_setup is deprecated and strongly discouraged > Using **pending_return in dbus_connection_send_with_reply_setup() > without pending_setup is deprecated and strongly discouraged > Using **pending_return in dbus_connection_send_with_reply_setup() > without pending_setup is deprecated and strongly discouraged
IIRC, this warning came with a patch from my_wave. Using the deprecated way will result in a race condition where dbus msg gets lost and mem wasted. If the newest version of mickeyterm use the depricated way, you should file a bug report. > > when it runs > > and: > > Exception in thread Thread-1 (most likely raised during interpreter shutdown): > Traceback (most recent call last): > File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner > File "/usr/lib/python2.6/threading.py", line 477, in run > File "/usr/bin/mickeyterm", line 553, in reader > <type 'exceptions.OSError'>: [Errno 9] Bad file descriptor > > when it exits _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
