Hi all! I am on TurrisOS 5.3.5
Last week I encountered a problem, don’t know exactly when it appeared because router just works, but when I came to router via SSH and tried to edit or copy any files it just hangs.
Trying to SSHFS/SCP any files (I tried to backup any configurations) just hangs sshd server to death until hard reboot.
Little exampe
root@cerberus:~# ls -la /etc/config
drwxr-xr-x 1 root root 654 Apr 29 17:46 .
drwxr-xr-x 1 root root 2282 May 4 21:03 ..
-rw------- 1 root root 98 Jan 10 2021 acme
-rw------- 1 root root 435 Oct 20 2021 adblock
-rw------- 1 root root 1038 Nov 1 2021 ahcpd
-rw------- 1 root root 598 Nov 1 2021 backups
-rw------- 1 root root 897 Nov 1 2021 bcp38
-rwxr-xr-x 1 root root 110 Nov 23 16:52 cronie
-rw------- 1 root root 2623 Apr 29 17:46 dhcp
Timeout, server 172.28.0.250 not responding.
Tried in panic to export backup snapshot on to external SSD mounted to /srv
root@cerberus:~# schnapps list
# | Type | Size | Date | Description
------+-----------+-------------+---------------------------+------------------------------------
1 | single | 10.93MiB | 2022-03-18 17:41:07 +0700 | Point of No Return (2022-03-18)
4 | time | 10.91MiB | 2022-04-03 01:05:01 +0700 | Snapshot created by cron
5 | time | 11.22MiB | 2022-04-10 01:05:01 +0700 | Snapshot created by cron
6 | time | 11.45MiB | 2022-04-17 01:05:02 +0700 | Snapshot created by cron
7 | time | 10.95MiB | 2022-04-24 01:05:01 +0700 | Snapshot created by cron
8 | time | 10.93MiB | 2022-05-01 01:05:01 +0700 | Snapshot created by cron
root@cerberus:~# schnapps export 8 /srv/
./
./rom/
./rom/note
./tmp/
./tmp/lock/
./tmp/lock/procd_lighttpd.lock
./tmp/lock/procd_dnsmasq.lock
./tmp/lock/procd_gpio_switch.lock
./tmp/lock/procd_ucitrack.lock
./tmp/lock/procd_haveged.lock
./tmp/lock/procd_rpcd.lock
./tmp/lock/procd_foris-controller.lock
Timeout, server 172.28.0.250 not responding.
So, what happened? Is that case when eMMC is dead? How to check it?
If eMMC is dead why any fs operations hangs on /tmp path? RAM dead/broken?