Administrations-Terminal startet nicht

Unter Ubuntu 9.04 startet das root-Terminal (Administrations-Terminal) nicht mehr. Der neu verwendete DBUS-Daemon arbeitet benutzerabhängig und startet so die Ausführung von Anfragen wie z.B. “sudo gnome-terminal” nicht. Das Problem ist bei den Ubuntu-Entwickler bekannt: Link

Abhilfe schafft hier folgendes:

You can use sudo inside a gnome terminal that’s running under your own account. sudo -s, sudo -i, sudo su, and sudo bash are all variations on getting a shell running as root. If you don’t know which to pick, use sudo -s. Or, better, don’t start a root shell, and simply use sudo or gksudo on the one or two commands that need it.

This bug is partly that gconf requires DBUS, which breaks some remote-GUI situations, and partly that gnome-terminal just refuses to start without gconf, even though some people have found that it actually works if they comment out that part.

Also einfach ein normales Terminalfenster starten und dort:

  • sudo -s

oder

  • sudo -su

und das Passwort eingeben, und schon hat man eine Konsole mit root-Rechten.