
Originally Posted by
dcurtisfra
@JulinaB:
And there's nothing in the systemd Journal indicating why the call to shutdown via sudo failed?
Not that I can see. I am just looking at the last 50 lines and nothing is added when fetchmail picks up the email via POP3.
/var/log/fetchmail has this at the end:
Code:
fetchmail: Query status=2 (SOCKET)fetchmail: 1 message for skylab at 192.168.100.1 (2547 octets).
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?fetchmail: reading message skylab@192.168.100.1:1 of 1 (2547 octets) flushed
I guess the line:
Code:
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root
Is trying to tell me something but not sure what.
Code:
ls -al /usr/bin/sudo
-rwsr-xr-x 1 root root 184728 Mar 9 07:35 /usr/bin/sudo
skylab:~ #
And the whole file system is in a single ext4 filesystem.