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.

brainbone_

Members
  • Joined

  • Last visited

  1. Yeah, I'll shut cache off for isos since I really don't need it there anyway and see how it goes. I would have expected the NFS server shutting down would have made it a non issues, but maybe something with the mover and files in use? Who knows. Anyway, thanks for your help!
  2. Forced a restart, system came back up and is running a parity check. Sure would like to know what happened to cause this. Seems like maybe the virtio iso was stuck in use on NFS by a remote VM (proxmox) and maybe because I have support Hard Links off in order to keep the NFS mounts from dropping on proxmox every mover runs? Still, would suck if unraid can't handle this kind of thing.
  3. Looks like maybe I should have force unmounted /mnt/user first. Syslog now showing: ep 23 12:00:55 FTbackup1 emhttpd: shcmd (11455): umount /mnt/disk5 Sep 23 12:00:55 FTbackup1 root: umount: /mnt/disk5: not mounted. Sep 23 12:00:55 FTbackup1 emhttpd: shcmd (11455): exit status: 32 Sep 23 12:00:55 FTbackup1 emhttpd: shcmd (11456): umount /mnt/disk6 Sep 23 12:00:55 FTbackup1 root: umount: /mnt/disk6: not mounted. Sep 23 12:00:55 FTbackup1 emhttpd: shcmd (11456): exit status: 32 Sep 23 12:00:55 FTbackup1 emhttpd: shcmd (11457): umount /mnt/cache Sep 23 12:00:55 FTbackup1 root: umount: /mnt/cache: not mounted. Sep 23 12:00:55 FTbackup1 emhttpd: shcmd (11457): exit status: 32 Sep 23 12:00:55 FTbackup1 emhttpd: Retry unmounting disk share(s)... Edit: Seems kinda like a failure of the stop array process to refuse to continue when it can't unmount an already unmounted disk share.
  4. rootfs on / type rootfs (rw,size=99017528k,nr_inodes=24754382,inode64) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=131072k,mode=755,inode64) /dev/sda1 on /boot type vfat (rw,noatime,nodiratime,fmask=0177,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,flush,errors=remount-ro) /boot/bzmodules on /lib type squashfs (ro,relatime,errors=continue) overlay on /lib type overlay (rw,relatime,lowerdir=/lib,upperdir=/var/local/overlay/lib,workdir=/var/local/overlay-work/lib) /boot/bzfirmware on /usr type squashfs (ro,relatime,errors=continue) overlay on /usr type overlay (rw,relatime,lowerdir=/usr,upperdir=/var/local/overlay/usr,workdir=/var/local/overlay-work/usr) devtmpfs on /dev type devtmpfs (rw,relatime,size=8192k,nr_inodes=24754382,mode=755,inode64) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /dev/shm type tmpfs (rw,relatime,inode64) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) hugetlbfs on /hugetlbfs type hugetlbfs (rw,relatime,pagesize=2M) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) tmpfs on /var/log type tmpfs (rw,relatime,size=131072k,mode=755,inode64) rootfs on /mnt type rootfs (rw,size=99017528k,nr_inodes=24754382,inode64) tmpfs on /mnt/disks type tmpfs (rw,relatime,size=1024k,inode64) tmpfs on /mnt/remotes type tmpfs (rw,relatime,size=1024k,inode64) tmpfs on /mnt/addons type tmpfs (rw,relatime,size=1024k,inode64) tmpfs on /mnt/rootshare type tmpfs (rw,relatime,size=1024k,inode64) nfsd on /proc/fs/nfs type nfsd (rw,relatime) nfsd on /proc/fs/nfsd type nfsd (rw,relatime) /dev/md1p1 on /mnt/disk1 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md2p1 on /mnt/disk2 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md3p1 on /mnt/disk3 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md4p1 on /mnt/disk4 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md5p1 on /mnt/disk5 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md6p1 on /mnt/disk6 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) shfs on /mnt/user type fuse.shfs (rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,allow_other)
  5. After doing that, shfs / /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso lines no longer show in lsof | grep /mnt, but still stuck. Tail of syslog: Sep 23 10:33:55 backup01 emhttpd: shcmd (5230): /usr/sbin/zfs unmount -a Sep 23 10:33:55 backup01 emhttpd: shcmd (5231): umount /mnt/user Sep 23 10:33:55 backup01 root: umount: /mnt/user: target is busy. Sep 23 10:33:55 backup01 emhttpd: shcmd (5231): exit status: 32 Sep 23 10:33:55 backup01 emhttpd: shcmd (5232): rmdir /mnt/user Sep 23 10:33:55 backup01 root: rmdir: failed to remove '/mnt/user': Device or resource busy Sep 23 10:33:55 backup01 emhttpd: shcmd (5232): exit status: 1 Sep 23 10:33:55 backup01 emhttpd: shcmd (5234): rm -f /boot/config/plugins/dynamix/mover.cron Sep 23 10:33:55 backup01 emhttpd: shcmd (5235): /usr/local/sbin/update_cron Sep 23 10:33:55 backup01 emhttpd: Retry unmounting user share(s)...
  6. Still stuck. Not exactly sure what I should do, but need to get this unraid server back up in a hurry.
  7. Yes, though all of them were paused and it completed shutting down services, so I wouldn't expect them to be holding things open now.
  8. Normally when this happens it's simply because I left an SSH session open somewhere in /mnt/. This time, that doesn't seem to be the case. Output of: lsof | grep /mnt shfs 32561 root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 1756 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 1762 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 11339 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 31176 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 32562 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 32564 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso shfs 32561 32589 shfs root 20r REG 0,41 725135360 66485 /mnt/cache/isos/template/iso/virtio-win-0.1.262.iso
  9. Upgraded from 6.12.6 to 6.12.8. One of my array drives went missing after stopping array + install 6.12.8 + reboot. Power all the way down and power back up restored the missing drive. Not sure it's related, but first time I've seen that happen. Drive is attached to an LSI SAS2116 controller.
  10. If possible, please add WebUI Forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
  11. You'll need to edit your /mnt/user/appdata/Silly Tavern/config/config.yaml changing: listen: true whitelistMode: false securityOverride: true
  12. Again, not sure if it's the same issue, but this seemed to fix this issue for me: Stop plex docker. rm -rf /mnt/user/appdata/PlexMediaServer/Library/Application\ Support/Plex\ Media\ Server/Codecs/* Start plex docker.
  13. Not sure if I'm having the same problem, but my 1050 or 1060 can no longer transcode the vast majority of my library since updating to 6.12.x. Was previously on 6.9.x. (can't even transcode most of this library if I turn off HW transcoding.)
  14. I'm adding a new 2x2tb SSD cache pool to have some redundancy there. I have the option between BTRFS and ZFS. I hear there's stability issues with BTRFS. If BTRFS isn't able to consistently survive power being cut while using consumer SSDs, then it really isn't a viable option. Is this the case? (Of course I use a UPS, but we all know can UPSs fail, often at the worst time.) So, is ZFS better in the regard? And if so, why is BTRFS even an option?

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.