Search found 2 matches
- 20 May 2025, 02:48
- Forum: System Resources
- Topic: System partition 100% full [SOLVED]
- Replies: 10
- Views: 1813

Re: System partition 100% full [SOLVED]
I had the same problem, which also appeared after I backed up my system configuration. I resolved it similarly via SSH login: # rm /etc/p # reboot It must be a bug somehow triggered by backing up the system config. I suppose I was lucky that I could still log in via SSH. I'm guessing that login does...
- 20 May 2025, 02:45
- Forum: Initialization
- Topic: [Help] 502 Bad Gateway after reboot [SOLVED]
- Replies: 22
- Views: 4582

Re: [Help] 502 Bad Gateway after reboot [SOLVED]
I had this same problem. It was resolved by SSHing into the TNAS and deleting /etc/p, which was roughly 5GB in size, then rebooting: # rm /etc/p # reboot I believe that file was somehow created after I did a system configuration backup. It filled the system partition, preventing a bunch of different...