Jump to content

Squid

Community Developer
  • Posts

    28,772
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. The date and time is wrong. Try other ntp servers in Date & Time settings
  2. It's not a perfect solution. If I recall correctly, it messes up if the array happens to be stopped and a reconnection happens. Unfortunately that issue is out of my hands.
  3. In a nutshell, your system cannot communicate with the internet at all. Cable unplugged? Bad Cable? Modem / Router / Switch Reset? DNS Servers need to be set? You should post your diagnostics
  4. Short of a different flash or port, you can try this You will however have to have the flash working in order to install it. (And then reboot after its installed)
  5. Looks like both your cache pool and docker image is corrupted. @JorgeB is the best to answer what to do though.
  6. You're using a folder for the docker "image". But, you have it in the system folder which is set to use cache "Yes". You want this to be use cache: ONLY, as the docker system probably can't make heads or tails when things get moved around (and you want it to stay on the cache drive anyways for performance) Stop Docker service in Settings - Docker. Delete the image folder and then re-enable the service. Go to Apps, Previous Apps and check off whatever you had installed previously and hit the install button at the bottom.
  7. Apr 24 04:35:39 Media mcelog: failed to prefill DIMM database from DMI data Harmless and safe to ignore. A BIOS update however might stop it.
  8. Nobody thinks of it like that, and it's never actually logged anything in my system setting the syslog server to the IP or 127.0.0.1. For remote systems it works no problems
  9. That won't work. It's a common misconception of the syslog server. The share option is for where to send logs that are incoming (eg from another server). You want the mirror to flash
  10. It gets it from the GUI itself. Do a docker prune
  11. The feed catches it because the URL changes so it winds up being a NEW plugin due to the change of the url. One of the checks is checking the .plg matches whatever the xml says. if they differ, it is a security issue. Side effect of any of the potential workarounds is that Fix Common Problems would scream it's head off to every one with it installed that it's either blacklisted or unknown and should be uninstalled until they wind up updating. All in all a royal pain for me to work around for what effectively becomes a one-off issue that is an inconvenience to the authors.
  12. It's a banner that shows up and disappears by itself after 10seconds that doesn't cause any issues. You can always click the "x" to dismiss it during the 10 seconds and it will stay dismissed for your session on 6.11 or for 30 days on 6.12+
  13. You might want to switch your memory speed from its overclocked XMP profile of 3200 to its actual speed of the memory you bought (probably 2133) and use the SPD profile and see if it makes any differences.
  14. Look on the docker tab in advanced view and see what's using the most amount of memory and then limit it. You have at least one container that's running java and IIRC it's a real pig on memory use.
  15. You system / network is unable to download the icons after the first installation. (After it downloads once, they are cached) Alternatively, your docker image is very corrupt. For the dashboard, does this happen if you close the browser down? Are you automatically clearing cookies when closing the browser?
  16. Uninstall and re-install (and issue an update to the old .plg URL) telling them to do this. Doing a bait and switch triggers a ton of security warnings and winds up blacklisting the plugin, having FCP yell at everyone to uninstall it because it's a security risk etc etc. -> primarily because you've gotten everyone to install plugin A but then you're having the plugin on an update install plugin B Or to put it another way, I wouldn't put in all of the exceptions required to accomplish this when @ljm42 wanted to change the plugin URL for Connect when it was rebranded from MyServers, so it's very unlikely I'd do the same for any other random plugin.
  17. Plugin offers to update everything installed. remove the containers either via the GUI or the appropriate docker command
  18. Writes go to disk 1 until it has 8TB free. Then disk 2 until 8TB free then 3 until 8TB then 4 then 5 After that, it does disks 1,2,3,4,5,7,8 until 4TB free Then all the drives in order until they all have 2 TB free and so on In your case all the 16's have less than 8TB but still more than 4 so writes go to disk 1 until its 4TB then disk 2 IE: high water is NOT 50%,25%,12.5% etc free of the individual drives capacity. It's calculated based upon the largest drive.
  19. Try giving it a static IP address in Settings - Network Settings. Also set the DNS addresses to be 208.67.222.222 and 208.67.220.220 But you might also want to check the network cable. Use a different cable / port on the router/switch
  20. Outside of some fixes etc, main difference in today's update is that on a category / search that has multiple pages, you can use a wheel mouse left / right (if your mouse supports it) or a magic mouse gesture (swipe left/right) to change pages. Note that at least on my Windows system, Firefox's returned values for this event are very low, so a threshold has been set to prevent issues happening on a Magic Mouse when doing this. If the change causes issues (it really shouldn't), then it can be disabled via CA's settings
  21. In order to avoid icons not appearing properly on every one's system (and my own pet-peeves), a tag to the xml is now available to override the Icon being used when on Unraid display themes other than the default (there are 4 available display themes) <Icon-black>some url</Icon-black> <Icon-white>some url</Icon-white> <Icon-azure>some url</Icon-azure> <Icon-gray>some url</Icon-gray> These urls override the <Icon> when the OS is set to a certain theme and prevent the following from happening. In other words, a black icon on a transparent or black background (transparent is always preferred) tend to not look good when the OS is on the black theme as seen in the pictures When installing the container, the installed template will automatically have it's xml adjusted so that it looks decent for the user on the docker / dashboard tabs
  22. Have you already contacted support?
×
×
  • Create New...