Tiny Core Extensions > TCE Bugs

dbus_glib.tcel

(1/2) > >>

jpeters:
After installing dbus_glib.tcel and attempting to run skype_dynamic I get:


--- Code: --- D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
  D-Bus not built with -rdynamic so unable to print a backtrace

--- End code ---

Skype dynamic almost loads with qt-4.2.2 and a few support libs . It flashes before producing the dbus error. 

Juanito:
You get this error message because the dbus daemon is not running, you can start it with:
--- Code: ---$ sudo mkdir -p /var/lib/dbus
$ sudo dbus-uuidgen --ensure
$ sudo mkdir /var/run/dbus
$ sudo dbus-daemon --system
$ sudo mkdir /etc/dbus-1/session.d

--- End code ---

jpeters:

--- Code: ---tc@box:/etc/dbus-1$ sudo dbus-uuidgen
4eae464456c126bba267d7124a03e3af

--- End code ---

but...


--- Code: ---tc@box:~$ sudo dbus-daemon --system
Failed to start message bus: Failed to read directory "/etc/dbus-1/system.d": No such file or directory

--- End code ---

Juanito:
Ah - OK, I use dbus with bluez which contains files in "/etc/dbus-1/system.d" so it already exists - I guess you'll need to create this directory before "sudo dbus-daemon --system"

jpeters:
Thanks....that got it working.  Unfortunately, skype dynamic does exactly what skype static does.....accepts login  and then just disappears with


--- Code: ---terminate called after throwing an instance of 'unsigned int'
Aborted

--- End code ---

BTW....that list might be nice on the info file. 

Navigation

[0] Message Index

[#] Next page

Go to full version