Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Squid

    Docker FAQ

    How come I get "Execution Error" when trying to start a container? This happens because the docker start command is returning an error. To determine the actual error, you will need to try to start the container from the command prompt root@ServerA:# docker start cops Error response from daemon: linux mounts: lstat /mnt/disks/SERVERB_EBooks: stale NFS file handle In this case, there is something wrong with my mount via Unassigned Devices of a remote share. My fix was to unmount the share and then remount it.
  2. HIGHLY recommended (if not required) that all plugins follow unRaid's standard versioning scheme of yyyy.mm.dd Alphabetical prefixes / suffixes are allowed. This recommendation is required for date updated to operate correctly within Community Applications.
  3. Going forward, <Date> is deprecated. Now the date updated for the plugin is picked up automatically by the application feed for CA from the .plg file. Additionally, <MinVer> and <MaxVer> while not deprecated are automatically over-written if the min / max attributes exist within the .plg file
  4. It'll be nzbGet / sabNZBd ( in there settings, you've got it to save downloads within a subfolder which is named the "Category" your using ) That's because of this https://forums.unraid.net/topic/57181-real-docker-faq/?page=2#comment-566086
  5. And that's the problem. 120 seconds is the maximum time unRaid allows for something to execute using the process I am. Some year I'm going to change how this all works. Changing FCP to avoid disk spinups will probably fix you up.
  6. Your mileage may vary. Marvel controllers have the issues since 6.0 Marvel's issue, not unRaid's. Disabling vt-d may help
  7. ok Saw what I wanted (and expected to see). Do this cp /tmp/fix.common.problems/errors.txt /boot/errors.txt And upload here errors.txt and /config/plugins/fix.common.problems/settings.json from the flash drive
  8. Get it to hang again then post your diagnostics
  9. If 500K taken up by a file is worrisome to you and your server, then you don't have enough memory.
  10. FYI @all Troubleshooting mode is now deprecated when running unRaid 6.7+ and the button will no longer appear
  11. Probably fixed on today's update. But, it's a corrupted XML file. A new test will show which one.
  12. Going forward, <Changes> in the Plugin's .xml used for CA is completely ignored (and automatically removed). The Changelog for a plugin is now grabbed directly from the .plg file online instead IE: Any plugin author that was updated their .xml with the Changelog no longer needs to do that.
  13. Feb 15 16:35:19 Tower dhcpcd[1930]: br0.4: offered 10.19.65.36 from 10.19.65.1 `10.19.64.10' Feb 15 17:46:03 Tower dhcpcd[2489]: br0: offered 10.19.64.93 from 10.19.64.1 `10.19.64.10' Feb 15 17:46:10 Tower dhcpcd[2607]: br0.4: offered 10.19.65.36 from 10.19.65.1 `10.19.64.10' Feb 15 17:56:31 Tower dhcpcd[3757]: br0: offered 10.19.64.2 from 10.19.64.1 `10.19.64.10' Feb 15 17:59:18 Tower dhcpcd[4188]: br0: offered 10.19.64.2 from 10.19.64.1 `10.19.64.10' I would look into cabling / router issues. Why is your IP addresses changing continually?
  14. I would try if nothing else assigning the gateway address in network settings to your router, and also give it static DNS addresses of 8.8.8.8 and 8.8.4.4
  15. Easy way for a script is if /mnt/user doesn't exist then the array is stopped for a plugin, different methods tend to be used via the UI's events
  16. Try navigating to the IP address http://192.168.1.196
  17. Disable spindowns in Settings - Disk Settings. SAS drives can't be spun down and are generating the errors you're seeing.
  18. Windows Explorer Search the share for say Squidbait* Then highlight them all (CTRL-A) and delete.
  19. Signatures are disabled by default on the forum software (unlike the previous forum software), so I and many many other users here can't be bothered to update them. EDIT: done. Removed the reference to Ransomware & Cleanup Appdata
  20. @Mex, I think you need to take a bow
  21. Unless I'm missing something, you can adjust the font size for the UI in Display Settings
  22. And you might want to post diagnostics after reproducing that. It sounds suspiciously like your flash drive has dropped offline.
  23. Looks like it's been like that forever. Personally though, for any custom cronjobs I add in via a plugin, I check to see if the array is running before the script executes. Don't know if the built-in scripts perform that operation if they require a running array
×
×
  • Create New...