It's been a couple of hours since I manually started the ssh and nginx process, I'm now able to access the web UI. But would like some help to dig deeper on why this is happening. I've had it happen multiple times, last time was 3 days ago. The syslog shows the eth0 link is down, I verified with my router, its reboot schedule lines up with the link going down at 3am. Then nginx server daemon is reloaded an it fails because binding issues. Unraid nginx ui is set to port 81/444, I have a docker container nginx set to run on port 80/443. I'm not sure why there is the bind issue on reload if it was working perfectly fine before the internet went down. Feb 16 03:00:19 Tank kernel: r8169 0000:03:00.0 eth0: Link is Down
Feb 16 03:00:19 Tank kernel: bond0: (slave eth0): link status definitely down, disabling slave
Feb 16 03:00:19 Tank kernel: r8169 0000:03:00.0 eth0: left promiscuous mode
Feb 16 03:00:19 Tank kernel: r8169 0000:03:00.0 eth0: left allmulticast mode
Feb 16 03:00:19 Tank kernel: bond0: now running without any active interface!
Feb 16 03:00:19 Tank kernel: br0: port 1(bond0) entered disabled state
Feb 16 03:00:20 Tank dhcpcd[1831]: br0: carrier lost
Feb 16 03:00:20 Tank dhcpcd[1831]: br0: deleting route to 192.168.68.0/22
Feb 16 03:00:20 Tank dhcpcd[1831]: br0: deleting default route via 192.168.68.1
Feb 16 03:00:20 Tank dhcpcd-run-hooks: interface=br0, reason=EXPIRE, protocol=dhcp
Feb 16 03:00:20 Tank update_services: remove queued job 3
Feb 16 03:00:20 Tank update_services: queue new job 9, wait for 20s
Feb 16 03:00:20 Tank dnsmasq[12616]: no servers found in /etc/resolv.conf, will retry
Feb 16 03:00:23 Tank ntpd[2079]: Deleting 1 br0, [192.168.68.77]:123, stats: received=277, sent=278, dropped=0, active_time=231180 secs
Feb 16 03:00:23 Tank ntpd[2079]: 216.239.35.0 local addr 192.168.68.77 -> <null>
Feb 16 03:00:40 Tank reload_services: execute queued job 9
Feb 16 03:00:41 Tank rc.ntpd: Updating NTP server daemon...
Feb 16 03:00:41 Tank ntpd[2079]: ntpd exiting on signal 1 (Hangup)
Feb 16 03:00:41 Tank ntpd[2562997]: ntpd
[email protected] Fri Jul 4 19:14:57 UTC 2025 (1): Starting
Feb 16 03:00:41 Tank ntpd[2562997]: Command line: /usr/sbin/ntpd -g -u ntp:ntp
Feb 16 03:00:41 Tank ntpd[2562997]: ----------------------------------------------------
Feb 16 03:00:41 Tank ntpd[2562997]: ntp-4 is maintained by Network Time Foundation,
Feb 16 03:00:41 Tank ntpd[2562997]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Feb 16 03:00:41 Tank ntpd[2562997]: corporation. Support and training for ntp-4 are
Feb 16 03:00:41 Tank ntpd[2562997]: available at https://www.nwtime.org/support
Feb 16 03:00:41 Tank ntpd[2562997]: ----------------------------------------------------
Feb 16 03:00:41 Tank ntpd[2562997]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Feb 16 03:00:41 Tank ntpd[2562999]: proto: precision = 0.032 usec (-25)
Feb 16 03:00:41 Tank ntpd[2562999]: basedate set to 2025-06-22
Feb 16 03:00:41 Tank ntpd[2562999]: gps base set to 2025-06-22 (week 2372)
Feb 16 03:00:41 Tank ntpd[2562999]: initial drift restored to 10.037109
Feb 16 03:00:41 Tank ntpd[2562999]: bind(16) AF_INET 127.0.0.1:123 flags 0x5 failed: Address already in use
Feb 16 03:00:41 Tank ntpd[2562999]: unable to create socket on lo (0) for 127.0.0.1:123
Feb 16 03:00:41 Tank ntpd[2562999]: cannot bind address 127.0.0.1
Feb 16 03:00:41 Tank ntpd[2562999]: Listen normally on 1 lo [::1]:123
Feb 16 03:00:41 Tank ntpd[2562999]: Listening on routing socket on fd #17 for interface updates
Feb 16 03:00:41 Tank ntpd[2562999]: kernel reports TIME_ERROR: 0x2041: Clock Unsynchronized
Feb 16 03:00:41 Tank ntpd[2562999]: kernel reports TIME_ERROR: 0x2041: Clock Unsynchronized
Feb 16 03:00:41 Tank rc.nginx: Updating Nginx server daemon...
Feb 16 03:00:41 Tank rc.nginx: Reloading Nginx server daemon...
Feb 16 03:00:41 Tank rc.nginx: Checking configuration for correct syntax and then trying to open files referenced in configuration...
Feb 16 03:00:41 Tank rc.nginx: /usr/sbin/nginx -t -c /etc/nginx/nginx.conf
Feb 16 03:00:41 Tank rc.nginx: Reloading Nginx server daemon configuration...
Feb 16 03:00:41 Tank nginx: 2026/02/16 03:00:41 [emerg] 7297#7297: bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 16 03:00:41 Tank nginx: 2026/02/16 03:00:41 [emerg] 7297#7297: bind() to 0.0.0.0:81 failed (98: Address already in use)
Feb 16 03:00:41 Tank nginx: 2026/02/16 03:00:41 [emerg] 7297#7297: bind() to 0.0.0.0:444 failed (98: Address already in use)
Feb 16 03:00:42 Tank nginx: 2026/02/16 03:00:41 [emerg] 7297#7297: bind() to 0.0.0.0:80 failed (98: Address already in use)