Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wicd bug and fix.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ewbish
n00b
n00b


Joined: 11 Jan 2005
Posts: 38

PostPosted: Fri Jan 01, 2010 10:11 pm    Post subject: Wicd bug and fix. Reply with quote

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
View user's profile Send private message
tuam
l33t
l33t


Joined: 04 May 2004
Posts: 765
Location: CGN, Germany

PostPosted: Sat Jan 02, 2010 11:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
ewbish
n00b
n00b


Joined: 11 Jan 2005
Posts: 38

PostPosted: Fri Jan 08, 2010 11:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
tuam
l33t
l33t


Joined: 04 May 2004
Posts: 765
Location: CGN, Germany

PostPosted: Sat Jan 09, 2010 1:43 am    Post subject: Reply with quote

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
View user's profile Send private message
ewbish
n00b
n00b


Joined: 11 Jan 2005
Posts: 38

PostPosted: Sat Jan 09, 2010 5:13 am    Post subject: Reply with quote

tuam wrote:
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


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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum