Processed: Re: Bug#651933: I can reproduce this

2011-12-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 651933 confirmed upstream fixed-upstream
Bug #651933 [wicd] wicd-client can't connect to the daemon / DBus errors
Added tag(s) upstream, confirmed, and fixed-upstream.
> retitle 651933 wrong existance check for config files
Bug #651933 [wicd] wicd-client can't connect to the daemon / DBus errors
Changed Bug title to 'wrong existance check for config files' from 'wicd-client 
can't connect to the daemon / DBus errors'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#651933: I can reproduce this

2011-12-16 Thread David Paleino
tags 651933 confirmed upstream fixed-upstream
retitle 651933 wrong existance check for config files
thanks

Hello Vincent and Peter,

On Fri, 16 Dec 2011 10:44:59 +0100, Vincent Lefevre wrote:

> On 2011-12-16 00:11:09 -0800, Peter Eckersley wrote:
> > IOError: [Errno 2] No such file or directory:
> > '/etc/wicd/manager-settings.conf'
> 
> I haven't had the time to try, but after the upgrade (for which wicd
> didn't work) and the downgrade to the working version, my config was
> lost (wireless_interface was empty instead of being set to the usual
> wlan0). So, I may have been affected by the same problem.

Yup, this was already fixed both upstream and in -2. The configuration loss was
a bug of -1, so all people who upgraded to *that* version unfortunately lost
it (and I'm really sorry, it didn't happen here :/, or maybe I just tested it
the wrong way).
Upgrades to -2 don't have that bug though.

This was fixed upstream already:

  http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/revision/663

The easy solution is to recreate the configfiles lost during the upgrade; that
should let you start wicd.

There are still a couple of fixes I made upstream, so probably I will release a
-3, so that you don't have to keep local patches around :)

Thanks, and sorry for the brokenness,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#651933: I can reproduce this

2011-12-16 Thread Vincent Lefevre
On 2011-12-16 00:11:09 -0800, Peter Eckersley wrote:
> IOError: [Errno 2] No such file or directory:
> '/etc/wicd/manager-settings.conf'

I haven't had the time to try, but after the upgrade (for which wicd
didn't work) and the downgrade to the working version, my config was
lost (wireless_interface was empty instead of being set to the usual
wlan0). So, I may have been affected by the same problem.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#651933: I can reproduce this

2011-12-16 Thread Peter Eckersley
On Fri, Dec 16, 2011 at 07:52:29AM +0100, David Paleino wrote:
> On Thu, 15 Dec 2011 15:08:02 -0800, Peter Eckersley wrote:
> 
> > On Thu, Dec 15, 2011 at 02:58:03PM -0800, Peter Eckersley wrote:
> > > Answering your questions:
> > > 
> > > a) wicd is running
> > 
> > Correction.  Wicd is /not/ running:
> 
> That's why DBus can't see it, now it makes a bit more sense :)
> 
> > sudo service wicd restart
> > Restarting Network connection manager: wicd.
> > pde@xylophone:~$ ps aux | grep -v grep | grep wicd
> > pde@xylophone:~$ sudo wicd -f
> > (drops back to a shell)
> 
> Would you please run "sudo wicd -foe" instead, and report back the output?

Here we go!

wicd is version 1.7.1~b3 655
Traceback (most recent call last):
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 1843, in 
main(sys.argv)
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 1807, in main
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 87, in __init__
"manager-settings.conf"))
  File "/usr/lib/python2.7/dist-packages/wicd/configmanager.py", line 55, in
__init__
sanitize_config_file(path)
  File "/usr/lib/python2.7/dist-packages/wicd/configmanager.py", line 37, in
sanitize_config_file
conf = open(path)
IOError: [Errno 2] No such file or directory:
'/etc/wicd/manager-settings.conf'

-- 
Peter Eckersleyp...@eff.org
Technology Projects Director  Tel  +1 415 436 9333 x131
Electronic Frontier FoundationFax  +1 415 436 9993



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#651933: I can reproduce this

2011-12-15 Thread David Paleino
On Thu, 15 Dec 2011 15:08:02 -0800, Peter Eckersley wrote:

> On Thu, Dec 15, 2011 at 02:58:03PM -0800, Peter Eckersley wrote:
> > Answering your questions:
> > 
> > a) wicd is running
> 
> Correction.  Wicd is /not/ running:

That's why DBus can't see it, now it makes a bit more sense :)

> sudo service wicd restart
> Restarting Network connection manager: wicd.
> pde@xylophone:~$ ps aux | grep -v grep | grep wicd
> pde@xylophone:~$ sudo wicd -f
> (drops back to a shell)

Would you please run "sudo wicd -foe" instead, and report back the output?

Thanks,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#651933: I can reproduce this

2011-12-15 Thread Peter Eckersley
On Thu, Dec 15, 2011 at 02:58:03PM -0800, Peter Eckersley wrote:
> Answering your questions:
> 
> a) wicd is running

Correction.  Wicd is /not/ running:

sudo service wicd restart
Restarting Network connection manager: wicd.
pde@xylophone:~$ ps aux | grep -v grep | grep wicd
pde@xylophone:~$ sudo wicd -f
(drops back to a shell)

An strace of wicd is here:

http://www.mediafire.com/file/6cxeyz80z53ddjs/wicd.strace.bzip2

-- 
Peter Eckersleyp...@eff.org
Technology Projects Director  Tel  +1 415 436 9333 x131
Electronic Frontier FoundationFax  +1 415 436 9993



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#651933: I can reproduce this

2011-12-15 Thread Peter Eckersley
Answering your questions:

a) wicd is running
b) /etc/dbus-1/system.d/wicd.conf is present:
sha1sum /etc/dbus-1/system.d/wicd.conf
8c9990b5d3fb4dfb06c242e69512d97cbb81ee79  /etc/dbus-1/system.d/wicd.conf

c) DBus does not see wicd:

dbus-send --system --dest=org.wicd.daemon --print-reply /org/wicd/daemon 
org.wicd.daemon.Hello
Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.wicd.daemon was 
not provided by any .service files

d) service dbus reload does not help
service dbus restart nuked my X session, but did not help

On an unrelated note, should wicd depend on hal?

-- 
Peter Eckersleyp...@eff.org
Technology Projects Director  Tel  +1 415 436 9333 x131
Electronic Frontier FoundationFax  +1 415 436 9993



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org