Solutions
-
Squid's post in Community Apps Can't Connect to the Internet was marked as the answerDelete /config/network.cfg on the flash drive, reboot and reset things back up (this will revert you back to DHCP if you were using a static IP)
-
Squid's post in Where is a list of compatible USB drives? was marked as the answerThe USB creator has always had some issues on certain systems with various drives. There are some workarounds online. However, the manual method 99.9% of the time works with every drive so long as its 32G or less. https://docs.unraid.net/unraid-os/manual/changing-the-flash-device/#manual-method
Realistically, the manual method takes pretty much about 1 minute to accomplish and the only real advantage of the USB creator program is that you don't need to right click and select "Run As Administrator"
-
Squid's post in 6.11.5 | Disk Read Error | error: {UNC} | failed command: READ FPDMA QUEUED was marked as the answerDrive won't complete the self-test due to errors being found. Currently 23 reallocated sectors present on a drive that's less than a year old. I'd RMA it
-
Squid's post in DOCKER PULL EXTRACT SLOW SOME CONTAINERS NOT UPDATING was marked as the answerThe docker image exists on the array (share Data). There is a huge speed penalty for this. You really should put it into the system share instead which will create it on the cache pool. (Settings - Docker. Stop the service. Delete the image, then change it's location to /mnt/user/system. Renable the service then Apps, Previous Apps and check off what you had installed - all your appdata will be fine and it will be like nothing happened except for a nice speed increase)
-
Squid's post in Can't access community apps from Safari on Mac since 6.12.2 was marked as the answerWorks no problems for me. Browser extension? I'd really need you to post in the CA thread with CA's diagnostics (Settings, Community Applications, Enable Debugging) then go to Apps. After ~5 minutes go back to Settings, Community Applications and download the debug log and then post that in CA's thread
-
Squid's post in /var/log is getting full (currently 100 % used) was marked as the answerClose all browser tabs / windows on all devices that may be open to the WebUI (especially Android devices) and then try again.
-
Squid's post in Help with decoding MCE logs was marked as the answerTransaction: Memory read error That says it all. One of your sticks is bad. Possibly your BIOS' System Event Viewer would have more info on which stick needs to be replaced
-
Squid's post in array constantly read/writing was marked as the answerBoth your appdata share and system share exist on both the cache drive and disk 1.
Stop the docker service (settings, docker) and then run mover from Main and see if that makes a difference.
-
Squid's post in dockerd cpu use was marked as the answerIf I'd take a guess, a container is going nuts on logging. (Crowdsec?) The docker logs are getting continually logged every 10 seconds (a container restarting constantly?)
-
Squid's post in New Unraid Server - Services not staring and Docker Service failed to start. was marked as the answerYou haven't formatted the drives after adding them. There's a checkbox on the Main tab to format all the unmountable drives. Presumably you also realize that if any data is present it will be lost.
-
Squid's post in my server is running out of memory ( 32gb) was marked as the answerLook 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.
-
Squid's post in Can't find USB 2.0 Flash Drive in 2023. was marked as the answerUse the manual method of creating the flash drive. Nothing really special about doing it.
https://wiki.unraid.net/USB_Flash_Drive_Preparation#Windows_Vista_and_Windows_7
Just make sure its 32G or less
-
Squid's post in Testing 6.12r6 and ran into a problem was marked as the answerPost your diagnostics But, the first question is have you formatted the drives yet? Are they all listed as being unmountable in Main?
-
Squid's post in Parity rebuild process, fix common problems says old parity is disabled was marked as the answerProbably because until the process completes, there may still be references etc to the old drive.
-
Squid's post in SMB share? was marked as the answerUD mounts the share from ServerB within /mnt/remotes/someName. To get plex to see it, you add another Path to the template (edit Plex), and give it a host path of /mnt/remotes/someName with a container path of something like /ServerBMedia
The within Plex, you edit the applicable library and add in /ServerBMedia to its list of folders. Rescan the library and they should all be there.
-
Squid's post in Network Issues - Can't update OS, dockers, plex was marked as the answerYou're not getting an IP address from your DHCP server (router). Reboot the router / modem, or give the system a static IP in the appropriate range via Settings - Network Settings
-
Squid's post in Old Unraid box and CPU/threading question. was marked as the answerThe screenshots all show 4 cores which is what you have. (Display aberration though where it thinks that 2 of them are HT cores, but that doesn't affect anything)
-
Squid's post in Machine Check Events detected on your server was marked as the answerMay 8 06:48:15 Backupserver mcelog: failed to prefill DIMM database from DMI data Harmless and safe to ignore. A BIOS update though might silence it
-
Squid's post in Network failure - No CA, Docker Updates, OS Updates was marked as the answerYou don't want to do that as you're not using a proxy...
Can you
ping -c3 8.8.8.8
Reboot the router, switch(s) etc
-
Squid's post in Flash Drive is Corrupted or Offline (SOLVED) was marked as the answerShort 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)
-
Squid's post in Error starting containers - No such file or directory was marked as the answerYou'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.
-
Squid's post in Machine Check Events detected on your server was marked as the answerApr 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.
-
Squid's post in Docker Container WebUI access when in Remote Management was marked as the answerYou need to use either WireGuard, or set up a small VM (which is accessible via remote access) and then from it go to the webUI's of the container.
-
Squid's post in (SOLVED) USB Creator - stuck at syncing file system was marked as the answer
-
Squid's post in High-water suddenly not working? was marked as the answerWrites 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.