hello everybody,
i'm experiencing some issues since i decided to try to configure the mpd daemon on my mbwe (blue ring). my problem is that i can install mpd (which requires avahi, which requires dbus) but eventually mpd is not able to start. looking at the mpd.log file it states that:
…
Jan 07 07:03 : listen: listen_global_finish called
Jan 07 07:03 : db_finish took 0.050000 seconds
Jan 08 05:00 : avahi: Initializing interface
Jan 08 05:00 : avahi: Failed to create client: Daemon not running
Jan 08 05:00 : avahi: Shutting down interface
Jan 08 05:00 : state_file: Saving state file
tracking down the problem with avahi-daemon, the core seems to be that dbus daemon does not start. indeed, doing:
- dbus-daemon
all i get is:
[root@Book dbus-1.4.1]# dbus-daemon
Segmentation fault
were you able to install dbus, avahi and mpd? is there a way to debug my problem with dbus?