View Single Post
  #2   (View Single Post)  
Old 29th December 2010
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

You need to start dbus:

Code:
# /etc/rc.d/dbus_daemon start
Then /var/run/dbus/system_bus_socket will be created properly:

Code:
# ls -l /var/run/dbus/system_bus_socket                                        
srwxrwxrwx  1 root  _dbus  0 Dec 29 12:06 /var/run/dbus/system_bus_socket
Reply With Quote