On 12/21/2004, "(Sjoerd Simons)" <[EMAIL PROTECTED]> wrote: >Can your run the deamon with verbose turned on ? To do this you have to comment ><fork/> in /etc/dbus-1/system.conf and run: >DBUS_VERBOSE=1 /usr/bin/dbus-daemon-1 --config-file=/etc/dbus-1/system.conf
Results was as follows: As root(assuming this would be necessary), I got: 26526: Allocated slot 0 on allocator 0x808f90c total 1 slots allocated 1 used 26526: No cache for UID 0 zsh: segmentation fault DBUS_VERBOSE=1 /usr/bin/dbus-daemon-1 --config-file=/etc/dbus-1/system.conf As my standard user I got: 26497: Allocated slot 0 on allocator 0x808f90c total 1 slots allocated 1 used 26497: No cache for UID 3017 26497: No cache for UID 4294967295 zsh: segmentation fault (core dumped) DBUS_VERBOSE=1 /usr/bin/dbus-daemon-1 --config-file=/etc/dbus-1/system.conf