Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Trying to improve security I disabled several services and all went fine until I disabled dbus. My ubuntu boots but I get some error regarding HAL and Gnome, plus the keyboard and trackpad don't seem to work. Is there any idiot proof way to enable it again? Thanks in advance.
Trying to improve security I disabled several services and all went fine until I disabled dbus. My ubuntu boots but I get some error regarding HAL and Gnome, plus the keyboard and trackpad don't seem to work. Is there any idiot proof way to enable it again? Thanks in advance.
You should try to access the box remotely and enable them or do it in "rescue".
To access your machine remotely you would use SSH or telnet I don't recommend telnet. For this to work you will need to being running the SSH server on your box. If you're not sure try from another computer on your network and use the command "ssh user@serverip" if it works and you get a password prompt then the SSH server is running. Run as root:
/etc/init.d/dbus start
Then login and change your setting in the manager to get the service to start on boot or run:
update-rc.d dbus defaults
In rescue (from the cd or dvd) you would run from the command line (as root):
update-rc.d dbus defaults
To access your machine remotely you would use SSH or telnet I don't recommend telnet. For this to work you will need to being running the SSH server on your box. If you're not sure try from another computer on your network and use the command "ssh user@serverip" if it works and you get a password prompt then the SSH server is running. Run as root:
/etc/init.d/dbus start
Then login and change your setting in the manager to get the service to start on boot or run:
update-rc.d dbus defaults
In rescue (from the cd or dvd) you would run from the command line (as root):
update-rc.d dbus defaults
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.