On Sun, Sep 14, 2025 at 11:54:47PM +0530, Subhashis Roy wrote: > However, I still find 'wall File_name' invoked as root still produces > no response to me in a different Terminal (logged in through 'ssh').
wall is built with systemd/logind support, the modern replacement for utmp. Make sure your sessions are listed in `loginctl` output (with a TTY). If they are not, make sure you have libpam-systemd installed and systemd-logind is running. There might still be an issue with openssh not forwarding the TTY to logind; if you are affected by this, then `wall` cannot do anything about this. Best to test with a local login. > Therefore, I consider this as a bug. > As 'wall' stops working, it significantly increases the problem of Root > to notify users of any issues or impending System Shutdown immediately. systemd also has an internal `wall` implementation, used to warn users of impending shutdowns (and I suspect suspends). I'll wait a bit for you to show that it's really `wall` that is the problem here, and not something else; otherwise I'll close this report. Best, Chris

