Squid

Community Developer
  • Posts

    28677
  • Joined

  • Last visited

  • Days Won

    314

Community Answers

  1. Squid's post in Help with drive temp stability - 20 degree increase over two weeks was marked as the answer   
    Nothing specific, but FYI when replacing fans, most people do it because of the noise level.  One thing to bear in mind however is that especially when you're dealing with drive bays, higher CFM (which your Noctua may or may not have over the stock fans) may actually be worse for cooling.
     
    CFM has no bearing on trying to pull the air through the very small cracks in drive bays.   For that you need fans which have high static pressure.  The two ratings do not always conform to each other.  IE: High CFM != high static pressure.  
     
    But for specifics, have you cleaned out the little gaps in the bays?  If they're clogged up with dust, then a high CFM but low static pressure won't have a hope of pulling the air through whereas a high static pressure but low CFM will do a better job on clocked gaps.
  2. Squid's post in Cant download regristration key. not found or similar. was marked as the answer   
    Error 8 usually means the URL isn't correct.  On older keys if something changed (name, email address etc), then the original URL might have changed.  
     
    Either way, you need to contact support and also show them a copy & paste (no screenshots) of what is appearing within Tools - Registration and they'll get it all worked out for you.
  3. Squid's post in New 6.12.8 install cannot access shares in windows 10/11 or linux mint was marked as the answer   
    shareExport="-" Checking your Media share, it's not exported.  You need to export it on the SMB settings for it to be available on the network
  4. Squid's post in Can Unraid keys/usb be transferred between servers? was marked as the answer   
    The licence is tied to the flash drive, and the computer it is used on is irrelevant.  Copying over from one flash to another the /config folder (except for the .key file for that flash drive) moves the entire configuration from one to the other.
     
  5. Squid's post in Docker volume mounts via NFS mounts are frequently unaccessible until container restart was marked as the answer   
    Try editing the path and select Slave as the access mode.  EG: Read/Write: SLAVE
  6. Squid's post in Trouble at startup with hundreds of lines flashing and causing system log to be full was marked as the answer   
    From Main, Go to Boot Device, then click on Flash followed by Syslinux Configuration
     
    In the section that has the radio button selected (ie: your default boot mode), add in to the append section
    pci=noaer  
    The section will wind up looking like this (assuming the default non-gui boot mode)
    kernel /bzimage append initrd=/bzroot  pci=noaer  
    Don't remove anything else that you may have added yourself (or was added in via another setting in the GUI - eg: the mitigations=off on mine).  
     
    You'll need to reboot for the changes to take effect after applying them
     

  7. Squid's post in Can't boot from USB but USB is readable. Possible to make a new USB with all data? was marked as the answer   
    You can also try running make_bootable on the flash drive via windows (run as administrator)
     
    What you need to backup and move to the new flash if necessary is the contents of /config
  8. Squid's post in Disabled Disk. Bad? was marked as the answer   
    5 Reallocated_Sector_Ct PO--CK 098 098 010 - 2272  
    2272 reallocated sectors is over my comfort level by a significant amount and should be replaced.  Drill out the cover screws so you can get the cover off and you'll have some nice new wall art for your house.
  9. Squid's post in Key File Not registered - unraid connect was marked as the answer   
    Contact support and include q copy and paste (no screenshots) of what shows up within Tools -Registration
     
  10. Squid's post in NFS not using cache was marked as the answer   
    If the file being written already exists and is on the array then a re-write of the file is going to go onto the array.
     
     
  11. Squid's post in Can't delete "metadata" folder in media files - no premission was marked as the answer   
    The permissions would be incorrect.   Use Krusader or File Manager (both available within Apps) to delete or alternatively the command line
  12. Squid's post in Orange triangle next to "isos" was marked as the answer   
    The triangle (if you hover over it) means that some (or all) of the files are unprotected by a parity system.   Since the ZFS and NVMEs are presumably protected, that means that the ISOs share is sitting on the array which doesn't look like you've added a parity drive to.
  13. Squid's post in Docker Service failed to start. Need help troubleshooting. was marked as the answer   
    Try it in safe mode and without the dockerd command you're running in /config/go on the flash drive
  14. Squid's post in Plugin Management Actions getting stuck on "Executing hook script: post_plugin_checks" was marked as the answer   
    It's not stuck.  DONE appears when everything is actually done.  Prior to that it actually says CLOSE which moves processing to the background
  15. Squid's post in High Water not working was marked as the answer   
    Looks like its working.
     
    Highwater will fill all the 16s up to 8tb freespace.  After that's done, then it starts back over at disk 1 and fills every drive up to 4tb freespace in turn.  Then starting back at disk 1 it'll go to 2tb.
     
    IE: Highwater is based upon the largest drive in the array (50%, 25%,...) not 50%, 25% of every drive.  Based upon your drive free space, it should still be on #1
  16. Squid's post in Can't get parity drive to spin down was marked as the answer   
    Looks like you're using a USB HDD for your parity drive.  Many USB bridges do not pass through certain ATA commands to the drives, and this is likely your problem (and you're also not going to wind up seeing any SMART data for the drive either)
  17. Squid's post in (SOLVED)upgraded from 16.12.6 to 16.12.8 and webgui isnt available, able to ssh, had to roll back was marked as the answer   
    You've got emhttp running twice in the go file.
    #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & /usr/local/sbin/emhttp & . . . Does it work if you remove one of those lines?
  18. Squid's post in Time Machine not working - Mac does not find any Backup-Volume was marked as the answer   
    From Finder, you have to first navigate to the TM share in order for TM to see it.  IE: The Mac has to have it mounted first.   After adding it in, TM will automatically mount it.
     
    NOTE:  I don't recommend having TM shares moving to/from the array or cache.  IF something happens in the middle of the move and everything doesn't get moved for one reason or another, the backups get trashed.   Leave it on the cache pool or write directly to the array.  Also, TM shares moving from cache to array (and vice versa) has not been fully tested under all circumstances to begin with.
  19. Squid's post in I've Broken Docker was marked as the answer   
    You're using docker as a "folder".  Nothing wrong with that per se, but it's within the "system" share which is currently setup to move files from the cache pool to the array.
     
    Docker Folder does not like being moved around, as only part of the files will ever get moved around.  Either change it to be an image or switch the system share to a cache only share (primary storage of cache and no secondary storage)
     
    Either way, you're going to have to go into Settings, Docker disable the service, switch to advanced view and then delete the image.   Then re-enable the service and head over to Apps, Previous Apps and check off what you want installed and from the bottom of the screen Install X Applications.
     
     
  20. Squid's post in Mystery messages on console during boot not logged was marked as the answer   
    Probably from an automatic fsck being run on the flash drive
  21. Squid's post in I have three same model keyboard(G80-3000)how to pass each keyboard to three different OS? was marked as the answer   
    I *think* that this may have been addressed in 6.9RC2+
  22. Squid's post in Can't set port of Custom Docker IP was marked as the answer   
    To be expected.  The docker system ignores all port mappings when network type is a custom IP (or host)
     
  23. Squid's post in Unraid Randomly crashing was marked as the answer   
    It's not that it's overclocked.  The RAM is actually running at it's SPD speeds.  But rather that at those speeds its greater than what your CPU supports.  You need to underclock the RAM to match what is in the graphs
     
    FWIW, The QVL for the motherboard shows that RAM you have as only being supported for two sticks.  
  24. Squid's post in Connection Refused on WebUI, JUST Updated to 6.12.6 from 6.12.4 was marked as the answer   
    Looks like an issue with corruption on the flash drive and the boot files.
     
    Try moving the files from /previous to the root of the flash drive and then attempt the upgrade again.
  25. Squid's post in 6.12.6. Var log 100% full was marked as the answer   
    From Main, Boot Device, Click on Flash then Syslinux Configuration
     
    Add this to the Append line on which ever entry you have as default (the "radio" button that's selected)
    pci=noaer  
    It should look something akin to this after the fact
     

     
    Reboot and see if that fixes you up