How can I start a daemon under DFly?

thegraze thegraze at googlemail.com
Sat May 3 00:13:38 PDT 2008


@ walt:
The error message:
process 772: 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 compiled with backtrace support so unable to print a backtrace
Abbruch(core dumped)

process 772: 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 compiled with backtrace support so unable to print a backtrace
Abbruch(core dumped)

> ls /usr/pkg/etc/dbus-1
says

event.d		session.conf	system.conf	system.d

And
> ls /usr/pkg/etc/rc.d/dbus
says

ls: /usr/pkg/etc/rc.d/dbus: No such file or directory


@ Justin:
After I type
touch /var/lib/dbus/machine-id
in the shell,
the result is the same

> pkg_info | grep dbus
says

dbus-1.0.2nb5       Message bus system
dbus-glib-0.74      GLib bindings for the D-BUS message bus system
py24-dbus-0.82.4    Python bindings for the D-BUS message bus system

@ Chris:
With dbus-uuidgen > /var/lib/dbus/machine-id
all programs starts now :)
But outside exaile :(
exaile makes the following error:
----------------------
Traceback (most recent call last):
  File "/usr/pkg/share/exaile/xl/xlmisc.py", line 36, in ?
    from xl import mozembed
  File "/usr/pkg/share/exaile/xl/mozembed.py", line 29, in ?
    import gtkmozembed
ImportError: No module named gtkmozembed
Traceback (most recent call last):
  File "/usr/pkg/share/exaile/exaile.py", line 69, in ?
    from xl import *
  File "/usr/pkg/share/exaile/xl/tracks.py", line 18, in ?
    import common, media, db, config, trackslist
  File "/usr/pkg/share/exaile/xl/media/__init__.py", line 4, in ?
    import gst
  File "/usr/pkg/lib/python2.4/site-packages/gst-0.10/gst/__init__.py",
line 151, in ?
    version = get_gst_version
NameError: name 'get_gst_version' is not defined
-------------------------------

thegraze





More information about the Users mailing list