This evening I restarted it, from the menu in TOS but when it restarted I could not access the WebUI, nginx just gave 502 Bad Gateway and SSH wouldn't work
Code: Select all
❯ ssh -vvv [email protected] -p 9222
OpenSSH_8.8p1, OpenSSL 1.1.1l 24 Aug 2021
debug1: Reading configuration data /Users/stephen/.ssh/config
debug1: /Users/stephen/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /opt/homebrew/etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.162 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/stephen/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/stephen/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.162 [192.168.1.162] port 9222.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 192.168.1.162 port 9222: Connection refused
ssh: connect to host 192.168.1.162 port 9222: Connection refusedThankfully it worked and my data is still there but now I am really nervous about the safety of my data, how does a NAS just stop working like that? All 3 drives report healthy and the storage pool and volume report good.
Are there any logs I can check? Looks like /var/log was replaced on reinstall so nothing there

