Hello. I have made an update from CRUX 3.6 to 3.7. Now I have discovered that the output of the "who" command is empty. $ last | head -n3 markus :0.0 :0.0 Fri Sep 30 20:22 gone - no logout root tty2 Fri Sep 30 20:21 still logged in reboot system boot 5.19.12 Fri Sep 30 20:21 still running $ who $ So two users are logged in but "who" shows none. I found out that /var/run/utmp does not exist. But I have an empty file /run/utmp with a timestamp of the last boot time. $ ls -l /var/run/utmp ls: cannot access '/var/run/utmp': No such file or directory $ ls -l /run/utmp -rw-r--r-- 1 root root 0 Sep 30 20:21 /run/utmp Is this a bug in some port, or did something get wrong during the update? How can the issue be resolved? Regards Markus Heinz PS: Thank you very much for maintaining CRUX Linux and providing the new release.