I have two machines with opensuse 42.3.
On one machine (say hostname1), the "who" command does what it is expected to do: list users
Code:
hostname1:/home/jan9> who
jan9 pts/0 2017-08-05 15:42 (:0)
jan9 pts/1 2017-08-05 15:42 (:0)
jan9 pts/2 2017-08-05 15:42 (:0)
On my other machine, "who" does not generate a list of users. It also doesn't make an entry in wtmp or with "last".
It only does this if I logon on the console, then I get
Code:
hostname2:/home/jan9> who
jan9 tty1 2017-08-05 16:00
Also, if I do an ssh from hostname1 to hostname2, on hostname2 this can be seen using "who".
Code:
hostname2:/home/jan9> who
jan9 pts/4 2017-08-05 16:14 (192.168.XXX.YYY)
Again, on hostname1 (also opensuse 42.3) this works as expected.
Any hints?
Thanks a lot.
Bookmarks