Re #12: > This issue was added to the Ubuntu 25.04 release notes: > https://discourse.ubuntu.com/t/plucky-puffin-release-notes/48687#p-120902-systemd-v2574
This releases notes says: "While some tools, such as w from the procps package have support for systemd-logind sessions, other tools like who from coreutils do not." This is a blatant lie. 'who' from coreutils 9.5 *does* support for the systemd-logind sessions. You only have two build it appropriately. More in detail: 1) You need to pass the configure option '--enable-systemd' (as stated in #11 above). 2) You need to have installed libsystemd-dev at build time. The problem is in this file: https://archive.ubuntu.com/ubuntu/pool/main/c/coreutils/coreutils_9.5-1ubuntu1.dsc It has a Build-Depends line that is *missing* libsystemd-dev. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2103489 Title: "who" command is not listing the users To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2103489/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
