Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. After stopping the service, delete the existing one (hit delete) before carrying on.
  2. As part of 6.9, all of the icons have to be redownloaded. Hotio's URLs when you originally installed the apps now are 404's. You need to edit each of the apps, switch to advanced view and update the IconURL entry with an appropriate valid URL to an icon. Probably if you ask on the support discord you'll be able to easily gather them
  3. The root of your problem is Mar 2 21:38:00 Abee-EZ300 root: Fix Common Problems: Error: Unable to communicate with GitHub.com ** Ignored The plugins page if check for updates under Notification Settings is enabled will always check for updates when going to the page. Obviously, its taking its time to timeout on the check though. IE: Your server most likely cannot hit the internet
  4. No prohibits new files and subdirectories from being written onto the Cache disk/pool. Mover will take no action so any existing files for this share that are on the cache are left there. Yes indicates that all new files and subdirectories should be written to the Cache disk/pool, provided enough free space exists on the Cache disk/pool. If there is insufficient space on the Cache disk/pool, then new files and directories are created on the array. When the mover is invoked, files and subdirectories are transferred off the Cache disk/pool and onto the array. Only indicates that all new files and subdirectories must be writen to the Cache disk/pool. If there is insufficient free space on the Cache disk/pool, create operations will fail with out of space status. Mover will take no action so any existing files for this share that are on the array are left there. Prefer indicates that all new files and subdirectories should be written to the Cache disk/pool, provided enough free space exists on the Cache disk/pool. If there is insufficient space on the Cache disk/pool, then new files and directories are created on the array. When the mover is invoked, files and subdirectories are transferred off the array and onto the Cache disk/pool.
  5. It's all done via cookies, so if you delete them then the order resets (along with some other display settings)
  6. The docker run command will tell you exactly why Plex can't start https://forums.unraid.net/topic/57181-docker-faq/#comment-564345
  7. The docker run command will tell you exactly why Plex didn't start (and odds on it is because of the above https://forums.unraid.net/topic/57181-docker-faq/#comment-564345
  8. @hotio sets his templates to not update at the same time as any container updates are issued. (That isn't a problem) Because of this to update the icons, you'll have to edit the container, switch to advanced view and adjust the IconURL accordingly.
  9. You can either delete the applicable .plg from /config/plugins from the flash drive and reboot or plugin remove name.of.plg Which plugin was it?
  10. Cache dirs installed? IIRC some changes to the setup of it needs to be done.
  11. Awesome board. Using it no problems. Awesome IOMMU separations, rock solid.
  12. To change that, the date format has to be something other than System Setting
  13. A small explanation of some of the UI changes that may throw people for a loop. Dashboard: Dragging to rearrange the tiles can now only be done from each tile's title bar Docker: Dragging to rearrange the start order can now only be done via the up/down arrow on the right of each row Diagnostics: The occasional timeouts when grabbing diagnostics (especially on wide arrays with the drives spun down) should now be impossible. A dialog box pops up with the current command being run. This is helpful if the command happens to stop responding. All diagnostics grabbed via the UI are now also automatically saved to the flash drive (logs folder). Helpful if there happens to be browser issues and the dialog box never populates with the commands being run or closes automatically. Docker Icons: All Icons must now have a valid URL address in order for the system to download them initially. Icons are no longer stored on the flash drive (rather they are within the docker.img file), so it is not really an easy option to simply overwrite the image file with a replacement icon. ie: if you had previously overwritten the icon files to change the icon, all of your icons will revert back to what's in the template. Docker: Logs for the apps are only available via the context menu (click on the icon). Unifies the interface between Docker / Dashboard pages.
  14. How did you get to that point? The same version you're trying to update to is already installed.... If the system is completely confused as to what's happening, reboot
  15. Just to eliminate it, try setting the https proxy also http_proxy=http://proxy.ezorg.nl:8080 https_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp &
  16. Or check out how Chrome decides to autofill passwords on that page.
  17. Don't you want the proxy line within "go" to be on it's own separate line? #!/bin/bash # Start the Management Utility http_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp &
  18. Yup https://forums.unraid.net/topic/57181-docker-faq/#comment-564309
  19. Hopefully someone who uses a proxy will chime in.
  20. Changing the port is deprecated now (don't recall if it even works anymore). To move the UI to a different port, you adjust the appropriate setting within the UI.
  21. What's not working? Presumably the first thing you're checking is if Apps is working (and it won't). You need to also do this: https://forums.unraid.net/topic/38582-plug-in-community-applications/page/122/?tab=comments#comment-848436
  22. Doesn't for me. The "du" of /var/lib/docker under both an image and as a folder are roughly the same
×
×
  • Create New...