| 22 | |
| 23 | |
| 24 | This could also be a threading / locking issue I do not understand , here are some more errors: |
| 25 | {{{ |
| 26 | Exception in thread AvahiListener: |
| 27 | Traceback (most recent call last): |
| 28 | File "/usr/lib64/python2.6/threading.py", line 525, in __bootstrap_inner |
| 29 | self.run() |
| 30 | File "/usr/lib/python2.6/site-packages/shifter/net/avahi_listener.py", line 92, in run |
| 31 | avahi.PROTO_UNSPEC, self.service_type, 'local', dbus.UInt32(0))), |
| 32 | File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ |
| 33 | return self._proxy_method(*args, **keywords) |
| 34 | File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ |
| 35 | **keywords) |
| 36 | File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking |
| 37 | message, timeout) |
| 38 | DBusException: org.freedesktop.DBus.Error.NoMemory: Not enough memory |
| 39 | }}} |
| 40 | {{{ |
| 41 | Exception in thread AvahiListener: |
| 42 | Traceback (most recent call last): |
| 43 | File "/usr/lib64/python2.6/threading.py", line 525, in __bootstrap_inner |
| 44 | self.run() |
| 45 | File "/usr/lib/python2.6/site-packages/shifter/net/avahi_listener.py", line 81, in run |
| 46 | self.server = dbus.Interface( self.bus.get_object(avahi.DBUS_NAME, '/'), |
| 47 | File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in get_object |
| 48 | follow_name_owner_changes=follow_name_owner_changes) |
| 49 | File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 259, in __init__ |
| 50 | self._pending_introspect = self._Introspect() |
| 51 | File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 371, in _Introspect |
| 52 | require_main_loop=False) |
| 53 | File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 595, in call_async |
| 54 | require_main_loop=require_main_loop) |
| 55 | MemoryError |
| 56 | }}} |