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.

timjtech

Members
  • Joined

  • Last visited

  1. Thanks, I wouldn't be surprised if it's the NIC, it has problems with power management that I've had to script a fix to. I might just buy a new pcie adapter. I confirmed the MTU shouldn't be an issue. I have an old dell switch that might be doing this too so I'll do a more thorough network test. What do you mean by sharing a user? I have squash on so everything is nobody/99 users/100. I hate that I have to use FUSE but my shares are too big for a single volume (30TB+). I could probably figure out some symlinks and/or workarounds but that kind of sucks for usability.
  2. Hello! Occasionally on my Nobara client I will be ripping a bluray, using mkvtoolnix or handbrake and my nfs connection drops causing any application connected to freeze up. This happens semi consistently. I've tried increasing fuse file descriptors and setting the number of threads to maximum. I've switched to NFSv3 only on Unraid and I've tried multiple mount options. Currently my mount options for nobara are (nfs defaults 0 0). I've experienced the issue through several versions of Unraid, including the latest 7.2.4, 7.2.3 and 7.1.12. I don't know if this is an issue with the OS (nobara/fedora 43) Kernel (6.19.5-200) NFS client (nfs-utils-2.8.4-0.fc43.x86_64) or Unraid. I was finally able to capture this with rpcdebug. I unmounted the directory with umount -fl and then attempted to remount with mount -a -vvvv during the test in these logs. Unfortunately I lost the verbose output from the mount command. Any help or suggestions greatly appreciated. NFS Clients: 10.0.5.7 (Rocky 7.9) 10.0.6.2 (Nobara 43) Unraid: 10.0.5.1 (Unraid 7.2.4) Client rpcinfo: rpcinfo program version netid address service owner 100000 4 tcp6 ::.0.111 portmapper superuser 100000 3 tcp6 ::.0.111 portmapper superuser 100000 4 udp6 ::.0.111 portmapper superuser 100000 3 udp6 ::.0.111 portmapper superuser 100000 4 tcp 0.0.0.0.0.111 portmapper superuser 100000 3 tcp 0.0.0.0.0.111 portmapper superuser 100000 2 tcp 0.0.0.0.0.111 portmapper superuser 100000 4 udp 0.0.0.0.0.111 portmapper superuser 100000 3 udp 0.0.0.0.0.111 portmapper superuser 100000 2 udp 0.0.0.0.0.111 portmapper superuser 100000 4 local @/run/rpcbind.sock portmapper superuser 100000 3 local @/run/rpcbind.sock portmapper superuser 100024 1 udp 0.0.0.0.182.182 status 29 100024 1 tcp 0.0.0.0.210.11 status 29 100024 1 udp6 ::.185.55 status 29 100024 1 tcp6 ::.138.73 status 29 100021 1 udp 0.0.0.0.189.142 nlockmgr superuser 100021 3 udp 0.0.0.0.189.142 nlockmgr superuser 100021 4 udp 0.0.0.0.189.142 nlockmgr superuser 100021 1 tcp 0.0.0.0.139.239 nlockmgr superuser 100021 3 tcp 0.0.0.0.139.239 nlockmgr superuser 100021 4 tcp 0.0.0.0.139.239 nlockmgr superuser 100021 1 udp6 ::.147.243 nlockmgr superuser 100021 3 udp6 ::.147.243 nlockmgr superuser 100021 4 udp6 ::.147.243 nlockmgr superuser 100021 1 tcp6 ::.129.159 nlockmgr superuser 100021 3 tcp6 ::.129.159 nlockmgr superuser 100021 4 tcp6 ::.129.159 nlockmgr superuser Unraid nfsstat: nfsstat Server rpc stats: calls badcalls badfmt badauth badclnt 386503 32 29 3 0 Server nfs v3: null getattr setattr lookup access 10 0% 837 0% 7 0% 430 0% 373 0% readlink read write create mkdir 0 0% 269113 69% 108284 28% 12 0% 2 0% symlink mknod remove rmdir rename 0 0% 0 0% 1 0% 0 0% 0 0% link readdir readdirplus fsstat fsinfo 0 0% 0 0% 158 0% 2448 0% 26 0% pathconf commit 4 0% 4806 1% client_rpc_debug.log unraid_nfsd_debug.log turing-diagnostics-20260306-1102.zip
  3. Thank you both for your suggestions. My syslog server was setup but not mirroring to the flash drive; I added that setting. I removed the smb extra configurations and set use_ssl to no, and rebooted in safe mode. Unfortunately the use_ssl=no created a login loop in the browser, however I was able to login via SSH and Console. I removed some settings from /boot/config/go that introduced my own .bash_profile file. I am not sure if that is what solved my issues, because I am now able to boot normally and access the CLI via all the normal methods. I attached my new diagnostic logs in case there's any clue, but for now this seems solved. Honestly not sure what I changed other than the 'go' config, which has worked before. turing-diagnostics-20260107-1102.zip
  4. Hello! Something happened to my UnRaid instance yesterday that caused the CLI to stop working. When I attempt a login through SSH it accepts my password and then hangs (see debug output attached). When I attempt a login through my iDRAC the entire console is frozen and does not accept any input. When I attempt a login through the CLI prompt on the web interface it shows a black screen and does not respond to commands. I have attempted to restart, I performed a system update from 7.2.0 to 7.2.3 thinking that any corruption should have cleared the USB key. I am not sure what to do. The shares, VMs and dockers remain available, everything else seems functional. Any help greatly appreciated. unraid_ssh_debug.txt turing-diagnostics-20260107-0903.zip
  5. For those trying to install with an external psql back end: Make sure you have postgresql-contrib installed and the extension enabled psql: CREATE EXTENSION pg_trgm; If using version 15+ give the database user access to the public schema, or ownership GRANT ALL ON SCHEMA public TO <dbuser>; ALTER DATABASE <dbname> OWNER TO <db>; Change the "TIMEZONE" variable to "TZ" (optional but nice for logs)
  6. +1

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.