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.

mgladwin

Members
  • Joined

  • Last visited

  1. Hi @Squid, I have a duplicate file that FCP has found and its located on the cache and disk 5. Is the cache considered a 'lower' disk number to the data disks in general? Just trying to work out which one should be removed. Thanks.
  2. Just closed the connection. And now Disk 9 has disabled after I restarted which I know is due to bad cables so I will leave this for the time being until I can get the breakout cables replaced. I haven't touched sleep at all. What do you mean when you say 'from the monitor'? And by 'from the VM', I assume you mean in the Windows 10 VM sleep settings?
  3. Tight VNC seems fine so far. I've gone in and out of the VM a few times etc to test and no errors in the syslog yet. I'll keep using it for now I and see how it goes. EDIT: LOL, literally as I wrote the above, libvert has locked up and I wasn't even connected to the VNC. So same issues with VNC as RDP.
  4. Sure. Will give it a shot tomorrow and let you know.
  5. It actually seems fine as long as I don't RDP into the VM at all.
  6. I'll be frank, I don't know much about this at all but I am also getting the freezing when trying to run Blue Iris in a Windows 10 VM. Runs fine for a time, and then libvert crashes and I have to restart unRAID to get it back. This in turn causes an unclean shutdown as I assume libvert wont exit in time before it forces the shutdown. I have tried both i915-GVTg_V5_4 and i915-GVTg_V5_8 which give the same result. This is the only VM I use so wouldn't have thought it was overloaded but Blue Iris is set up to use QuickSync so maybe that's contributing. Running an Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor I assume there isn't much I can do apart from upgrade the CPU etc?
  7. It is/was the cables causing the issue. I have it working for now and was able to get both drives mounted and rebuilt from parity. New cables are on the way. Thanks for your help.
  8. Its as if unRAID can see Disk 9 but cant read/write to it. Must be something to do with the LSI SAS card maybe as both disks are on this same card. However other disks are also on this card and working fine.
  9. Hi all, I went to simply add an SSD into my server for Blue Iris just now and upon the GUI coming back up, I could see the SSD in Unassigned Devices but I also had two array disks unmountable and one of them had been disabled. I shutdown, unplugged the new SSD and started up again but both disks are still unmountable and one of them is still disabled (says its being emulated). I have tried xfs_repair in maintenance mode on Disk 9 which is the one not disabled and the check seemingly doesn't find any issues. I tried first with -n and then without -n. Still same results. Disk 5 is emulated so I figure I can just re-build it once I sort out Disk 9 but I don't really know how to sort out Disk 9. Diagnostics attached but they are after a restart or two. Cheers for any help as not sure what to do now. EDIT: Syslog seems to note that it cant read superblock on /dev/md9. Also added a screenshot of Main tab if it helps. Sep 12 22:52:48 Tower kernel: md: disk9 read error, sector=7814037056 Sep 12 22:52:48 Tower kernel: XFS (md9): last sector read failed Sep 12 22:52:48 Tower root: mount: /mnt/disk9: can't read superblock on /dev/md9. Sep 12 22:52:48 Tower emhttpd: shcmd (814): exit status: 32 Sep 12 22:52:48 Tower emhttpd: /mnt/disk9 mount error: not mounted Sep 12 22:52:48 Tower emhttpd: shcmd (815): umount /mnt/disk9 Sep 12 22:52:48 Tower root: umount: /mnt/disk9: not mounted. tower-diagnostics-20210912-2312.zip
  10. Thanks Squid. Didn't even know this was a thing. Running the balance command now and will report back if i have any further issues. Thanks for the tip about btrfs as well. @SquidSo ran balance command using:- btrfs balance start -dusage=75 /mnt/cache and got output of:- Done, had to relocate 86 out of 115 chunks Checked using:- btrfs fi df -h /mnt/cache/ and got:- Data, single: total=45.00GiB, used=44.83GiB System, single: total=4.00MiB, used=16.00KiB Metadata, single: total=1.01GiB, used=521.22MiB GlobalReserve, single: total=70.16MiB, used=0.00B But ia m still having same issue after an NZBGet container restart. UPDATE: For some reason it is now working! Thanks all.
  11. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='NZBGet' --net='bridge' -e TZ="Australia/Adelaide" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/cache/appdata/nzbget/':'/config':'rw' -v '/mnt/user/MEDIA/DOWNLOADS/':'/downloads':'rw' -v '/mnt/cache/appdata/nzbget/ppscripts':'/scripts':'rw' -v '/mnt/user/MEDIA/DOWNLOADS/completed/music/':'/music-downloads':'rw' 'linuxserver/nzbget' tower-diagnostics-20190324-0749.zip
  12. Hey all, just started getting this error in NZBGet, nothing has changed as far as config is concerned and a container restart wont fix it. Ive checked permissions while ssh'ed into the container and all seems OK. Not sure what to look at next?? EDIT: So last week I had a disk fill up and NZBGet couldn't write to the disk due to no space left. I have now given all disks some more space but maybe NZBGet hasn't seen this or something? I used Unbalance plugin to move some files from the full disk to one that had some space left on it.
  13. mgladwin started following General Support
  14. i'll look to see if this can be fixed simply and if so I will apply an update. However if it is going to be hard to do without major changes to the script I probably will not bother. No worries. I didn't expect anything I just thought it was worth mentioning in case others were having issues now or in the future. Thanks itimpi and great script! Sent from my SM-G930F using Tapatalk I've worked out what line the message comes from. It appears to be a quirk of the way bash handles wildcard expansion. I will have to look up my bash special character handling to see if I can see a way of avoiding the issue. Thanks itimpi. Please don't waste your time if it's to much work though. It's only my OCD that makes me want a clean error free log file. Cheers Sent from my SM-G930F using Tapatalk
  15. i'll look to see if this can be fixed simply and if so I will apply an update. However if it is going to be hard to do without major changes to the script I probably will not bother. No worries. I didn't expect anything I just thought it was worth mentioning in case others were having issues now or in the future. Thanks itimpi and great script! Sent from my SM-G930F using Tapatalk

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.