Session bus not creating socket
Havoc Pennington
hp at redhat.com
Mon Jan 31 06:54:50 PST 2005
On Mon, 2005-01-31 at 11:28 +0200, Chris Picton wrote:
> chrisp at aleph-null ~ $ dbus-launch
> DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-YBZcSlNntH'
> DBUS_SESSION_BUS_PID=30675
Linux has an "abstract sockets" feature, these don't appear in the
filesystem. Which means we don't have to figure out how to delete them
again.
On BSD etc. dbus can leave socket files around if the bus doesn't exit
cleanly, and it's necessary to run dbus-cleanup-sockets. ORBit does the
same thing.
Havoc
More information about the dbus
mailing list