Jump to content

Squid

Community Developer
  • Posts

    28,769
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. The Progress tab should tell you where and what it's doing.
  2. You want to use "/mnt/user/Transfer Files"/* Personally, I file it a ton easier to use the autocomplete feature of bash (hit tab when typing without quoting anything as it'll automatically escape everything. Doing that (or manually escaping) make it a more easier to understand path of /mnt/user/Transfer\ Files/*
  3. Squid

    DDR2?

    AMD Athlon x2 in an AM2 socket
  4. Why are you running with the VM settings set to acs override = downstream if you're not running any VMs with passthrough? The most stable was to set up a server is with ACS disabled unless you absolutely need it.
  5. Because of that, trim won't actually wind up doing anything so write speed to a vdisk will always steadily degrade. You want to do this to mitigate this: (the comment and link at the top should also fix you up easier)
  6. did you also copy over the md5 files?
  7. Yes. You download to a user share named something like "Downloads" set to use cache: prefer (or only) and Radarr / Sonarr then moves the download to a share named "Media" (or movies or TV etc) set to a use cache setting of yes You're best off for the downloads share to be use cache prefer just in case the cache drive fills up so that downloads will fallback to the array if the cache is full rather than simply failing.
  8. And, I doubt that docker-compose is stored in that directory. It's whereabouts will be given by the output of which docker-compose
  9. You could always add the appropriate -p entries on extra parameters with the template
  10. give it the full path to docker-compose which docker-compose
  11. Feb 2 10:47:23 Importimage mcelog: failed to prefill DIMM database from DMI data Feb 2 10:47:23 Importimage mcelog: Kernel does not support page offline interface Feb 2 10:47:23 Importimage mcelog: Cannot read sysfs field /sys/kernel/security/lockdown: No such file or directory Feb 2 10:47:23 Importimage mcelog: Kernel in lockdown. Cannot enable DIMM error location reporting If there's no adverse affects that you see, then probably harmless. But look to see if there's a bios update
  12. Not sure if you'd want the -l (device where external log is) @JorgeB would know best
  13. What was the output from running it? Default is with the -n which is a no modify flag. It needs to be removed for any fixes to actually take place
  14. Don't set the server's DNS addresses to point to piHole. Set it to a real DNS server (google, openDNS and the like)
  15. The data drive dropped offline, then reconnected itself. Reseat the cabling both ends to it. How is it connected?
  16. You need to post your diagnostics. Also, the # of errors refers to the number of sectors, not any "used" space per se
  17. Looks like your cache drive dropped offline, but also it's SMART is indicating failing now. You need to replace it. The dropping offline though is what's causing the issues with the shares. ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE 1 Raw_Read_Error_Rate POSR-K 178 178 051 - 4969804 3 Spin_Up_Time POS--K 160 141 021 - 8983 4 Start_Stop_Count -O--CK 100 100 000 - 687 5 Reallocated_Sector_Ct PO--CK 136 136 140 NOW 510 7 Seek_Error_Rate -OSR-K 200 200 000 - 0 9 Power_On_Hours -O--CK 048 048 000 - 38634 10 Spin_Retry_Count -O--CK 100 100 000 - 0 11 Calibration_Retry_Count -O--CK 100 100 000 - 0 12 Power_Cycle_Count -O--CK 100 100 000 - 287 192 Power-Off_Retract_Count -O--CK 200 200 000 - 135 193 Load_Cycle_Count -O--CK 130 130 000 - 211484 194 Temperature_Celsius -O---K 108 097 000 - 44 196 Reallocated_Event_Count -O--CK 001 001 000 - 509 197 Current_Pending_Sector -O--CK 198 196 000 - 755 198 Offline_Uncorrectable ----CK 200 199 000 - 175 199 UDMA_CRC_Error_Count -O--CK 200 200 000 - 1 200 Multi_Zone_Error_Rate ---R-- 001 001 000 - 752961
  18. See this https://wiki.unraid.net/My_Servers#How_to_access_your_server_when_DNS_is_down Once in, update all the applicable IPs etc and also under management settings, update the DNS record
  19. That's a container that the docker system itself named when you did an manual docker run / create command from the command prompt and didn't give it a name. Various random names will be generated in that situation but you'll never see one named boring_wozniak As far as the actual problem (showing there and not in the docker tab), the plugin reports what dockerMan tells it is present. I'll re-investigate
  20. If this is happening on < 6.10, edit the applicable template in /config/plugins/dockerMan/templates-user and change <TemplateURL>some url here</TemplateURL> to instead be <TemplateURL>false</TemplateURL> If there's issues with getting the URL to work, let me know exact steps on how to replicate it as I have never had any issues with this subsystem.
  21. No Your other option is to investigate if you can do this via Unassigned Devices. I don't believe so, but @dlandon is the expert on what UD can and can't do. One thing you do want to also try is can you stop the array successfully with that image file being opened and effectively mounted. You may need to add a script (/config/stopping) on the flash drive to remove that mount so the array can successfully stop
×
×
  • Create New...