Squid

Community Developer
  • Posts

    28636
  • Joined

  • Last visited

  • Days Won

    314

Community Answers

  1. 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
     

  2. 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
  3. 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.
  4. 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
     
  5. 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.
     
     
  6. 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
  7. 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.
  8. 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
  9. 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
  10. 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
  11. 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)
  12. 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?
  13. 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.
  14. 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.
     
     
  15. 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
  16. 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+
  17. 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)
     
  18. 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.  
  19. 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.
  20. 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
  21. Squid's post in First Time Installation: "Docker service not enabled" was marked as the answer   
    Nothing to fix.  You just need to enable it
  22. Squid's post in Starting a month ago Docker has become unstable was marked as the answer   
    What's not reliable about it?  It works.  Only "issue" (and it's not an issue if you really think about what's going on under the hood) is if you attempt to pin containers to multiple isolated cores.  Since you're not running any VMs, doubtful you've got any isolated cores
  23. Squid's post in [SOLVED] Flash Drive Maintenance, Cleanup, De-Clutter? was marked as the answer   
    About the only thing which would be to remove any excess folders from /config/plugins that are from plugins which no longer installed.  Realistically though, most plugins would automatically remove their directories (or should).  However, there are also "system" folders (eg: dockerMan) which cannot be removed
     
    To get rid of excess templates for docker containers, go to Apps, Previous Apps and delete (check off and then delete) the ones which you are no longer / have no need for anymore
  24. Squid's post in /mnt/user original file location was marked as the answer   
    In case of a duplicate, the lowest numbered disk with the dupe takes precedence.  However, dupes should more or less be impossible to happen if you reference your appdata share by /mnt/user
  25. Squid's post in Mover....does not move was marked as the answer   
    Remove the mover tuning plugin and it should work then repost your diagnostics into it's support thread