maximusGeek
Technical User
User logins suddenly stopped showing up in last. Anyone know why that might be? I have 8 servers with identical configurations and only one is having this problem. I am running OpenSSH but I am on all servers.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dd bs=652 skip=100000 if=/var/adm/wtmpx of=/var/adm/wtmpx.new
mv /var/adm/wtmpx /var/adm/wtmpx.old && mv /var/adm/wtmpx.new /var/adm/wtmpx
# change permissions to match old file
$ touch atmpx btmpx
$ date > ?tmpx
$ ls -l ?tmpx
-rw-r--r-- 1 anni other 29 Sep 25 10:58 ?tmpx
-rw-r--r-- 1 anni other 0 Sep 25 10:58 atmpx
-rw-r--r-- 1 anni other 0 Sep 25 10:58 btmpx
$