rh535

Members
  • Posts

    60
  • Joined

Everything posted by rh535

  1. I have been trying to use ChatGPT to create an unraid user script that backups my files to another unraid server. It won't exclude my folders tho - any idea on how to fix it? #!/bin/bash # Source and Destination Directories declare -a SOURCE_DIRS=( "/mnt/user/APK" "/mnt/user/Computer_Apps" "/mnt/user/Documents" "/mnt/user/data" "/mnt/user/Photos" "/mnt/user/ss-recordings" ) DEST_DIR="/mnt/remotes/192.168.1.12_networkbackup/" # Folders to Exclude declare -a EXCLUDE_FOLDERS=( "/mnt/user/data/media/movies-4k/" "/mnt/user/data/media/tv-4k/" ) # Rsync Options RSYNC_OPTIONS="-avz --delete --progress" # Loop through each source directory for SOURCE_DIR in "${SOURCE_DIRS[@]}"; do # Exclude folders EXCLUDE_ARGS="" for EXCLUDE_FOLDER in "${EXCLUDE_FOLDERS[@]}"; do EXCLUDE_ARGS+=" --exclude=${EXCLUDE_FOLDER}" done # Run rsync rsync ${RSYNC_OPTIONS} ${EXCLUDE_ARGS} "${SOURCE_DIR}" "${DEST_DIR}" done
  2. Thank you for the response. A few hours after I posted my 3TB drive started showing lots of errors (1,828). The 3TB drive has no data on the drive and it seems the parity sync is going much faster. ETA: 1 day, 1 hour, 42 minutes I plan on replacing the 3TB drive after my parity rebuild with my old parity drive. I have noticed in the last couple of weeks that my server would hit close to 100% cpu usage and plex would sometimes buffer random files and without doing anything seem to hit high cpu load. Where in the files did you see the info about the disk 3 and disk 7? (so I can learn for the future) Since the ETA has improved so much - should I still stop the array/parity?
  3. I have been having some issues with my server lately. I am trying to replace my parity drive with a larger drive (largest in the array) and it seems the parity rebuild has stalled. It's not looking good (time wise). Any idea what might be going on? Total size: 18 TB Elapsed time: 7 hours, 39 minutes Current position: 1.46 TB (8.1 %) Estimated speed: 72.8 KB/sec Estimated finish: 2403 days, 14 hours, 45 minutes tower-diagnostics-20230303-1615.zip
  4. I just rolled back to 6.4.0 and i am able to connect. Before i was getting error launching startup command failed to close file
  5. I would like to expand my capacity for my Home Assistant VM (vmdk). I have tried stopping the vm - clicking the name and then trying to change the capacity. No matter what I type it never sticks and just refreshes back to the original size. I have also tried putting the machine in safe mode and still the same. Any thought on how to fix this?
  6. Yes. This is my error 02:34:32 [Q] ERROR DENIED Redis is running in protected mode because protected mode is enabled and no password is set for the default user. In this mode connections are only accepted from the loopback interface. If you want to connect from external computers to Redis you may adopt one of the following solutions: 1) Just disable protected mode sending the command 'CONFIG SET protected-mode no' from the loopback interface by connecting to Redis from the same host the server is running, however MAKE SURE Redis is not publicly accessible from internet if you do so. Use CONFIG REWRITE to make this change permanent. 2) Alternatively you can just disable the protected mode by editing the Redis configuration file, and setting the protected mode option to 'no', and then restarting the server. 3) If you started the server manually just for testing, restart it with the '--protected-mode no' option. 4) Setup a an authentication password for the default user. NOTE: You only need to do one of the above things in order for the server to start accepting connections from the outside.
  7. I don't think so. I rarely ever open up terminal. Pressing the close button (X button in Chrome) on my terminal browser window close the terminal - correct?
  8. I recently started having issues with my server. It seems every time I reboot or Shutdown from the menu it says it was an unclean shutdown and starts a parity check. I have included my logs (including syslog log files). Recent Actions: I just ran memtest twice (10 hours) and it found zero errors. I thought my NVME (cache drive) was going bad so I replaced that and moved some drives around. Nothing else has really changed. Im now also having issues with a usb ZigBee controller usb device attached to my server (unsure if that matters or not - in use for Home Assistant on a VM). Any help would be greatly appreciated. syslog.zip tower-diagnostics-20211122-2127.zip
  9. I realized I made a mistake with my Plex server and thankfully have a recent backup of the container with this plugin. Is there a way to just restore my one Plex docker and not my 20 other dockers? Thanks so much
  10. I got this card from this seller and its been working great for over a month. No issues. I can't speak to it being/ or not being counterfeit - but everything worked out of the box.
  11. Is the card still working well? Im thinking about picking up the same one from the same seller based on your recommendation.
  12. Thank you! This fixed the issue. Have a great weekend!~
  13. Delete the entire docker image file? Just want to make sure I'm following correctly
  14. The app is stopped. If I try to start it - it says "Execution error: Image can not be deleted, in use by other container(s)" I stopped every container and it still won't start. If I try to delete the container the click then remove it just hangs with stopped circling. I have to refresh the page to get back into the docker page.
  15. I'm having trouble deleting Tautulli from my unraid machine. I had some memory go bad and it screwed a lot of my dockers up. I want to reinstall and try to get it back up and working. Every time I try to remove it just hangs and the log of the docker says "ErrorWarningSystemArrayLogin e":can not get logs from container which is dead or marked for removal"} Any thought on how to fix this? I've deleted the app folder from my appdata folder, but it still shows up in my dockers.
  16. I have the same issue. Does anyone have any thoughts on how to correct this error? I have reinstalled the docker numerous times and the same error message every time.
  17. If it shows up then it's working. Just a bunch of annoying errors in the log. Cool. I'll just ignore the errors then. Thanks for the help and the plugin!!!
  18. Does it continue to work? I get similar errors. Nut 2.74 would just drop the connect and not reconnect, leaving you unprotected. I compiled the plugin's current version off a different libusb branch and you get errors but it reconnects. Im pretty sure it works. It shows up in my dashboard saying online, runtime left etc....
  19. I seem to be getting these errors frequently using this plugin. Any thoughts? Mar 10 10:41:30 Tower usbhid-ups[7138]: nut_libusb_get_string: Pipe error. Mar 10 10:51:36 Tower usbhid-ups[7138]: nut_libusb_get_report: Input/Output Error. Mar 10 11:00:08 Tower usbhid-ups[7138]: nut_libusb_get_report: Input/Output Error. OS: 6.6.7 UPS: CP1000AVRLCDa
  20. I keep getting BTRFS warning errors in my logs. I've had horrible trouble over the last month with random lockups and crashes. I installed a new parity drive over the weekend and updated my bios on my Dell T20 server. I had a complete lockup a couple of days after and had to shut it down by holding the power button. Parity check was complete with no errors. I now can't seem to get some docker containers working (Plex) and this error keeps popping up. Tower kernel: BTRFS warning (device loop2): csum failed root 10685 ino 77810 off 1159168 csum 0x59fe6273 expected csum 0x7e88f0d5 mirror 1 Any ideas? Diagnostics included. tower-diagnostics-20190307-1821 (1).zip
  21. I just edited the Docker for Tautulli that had something for the Plex logs (It was that same thing that is giving me the errors). I also noticed that the share I deleted earlier re-appeared. I deleted it again and will see how it acts tonight. Thanks again both of you for all your help!
  22. Yes. I would like to keep it if possible. I really like the service.