View previous topic :: View next topic |
Author |
Message |
ewbish n00b
Joined: 11 Jan 2005 Posts: 38
|
Posted: Fri Jan 01, 2010 10:11 pm Post subject: Wicd bug and fix. |
|
|
Problem:
Wicd 1.6.2.2 worked fine with alpha-numeric or alpha ESSID and an unsecured network. However, changing the config to an all integer ESSID, and using encryption would result in wicd client freezing, and network not be started correctly.
After going through the forums, I found several folks with the same issue here, but no solution. I found bug report
https://bugs.launchpad.net/wicd/+bug/422675
The last post contains the fix:
edit the file /usr/lib/wicd/wicd-daemon.py
Line 1206 needs to be changed from
cur_network['essid'] = stored_essid
to:
cur_network['essid'] = str(stored_essid)
Be nice if the Wicd package maintainer could fix this in portage and create a wicd-1.6.2.2-r1, as it looks like it may be a while before the next official release of wicd. |
|
Back to top |
|
|
tuam l33t
Joined: 04 May 2004 Posts: 765 Location: CGN, Germany
|
Posted: Sat Jan 02, 2010 11:27 pm Post subject: |
|
|
Hi,
you should file a bug on bugs.gentoo.org for this. Have you tried the fix? Does it work?
FF,
Daniel _________________ Logic clearly dictates that the needs of the many outweigh the needs of the few. - Spock
The needs of the one outweigh the needs of the many. - Kirk
I refuse to let arithmetic decide questions like that. - Picard |
|
Back to top |
|
|
ewbish n00b
Joined: 11 Jan 2005 Posts: 38
|
Posted: Fri Jan 08, 2010 11:00 pm Post subject: |
|
|
tuam wrote: | Hi,
you should file a bug on bugs.gentoo.org for this. Have you tried the fix? Does it work?
FF,
Daniel |
Oh yeah, works great! Wasn't sure if I should file it as a bug report for gentoo...as it's not a gentoo issue. |
|
Back to top |
|
|
tuam l33t
Joined: 04 May 2004 Posts: 765 Location: CGN, Germany
|
Posted: Sat Jan 09, 2010 1:43 am Post subject: |
|
|
Of course, you could file it upstream -> https://bugs.launchpad.net/wicd/+bugs
But it happens that patches appear first in the distros...
FF,
Daniel _________________ Logic clearly dictates that the needs of the many outweigh the needs of the few. - Spock
The needs of the one outweigh the needs of the many. - Kirk
I refuse to let arithmetic decide questions like that. - Picard |
|
Back to top |
|
|
ewbish n00b
Joined: 11 Jan 2005 Posts: 38
|
Posted: Sat Jan 09, 2010 5:13 am Post subject: |
|
|
Actually, I got the bug from upstream (see first post). Posted it here because in searching the gentoo forums, seemed a few wicd users were experiencing the problem, but nobody seemed to be aware of this bug. Just hoping that the next guy who searches on wicd issues may save himself some time and effort. Between the time the wicd team releases a new version and consequently that makes it into stable could be some time. |
|
Back to top |
|
|
|