I suspect my root file system crashed.
tail /var/log/syslog
=> locks
dmesg
doesn't show anything interesting
I figure I can reboot and rebuild the system if necessary as its imaged, however I'm wondering if there's another way to recover the system?
I can't use sudo
because it locks up the system, so I need a way to gain root access and the root user is locked.
My next step after that would be unmount/remount root filesytem as readonly, start killing process to reclaim.
- update -
So it looks like two runaway process were locking up the system. I'm trying to kill -9
them and its not working. One turned zombie but still uses a lot of cpu, occasionally the other ignores all kill
commands.. -9
, -1
, -5
, -15
I was finally able to sudo
into root but sudo is behaving very strangely.
It doesn't prompt for password until I ctrl + c
and password entry doesn't always seem to succeed -- I wonder if I've been hacked or the system is behaving strangely..
Now my system is at 99%, 0% wa
root:/tmp# shutdown -r now
Failed to start reboot.target: Connection timed out
See system logs and 'systemctl status reboot.target' for details.
root:/tmp# systemctl status reboot.target
Failed to get properties: Connection timed out