• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

KDE 3.5.7 release 35.1 - Shutdown nur als root möglich

dma67

Hacker
Hallo,

bevor ihr mich nieder macht, dass ich eine experimentelle Version von KDE installiert habe, möchte ich anmerken, dass alles andere wirklich stabil, schnell und und ohne grössere Zwischenfälle auf meinem Notebook läuft.
Testweise habe ich die besagte Version auf einem Desktop installiert - und siehe da - da läuft der User-Shutdown problemfrei.
Also irgendetwas hat sich (habe ich?) verstellt.

Symptome:
Mir ist aufgefallen, wenn ich Strg+Alt+F2 drücke, schaltet das System zum Konsole-Modus, nach Ctrl+Alt+Del fährt das Ding runter. Wenn ich als User das System herunterfahren oder neu starten möchte - bleibt der Mauskursor auf dem schwarzen Bildschirm und nichts tut sich.
Wenn ich als User den Shutdown-Befehl mache, bringts es:
Code:
dm@c16:~> shutdown -h now
bash: shutdown: command not found
Das heisst wohl, dass ich als User keine Berechtigung habe.

Ich habe *DAS* fefunden
http://www.linux-club.de/viewtopic.php?t=79409&highlight=shutdown

Nach panamajos Anmerkeung schaute ich mir die Datei
/opt/kde3/share/config/kdm/kdmrc
an.

Im Bereich Schutdown, befindet sich
Code:
# Who is allowed to shut down the system. This applies both to the
# greeter and to the command FiFo.
# "None" - no "Shutdown..." menu entry is shown at all
# "Root" - the root password must be entered to shut down
# "All" - everybody can shut down the machine
# Default is Root
AllowShutdown=All
# Who is allowed to abort active sessions when shutting down.
# "None" - no forced shutdown is allowed at all
# "Root" - the root password must be entered to shut down forcibly
# "All" - everybody can shut down the machine forcibly
# Default is All
#AllowSdForceNow=Root
# The default choice for the shutdown condition/timing.
# "Schedule" - shut down after all active sessions exit (possibly at once)
# "TryNow" - shut down, if no active sessions are open; otherwise, do nothing
# "ForceNow" - shut down unconditionally
# Default is Schedule
#DefaultSdMode=ForceNow
# How to offer shutdown scheduling options:
# "Never" - not at all
# "Optional" - as a button in the simple shutdown dialogs
# "Always" - instead of the simple shutdown dialogs
# Default is Never
#ScheduledSd=Optional

Entscheidend ist wohl der Eintrag
AllowShutdown=All
was aber leider nichts bringt.

Ich habe keine Idee mehr. Wäre dankbar für jeden Hinweis.
 
Oben