Maybe this would explain the amazing behaviour of your nas.Draftmancorp wrote:[ 326.679272] EXT4-fs (sda5): error count since last fsck: 90
[ 326.684826] EXT4-fs (sda5): initial error at time 1514808332: ext4_mb_generate_buddy:758
[ 326.692897] EXT4-fs (sda5): last error at time 1514804400: ext4_mb_generate_buddy:757
So the fs is corrupted on sda5 and I assume that at some point the firmware fails to read/write on this partition. As some required files for apache, dropbear, proftpd and samba are stored on this location when they are running, you get the amazing behaviour as soon as I/O access is not possible on sda5.
Then try to repair the fs on sda5.
This time use fvdw-sl console and run
- Code: Select all
dmesg -s
e2fsck -y /dev/sda5
mkdir /sda5
mount /dev/sda5 /sda5
dmesg
reboot the nas and see if the bad behaviour happens again