wicd start error

Issue #24 resolved
Former user created an issue

wicd will not work in VL7 B2.6 64bit due to invalid symlink for /usr/lib/libintl.so

2012/01/18 06:35:24 :: --------------------------- 2012/01/18 06:35:24 :: wicd initializing... 2012/01/18 06:35:24 :: --------------------------- 2012/01/18 06:35:24 :: wicd is version 1.7.1b2 567 2012/01/18 06:35:24 :: did not find backend in configuration, setting default external 2012/01/18 06:35:24 :: Traceback (most recent call last): 2012/01/18 06:35:24 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 1843, in <module> 2012/01/18 06:35:24 :: main(sys.argv) 2012/01/18 06:35:24 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 1807, in main 2012/01/18 06:35:24 :: daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect) 2012/01/18 06:35:24 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in init 2012/01/18 06:35:24 :: self.ReadConfig() 2012/01/18 06:35:24 :: File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig 2012/01/18 06:35:24 :: self.SetBackend(app_conf.get("Settings", "backend", default=be_def)) 2012/01/18 06:35:24 :: File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 136, in get 2012/01/18 06:35:24 :: return self.get_option(args, kargs) 2012/01/18 06:35:24 :: File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 115, in get_option 2012/01/18 06:35:24 :: self.set(section, option, str(default), write=True) 2012/01/18 06:35:24 :: File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 87, in set 2012/01/18 06:35:24 :: self.set_option(args, **kargs) 2012/01/18 06:35:24 :: File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 77, in set_option 2012/01/18 06:35:24 :: value = to_unicode(value) 2012/01/18 06:35:24 :: File "/usr/lib/python2.7/site-packages/wicd/misc.py", line 390, in to_unicode 2012/01/18 06:35:24 :: ret = x.decode(encoding).encode('utf-8') 2012/01/18 06:35:24 :: TypeError: decode() argument 1 must be string, not None

From hata_ph

Comments (3)

  1. Former user Account Deleted

    B2.7 seem to solve the problem but an empty /usr/lib/libintl.so still there...should it be remove or what?

    From hata_ph

  2. Log in to comment