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.

JorgeB

Moderators
  • Joined

  • Last visited

Everything posted by JorgeB

  1. Jun 22 23:31:04 Tower webgui: /boot/config/plugins/dynamix/dynamix.cfg corrupted or missing Check if the file exists: cat /boot/config/plugins/dynamix/dynamix.cfg If it doesn't or looks corrupt, delete it and then make a dummy change to a setting that will recreate this file, for example, change the theme
  2. Nothing relevant was logged that I can see in the last lines before the crash, except maybe the Docker Compose lines; they don't look normal, but it may be worth retesting with the Docker engine disabled, or trying to run half the containers you have; if it still crashes, try the other half. Jun 22 07:00:16 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 07:05:44 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 07:30:19 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 07:33:49 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 07:35:47 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:00:22 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:03:51 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:04:05 NakUnraid emhttpd: spinning down /dev/sdb Jun 22 08:05:50 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:30:25 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:35:53 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 08:40:48 NakUnraid compose.manager: [INFO] [nchan] publisher starting Jun 22 16:51:43 NakUnraid rc.rsyslogd: Syslog server daemon... Started.
  3. I assume you mean disk4? Errors with multiple disks, and you are using a controller with SATA multipliers, which are not recommended; it should be replaced when possible: https://forums.unraid.net/topic/102010-recommended-controllers-for-unraid/ Jun 22 18:31:37 BattleStar kernel: ata8: found unknown device (class 0) ### [PREVIOUS LINE REPEATED 1 TIMES] ### Jun 22 18:31:37 BattleStar kernel: ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 310) Jun 22 18:31:41 BattleStar kernel: ata8.00: failed to IDENTIFY (I/O error, err_mask=0x100) Jun 22 18:31:41 BattleStar kernel: ata8.00: revalidation failed (errno=-5) Jun 22 18:31:42 BattleStar kernel: ata8: hard resetting link Jun 22 18:31:42 BattleStar kernel: ata7.02: SATA link up 6.0 Gbps (SStatus 133 SControl 330) Jun 22 18:31:47 BattleStar kernel: ata8: link is slow to respond, please be patient (ready=0) Jun 22 18:31:48 BattleStar kernel: ata7.02: qc timeout after 5000 msecs (cmd 0xec) Jun 22 18:31:48 BattleStar kernel: ata7.02: failed to IDENTIFY (I/O error, err_mask=0x4) Jun 22 18:31:48 BattleStar kernel: ata7.02: revalidation failed (errno=-5) Jun 22 18:31:48 BattleStar kernel: ata7.15: hard resetting link Jun 22 18:31:49 BattleStar kernel: ata7.15: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Jun 22 18:31:49 BattleStar kernel: ata7.00: hard resetting link Jun 22 18:31:49 BattleStar kernel: ata7.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330) Jun 22 18:31:49 BattleStar kernel: ata7.01: hard resetting link Jun 22 18:31:50 BattleStar kernel: ata7.01: SATA link down (SStatus 0 SControl 330) Jun 22 18:31:51 BattleStar kernel: ata7.02: SATA link up 6.0 Gbps (SStatus 133 SControl 330) Jun 22 18:31:51 BattleStar kernel: ata7.00: configured for UDMA/133 Jun 22 18:31:51 BattleStar kernel: ata7.02: model number mismatch 'ST6000VX001-2BD186' != 'ST6000VX001' Jun 22 18:31:51 BattleStar kernel: ata7.02: revalidation failed (errno=-19) Jun 22 18:31:51 BattleStar kernel: ata7.02: limiting SATA link speed to 3.0 Gbps
  4. I would suspect the change in stability were more caused by the other changes than the downgrade, but you can try reupgrading in the near future while leaving everything else intact
  5. If it only mounted read only, yes, you will need to copy the data someplace else and then reformat.
  6. Jun 22 15:05:05 Towerx2 kernel: mpt3sas_cm0: diag reset: FAILED Jun 22 15:05:05 Towerx2 kernel: mpt3sas_cm0: failure at drivers/scsi/mpt3sas/mpt3sas_scsih.c:12349/_scsih_probe()! HBA was failing to initialize; the BIOS update may have helped with that
  7. Since the drive is encrypted, you need to decrypt it first, one of the reasons I don't recommend encryption unless absolutely necessary; it just complicates things, assuming you are using a keyfile and it's loaded: cryptsetup luksOpen /dev/sdf1 sdf1 --key-file=/root/keyfile
  8. I don't think so, to rule out a FM issue, try using Mindnight COmmender (mc on the console).
  9. If the NVMe device is dropping try this: On Main click on the flash drive, scroll down to "Syslinux Configuration", make sure it's set to "menu view" and add this to your default boot option, after "append initrd=/bzroot" nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off e.g.: append initrd=/bzroot nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off Reboot (or power cycle the server if just a reboot doesn't bring the device back) and then see if it makes a difference.
  10. Stock Unraid can only spin down SATA drives, you can try the SAS spindown plugin, but not all SAS drives support spin down.
  11. You can see here: https://forums.unraid.net/topic/102010-recommended-controllers-for-unraid/
  12. Yes, already mentioned it above.
  13. This would suggest a hardware problem, most often bad RAM, so I would recommend investigating this first. If you ahve enough space you can use the mover to empty an array drive, format it, then move on to the next one
  14. Actual disk also has filesystem issues, you can try the recovery options here: https://forums.unraid.net/topic/46802-faq-for-unraid-v6/page/2/#findComment-543490 Since the problem is the same, they could be used with the actual disk or the emulated one
  15. appdata is set to use cache_nvme pool, but no such pool exists, should it exist?
  16. Jun 20 13:11:02 Hector-2 kernel: hpsa 0000:0a:00.0: Controller lockup detected: 0xffff0000 after 30 Jun 20 13:11:02 Hector-2 kernel: hpsa 0000:0a:00.0: Telling controller to do a CHKPT Jun 20 13:11:02 Hector-2 kernel: hpsa 0000:0a:00.0: controller lockup detected: LUN:0000000000800001 CDB:01030000000000000000000000000000 Jun 20 13:11:02 Hector-2 kernel: hpsa 0000:0a:00.0: Controller lockup detected during reset wait Jun 20 13:11:02 Hector-2 kernel: hpsa 0000:0a:00.0: failed 28 commands in fail_all Problem with the controller. Make sure it's well seated and suficially cooled, you can also try a different PCIe slot if available. You can do that
  17. You can always make a feature request: https://product.unraid.net/b/unraid-os-feature-requests
  18. I assume via a single cable? That would mean SATA port multipliers, which were never recommended, but I suspected there may be some kernel regression where they don't work correctly with more recent ones, since other users have experienced issues with them after upgrading.
  19. Don't see anything relevant logged. If you want to try donwgrading you just need to copy the current config from /boot/config to the flash drive and boot from there.
  20. RAM is overclocked, start here: https://forums.unraid.net/topic/46802-faq-for-unraid-v6/page/2/#findComment-819173
  21. Alwsys good to try other options, but IIRC TrueNAS is the same regarding this.
  22. This is typically not needed, so it's not really a feature that someone has requested or is on LT's radar, you can create a feature reuqest here if you like: https://product.unraid.net/b/unraid-os-feature-requests

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.