[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Jessie: Shutdown



Am 05.05.2015 um 20:14 schrieb Stefan Weinzierl:
eines meiner Notebooks schaltet sich nach dem Upgrade auf jessie nicht
mehr ab.

Wenn der Benutzer angemeldet ist (kde) dann kommt beim abschalten als
letzte Meldung:

reboot: System halted

ein
echo "
alias reboot='echo \"The system is going down for system reboot NOW!\" |\
  /usr/bin/wall -n ; /bin/systemctl --force reboot'

alias halt='echo \"The system is going down for system halt NOW!\" |\
  /usr/bin/wall -n ; /bin/systemctl --force poweroff'

alias poweroff='echo \"The system is going down for system halt NOW!\" |\
  /usr/bin/wall -n ; /bin/systemctl --force poweroff'
" >> /root/.bashrc

hat bei mir geholfen.

mfg
Matthias



Reply to: