Jump to content

JorgeB

Moderators
  • Posts

    62,680
  • Joined

  • Last visited

  • Days Won

    665

Community Answers

  1. JorgeB's post in Dashboard > System > ZFS(100%) What does it means? Do I need to do something? was marked as the answer   
    In this case 100% is good (and normal), it means all RAM allocated to the ARC (1/8 by default) is being used, it helps zfs performance.
  2. JorgeB's post in all shares got low read speed through smb 3.1.1 or webdav was marked as the answer   
    That suggests a network (or client) problem.
  3. JorgeB's post in 6.12.6 Update, Now I do not have an IP address was marked as the answer   
    If you are using a board with a Realtek 2.5 GbE NIC make sure you are not using jumbo frames, or you can have that issue, if you are, you can edit /config/network.cfg on the flash drive and remove the MTU=9000 line and reboot.
  4. JorgeB's post in Issue with SSL Certificate Preventing Local Web Interface Access was marked as the answer   
    You can try disabling SSL, type in the CLI:
    use_ssl no  
  5. JorgeB's post in Persistant Crashing and unresponsive browser access was marked as the answer   
    Jan  8 11:28:47 OTS-Server kernel: macvlan_broadcast+0x10a/0x150 [macvlan] Jan  8 11:28:47 OTS-Server kernel: ? _raw_spin_unlock+0x14/0x29 Jan  8 11:28:47 OTS-Server kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan] 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)), then reboot.
  6. JorgeB's post in Lost access to all shares v6.12.3 was marked as the answer   
    Try rebooting, after a crash it may not start correctly before that.
  7. JorgeB's post in 6.9.2 Docker Fails Randomly - Docker Service Failed to Start was marked as the answer   
    You are having issues with the cache device, looks more like a power/connection, start by replacing the cables, it would also be a good idea to update to latest stable.
  8. JorgeB's post in Recovering Flash Drive Backup from CA Appdata Backup? was marked as the answer   
    You can use a trial key, then see here if you don't know the assignments:
     
    https://docs.unraid.net/unraid-os/manual/changing-the-flash-device/#what-to-do-if-you-have-no-backup-and-do-not-know-your-disk-assignments
  9. JorgeB's post in SSD drive used for cache almost full, safe way to replace it? was marked as the answer   
    That should work as long the USB bridge is transparent.
  10. JorgeB's post in 'Some or all files are unprotected' was marked as the answer   
    Set test to primary=cache, secondary=array, and mover cache->array, then run the mover.
  11. JorgeB's post in SAS DRIVE ISSUES - ONE OF TWO DRIVES FAIL READ-CHECKS AND PRECLEAR, S.M.A.R.T SHOWS NO ERRORS was marked as the answer   
    SMART looks looks fine, and the drive is dropping offline, suggesting more a power/connection issue, but if you already replaced cables could be the disk.
  12. JorgeB's post in Remote Syslog Location was marked as the answer   
    Just set the remote server IP to be the same as that server's IP, it will log locally to that server.
  13. JorgeB's post in Single CPU Core stuck at 100% after 6.12.1 to 6.12.6 Update was marked as the answer   
    root       293 59.5  0.0      0     0 ?        R    15:44   7:35  \_ [kworker/3:1+usb_hub_wq]  
    See if this helps:
    https://forums.unraid.net/topic/129514-high-cpu-load-caused-by-kworker-and-ksoftirqd-usb-auto-suspend/?do=findComment&comment=1179867
     
  14. JorgeB's post in Ironwolf Pro 8TB keeps dropping was marked as the answer   
    The logs you posted shows continuous disk errors, I would like to see if if they persist using a different controller and cables, if yes it's likely a disk issue.
  15. JorgeB's post in Unable to write to cache Drive mounted read-only or completely full. was marked as the answer   
    Scrub is aborting, suggest copying what you can from the pool and reformat, also see here for better pool monitoring in case the devices drop again.
  16. JorgeB's post in Unmountable: Unsupported or no file system was marked as the answer   
    Run it again without -n or nothing will be done, if it asks for -L use it.
  17. JorgeB's post in docker wont start / shares missing but data still present was marked as the answer   
    A reboot should bring the shares back.
  18. JorgeB's post in New Unraid install, new drives, CRC and array read errors on one HDD was marked as the answer   
    Disk dropped offline and reconnected, this is usually a power/connection problem, since there are also UDMA CRC errors start by replacing the SATA cable.
  19. JorgeB's post in Where is the 'Prefer' Setting was marked as the answer   
    Prefer was the old setting, now you set primary storage as the pool, secondary as the array, mover action array -> pool, that's the new equivalent of cache prefer.
  20. JorgeB's post in Docker BTRFS Checksum Error was marked as the answer   
    Recreate the docker image:
    https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
  21. JorgeB's post in Unmountable Disk After Parity Rebuild was marked as the answer   
    If xfs_repair cannot fix the filesystem your options are limited, you can restore from a backup or use something like UFS explorer to see if it can recover most data.
  22. JorgeB's post in Cache Full, Docker stopped, How to fix was marked as the answer   
    Pool is going read-only during the balance due to being completely full, you should avoid completely filling up a COW filesystem, like btrfs or zfs.
     
    Jan  8 12:52:56 SDCHONITower kernel: BTRFS: error (device sdh1: state A) in __btrfs_free_extent:3075: errno=-28 No space left Jan  8 12:52:56 SDCHONITower kernel: BTRFS info (device sdh1: state EA): forced readonly  
    You can try canceling the balance to see if it then allows you to move some data, stop the array and type:
    mkdir /x mount -t btrfs -o skip_balance /dev/sdh1 /x btrfs balance cancel /x umount /x  
    Now restart array and post new diags
     
     
     
  23. JorgeB's post in USB filesystem dead, no backup and already shutdown the system was marked as the answer   
    Contact support from the registered email and send the invoice, that will be enough.
  24. JorgeB's post in License: Possible to wipe USB Stick, extract Unraid, copy saved license file back? was marked as the answer   
    Yes.
  25. JorgeB's post in Unriad crashed unexpectedly was marked as the answer   
    If the log tree is the only issue this may help:
     
    btrfs rescue zero-log /dev/sdf1  
    Then re-start array, also change docker network to ipvlan.
×
×
  • Create New...