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.

mburkasov

Members
  • Joined

  • Last visited

  1. No, I came home to an unresponsive machine and after a hard reset it was like this already.
  2. So this has happened again, the cache is degraded. The system was fully unresponsive and I had to do an unclean reset. How can I diagnose what's causing it and prevent this from happening again. It might be related to my other thread, but if it's ssd failing why all SMART is good? https://forums.unraid.net/topic/199527-btrfs-mount-hang/ Do I repeat the same steps from above or should I wait? unraid-diagnostics-20260708-1936.zip unraid-diagnostics-20260708-1932.zip
  3. Yeah, you're right. So is there anything I can do besides hard reset? What is the best way to move forward?
  4. Yeah, i managed to extract the relevant syslog, it shows some btrfs errors starting to show up towards the end syslog.2
  5. Hi! I have two NVMe drives in a btrfs cache pool. Today my Unraid WebUI has stopped responding after I tried accessing it, the last thing I saw in the Main tab was that I can't stop the array as btrfs operation was running, but neither of drives had any significant reads/writes. Now the WebUI and my docker containers are completely inaccessible, but I can SSH into it. However it hangs completely as soon as there's anything related to the cache partition like diagnostics, df -h or even autocompleting /mnt/user/ca.
  6. unraid-diagnostics-20260612-2256.zip
  7. I have my cache pool set as degraded after an unclean shutdown. Both drives are shown as fully healthy and have no errors. But nvme1n1 lost the partition completely. The data is still there on the first drive. What is the best way to restore the pool? unraid-diagnostics-20260612-1851.zip
  8. Couldn't connect to WebUI via IP or hostname, both wireless and wired, all the services were accessible normally I did reboot my router a few times for unrelated reasons, maybe that caused it somehow unraid-diagnostics-20250517-1218.zip
  9. Updated to rc2 and after first reboot the wlan interface was not present in the UI at all After a second reboot the interface is there, but fails to connect Apr 26 11:24:57 UNRAID rc.wireless: Stopping WiFi network... Apr 26 11:24:57 UNRAID rc.wireless: dhcpcd -q -k -4 wlan0 Apr 26 11:24:57 UNRAID dhcpcd[20893]: sending signal ALRM to pid 20386 Apr 26 11:24:57 UNRAID dhcpcd[20893]: waiting for pid 20386 to exit Apr 26 11:24:57 UNRAID dhcpcd[20387]: received SIGALRM, releasing Apr 26 11:24:57 UNRAID dhcpcd[20387]: wlan0: removing interface Apr 26 11:24:57 UNRAID rc.wireless: pkill wpa_supplicant Apr 26 11:24:57 UNRAID rc.wireless: iw dev wlan0 disconnect Apr 26 11:24:57 UNRAID rc.wireless: rm -f /var/local/emhttp/wireless.ini Apr 26 11:24:57 UNRAID rc.wireless: WiFi network... Stopped. Apr 26 11:25:11 UNRAID ool www[20046]: /usr/local/emhttp/plugins/dynamix/scripts/wireless Apr 26 11:25:11 UNRAID rc.wireless: Joining WiFi network... Apr 26 11:25:11 UNRAID update_services: no queued job present Apr 26 11:25:11 UNRAID update_services: queue new job 10, wait for 20s Apr 26 11:25:11 UNRAID rc.wireless: wpa_configuration: PSK FT/PSK Apr 26 11:25:11 UNRAID rc.wireless: wpa_supplicant -B -q -i wlan0 -c /etc/wpa_supplicant.conf Apr 26 11:25:21 UNRAID rc.wireless: interface wlan0 is DOWN, polling DHCP ipv4 server in background Apr 26 11:25:21 UNRAID rc.wireless: dhcpcd -b -q -n -p -t10 -J -h UNRAID -4 wlan0 Apr 26 11:25:21 UNRAID dhcpcd[21774]: dhcpcd-9.5.2 starting Apr 26 11:25:21 UNRAID dhcpcd[21777]: DUID 00:04:80:00:6b:9c:2b:8b:00:00:00:00:00:00:00:00:00:00 Apr 26 11:25:21 UNRAID dhcpcd[21777]: wlan0: waiting for carrier Apr 26 11:25:21 UNRAID rc.wireless: WiFi network... Failed. Apr 26 11:25:31 UNRAID reload_services: execute queued job 10 I did try forgetting the network and re-adding it My Wi-Fi adapter is Intel Killer AX1675 unraid-diagnostics-no-interface.zip unraid-diagnostics-no-connection.zip
  10. I tried creating a client wireguard connection with the built in VPN Manger, after creating config the UI reports that peers have to be updated This seems to be a reappearance of the old issue and the fix suggested in that topic did not work I am on 7.1.0-rc.1 and on wifi connection /etc/wireguard/wg0.conf [Interface] PrivateKey=PrivateKey Address=10.0.0.2 ListenPort=51820 PostUp=logger -t wireguard -- 'Tunnel WireGuard-wg0 started'; /usr/local/emhttp/webGui/scripts/update_services PostUp=iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o br0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o vhost0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o wlan0 -j MASQUERADE PostDown=logger -t wireguard -- 'Tunnel WireGuard-wg0 stopped'; /usr/local/emhttp/webGui/scripts/update_services PostDown=iptables -t nat -D POSTROUTING -s 10.0.0.0/24 -o br0 -j MASQUERADE; iptables -t nat -D POSTROUTING -s 10.0.0.0/24 -o vhost0 -j MASQUERADE; iptables -t nat -D POSTROUTING -s 10.0.0.0/24 -o wlan0 -j MASQUERADE PostUp=ip -4 route flush table 200 PostUp=ip -4 route add default via 10.0.0.2 dev wg0 table 200 PostUp=ip -4 route add 0.0.0.0/24 via dev br0 table 200 PostDown=ip -4 route flush table 200 PostDown=ip -4 route add unreachable default table 200 PostDown=ip -4 route add 0.0.0.0/24 via dev br0 table 200 [Peer] PublicKey=PublicKey Endpoint=ip:51820 AllowedIPs=10.0.0.2 PersistentKeepalive=25 /var/log/wg-quick.log wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 10.0.0.2 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 10.0.0.2/32 dev wg0 [#] logger -t wireguard -- 'Tunnel WireGuard-wg0 started'; /usr/local/emhttp/webGui/scripts/update_services [#] iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o br0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o vhost0 -j MASQUERADE; iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o wlan0 -j MASQUERADE [#] ip -4 route flush table 200 [#] ip -4 route add default via 10.0.0.2 dev wg0 table 200 [#] ip -4 route add 0.0.0.0/24 via dev br0 table 200 Error: inet address is expected rather than "dev". [#] ip link delete dev wg0 unraid-diagnostics-20250422-1502.zip
  11. After a server reboot today, I am no longer able to access my cache share with smb, I have no issues accessing the main array or an unassigned drive with a file system. They use exactly the same settings with the same and only user, the error is the same for both my windows PC and my android phone with FX file manager. Tried restarting in safe mode, resetting settings for the share and enabling access again, all the security options, connecting with Ethernet, disabling docker service. Unraid 7.1.0-beta.3 The log is safe mode after starting an array and trying to access the share unraid-diagnostics-20250408-1147.zip
  12. Unraid Dashboard is empty after updating from 7.0.1 to 7.1.0 beta 2. Currently on beta 3 and the issue still present. I've had dashboard not loading a few times on 7.0.1 as well, but it got resolved on its own some time after occurring, currently this behavior is persistent. A safe reboot exhibits the same behavior even without the array started, so it does not seem to be a plugin incompatibility issue. unraid-diagnostics-20250407-1516.zip

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.