-
[Plugin] NUT v2 - Network UPS Tools
I had NUT configured and working well. Last night, there was a power outage, and the system did not work. It ran on battery until it was empty and then just lost power and shut down. When I went to check NUT settings this morning, NUT was disabled. Is it possible that an unRAID update could have disabled NUT? I did not check NUT settings after I upgraded to 7.2.5. It's configured correctly now, but I am trying to figure out why it didn't work when I needed it to. Thanks.
-
[Support] binhex - SABnzbdVPN
I cannot get this up and running using Wireguard VPN. Works fine on my unRAID server but on another linux server, it is failing every time with this error: sabnzbdvpn | 2025-07-05 13:30:12,320 DEBG 'start-script' stdout output: sabnzbdvpn | [info] Configuring WireGuard... sabnzbdvpn | sabnzbdvpn | 2025-07-05 13:30:12,348 DEBG 'start-script' stdout output: sabnzbdvpn | [info] Attempting to bring WireGuard interface 'up'... sabnzbdvpn | sabnzbdvpn | 2025-07-05 13:30:12,370 DEBG 'start-script' stderr output: sabnzbdvpn | Warning: `/config/wireguard/wg0.conf' is world accessible sabnzbdvpn | sabnzbdvpn | 2025-07-05 13:30:12,371 DEBG 'start-script' stderr output: sabnzbdvpn | /usr/sbin/wg-quick: line 40: /config/wireguard/wg0.conf: Permission denied sabnzbdvpn | sabnzbdvpn | 2025-07-05 13:30:12,374 DEBG 'start-script' stdout output: sabnzbdvpn | [warn] WireGuard interface failed to come 'up', exit code is '1' I've checked every permission and even tried some very permissive ones, but it still fails. I removed: PostUp = '/root/wireguardup.sh' PostDown = '/root/wireguarddown.sh' lines from my wg0.conf file, but they just keep reappearing every time I start up the container, so I created dummy files at those locations. Any other ideas? Thanks My Docker Compose is here: services: sabnzbdvpn: image: binhex/arch-sabnzbdvpn:latest container_name: sabnzbdvpn sysctls: net.ipv4.conf.all.src_valid_mark: 1 privileged: true ports: - 8080:8080 - 8090:8090 - 8118:8118 - 9118:9118 - 58946:58946 - 58946:58946/udp volumes: - /srv/docker/sabnzbdvpn/config:/config - /srv/docker/sabnzbdvpn/downloads:/downloads - /srv/docker/sabnzbdvpn/incomplete:/incomplete-downloads - /etc/localtime:/etc/localtime:ro environment: - VPN_ENABLED=yes - VPN_PROV=custom - VPN_CLIENT=wireguard - ENABLE_PRIVOXY=yes - STRICT_PORT_FORWARD=no - USERSPACE_WIREGUARD=no # - ENABLE_SOCKS=<yes|no> # - SOCKS_USER=<socks username> # - SOCKS_PASS=<socks password> - LAN_NETWORK=192.168.2.0/24 - NAME_SERVERS=1.1.1.1,1.0.0.1 - PUID=1000 - PGID=1000 # - VPN_INPUT_PORTS=<port number(s)> # - VPN_OUTPUT_PORTS=<port number(s)> - DEBUG=false - UMASK=002 # - PUID=<uid for user> # - PGID=<gid for user> restart: unless-stopped And my wireguard wg0.conf is here: # TorGuard WireGuard Config [Interface] PostUp = '/root/wireguardup.sh' PostDown = '/root/wireguarddown.sh' PrivateKey =[redacted] ListenPort = 59347 MTU = 1390 DNS = 1.1.1.1 Address = 192.168.2.0/24 [Peer] PublicKey = [redacted] AllowedIPs = 0.0.0.0/0 Endpoint = [redacted] PersistentKeepalive = 25
-
volcs0 started following Server was unresponsive for 40 minutes - can someone please help me review the logs to find the source? , I'm upgrading my cache - should I switch to a pool? , Troubleshooting these errors (nginx?) - system is pretty unusable and won't let me output diagnostics (pics included) and 5 others
-
I'm upgrading my cache - should I switch to a pool?
I currently have 9 drives in my array. I have a 1 TB SSD cache drive, which is about 25% full. I have another 1 TB SSD drive that I use for (1) Jellyfin data and (2) Immich data - about 35% full. I just bought a new 2 TB SSD. Should I just replace the 1 TB cache with the 2TB and make it a single cache? Or should I do something else? Is it silly to have another SSD dedicated to Immich and Jellyfin? Thanks for the advice.
-
Troubleshooting these errors (nginx?) - system is pretty unusable and won't let me output diagnostics (pics included)
System is pretty unusable right now. Before I restart, what can I troubleshoot to diagnose? My Dashboard page shows no activity (it is not updating, see pic), and my "Main" page doesn't show anything (see pic). Docker page does not load, though I can access running dockers (e.g., Jellyfin). Under Tools --> Error log I took the attached screenshot. I tried to output diagnostics, but it hangs and doesn't output anything. I can SSH in and do htop - screenshot attached. This happened a few weeks ago, and I restarted, and it was OK until now. What I was doing when this happened was moving a large number of files from my Downloads folder on cache to a share on the array. This has happened before when moving lots of files around. I'd love to sort it out. I just updated to 6.12.15 three days ago, but this happened before the update as well (was on 6.12.4). Before I reboot, anything else to check or test? Thanks.
-
[Support] pureelectricity - LibreChat
Can you give me any tips? I cloned the repo, copied the .env file, and did "docker compose up -d" But it won't work. I go to http://myURL:3080 and it tries to start but fails. What do I need to mod in the docker-compose.yml or .env? Thanks.
-
[SUPPORT] SmartPhoneLover - LMS (Lightweight Music Server)
I keep getting this error when I try to install LMS. Any thoughts on how to troubleshoot? I've created the folders with correct permissions. I've tried deleting the image/container/volume and rebuilding. docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/docker/containers/543a275ae0b0c4fae31053bfc40521313b53352a9ca2587dfe33291abba761bb/resolv.conf" to rootfs at "/etc/resolv.conf": open /var/lib/docker/btrfs/subvolumes/07f79166fde5bc3e4249653d62b234ce900b5aadd913e190aee812e6109aa012/etc/resolv.conf: read-only file system: unknown.
-
[Support] pureelectricity - LibreChat
I have not found a fix for this - despite changing the session parameter to 4 hours (14,000,000 microseconds). It still keeps timing me out. Have you solved this?
-
[SUPPORT] - stable-diffusion Advanced
Did you ever get this to work? I'm having the same issue with my NVidia GPU.
-
Are htop CPU use and the unRAID dashboard supposed to correlate? They do not for me, and I can't figure out why.
I'm trying to figure out what has all of my cores pegged and what has ground my server to a halt. htop shows nothing using more than 10-15% of any core. And the advanced view in the dockers doesn't show anything either. But the dashboard shows everything pegged, and my server is mostly unresponsive except for some command line and being able to see the dashboard. So, if htop and docker advanced view don't show any docker using up the CPU, but I can see that everything is maxed out, what could the difference be? Diagnostics attached. Will crosspost to unRAID forum as well. Thanks. tower-diagnostics-20240508-1642.zip
-
Navidrome had my CPU at 100% - How can I figure out if that was the problem?
I woke up to my server mostly unresponsive -all cores at 100%. I've had a problem like this in the past, and I noticed that it was Navidrome using the CPU. So I managed to quit the Navidrome docker, and all went back to normal. I've never been able to figure out how and why Navidrome is causing this problem. I looked at the Navidrome logs from this morning, and I didn't see any entries overnight. Diagnostics are attached. I looked at the server.log and saw this set of output below...At 0552, you can see where I logged in, slowly navigated to the dockers tab and quit Navidrome. Any thoughts are appreciated. Thanks for your advice. Apr 30 00:20:10 Tower vnstatd[20426]: Warning: Writing cached data to database took 10.4 seconds. Apr 30 00:20:17 Tower sSMTP[10259]: Creating SSL connection to host Apr 30 00:20:17 Tower sSMTP[10259]: SSL connection using TLS_AES_256_GCM_SHA384 Apr 30 00:20:20 Tower sSMTP[10259]: Sent mail for [email protected] (221 2.0.0 closing connection r16-20020a05620a03d000b0078f108b6765sm10894383qkm.48 - gsmtp) uid=0 username=root outbytes=1590 Apr 30 00:25:49 Tower nginx: 2024/04/30 00:25:49 [error] 17972#17972: *16510429 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 00:25:49 Tower nginx: 2024/04/30 00:25:49 [error] 17972#17972: *16510431 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 00:25:49 Tower nginx: 2024/04/30 00:25:49 [error] 17972#17972: *16510432 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 00:25:49 Tower nginx: 2024/04/30 00:25:49 [error] 17972#17972: *16510433 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 00:31:06 Tower vnstatd[20426]: Warning: Writing cached data to database took 5.9 seconds. Apr 30 00:49:52 Tower emhttpd: spinning down /dev/sdf Apr 30 01:19:46 Tower nginx: 2024/04/30 01:19:46 [error] 17972#17972: *16531581 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:19:46 Tower nginx: 2024/04/30 01:19:46 [error] 17972#17972: *16531582 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:19:46 Tower nginx: 2024/04/30 01:19:46 [error] 17972#17972: *16531583 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:19:46 Tower nginx: 2024/04/30 01:19:46 [error] 17972#17972: *16531584 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:29:50 Tower nginx: 2024/04/30 01:29:49 [error] 17972#17972: *16535538 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:29:50 Tower nginx: 2024/04/30 01:29:50 [error] 17972#17972: *16535541 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:29:50 Tower nginx: 2024/04/30 01:29:50 [error] 17972#17972: *16535542 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:29:50 Tower nginx: 2024/04/30 01:29:50 [error] 17972#17972: *16535543 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:48:11 Tower nginx: 2024/04/30 01:48:11 [error] 17972#17972: *16544601 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:48:11 Tower nginx: 2024/04/30 01:48:11 [error] 17972#17972: *16544602 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:48:11 Tower nginx: 2024/04/30 01:48:11 [error] 17972#17972: *16544603 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:48:11 Tower nginx: 2024/04/30 01:48:11 [error] 17972#17972: *16544604 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:52:22 Tower nginx: 2024/04/30 01:52:22 [error] 17972#17972: *16546487 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:52:22 Tower nginx: 2024/04/30 01:52:22 [error] 17972#17972: *16546488 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:52:22 Tower nginx: 2024/04/30 01:52:22 [error] 17972#17972: *16546489 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:52:22 Tower nginx: 2024/04/30 01:52:22 [error] 17972#17972: *16546490 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:57:45 Tower nginx: 2024/04/30 01:57:45 [error] 17972#17972: *16548677 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:57:45 Tower nginx: 2024/04/30 01:57:45 [error] 17972#17972: *16548678 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:57:45 Tower nginx: 2024/04/30 01:57:45 [error] 17972#17972: *16548679 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 01:57:45 Tower nginx: 2024/04/30 01:57:45 [error] 17972#17972: *16548680 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 02:00:04 Tower emhttpd: read SMART /dev/sdf Apr 30 02:04:36 Tower nginx: 2024/04/30 02:04:36 [error] 17972#17972: *16551620 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 02:04:36 Tower nginx: 2024/04/30 02:04:36 [error] 17972#17972: *16551624 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 02:04:36 Tower nginx: 2024/04/30 02:04:36 [error] 17972#17972: *16551626 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 02:04:36 Tower nginx: 2024/04/30 02:04:36 [error] 17972#17972: *16551627 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 03:01:25 Tower root: /var/lib/docker: 21.8 GiB (23410118656 bytes) trimmed on /dev/loop2 Apr 30 03:01:25 Tower root: /mnt/samsung_nvme: 616.6 GiB (662057234432 bytes) trimmed on /dev/nvme0n1p1 Apr 30 03:01:25 Tower root: /mnt/cache: 548.3 GiB (588752728064 bytes) trimmed on /dev/sde1 Apr 30 03:03:50 Tower emhttpd: spinning down /dev/sdf Apr 30 04:32:12 Tower nginx: 2024/04/30 04:32:12 [error] 17972#17972: *16625055 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:32:12 Tower nginx: 2024/04/30 04:32:12 [error] 17972#17972: *16625056 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:32:12 Tower nginx: 2024/04/30 04:32:12 [error] 17972#17972: *16625057 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:32:12 Tower nginx: 2024/04/30 04:32:12 [error] 17972#17972: *16625058 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:35:43 Tower monitor: Stop running nchan processes Apr 30 04:35:50 Tower nginx: 2024/04/30 04:35:50 [error] 17972#17972: *16626490 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:35:50 Tower nginx: 2024/04/30 04:35:50 [error] 17972#17972: *16626491 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:35:50 Tower nginx: 2024/04/30 04:35:50 [error] 17972#17972: *16626492 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 04:35:50 Tower nginx: 2024/04/30 04:35:50 [error] 17972#17972: *16626493 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 05:52:32 Tower webGUI: Successful login user root from 10.0.0.166 Apr 30 05:52:46 Tower monitor: Stop running nchan processes Apr 30 05:53:50 Tower php-fpm[5924]: [WARNING] [pool www] child 31840 exited on signal 9 (SIGKILL) after 62.393102 seconds from start Apr 30 05:53:54 Tower kernel: docker0: port 4(vethc2542b2) entered disabled state Apr 30 05:53:54 Tower kernel: veth6456e96: renamed from eth0 Apr 30 05:53:55 Tower vnstatd[20426]: Interface "veth6456e96" added with 1000 Mbit bandwidth limit. Apr 30 05:53:55 Tower vnstatd[20426]: Monitoring (104): veth6456e96 (1000 Mbit) veth9b65937 (10000 Mbit) vethccc4924 (10000 Mbit) veth0d1ba7b (10000 Mbit) veth089f88a (10000 Mbit) vetha6bffd1 (10000 Mbit) veth708b092 (10000 Mbit) veth7b2a77b (10000 Mbit) veth3940d1a (10000 Mbit) veth52aea6a (10000 Mbit) vethc2542b2 (10000 Mbit) vethed159e8 (10000 Mbit) veth2677478 (10000 Mbit) vetha69e1db (10000 Mbit) veth4392a41 (10000 Mbit) veth0f7ee3b (10000 Mbit) vethfde0868 (10000 Mbit) veth62612f3 (10000 Mbit) vethbb969e6 (10000 Mbit) veth1f80d05 (10000 Mbit) veth258460e (10000 Mbit) veth407cda6 (10000 Mbit) veth0bad994 (10000 Mbit) veth70e8181 (10000 Mbit) veth99f05dd (10000 Mbit) veth7a0bad4 (10000 Mbit) veth0facb37 (10000 Mbit) veth2f6bd85 (10000 Mbit) vethb4ceb0d (10000 Mbit) veth49ce358 (10000 Mbit) veth8575af4 (10000 Mbit) veth917f7f3 (10000 Mbit) veth01c8c50 (10000 Mbit) veth73926cc (10000 Mbit) vethc1c909d (10000 Mbit) vethce14198 (10000 Mbit) veth9415899 (10000 Mbit) vethd0e0f4d (10000 Mbit) vethdf311a5 (10000 Mbit) ... Apr 30 05:53:55 Tower kernel: docker0: port 4(vethc2542b2) entered disabled state Apr 30 05:53:55 Tower kernel: device vethc2542b2 left promiscuous mode Apr 30 05:53:55 Tower kernel: docker0: port 4(vethc2542b2) entered disabled state Apr 30 05:54:00 Tower vnstatd[20426]: Interface "vethc2542b2" disabled. Apr 30 05:54:00 Tower vnstatd[20426]: Error: Unable to get interface "veth6456e96" statistics. Apr 30 05:54:00 Tower vnstatd[20426]: Interface "veth6456e96" not available, disabling. Apr 30 05:54:11 Tower nginx: 2024/04/30 05:54:11 [error] 17972#17972: *16634764 open() "/usr/local/emhttp/stub_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /stub_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 05:54:11 Tower nginx: 2024/04/30 05:54:11 [error] 17972#17972: *16634765 open() "/usr/local/emhttp/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /basic_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 05:54:11 Tower nginx: 2024/04/30 05:54:11 [error] 17972#17972: *16634766 open() "/usr/local/emhttp/nginx_status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /nginx_status HTTP/1.1", host: "127.0.0.1:80" Apr 30 05:54:11 Tower nginx: 2024/04/30 05:54:11 [error] 17972#17972: *16634767 open() "/usr/local/emhttp/status" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /status HTTP/1.1", host: "127.0.0.1:80" Apr 30 05:56:53 Tower monitor: Stop running nchan processes tower-diagnostics-20240430-1117.zip
-
Server mostly non-responsive, seeing lots of dockerd and containerd at 100% with -log-level=fatal
Thanks. Thank you - I've been googling for how to manage the Jellyfin docker container on unRAID - if you have any insights on how to limit a particular containers memory usage, please let me know. I will keep searching.
-
Server mostly non-responsive, seeing lots of dockerd and containerd at 100% with -log-level=fatal
Server became mostly non-responsive. CPUs all 100% in the GUI (once it finally loaded) htop command shows high usage of containderd and /usr/bin/dockerd with -log-level=fatal. I noticed Navidrome using a lot of CPU at one point, so I killed it, and now the system is back to being responsive. Screenshot and logs attached. Navidrome was running fine for weeks. Advice appreciated for finding the root cause and how to fix. Thanks. tower-diagnostics-20240425-0609.zip
-
[Support] Paperless-ngx Docker
Did you solve your problem? I have everything on the array, but my docker.img is totally filled up by paperless. Currently at 13gb, and I just can't figure out why. My setup is like yours. Thoughts?
-
Server was unresponsive for 40 minutes - can someone please help me review the logs to find the source?
Around 9:30am CT this morning, my server became unresponsive - I could not get to the GUI nor could I SSH in. Over the next hour, I could intermittently SSH in but could not do anything - the system was pretty frozen. A little after 10:10 CT, everything started working again. I resisted the temptation to restart during the freeze up, because I wanted to see (1) if it came back, and (2) if I could isolate the source of the problem. Diagnostics are attached. Thanks. tower-diagnostics-20240319-1013.zip
-
How do I keep cache from filling up during intensive copy operations?
OK - Terrific. Thanks for the tip.
volcs0
Members
-
Joined
-
Last visited