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.

Interstellar

Members
  • Joined

  • Last visited

  1. This started a while ago after a W11 update I assume, putting the VM to sleep and then waking it again results in 100% cpu time for the assigned cores and 40W+ CPU usage. Force Stopping and then starting again all is OK. However what is worse now is that seemingly the VM is starting up on its own accord and sitting at 100% CPU time for days on end. Anyone know if this is a common issue or not? If not I'll have to set some time aside to get diagnostics... nothing in the syslog at the time of the 100% CPU usage though. I can't just stop the VM as then the GPU doesn't go to sleep and my idle power doubles...
  2. Bit perturbed by the 2GB USB stick issues, still using the USB stick I got when I started with UnRAID 5. Are we saying 4GB is the minimum now, if so, no mention in the release notes unless I’m being blind. Going to tidy the USB stick and try it anyway..!
  3. Speedtest-Tracker no longer works for me.
  4. Got an odd problem: If I don't set a --dns=10.10.2.1 flag in extra parameters, I can login to NPM fine from 10.10.1.X if I set --dns=10.10.2.1, then I get a bad gateway error on login as I'm accessing it from 10.10.1.X Problem is NPM is on a separate NIC, with the 10.10.2 range, and without setting the --dns=10.10.2 flag I don't get DNS resolution (opnsense + adguard). What is going on? 😶
  5. I know this is the process, but posting that took a few mins just to see if it was just me or not, which has resulted in someone else having the issue so I know it’s not just me. sadly sanitising my diagnostics takes ages as it’s poor at anonymising everything. Its another thing I have to raise a bug for, but sadly my time is exceptionally limited at the moment.
  6. Anyone else having issues where the UnRAID GUI stops working? The login page pops up, I enter user/pass as normal, click login then... nothing, just hangs in both Safari and Chrome. Tried /etc/rc.d/rc.nginx reload - no change. As far as I can tell the server itself is working normally, SSH works, dockers/VMs are all running. Absolutely nothing in the logs relating to nginx at all. Uptime was since a day or two after .10 was released and I'm using macvlan already. Anyone else?
  7. Unsurprising that this is leading to some concern and misconceptions. Its good that us long time licenses are grandfathered but at the end of the day I paid $100 or whatever 10 years ago and have had many thousands of dollars of dev for that money. That sadly does not pay the bills at Limetech! With this new plan UnRAID keeps working albeit without updates, this means you haven’t lost functionality, you technically got what you paid for, which was the use of UnRAID in perpetuity and updates for a year. I’d imagine quite a few basic users don’t even remember to update that regularly anyway! Security is an interesting topic, not sure what side of the fence I sit on, if you want to be up to date then pay up or should security updates for an additional year be covered? From LT’s PoV, this can only be done by maintaining multiple branches and I don’t think LT is big enough for that, so I wouldn’t blame them for saying the former… It wasn’t so long ago that you’d pay regularly for new SW versions, I used to buy every new version of Lightroom… Long story short is that a balance needs to be struck and I don’t blame LT going down this route, it seems, a reasonable balance. If I was buying again I’d just get the top tier and be done with it.
  8. Still looking for a way to manually start a verification process rather than temporarily setting a verification schedule and then once its started turning it off again....
  9. Restarted... As requested: zfs list NAME USED AVAIL REFER MOUNTPOINT master 9.11T 3.48T 104K /mnt/master master/Mac HD 2 3.94T 3.48T 3.94T /mnt/master/Mac HD 2 master/Mac HD 3 5.09T 3.48T 5.09T /mnt/master/Mac HD 3 master/Working Files 76.8G 3.48T 76.8G /mnt/master/Working Files zfs mount master /mnt/master master/Mac HD 3 /mnt/master/Mac HD 3 master/Working Files /mnt/master/Working Files master/Mac HD 2 /mnt/master/Mac HD 2 showmount -e Export list for TOWER-NAS: /mnt/master <IP list> /mnt/cache <IP list> /mnt/disk1 <IP list> Trying to mount via the command that worked in 6.11.5: mount -t nfs TOWER-NAS.local:"/mnt/master/Mac HD 2" "/Volumes/Mac HD 2" rpc.mountd[12392]: authenticated mount request from IP:870 for /mnt/master/Mac HD 3 (/mnt/master) rpc.mountd[12392]: request to export directory /mnt/master/Mac HD 3 below nearest filesystem /mnt/master Master is setup as Private and: <IP>(sec=sys,rw,anongid=100,anonuid=99,all_squash) Thanks
  10. Progress! Thanks - we're now mounted and working, but the startup of the array is so long that I'm getting GUI timeout errors.. Sep 14 12:37:02 TOWER emhttpd: /usr/sbin/zpool import -d /dev/sdh1 2>&1 Sep 14 12:37:03 TOWER emhttpd: pool: master Sep 14 12:37:03 TOWER emhttpd: id: 735173779397214344 Sep 14 12:37:03 TOWER emhttpd: shcmd (634497): /usr/sbin/zpool import -N -o autoexpand=on -d /dev/sdh1 735173779397214344 master Sep 14 12:37:05 TOWER emhttpd: /usr/sbin/zpool status -PL master 2>&1 Sep 14 12:37:05 TOWER emhttpd: pool: master Sep 14 12:37:05 TOWER emhttpd: state: ONLINE Sep 14 12:37:05 TOWER emhttpd: config: Sep 14 12:37:05 TOWER emhttpd: NAME STATE READ WRITE CKSUM Sep 14 12:37:05 TOWER emhttpd: master ONLINE 0 0 0 Sep 14 12:37:05 TOWER emhttpd: /dev/sdh1 ONLINE 0 0 0 Sep 14 12:37:05 TOWER emhttpd: errors: No known data errors Sep 14 12:37:05 TOWER emhttpd: shcmd (634498): /usr/sbin/zfs set mountpoint=/mnt/master master Sep 14 12:37:05 TOWER emhttpd: shcmd (634499): /usr/sbin/zfs set atime=off master Sep 14 12:37:05 TOWER emhttpd: shcmd (634500): /usr/sbin/zfs mount master Sep 14 12:39:01 TOWER emhttpd: shcmd (634505): /usr/sbin/zpool set autotrim=off master Sep 14 12:39:01 TOWER emhttpd: shcmd (634506): /usr/sbin/zfs set compression=off master Sep 14 12:39:01 TOWER emhttpd: shcmd (634507): /usr/sbin/zfs mount -a Sep 14 12:39:58 TOWER nginx: 2023/09/14 12:39:58 [error] 12456#12456: *255109 upstream timed out (110: Connection timed out) while reading upstream, client: 10.10.1.110, server: , request: "POST /update.htm HTTP/1.1", upstream: "http://unix:/var/run/emhttpd.socket:/update.htm", host: "TOWER.local", referrer: "http://TOWER.local/Main" Sep 14 12:40:57 TOWER emhttpd: shcmd (634512): sync Sep 14 12:40:57 TOWER emhttpd: shcmd (634513): mkdir /mnt/user0 Sep 14 12:40:57 TOWER emhttpd: shcmd (634514): /usr/local/bin/shfs /mnt/user0 -disks 14 -o default_permissions,allow_other,noatime Sep 14 12:40:57 TOWER shfs: FUSE library version 3.12.0 Sep 14 12:40:57 TOWER emhttpd: shcmd (634515): mkdir /mnt/user Sep 14 12:40:57 TOWER emhttpd: shcmd (634516): /usr/local/bin/shfs /mnt/user -disks 15 -o default_permissions,allow_other,noatime -o remember=0 Used to take about 2 minutes from the start button to having internet (Opnsense VM) running again, now it takes the best part of 10m. That section above is 3 minutes on its own. Why has adding the ZFS disk slowed the process down so much? Edit: Problem two is now I've got two NFS shares I cannot get rid of which is preventing me mounting the folders rather than the top level master drive. I think its because there are spaces? Export list for TOWER: /mnt/master/Working * <--- Not in /etc/exports /mnt/master/Mac (everyone) <--- Not in /etc/exports /mnt/user/Working-Data ....<IPs>.... /mnt/master ....<IPs>.... /mnt/cache ....<IPs>.... /mnt/disk1 ...<IPs>.... zfs get sharenfs NAME PROPERTY VALUE SOURCE master sharenfs off local master/Mac HD 2 sharenfs off inherited from master master/Mac HD 3 sharenfs off inherited from master master/Working Files sharenfs off inherited from master Edit 2: Edited: nano /etc/exports.d/zfs.exports and removed all the entries. Ran exportfs -r, and the entries are gone. But: rpc.mountd[31793]: request to export directory /mnt/master/Mac HD 2 below nearest filesystem /mnt/master ??
  11. Took a while (disk spinning up I think) NAME PROPERTY VALUE SOURCE master type filesystem - master creation Mon Jul 24 19:08 2023 - master used 9.07T - master available 3.52T - master referenced 104K - master compressratio 1.01x - master mounted yes - master quota none default master reservation none default master recordsize 128K default master mountpoint /mnt/master local master sharenfs on local master checksum on default master compression lz4 local master atime off local master devices on default master exec on default master setuid on default master readonly off default master zoned off default master snapdir hidden default master aclmode discard default master aclinherit restricted default master createtxg 1 - master canmount on default master xattr on default master copies 1 default master version 5 - master utf8only off - master normalization none - master casesensitivity sensitive - master vscan off default master nbmand off default master sharesmb off default master refquota none default master refreservation none default master guid 5678621045851606521 - master primarycache all default master secondarycache all default master usedbysnapshots 0B - master usedbydataset 104K - master usedbychildren 9.07T - master usedbyrefreservation 0B - master logbias latency default master objsetid 54 - master dedup off default master mlslabel none default master sync disabled local master dnodesize legacy default master refcompressratio 1.00x - master written 104K - master logicalused 9.23T - master logicalreferenced 46K - master volmode default default master filesystem_limit none default master snapshot_limit none default master filesystem_count none default master snapshot_count none default master snapdev hidden default master acltype off default master context none default master fscontext none default master defcontext none default master rootcontext none default master relatime off default master redundant_metadata all default master overlay on default master encryption off default master keylocation none default master keyformat none default master pbkdf2iters 0 default master special_small_blocks 0 default Disk is now mounted and data is visible.
  12. Cannot open master dataset does not exist. Something has occurred to me and that is the disk in 6.11.5 automatically mounted at boot (even before array start) is there a ZFS flag that I may have set and forgot that automatically mounts disks and when 6.12 imports it that flag mounts it?
  13. zfs list: no datasets available zfs mount: blank Insightful 😄
  14. Finally getting round to re-upgrading to 6.12 from 6.11.5 with the ZFS plugin. I've got a very basic ZFS disk: sdh 8:112 0 12.7T 0 disk ├─sdh1 8:113 0 12.7T 0 part └─sdh9 8:121 0 8M 0 part I start with it not mounted after a reboot: zpool status no pools available But I am struggling to import, followed a few guides with no success even though half way through the mount it is actually mounted and I can see the data. Sep 12 22:28:54 TOWER emhttpd: mounting /mnt/master Sep 12 22:28:54 TOWER emhttpd: shcmd (630): mkdir -p /mnt/master Sep 12 22:28:54 TOWER emhttpd: shcmd (631): mount -t xfs -o noatime,nouuid /dev/sdh1 /mnt/master Sep 12 22:28:54 TOWER root: mount: /mnt/master: wrong fs type, bad option, bad superblock on /dev/sdh1, missing codepage or helper program, or other error. Sep 12 22:28:54 TOWER kernel: XFS (sdh1): Invalid superblock magic number Sep 12 22:28:54 TOWER root: dmesg(1) may have more information after failed mount system call. Sep 12 22:28:54 TOWER emhttpd: shcmd (631): exit status: 32 Sep 12 22:28:54 TOWER emhttpd: /mnt/master: no btrfs or device /dev/sdh1 is not single Sep 12 22:28:54 TOWER emhttpd: /usr/sbin/zpool import -d /dev/sdh1 2>&1 Sep 12 22:28:54 TOWER emhttpd: pool: master Sep 12 22:28:54 TOWER emhttpd: id: 735173779397214344 Sep 12 22:28:54 TOWER emhttpd: shcmd (632): /usr/sbin/zpool import -N -o autoexpand=on -d /dev/sdh1 735173779397214344 master Sep 12 22:28:57 TOWER emhttpd: /usr/sbin/zpool status -PL master 2>&1 Sep 12 22:28:57 TOWER emhttpd: pool: master Sep 12 22:28:57 TOWER emhttpd: state: ONLINE Sep 12 22:28:57 TOWER emhttpd: config: Sep 12 22:28:57 TOWER emhttpd: NAME STATE READ WRITE CKSUM Sep 12 22:28:57 TOWER emhttpd: master ONLINE 0 0 0 Sep 12 22:28:57 TOWER emhttpd: /dev/sdh1 ONLINE 0 0 0 Sep 12 22:28:57 TOWER emhttpd: errors: No known data errors Sep 12 22:28:57 TOWER emhttpd: shcmd (633): /usr/sbin/zfs set mountpoint=/mnt/master master Sep 12 22:30:14 TOWER emhttpd: shcmd (636): /usr/sbin/zfs set atime=off master Sep 12 22:30:14 TOWER emhttpd: shcmd (637): /usr/sbin/zfs mount master Sep 12 22:30:14 TOWER root: cannot mount 'master': filesystem already mounted Sep 12 22:31:31 TOWER emhttpd: shcmd (637): exit status: 1 Sep 12 22:31:31 TOWER emhttpd: master: mount error: 1 Sep 12 22:31:31 TOWER emhttpd: shcmd (641): /usr/sbin/zpool export master Sep 12 22:32:48 TOWER emhttpd: shcmd (645): mount -t reiserfs -o noatime,user_xattr,acl /dev/sdh1 /mnt/master Sep 12 22:32:48 TOWER kernel: REISERFS warning (device sdh1): sh-2021 reiserfs_fill_super: can not find reiserfs on sdh1 Sep 12 22:32:48 TOWER root: mount: /mnt/master: wrong fs type, bad option, bad superblock on /dev/sdh1, missing codepage or helper program, or other error. Sep 12 22:32:48 TOWER root: dmesg(1) may have more information after failed mount system call. Sep 12 22:32:48 TOWER emhttpd: shcmd (645): exit status: 32 Sep 12 22:32:48 TOWER emhttpd: /mnt/master mount error: Unsupported or no file system Sep 12 22:32:48 TOWER emhttpd: shcmd (646): rmdir /mnt/master Sep 12 22:32:49 TOWER emhttpd: shcmd (647): /usr/sbin/zfs mount -a What is going on?
  15. Is this plugin still under development? I'm still suffering from the 128MB PHP limit and there is still no way of manually triggering a disk verify. Is there an alternative plugin that can achieve the same thing and works without editing stuff for the memory limit and setting a temporary scheduled verify?

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.