Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

volcs0

Members
  • Joined

  • Last visited

Everything posted by volcs0

  1. 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.
  2. 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
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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?
  8. Did you ever get this to work? I'm having the same issue with my NVidia GPU.
  9. 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
  10. 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
  11. 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.
  12. 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
  13. 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?
  14. 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
  15. Thanks. Just did this - had to stop the array first. I made it 10GB, which should work pretty well for most things.
  16. I have about 400gb free on my 1Tb cache drive (NVME). Today, I was running a python script to copy video files from my photo library to my photos share on unRAID. The total amount to be copied will be about 1 Tb. About halfway through, the script crashed, because it said it was out of space. The cache drive was full. I had to invoke the mover and wait until it cleared some out and then I could start the script again. Is this the expected behavior? Do I just need to restrict downloads and copy functions to the available space on the cache drive? Thanks for the help. Diagnostics attached. tower-diagnostics-20240225-1944.zip
  17. After the upgrade to 6.12.4, many of my dockers are not working, due to permission errors. In some cases, I've done in and changed owner and. group to nobody/users and that has worked. In other cases, I've changed the entire folder to 655 and that has worked. In some cases, I just can't figure out how to fix it. I've tried deleting the appdata folder for that app and reinstalling it, but that hasn't worked. Any thoughts as to why this happend and how to fix it? Almost all of the folders in appdata now have both owner and group as "1000". An example: my lidarr app is now throwing this error: [v1.4.1.3564] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database attempt to write a readonly database Diagnostics attached. Any ideas are appreciated. tower-diagnostics-20231219-2101.zip
  18. Diagnostics attahed. I just upgraded my CPU, MoBo, and memory. It took a long time to get everything hooked up and running, but it finally worked and booted. I had to change the folder name EFI- to EFI on the USB to get it to boot - based on other's comments in this forum. When it did boot, I noticed that it went through some sort of update - I saw it downloading something - went to 100% and then finished booting. Now I realize that it was upgrading unRAID OS to 6.12.4. When I started my array for the first time with the new hardware, I saw that there was no docker tab. So, I went and enabled Docker, but no dockers are present. I backed up my appdata folder right before doing this, but I did not back up my docker.img file... So, given the number of things I changed, what do you think happened? And is there a recovery path short of reinstalling my docker containers? Thanks for your help. Edit: I went back to an old diagnostics, and I saw that docker vdisk location had been changed from /mnt/cache/system/docker.img to /mnt/user/system/docker/docker.img I changed it back, and now I'm in business again. Why did this docker location folder change? tower-diagnostics-20231214-2213.zip
  19. I'm trying to install Swingmusic - The git clone command works fine. But when I cd into the swingmusic directory and issue the "docker build . -t swingmusic" I get this error: Sending build context to Docker daemon 1.615MB Step 1/8 : FROM ubuntu:latest ---> e4c58958181a Step 2/8 : WORKDIR / ---> Using cache ---> 24c53c2f5562 Step 3/8 : COPY ./dist/swingmusic /swingmusic COPY failed: file not found in build context or excluded by .dockerignore: stat dist/swingmusic: file does not exist Any help is appreciated. Thank you.
  20. This is not working on my mac running Venture 13.4. If anyone knows of a current solution that can leverage my mac to read a disk, please let me know. Thanks.
  21. Thanks. I shut it down and will replace the drive tonight and hope nothing else fails during the rebuild.
  22. But if another drive happens to fail, I'm screwed, right? I have a full backup on a set of external drives offsite - but it would be a long painful process to rebuild and reconstruct everything...
  23. Single parity system. One disk (8) is reporting an error. Diagnostics attached. Should I shut down the array until I can replace the disk? I am out of town, so it will be at least 48 hours before I can replace it. Thanks. tower-diagnostics-20231108-1658.zip
  24. Sorry to pile on another question - Since changing from macvlan to ipvlan, my cloudflare tunnel to my apps no longer works - getting DNS errors / SRV lookup errors. If I change back to macvlan, it works again. I'm reading about this and trying to troubleshoot and learn. Any thoughts about where to start with this? Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.