I recently installed Raspbian Lite (stretch) on my Raspberry Pi 3b+, and followed these instructions to get MATE installed, which worked fine (with the exception of having to use -o Acquire::ForceIPv4=true
on pretty much all the apt-get
commands, and a couple that I had to -f
. (I don't remember which, sorry!)
Before/during installing MATE, I had shutdown
.
But now when I try to run shutdown
, I get:
bash: shutdown: command not found
I found this answer about Debian, but my systemd-sysv
is installed and up to date:
fractangle@pi3bp:~ $ sudo apt-get upgrade systemd-sysv
Reading package lists... Done
Building dependency tree
Reading state information... Done
systemd-sysv is already the newest version (232-25+deb9u2).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I also looked at this question, but all the answers there seem to be predicated on the presence of shutdown
(or halt
, or reboot
, or poweroff
) and I have none of those.
I know there's always systemctl poweroff
, but I miss shutdown
. *sniff*
shutdown
(and other commands) by$ whereis shutdown
(for details please readman whereis
). 2) "Raspbian GNU/Linux 9 (stretch)" responds by default to$ shutdown
with "Failed to set wall message, ignoring: Interactive authentication required. Failed to call ScheduleShutdown in logind, proceeding with immediate shutdown: Interactive authentication required." – Fabian Apr 10 '18 at 10:03