Am Montag, 29. Januar 2007 schrieb Sorin Peste: > # service dbus start > Starting D-BUS daemonstartproc: signal catched > /usr/bin/dbus-daemon: Segmentation fault > > # /etc/init.d/dbus start > Starting D-BUS daemonstartproc: signal catched > /usr/bin/dbus-daemon: Segmentation fault > > Yesterday the D-Bus service decided it was going to segfault when > starting; it was running smooth before that. Other dependent > services like NetworkManager also fail to start. > > Where should I look to start investigating this problem? (SUSE > 10.1 x86) > > Thanks, > Sorin
This Error comes from the latest Package of avahi from Packman. This Package needs a group netdev to work. So give your System this group, or go back to the Version which comes with SuSE-10.1. groupadd netdev Or edit the file /etc/dbus-1/system.d/avahi-dbus.conf <policy user="avahi"> instead of <policy user="netdev"> Greets Michael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
