Comment 7 for bug 129608

Revision history for this message
mungewell (simon-mungewell) wrote :

Hi,
Using the suggested files from https://bugs.launchpad.net/wicd/+bug/129610

On 'connect' it would appear to choke before it starts setting up connection.

---
connecting to wireless network...
Traceback (most recent call last):
  File "/opt/wicd/gui.py", line 927, in connect
    wireless.ConnectWireless(networkid)
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 169, in __call__
    reply_message = self._connection.send_message_with_reply_and_block(message, timeout)
dbus.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/dbus/service.py", line 451, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/opt/wicd/daemon.py", line 367, in ConnectWireless
    return self.wifi.Connect(self.LastScan[id])
  File "/opt/wicd/networking.py", line 242, in Connect
    self.ConnectingThread = self.ConnectThread(network,self.wireless_interface,self.wired_interface,self.wpa_driver,self.before_script,self.after_script,self.global_dns_1,self.global_dns_2,self.global_dns_3)
AttributeError: Wireless instance has no attribute 'global_dns_1'
---

Cheers,
Simon.