Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] wicd fails (after python update?)
Date: Wed, 01 Dec 2010 12:53:33
Message-Id: yu9fwuhsljw.fsf@nyu.edu
1 Yesterday my ~amd64 machine updated python. I ran the
2 python-updater and all seemed well.
3
4 However, this morning wicd is failing. The first indication was a
5 never-seen-before popup stating "Granted permissions without asking for
6 password" (full text below)
7
8 I re-installed wicd in case python-updater missed it. No help.
9
10 The wicd log is also below.
11
12 Any help would be appreciated.
13
14 thanks,
15 allan
16
17 ================================================================
18
19 Granted permissions without asking for password
20
21 The '/usr/sbin/wicd' program was started with the privileges of the root
22 user without the need to ask for a password, due to your system's
23 authentication mechanism setup.
24
25 It is possible that you are being allowed to run specific programs as
26 user root without the need for a password, or that the password is
27 cached.
28
29 This is not a problem report; it's simply a notification to make sure
30 you are aware of this.
31
32 ================================================================
33
34 2010/12/01 07:35:03 :: ---------------------------
35 2010/12/01 07:35:03 :: wicd initializing...
36 2010/12/01 07:35:03 :: ---------------------------
37 2010/12/01 07:35:03 :: wicd is version 1.7.0 552
38 2010/12/01 07:35:03 :: setting backend to external
39 2010/12/01 07:35:03 :: Traceback (most recent call last):
40 2010/12/01 07:35:03 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 1839, in <module>
41 2010/12/01 07:35:03 :: main(sys.argv)
42 2010/12/01 07:35:03 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 1803, in main
43 2010/12/01 07:35:03 :: daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
44 2010/12/01 07:35:03 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in __init__
45 2010/12/01 07:35:03 :: self.ReadConfig()
46 2010/12/01 07:35:03 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig
47 2010/12/01 07:35:03 :: self.SetBackend(app_conf.get("Settings", "backend", default=be_def))
48 2010/12/01 07:35:03 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 220, in SetBackend
49 2010/12/01 07:35:03 :: self.config.set("Settings", "backend", backend, write=True)
50 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/site-packages/wicd/configmanager.py", line 76, in set
51 2010/12/01 07:35:03 :: self.set_option(*args, **kargs)
52 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/site-packages/wicd/configmanager.py", line 72, in set_option
53 2010/12/01 07:35:03 :: self.write()
54 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/site-packages/wicd/configmanager.py", line 192, in write
55 2010/12/01 07:35:03 :: p = copy.deepcopy(self)
56 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
57 2010/12/01 07:35:03 :: y = copier(x, memo)
58 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/copy.py", line 298, in _deepcopy_inst
59 2010/12/01 07:35:03 :: state = deepcopy(state, memo)
60 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
61 2010/12/01 07:35:03 :: y = copier(x, memo)
62 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
63 2010/12/01 07:35:03 :: y[deepcopy(key, memo)] = deepcopy(value, memo)
64 2010/12/01 07:35:03 :: File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
65 2010/12/01 07:35:03 :: y = copier(memo)
66 2010/12/01 07:35:03 :: TypeError: cannot deepcopy this pattern object

Replies

Subject Author
Re: [gentoo-user] wicd fails (after python update?) Alan McKinnon <alan.mckinnon@×××××.com>