Squid

Community Developer
  • Posts

    28684
  • Joined

  • Last visited

  • Days Won

    314

Community Answers

  1. Squid's post in Mover not moving files long names was marked as the answer   
    Mover adds in ".partial" during the move to solve various problems that users have on occasion
     
    This makes your filename too long.  Right now, your source is 255 characters on the filename itself.  This is the maximum length of any filename.
     
    I'd simplify your naming convention that you've got (presumably) sonarr naming the file to.  It seems to be a tad much, having both the [S01E12] and the episode # 012 separate, along with all of the file info x264, audio etc in the filename itself when usually it only needs to be done in the associated .nfo file unless you want to see at a glance everything about the file.
  2. Squid's post in [SOLVED] Server freeze every morning, requires hard reboot, fork resource unavailable was marked as the answer   
    Nothing super obvious, but based on the tasks currently running, see if restarting Shinobi before you go to bed makes a difference.
    root 12317 0.0 0.0 0 0 ? Zs 16:05 0:00 | \_ [ffmpeg] <defunct>  
  3. Squid's post in MCE Error was marked as the answer   
    I'd say it's bad because it is currently being corrected by virtue of it being ECC.  IMO, ECC is purchased so that you know when one is beginning to return errors so that it can then be replaced rather than waiting for the module to get bad enough that it can no longer correct the errors.
     
    The SEL should tell you exactly which DIMM it is (or mce says that it's DIMM0, but I'd trust the SEL more than what mce says for identification)
  4. Squid's post in Icons messed up after reboot was marked as the answer   
    By deleting Theme Engine and rebooting do you mean that you uninstalled it and then rebooted?
     
    Try in safe mode.  Also try using incognito mode in the browser if an extension is interfering 
  5. Squid's post in Array Devices: Too many wrong and/or missing disks was marked as the answer   
    Tools - New Config
     
    Reassign the drives accordingly.  Since you're not using any parity device for redundancy, that's everything you need to do.
  6. Squid's post in Check logs for docker run commands after having a corrupted boot drive was marked as the answer   
    docker inspect nameOfContainer  
    Will tell you ever path, every Env, every port that you've got.
     
    If you didn't set up environment variables, then easiest to work out the paths and ports from the Docker Tab (Advanced view)
  7. Squid's post in Help! Cannot get into web interface! was marked as the answer   
    Apr 13 11:48:03 Gardenhill root: nginx: [emerg] cannot load certificate "/etc/ssl/certs/unraid_bundle.pem": PEM_read_bio_X509() failed (SSL: error:0908F066:PEM routines:get_header_and_data:bad end line)  
    Try deleting /config/ssl and /config/ssh reboot if still no go, then post a new set
  8. Squid's post in Slackware boots, but nothing else was marked as the answer   
    Remove that xmod line you added to go and see if that makes a difference
     
  9. Squid's post in mobo upgrade - Device "eth0" does not exist was marked as the answer   
    No driver is being loaded.
     
    6.8.3 is rather ancient.  Update to 6.9.2 or 6.10.0-rc4+ and see if that fixes it
  10. Squid's post in v6.9.2 MCE Detected on your server - Fix Common Problems was marked as the answer   
    2 possibilities can cause this:
    Certain combinations of hardware will issue an mce upon processor initialization (probably related to firmware update) and can be safely ignored. Your wife has asked you to sweep the floors and you've lifted up the carpet and swept the dirt there. Under either scenario, you're safe (except for the wrath of a woman)
  11. Squid's post in Same share exists in a different case was marked as the answer   
    You have a docker container referencing "CamelCase" in it's path mappings
  12. Squid's post in Log keeps filling up, despite uninstalling nerdpack was marked as the answer   
    Disable mover logging in Settings - Scheduler
     
    Also, generally the appdata share should be set to use cache: Prefer. 
     
    Mover keeps trying to move it to the array (and the logs fill up because most of the files are in use)  You will get far far better performance by setting it to Prefer, running mover (with the entire docker service disabled in Settings Docker).  Use the appdata backup plugin to make weekly backups of it to the array
  13. Squid's post in docker wont start was marked as the answer   
    Post your diagnostics
  14. Squid's post in 日志报错问题请教 was marked as the answer   
    If you're running 6.9.2, then you need to delete the /config/BTRS.key file
     
     
  15. Squid's post in Leaky Docker? was marked as the answer   
    There's 1.3G which the containers have written directly into the image.  A bit on the high side, but still within the realm of possibility.  All in all I'd say just expand to 30G and not worry about it.
  16. Squid's post in "Fix common issues" : /boot/config/network-rules.cfg.bkp.cfg corrupted was marked as the answer   
    Delete it.  I'm not doing an exception for a backup of a backup
  17. Squid's post in /boot/config/super.cfg corrupted was marked as the answer   
    super.cfg is not a file which is used by the OS (it uses super.dat)  I'd just rename it to be an extension other than .cfg and check to make sure that nothing else was potentially using it.
  18. Squid's post in Problem with unraid server disapearing from Network when Dockers are enabled was marked as the answer   
    This is the workaround here:
     
     
  19. Squid's post in Disk Read Errors After Mobo Upgrade was marked as the answer   
    Reseat all the cabling to the drives at both ends.  
  20. Squid's post in No GUI when try to connect via IP or My servers web page RC2 was marked as the answer   
    Try deleting /config/plugins/corefreq.plg from the flash drive and reboot
     
    If that doesn't solve it, then try safe mode
  21. Squid's post in Switching from trial to fresh install; old docker images was marked as the answer   
    the appdata share vs any other random share is simply a convention and nothing your particularly have to stick with  Change the default appdata location in settings - docker.  This will NOT however change anything already installed.
     
    The docker image does not exist on the flash drive, so if you boot with another flash and the image location etc is the same, then your apps will all show up (but won't be editable etc without the applicable files on the flash drive.  This includes references to the icons (Admittedly, this is a scenario I never tested with the various changes to the way icons are handled). 
     
    The docker image is very safe to delete (Settings - docker with the service disabled) and then recreate (via Apps - Previous Apps), assuming you did an actual backup of your original flash drive which had the templates stored on it.
     
  22. Squid's post in Error after hotswap of unassigned device was marked as the answer   
    Just an error from the controller basically stating "Huh! The drive was here and now it isn't"
  23. Squid's post in Mapping problem with multiple cache pools? was marked as the answer   
    By using Krusader, you are effectively bypassing the "system", resulting in this behaviour
     
    The way that every OS in existence operates on a move is that first the file / folder is attempted to be renamed to the new location.  Only if it fails does the copy / delete process (physical move) take place.
     
    Because Krusader is working from the single mount point (/mnt/), the rename will always succeed, resulting in files being location in apparent violation of the rules.
     
    Options to avoid this is once 6.10-rc3 is released to install a File Manager plugin at the same time, or 2 do file operations via Windows and move between the shares, or map the shares to Krusader individually and move between those mounts
  24. Squid's post in Docker can't find my vdisk? was marked as the answer   
    rename the file to be docker.img instead and try again.  I seem to recall an issue with that.
  25. Squid's post in Can I downgrade from 6.10rc2 to 6.9.2 without much pain (e.g. parity rebuilds, etc)? was marked as the answer   
    Which ever gets you back to 6.9.2 Alternatively you can always download the zip file from the webpage (downloads) and extract all of the bz* files from the zip and replace them on the flash drive and reboot.