Bug 2082 - Error on boot concerning wicd
Summary: Error on boot concerning wicd
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 1
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 22:41 CEST by isadora
Modified: 2011-09-07 20:04 CEST (History)
1 user (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description isadora 2011-07-08 22:41:21 CEST
When booting system and arriving into desktop (KDE), i receive following message:

Could not connect to wicd's D-Bus interface.  Check the wicd log for error messages.


wicd 1.7.0-4.mga1
Comment 1 Manuel Hiebel 2011-07-09 00:00:53 CEST
> Could not connect to wicd's D-Bus interface.  Check the wicd log for error
> messages.

Can you attach the wicd log ?

it's probly in /var/log
Comment 2 isadora 2011-07-09 21:50:03 CEST
2011/07/08 22:33:23 :: ---------------------------
2011/07/08 22:33:23 :: wicd initializing...
2011/07/08 22:33:23 :: ---------------------------
2011/07/08 22:33:23 :: wicd is version 1.7.0 552
2011/07/08 22:33:23 :: did not find backend in configuration, setting default external
2011/07/08 22:33:23 :: Traceback (most recent call last):
2011/07/08 22:33:23 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1839, in <module>
2011/07/08 22:33:23 ::     main(sys.argv)
2011/07/08 22:33:23 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1803, in main
2011/07/08 22:33:23 ::     daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
2011/07/08 22:33:23 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in __init__
2011/07/08 22:33:23 ::     self.ReadConfig()
2011/07/08 22:33:23 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig
2011/07/08 22:33:23 ::     self.SetBackend(app_conf.get("Settings", "backend", default=be_def))
2011/07/08 22:33:23 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 125, in get
2011/07/08 22:33:23 ::     return self.get_option(*args, **kargs)
2011/07/08 22:33:23 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 104, in get_option
2011/07/08 22:33:23 ::     self.set(section, option, str(default), write=True)
2011/07/08 22:33:23 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 76, in set
2011/07/08 22:33:23 ::     self.set_option(*args, **kargs)
2011/07/08 22:33:23 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 72, in set_option
2011/07/08 22:33:23 ::     self.write()
2011/07/08 22:33:23 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 192, in write
2011/07/08 22:33:23 ::     p = copy.deepcopy(self)
2011/07/08 22:33:23 ::   File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
2011/07/08 22:33:23 ::     y = copier(x, memo)
2011/07/08 22:33:23 ::   File "/usr/lib64/python2.7/copy.py", line 298, in _deepcopy_inst
2011/07/08 22:33:23 ::     state = deepcopy(state, memo)
2011/07/08 22:33:23 ::   File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
2011/07/08 22:33:23 ::     y = copier(x, memo)
2011/07/08 22:33:23 ::   File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
2011/07/08 22:33:23 ::     y[deepcopy(key, memo)] = deepcopy(value, memo)
2011/07/08 22:33:23 ::   File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
2011/07/08 22:33:23 ::     y = copier(memo)
2011/07/08 22:33:23 :: TypeError: cannot deepcopy this pattern object
2011/07/08 22:52:28 :: ---------------------------
2011/07/08 22:52:28 :: wicd initializing...
2011/07/08 22:52:28 :: ---------------------------
2011/07/08 22:52:28 :: wicd is version 1.7.0 552
2011/07/08 22:52:28 :: did not find backend in configuration, setting default external
2011/07/08 22:52:28 :: Traceback (most recent call last):
2011/07/08 22:52:28 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1839, in <module>
2011/07/08 22:52:28 ::     main(sys.argv)
2011/07/08 22:52:28 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1803, in main
2011/07/08 22:52:28 ::     daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
2011/07/08 22:52:28 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in __init__
2011/07/08 22:52:28 ::     self.ReadConfig()
2011/07/08 22:52:28 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig
2011/07/08 22:52:28 ::     self.SetBackend(app_conf.get("Settings", "backend", default=be_def))
2011/07/08 22:52:28 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 125, in get
2011/07/08 22:52:28 ::     return self.get_option(*args, **kargs)
2011/07/08 22:52:28 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 104, in get_option
2011/07/08 22:52:28 ::     self.set(section, option, str(default), write=True)
2011/07/08 22:52:28 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 76, in set
2011/07/08 22:52:28 ::     self.set_option(*args, **kargs)
2011/07/08 22:52:28 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 72, in set_option
2011/07/08 22:52:28 ::     self.write()
2011/07/08 22:52:28 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 192, in write
2011/07/08 22:52:28 ::     p = copy.deepcopy(self)
2011/07/08 22:52:28 ::   File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
2011/07/08 22:52:28 ::     y = copier(x, memo)
2011/07/08 22:52:28 ::   File "/usr/lib64/python2.7/copy.py", line 298, in _deepcopy_inst
2011/07/08 22:52:28 ::     state = deepcopy(state, memo)
2011/07/08 22:52:28 ::   File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
2011/07/08 22:52:28 ::     y = copier(x, memo)
2011/07/08 22:52:28 ::   File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
2011/07/08 22:52:28 ::     y[deepcopy(key, memo)] = deepcopy(value, memo)
2011/07/08 22:52:28 ::   File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
2011/07/08 22:52:28 ::     y = copier(memo)
2011/07/08 22:52:28 :: TypeError: cannot deepcopy this pattern object
Valdemar Boersting 2011-09-07 12:39:19 CEST

CC: (none) => valdemar

Comment 3 isadora 2011-09-07 18:55:08 CEST
Problem didn't return.
Comment 4 Manuel Hiebel 2011-09-07 20:04:12 CEST
 ok

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.