Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jur on February 24, 2010, 02:08:16 AM

Title: After tce-update, wicd no longer works
Post by: jur on February 24, 2010, 02:08:16 AM
Code: [Select]
tc@box:~$ wicd-client
/usr/local/bin/wicd-client: line 2: tput: command not found
/usr/local/bin/wicd-client: line 3: tput: command not found
/usr/local/bin/wicd-client: line 4: tput: command not found
Traceback (most recent call last):
  File "/usr/local/share/wicd/gtk/wicd-client.py", line 63, in <module>
    from wicd import dbusmanager
  File "/usr/local/lib/python2.6/site-packages/wicd/dbusmanager.py", line 93, in <module>
    DBUS_MANAGER = DBusManager()
  File "/usr/local/lib/python2.6/site-packages/wicd/dbusmanager.py", line 57, in __init__
    self._bus = dbus.SystemBus()
  File "/usr/local/lib/python2.6/site-packages/dbus/_dbus.py", line 202, in __new__
    private=private)
  File "/usr/local/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/local/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBu.ception: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

I need help, please...
Title: Re: After tce-update, wicd no longer works
Post by: bmarkus on February 24, 2010, 02:27:00 AM
Looks like DBUS daemon is not running at first glance.

Are you starting WICD according to the info file with command 'sudo wicd-start' ?
Title: Re: After tce-update, wicd no longer works
Post by: jur on February 24, 2010, 03:25:00 AM
Yes. I just started getting the dbus messages after last night's update.

I'll delete dbus and download it again.
Title: Re: After tce-update, wicd no longer works
Post by: bmarkus on February 24, 2010, 03:31:30 AM
Make sure that all of the extensions are up to date.
Title: Re: After tce-update, wicd no longer works
Post by: jur on February 24, 2010, 04:19:18 AM
OK that didn't help...

As far as I know, they are all up to date as last night I used tce-update which does all it finds in batch mode.

Looks like I may have to delete absolutely everything and start from scratch to make sure there isn't something that was skipped for whatever reason.

Is there some way dbus should be started?
Title: Re: After tce-update, wicd no longer works
Post by: bmarkus on February 24, 2010, 04:22:33 AM

Is there some way dbus should be started?

Yes:

Quote
$ sudo /usr/local/etc/init.d/dbus [start|stop|restart|status]

but it is done by WICD.

Advice is to make a clean install on USB stick and try it.
Title: Re: After tce-update, wicd no longer works
Post by: jur on February 24, 2010, 04:28:17 AM
OK I'll report back when I have done that. It may take a day or so.
Title: Re: After tce-update, wicd no longer works
Post by: bmarkus on February 26, 2010, 02:32:33 AM
Previous version of pygobject.tcz was restored in the repository rolling back faulty update made on February 23. Tested, WICD now works again.
Title: Re: After tce-update, wicd no longer works
Post by: jur on February 27, 2010, 07:32:43 AM
Right, pygobject did not fix my problem so I started fresh and now it's OK again.