Il 09/11/24 18:07, Dr Rainer Woitok ha scritto:
In syslog I found two suspect lines: Failed to execute /usr/bin/reboot: No such file or directory Failed to execute /usr/bin/poweroff: No such file or directory If I'm not mistaken, these are the locations used by "systemd", but I'm running "openrc" which installs these two binaries into "/sbin/". So I
/bin and /sbin should be symlinks to /usr/bin if you switched to profile 23.0:
$ ls -l / total 52 lrwxrwxrwx 1 root root 7 Mar 25 2024 bin -> usr/bin drwxr-xr-x 4 root root 4096 Nov 9 11:45 boot drwxr-xr-x 16 root root 4220 Nov 9 18:27 dev drwxr-xr-x 87 root root 4096 Nov 9 18:02 etc drwxr-xr-x 8 root root 4096 Jul 8 2023 home lrwxrwxrwx 1 root root 7 Mar 25 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Mar 25 2024 lib64 -> usr/lib64 drwx------ 2 root root 16384 Jul 5 2023 lost+found drwxr-xr-x 2 root root 4096 Jul 2 2023 media drwxr-xr-x 11 root root 4096 Sep 15 20:49 mnt drwxr-xr-x 5 root root 4096 Nov 9 10:58 opt dr-xr-xr-x 517 root root 0 Nov 9 17:43 proc drwx------ 18 root root 4096 Nov 9 18:05 root drwxr-xr-x 23 root root 900 Nov 9 18:05 run lrwxrwxrwx 1 root root 7 Mar 25 2024 sbin -> usr/bin dr-xr-xr-x 12 root root 0 Nov 9 18:51 sys drwxrwxrwt 9 root root 320 Nov 9 18:42 tmp drwxr-xr-x 12 root root 4096 Apr 28 2024 usr drwxr-xr-x 12 root root 4096 Nov 9 10:22 var What does 'eselect profile show' return? raf