jj_uk

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by jj_uk

  1. Yes, that's what it was. Not sure what to do about it so disabled it.
  2. Both my servers are spiking CPU usage due to "find", about every 7 seconds. The CPU high load lasts about a second. What is "find" and why is it spiking the CPU so often? It's not a problem on my "Tower 1" sever, but it is a problem on my low-power "microserver1".
  3. Thanks guys. I've updated to rc3. changed settings -> docker -> `Docker custom network type` to `ipvlan`. I've scrubbed the cache disk and the docker volume, no errors found. Hopefully that'll fix it. I have had a few issues with macvlan in the past taking down the server.
  4. My server crashed again. This time syslog was being mirrored to flash so I have something to show. Attached is `syslog` from /flash/logs/. There was nothing unusual before the cropped section. It completed its appdata backup as usual at 3am, then crashed at just before 9am. The server was hard-reset and is now running a parity check. This happens every few weeks. What can I do to fix this? EDIT: Attached a diagnostics dump. syslog-cropped.txt tower1-diagnostics-20220315-1044.zip
  5. If I ping a device from windows, I get a reply and wireshark shows the ping. If I ping the same device from unraid console, I get a reply but wireshark shows nothing. Any idea why this would be?
  6. I think -A is the default, so not explicitly required.
  7. My understanding is the script will automatically fox this for you.
  8. My server keeps crashing; it was every 6 months, now its every few weeks. I've set up syslog server to capture server logs, but they are written to a share. When the server crashes, the syslog shows no logging around the time of the crash, it shows the community apps backup run at 3am, then nothing until the hard reset at 1:16am. The server crashed at about 12:45am. So my question is how can I capture system logs to a directory on the array rather than a share? Maybe the crash isn't capturing logs because the crash is killing the shares?
  9. I've also had these issues. I didn't find a solution.
  10. Be careful here. Depending on your unraid setup, the backups could be being saved to the cache (ssd?) drive, and backups are huge. It's probably a good idea to create a new share on unraid ('use cache = yes') and map that share into the docker container, then save the backups there instead. Unraid share: Container setup: Crafty config: The resulting file system. Crafty auto-creates a folder for each server. I have 3 servers:
  11. Does this docker still work? After adding a YT channel and clicking "Add", the input box is cleared and nothing happens. The screen looks exactly as it did previously.
  12. The logs show this, which suggests it updated last night, but it didn't. I updated PiHole eariler today manually, and the other 2 dockers are still showing updates avaliable.
  13. My dockers don't seem to have been auto-updated for a while, on the docker list, they're all showing "apply update". I went into the auto-update docker settings, and "update all docker applications" is set to yes. I set that to no, then the dockers are shown, and they're all set to dont update. Does the "update all docker applications" over-ride the individual settings when set to 'yes'? It doesn't appear to.
  14. I thought that disks needed to be roughly balanced usage-wise? e.g. all about the same amount of data on each? no? I've always done that. uhh..
  15. The disk was added to the array yesterday, then Unraid started a disk clear. I've fixed this by formatting again. The disk is now part of the array and working correctly. Next: Move files to the new disk from the old disk to re-balance usage.
  16. Unraid finished clearing my disk overnight. I deleted the drive's 'Historic Devices' entry in the Main tab GUI, then formatted the disk as Unraid was reporting it can't be added because it was not formatted. Following the format, which only took a few seconds(?), the disk is showing as "unmountable: volume not encrypted". The disk settings are showing as "encrypted". So, again, i'm stuck. What do I need to do to add this new disk? Attached is the log file. syslog-127.0.0.1.log
  17. Oh no, It looks like I misconfigured the syslog server. It's logging to a share, which would have stopped when the array stopped. darn.
  18. I use a syslog server so I have the logs, attached. syslog-192.168.1.230.log.zip
  19. I restarted the server and tried again. It has allowed the drive to be added this time, and it's (annoyingly) clearing the drive, which was supposed to be done by the preclear script!
  20. I've just finished pre-clearing a disk using the Binhex preclear docker. All successful. The new drive is 'sdh'. I stopped the array, and selected the new disk from the drop-down menu in the MAIN tab - 'Array Devices'. The page refreshed after selection, but the drop-down set itself back to 'unassigned', and now the disk doesn't appear in the drop-list. My array is still 3 drives + cache. It should be 4 drives + cache with the new disk added. I can see the disk in "unassigned devices". How can I add the new disk to the array?
  21. Just coming to the end of my run. This error "post_read_err: command not found" is flashing up on the screen. It is something to be concerned about? The process seems to be continuing as normal.
  22. Thanks for your help. I'll run the preclear with -A.
  23. Thanks for the reply. The doc states: "-C 64 = convert an existing pre-cleared disk to use sector 64 as a starting sector" So do I run my pre-clear as normal, ignoring the warning (as per prev post's image), then run the -C 64 command when it's finished? How can I know if the other drives in my system are 63 or 64? They were pre-cleared using the plugin back in 2018.
  24. I pulled drive from a brand-new desktop-backup USB HDD and added it to my server (cheap way of getting drives). /usr/local/bin/preclear_binhex.sh -f -c 3 -M 3 /dev/sdh After executing the command as per instructions, i see there's 2 partitions, and the boot sector is in 63, not 64. I don't really know the significance of any of this, is it important? Is the disk OK to be precleared and used in unraid? I assume it's like this because its probably factory-formatted to windows for use with windows?
  25. My cache drives are using btrfs, so i'm ok to just disable it?