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.

ShadowLeague

Members
  • Joined

  • Last visited

  1. Hello - Navigating the webui is struggling, regardless of the system I use to access it. A reboot had no effect. When I tried to download the diagnostics, it never started the download. After several minutes, I ssh'd in, copied the diags to a share, and downloaded the zip through the webui. From what I recall, I haven't made any significant changes in the past two weeks, which is around the time I've been experiencing these issues. I'm using Emby and direct streaming of files (those that don't need transcoding) is almost impossible without stuttering. I don't see any failing drives in the array, or any errors. diags.zip
  2. Just installed duplicati and during the first backup, it filled up my array drive. TLDR, it appears to be writing data to the system share, even though nothing is mapped to that folder within the config. To clarify, the backup and source folders are not on the array; only the appdata/duplicati folder is. I'm guessing it's doing some type of a temp folder into system before copying the data over to the backup folder I've specified. anyone else seeing this, and what was the fix?
  3. I'm curious with anyone with this card or a SAS3xxx has had issues getting their card to initialize from a reboot or a cold start. This issue prevents unRAID from booting. And it's a random amount of times that it'll work after I turn the PC off and back on. No other hardware in the PC is having similar issues. mobo PRIME H770-PLUS D4, 64GB RAM with latest BIOS (NOV, 2024) Core i5, 12th gen Aside from the above gremlin, the system works as expected.
  4. Apologies on the delay. Steps taken: stopped all docker containers by CLI, exported the zpool stopped the array within unRAID UI started the array within unRAID UI The array is mounted within the UI and I can see all the details of it within the ZFS Master plugin. Thank you for the help on this one.
  5. I setup a new config for the pool and lined up the drives as the zpool sees them (from zpool status output) and unRAID still stays there are unmountable disks present, and wanting me to format in order to mount the pool. Is there another step I should try?
  6. oh man - I overlooked that. I think I'm in a good spot now. I ran the zpool clear and I think everything is good to go. Strange that the UI says I still have unmountable disks, but the zpool is mounted and data is accessible. root@virtunraid:~# zpool clear spinners root@virtunraid:~# zpool status -v pool: spinners state: ONLINE scan: resilvered 213M in 00:00:05 with 0 errors on Sat Oct 12 18:47:02 2024 config: NAME STATE READ WRITE CKSUM spinners ONLINE 0 0 0 raidz2-0 ONLINE 0 0 0 sdf1 ONLINE 0 0 0 sdd1 ONLINE 0 0 0 sdh1 ONLINE 0 0 0 sdk1 ONLINE 0 0 0 sdl1 ONLINE 0 0 0 sdc1 ONLINE 0 0 0 sdb1 ONLINE 0 0 0 sdm1 ONLINE 0 0 0 sde1 ONLINE 0 0 0 sdg1 ONLINE 0 0 0 sdo1 ONLINE 0 0 0 sdi1 ONLINE 0 0 0 sdp1 ONLINE 0 0 0 sdj1 ONLINE 0 0 0 errors: No known data errors I think the next part is to run a scrub to ensure everything is good.
  7. Here's the latest root@virtunraid:~# zpool status pool: spinners state: DEGRADED status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using 'zpool clear' or replace the device with 'zpool replace'. see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P scan: resilvered 213M in 00:00:05 with 0 errors on Sat Oct 12 18:47:02 2024 config: NAME STATE READ WRITE CKSUM spinners DEGRADED 0 0 0 raidz2-0 DEGRADED 0 0 0 sdf1 ONLINE 0 13 0 sdd1 ONLINE 0 0 0 sdh1 ONLINE 0 0 0 sdk1 ONLINE 0 0 0 sdl1 ONLINE 0 0 0 sdc1 ONLINE 0 0 0 sdb1 ONLINE 0 0 0 sdm1 ONLINE 0 0 0 sde1 ONLINE 0 0 0 replacing-9 DEGRADED 0 0 0 sdg1 ONLINE 0 0 0 3500479797208464185 FAULTED 0 0 0 was /dev/sdg1 sdo1 ONLINE 0 0 0 sdi1 ONLINE 0 0 0 sdp1 ONLINE 0 0 0 sdj1 ONLINE 0 0 0 errors: No known data errors With the suggestion from the above output, I can't get them to work root@virtunraid:~# zpool replace spinners sdg1 invalid vdev specification use '-f' to override the following errors: /dev/sdg1 is part of active pool 'spinners' root@virtunraid:~# zpool replace -f spinners sdg1 invalid vdev specification the following errors must be manually repaired: /dev/sdg1 is part of active pool 'spinners' From what I'm reading, I need to: export the pool stop zfs services clear zfs cache import the pool start zfs services I'm just afraid to do these steps without some confirmation that this is the best path to get the pool back to a healthy state.
  8. I booted the system back up. Before clicking `start array` I did the zpool import command and it came back with a prompt with no output. But, the pool is seen in the ZFS Master plugin and cli, but not the pool in the UI. The pool still says it's an umountable filesystem, but I can still see the data in the plugin and cli. Currently, it's resilvering but the ETA for completion is increasing (3+ days) while one of the other drives is kicking out read errors. This is a raidz2, so technicallly, i could try to replace the failing drive... but given that I found the system unresponsive yesterday, the UI not completely seeing the pool, I'm not sure if that'll help or hurt my current position. UPDATE: resilvering is now past 7 days and counting. Once I grab what I want from the system, I'll run SMART tests and see if any other drives need to be replaced. I'm open to other suggestions if there's a better path to take.
  9. I was replacing a failed drive and during the resilver, I found unRAID to be unresponsive... no SSH access, no Webui, no prompt when directly connected to the box. Upon a forced shutdown and bringing it up, unRAID told me my ZFS array was invalid, despite having all the right disks selected. I built a new config, selected the drives, and now it's saying my drives aren't mountable, and I need to format them before it'll load the zpool. There's no pool found in the ZFS Master plugin, or when I look for one via CLI. I think I'm hosed, but before I format the drives and start over, I was hoping all is not lost... diags attached. virtunraid-diagnostics-20241011-1520.zip
  10. I have a zfs pool on my unRAID box, and I'm wanting to export it (while still having access to the data) to a remote system currently running TrueNAS. I've configured a ZFS Pool on the TrueNAS box, enabled SSH, and confirmed I can SSH and make a new folder on the TrueNAS box from the unRAID system. I keep running into issues using zfs send, similar to this root@virtunraid:~# zfs send -R slow@pre-migration-snapshot_17sep24_231pm | sshpass -p 'Password' ssh [email protected] sudo -S zfs recv slow cannot send slow@pre-migration-snapshot_17sep24_231pm recursively: snapshot slow/vmz@pre-migration-snapshot_17sep24_231pm does not exist warning: cannot send 'slow@pre-migration-snapshot_17sep24_231pm': backup failed Permission denied, please try again. root@virtunraid:~# zfs list -t snapshot NAME USED AVAIL REFER MOUNTPOINT slow@pre-migration-snapshot 0B - 3.22T - slow@pre-migration-snapshot1 0B - 3.22T - slow@pre-migration-snapshot_17sep24 0B - 3.22T - slow@pre-migration-snapshot_17sep24_231pm 0B - 3.22T - slow@pre-migration-snapshot_17sep24_233pm 0B - 3.22T - I'm not sure why it's referencing a snapshot that doesn't exist. Maye some compatibility issues between unRAID and TrueNAS? The snapshots listed are for the pool - the plan was to export everything in one swoop while keep the data available.
  11. I think I found the problem - the GPUs were shared in running docker containers while I started a VM to which the same GPUs were passed through. I have configured the containers to only use a specified GPU, and the remaining unspecified GPUs were passed to the VM. So far, everything is working.
  12. I read in another post that you can type `diagnostics` if you have CLI access. I reviewed the zip and didn't see anything attributing to my issue. I tried to restart the nginx service with no luck, so I reboot was performed. I now have my webui again and, there doesn't appear to be any remnants of the VM i tried to create
  13. Hello - I fat fingered the VM disk size for 1000G and the page for creating the VM is still stuck on creating the VM (more than an hour). If I try to open a new tab for unRAID, it times out. Good news - docker containers are still running, and I can SSH in. Any advice to getting the WebUI responsive?
  14. I have a Dell T630 currently running unRAID and I'd like to move it to a VM managed by Proxmox. The Perc card is in JBOD mode. If I setup a VM in Proxmox for unRAID and pass the Perc card to the VM, will all the current data still be there and accessible to the unRAID VM, or should I migrate the data to another system and then transfer it back?
  15. ShadowLeague replied to Rkpaxam's topic in Docker Engine
    any luck?

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.