|
Ubuntu issue with Dbus
I am running Ubuntu on vmware.
every time I edit my session.conf in /etc/dbus-1/ and logout. my Ubuntu image seem to be corrupted. I am unable to login, it just takes me back to the login screen. What could be causing this problem? I am installing Ubuntu almost constantly!
Is there a way to stop dbus-daemon from running session bus automatically? I want to start dbus-daemon bus without forking and be able to run VERBOSE.
Is there a way to stop the dbus-daemon from running the session bus?
I wish to run another session bus listening on a tcp port. however everytime I attempt to it errror:
wkhoo@vm_localhost:~$ dbus-daemon --session --config-file=/home/wkhoo/session-local.conf
--config-file specified but configuration file /etc/dbus-1/session.conf already requested
|