JorgeB

Moderators
  • Posts

    61345
  • Joined

  • Last visited

  • Days Won

    642

Community Answers

  1. JorgeB's post in How to correct Unraid Parity Check Errors was marked as the answer   
    Run a correcting check, then a non correcting one without rebooting, if the 2nd one finds new errors post new diags.
  2. JorgeB's post in AER: Corrected error received: 0000:00:00.0 PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID) device [1022:1453] error status/mask=00000040/00006000 [ 6] BadTLP was marked as the answer   
    Try this:
    https://forums.unraid.net/topic/118286-nvme-drives-throwing-errors-filling-logs-instantly-how-to-resolve/?do=findComment&comment=1165009
     
  3. JorgeB's post in Disk reporting error - should I shut down array until I can replace? was marked as the answer   
    It's up to you, if the server is not being heavily used probably the same risk to leave it on, btw the disk dropped offline, most likely a power/connection issue, but since it dropped there's no SMART report.
  4. JorgeB's post in BTRFS error (device loop2: state EA): parent transid verify failed after full cache drive was marked as the answer   
    Yes, do that.
  5. JorgeB's post in Unmountable: Unsupported or no file system - Cache Failure. was marked as the answer   
    If the log tree is the only problem this may help:
    btrfs rescue zero-log /dev/sdb1  
    Then re-start the array
  6. JorgeB's post in Very slow write speeds was marked as the answer   
    Parity is SMR, so it will slowdown all writes.
  7. JorgeB's post in Can Access Server GUI, No Visibility of Shares was marked as the answer   
    Make sure the shares are being exported, default is no, click on the share(s) and scroll down to Export:
  8. JorgeB's post in Wrong Cache Pool State was marked as the answer   
    If Docker/VM services are using the cache pool disable them, unassign all cache devices, start array to make Unraid "forget" current cache config, stop array, reassign all cache devices (there can't be an "All existing data on this device will be OVERWRITTEN when array is Started" warning for any cache device), re-enable Docker/VMs if needed, start array.
  9. JorgeB's post in Moved to new hardware, Data drive became disabled during parity was marked as the answer   
    Yep.
  10. JorgeB's post in New Server - transferred all media - added parity disk - NOW one array disk showing read failure was marked as the answer   
    It's a logged as a disk error, and the disk has pending sectors, so likely it's failing, you can run an extended SMART test to confirm.
  11. JorgeB's post in SMART warning Current Pending Sector is 24 was marked as the answer   
    Disk needs to be replaced.
  12. JorgeB's post in Cannot start unraid and usb is locked was marked as the answer   
    Create a new flash drive and restore the config folder, that's all you need, then need to replace the key.
  13. JorgeB's post in Help! System seems unusable since recent update was marked as the answer   
    Nov  6 20:55:29 As-NAS kernel: BTRFS critical (device loop2): unable to find logical 18413109156024856576 length 4096 Nov  6 20:55:29 As-NAS kernel: BTRFS critical (device loop2): unable to find logical 18413109156024856576 length 16384  
    Docker image is corrupt, delete and recreate.
  14. JorgeB's post in Strange disk problem with cache drive was marked as the answer   
    The NVMe device is dropping offline, try this, on the main GUI page click on the flash drive, scroll down to "Syslinux Configuration", make sure it's set to "menu view" (top right) and add this to your default boot option, after "append initrd=/bzroot"
    nvme_core.default_ps_max_latency_us=0 pcie_aspm=off e.g.:
    append initrd=/bzroot nvme_core.default_ps_max_latency_us=0 pcie_aspm=off
    Reboot and see if it makes a difference.

     
  15. JorgeB's post in Disk 4 read error. Diagnostics attached was marked as the answer   
    https://docs.unraid.net/unraid-os/manual/storage-management#rebuilding-a-drive-onto-itself
  16. JorgeB's post in [6.11+] Server getting unresponsive was marked as the answer   
    Macvlan call traces will usually end up crashing the server, switching to ipvlan should fix it (Settings -> Docker Settings -> Docker custom network type -> ipvlan (advanced view must be enabled, top right)).
     
  17. JorgeB's post in Disks keep disabling was marked as the answer   
    Nov  4 11:02:03 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!! Nov  4 11:02:04 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!! Nov  4 11:02:05 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!! Nov  4 11:02:06 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!! Nov  4 11:02:07 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!! Nov  4 11:02:08 NAS kernel: mpt2sas_cm0: SAS host is non-operational !!!!  
    HBA problem, make sure it's well seated and sufficiently cooled, or try a different PCIe slot if possible.
  18. JorgeB's post in ZFS Cache Pool - Unmountable:Unsupported or no file system was marked as the answer   
    Type:
     
    zpool import -f bignfast zpool import -f superfast zpool export bignfast zpool export superfast Then re-start array
     
  19. JorgeB's post in Slow parity check? was marked as the answer   
    You are using a controller with a SATA port multiplier, and 4 of the disks are sharing the same SATA port, so bandwidth is affected a lot, see here:
     
  20. JorgeB's post in Transferring licence to different USB key [Solved] was marked as the answer   
    Just copy the key to the new flash drive (delete any other existing keys) and then use the replace option, if your key was last replaced less than a year ago, you will need to contact support.
  21. JorgeB's post in Unraid boots to login, but cannot connect to instance. was marked as the answer   
    Suggest just restoring the bare minimum to the new flash drive, like the key, super.dat and pools folder for the assignments, docker user templates, then just reconfigure the rest or restore a few files at a time until you find the culprit.
  22. JorgeB's post in Unraid 6.12.4 full CPU utilisation then unresponsive was marked as the answer   
    Oct 4 13:46:56 BigNAS nginx: 2023/10/04 13:46:56 [error] 10889#10889: *211567 limiting requests, excess: 20.851 by zone "authlimit", client: 192.168.0.185, server: , request: "PROPFIND /login HTTP/1.1", host: "192.168.0.34"  
    I assume "client: 192.168.0.185" is your desktop? If yes try closing all browser windows opened to the GUI, only open when you need to interact with it and then close.
  23. JorgeB's post in [Solved] [6.12.4] Two Parity Drives disabled with another dead drive was marked as the answer   
    You can try force-enable parity and see if they can emulated disk6, it will only work if parity is still valid:
     
    -Tools -> New Config -> Retain current configuration: All -> Apply
    -Check all assignments and assign any missing disk(s) if needed
    -IMPORTANT - Check both "parity is already valid" and "maintenance mode" and start the array (note that the GUI will still show that data on parity disk(s) will be overwritten, this is normal as it doesn't account for the checkbox, but it won't be as long as it's checked)
    -Stop array
    -Unassign disk6
    -Start array (in normal mode now) and post new diags.
  24. JorgeB's post in kernel panic was marked as the answer   
    A lot of call traces, they look more hardware related, try with just RAM stick, if the same try a different one, that will basically rule out RAM.
  25. JorgeB's post in unraid crashed : "DMAR: DRHD: handling fault status reg 2" was marked as the answer   
    Avoid controllers with SATA port multipliers, see here: