baconborn

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by baconborn

  1. I am suddenly getting error 522 when i try to access the nextcloud webui and i can't connect to my server using the domain name. I am connected using the windows app on my PCs with the IP address and it is functioning normally, but trying to connect using the domain name on my phone or laptop (https://nextcloud.mydomainname.com) times out. I also tried connecting via ip address on these devices and it connects, but when i try to log in, error 522. EDIT: I just discovered that on the andorid app, If I try to connect with IP address, I get error 522, but I have an option to "Use old login method" which then works. This was working literally an hour ago. I did a graceful shutdown of the server because of weather, and it was working at the time. After bringing the server back online I get the error. No configuration changes made. Letsencrypt logs show "nginx: [error] lua_load_resty_core failed to load the resty.core" but from my research, is not relevant. SOLVED: turns out my external IP changed + configuration error in duck dns docker (an extra space in from of the token in the token field) stopping duck dns from updating. No idea why that was an issue now and not for the initial configuration, but its working now so I'm happy.
  2. My ISP is blocking port 80 so I can't get certificates, is there any way around this? I've seen a little bit about DNS challenge, but from what I gather, you need to own the DNS server, which I don't so that doesn't seem like an option unless I'm misunderstanding that. I also been suggested to use a different port, but from what I've read, letsencrypt must use port 80? For my setup I used SpaceInvader's video tutorial and CyanLab's tutorial
  3. Maybe a weird question but does anyone know if I set up say a Windows 10 VM on my server, will programs be able to detect what CPU is installed on my server? I'm asking specifically in regards to AMD Rewards program as i need to install and run a verification tool in order to claim a game code for my Ryzen 7 2700 purchase. Setting up a VM would require that i take my server down (like down out of the closet and to my work area in the garage), turn on HVM, and then put it back up, and if already knows if it won't work anyways I don't think I'll bother.
  4. I suddenly cant get into my nextcloud. The client app is saying "No connection to nextcloud at [my server], timeout. When i try to access the webui on unraid, i get a connection timeout error. Everything was working yesterday and I haven't made any kind of configuration changes since then, and neither nextcloud, mariadb, or letsencyrpt logs are showing any kind of errors. I've verified my nextcloud settings, tried restarting my dockers, even the whole server and nothing fixes it. Any ideas on where to go from here?
  5. Using MineOS and it works great, but on the Server Status page, Memory Footprint is blank for me. It should show how much memory is being used by the server, right?
  6. Hello, I was looking over BIOS revision for my motherboard (planning an upgrade, wanted to make sure I had a good version) and I noticed for the newest revision (AGESA 1.0.0.6), it says to make sure to update the latest motherboard chipset driver first which brings me to my question. Is updating motherboard chipset drivers something that applies to unraid, or Linux as a whole? And if so, how do I go about doing this in unraid?
  7. Does Dynamix System Temperature still not work with Ryzen APU's yet?
  8. My server crashed today, and when i restarted it DelugeVPN docker was just gone. I tried to reload the docker from Add Container > select a template > binnhex-delugevpn and i get an error message Error: failed to register layer: rename /var/lib/docker/image/btrfs/layerdb/tmp/write-set-892098440 /var/lib/docker/image/btrfs/layerdb/sha256/7a58580c00cb71299a3075ec8da5e0f417de5ed8d98983260b4aa8af9b99319c: file exists
  9. I booted into safe mode like you suggested (I did have to hard reboot), and started the array in maintenance mode so i could run the file system checks. It did find errors with my cache drive, so I let it fix those, stopped and started the array normally, and it worked. I just got done rebooting into OS normally, and everything is operational again!
  10. What would be the next course of action after rebooting into safe mode?
  11. Hello, I woke up this morning to find my server was unresponsive and the cache drive was reporting as full. Restarted the server and tried to manually run the mover and the server locked up again. Restarted and now its just stuck at Array Starting - Mounting disks. Its completely unresponsive to anything regarding the array, and I can't even initiate a reboot of stop array from the web gui to try and get into maintenance mode. Any help on what to do now? server-unraid-diagnostics-20181009-0729.zip
  12. Does this version support CPU temperature monitoring with Ryzen APUs? (using dynamics system temp)
  13. So if I'm following this thread and script correctly, the end result would be: -Plug in external drive -UD mounts the device and executes the script -Script runs rsync to sync contents of the source share on the array to the destination share on the external -Script generates e-mail alert is generated when rsync is done saying complete or failed -UD unmounts the external drive (unless unmounts is disabled for testing?) -The external drive is ready to be disconnected And this would all be automated and logged? I'd really like this kind of functionality if what I'm thinking it does is correct. **EDIT: Actually, this looks like it's running rsync to copy from an external drive to somewhere else. So to have this do what I want, could I change the $destPath and $destFolder variables to $sourcePath and $sourceFolder and change lines 89 and 90 to say: echo "rsync -Carv $sourcePath/sourceFolder/ $mountPath/" >> $LOGFILE if rsync -Carv "$sourcePath/sourceFolder/" "$mountPath/"
  14. So I'm looking in to having a backup of my unRAID server. I use the server primarily as a PleX media server and from what I've researched, backing up all the media content is just unfeasible, but I would still like to be able to have a backup of the array configurations like the key, the dockers and plugins installed, where dockers are pointing, shares, etc. Basically, the goal is, in the case of a catastrophic failure, I'd like to be able to restore my unRAID configurations to a new array and not have to mess with reconfiguring all of my dockers and plugins. Is this type of solution possible, and If so, what would be essential files to back up to accomplish this?
  15. I'll give that a look. I've stumbled on something called hard links which is supposedly built into Sonarr/Radarr and is supposed to delete from the director deluge uses, but creates a link so deluge thinks the file is still there to keep seeding. I know this is starting to go outside the scope of deluge, but does this sound correct? It sounds like for current files, I won't be able to clear out the space AND keep seeding them, so you can't win them all, but it looks like good solutions for going forward.
  16. Quick question about file management in Deluge VPN. I have my server set up where Deluge will use a "Downloads" directory and completed downloads will sit in \Downloads\complete. Sonarr/Radarr (I thought) are set to move those files to a separate "Media" directory or Plex, though it appears the files are copied instead of moved, so it appears that I'm using more storage than I intended. My question is, if I delete the contents of \Downloads\complete will it affect what is available through Plex. I suspect not since Plex is pointed to the "Media" directory but I wanted to double check, and if so, can this be automated? Additionally, I gather that deleted files from this directory will no longer be seeded, so is there a way to say keep X most recent files (for seeding) and delete everything else, or is this something that will have to be manually managed? Thanks.
  17. Thanks, I researched that and found a possible solution for OOM errors using Tips and Tweaks to set "Disk Cache 'vm.dirty_background_ratio' (%)" to 1% and "Disk Cache 'vm.dirty_ratio' (%)" to 2%. I also went ahead and upgraded unRAID to 6.5.3 this morning. Anything else I should keep an eye out for?
  18. Hello, I've been having a problem with my server lately. At random times, it seems like, the System Status (on the Dashboard) will show my CPU usage on all cores at 100% and memory at 100% with my dockers being unresponsive. When i look at the system stats with Dynamix System Stats plugin, these appear to be normal though (<10% CPU usage, ~30% Memory usage). Rebooting the server brings everything back to normal, but this is the third time this has happened. Fix Common Problems also did not show any errors after rebooting. Currently running 6.5.2 (planning on updating to 6.5.3 tomorrow), attached diagnostics taken before rebooting. System specs are: Ryzen 5 2400G Gigabyte GA-AB350M Gaming 3 2.4GB DDR4-3200 Samsung 860 EVO 250GB (cache) 5x4TB Seagate Ironwolf NAS HDD Any ideas on what might be happening? Thanks! server-unraid-diagnostics-20180622-2210.zip
  19. Can you explain a rogue docker? I did notice after rebooting the server that 'Fix Common Problems' had an alert about Krusader being depreciated for binhex's version. Could something like that result in the described symptoms?
  20. Any ideas on why the CPU and memory usage might have been maxed out with completely unresponsive dockers? It had been running for 2 weeks without a hitch previously with no changes from me directly to any settings or load.
  21. I understand this, and have already changed the thresholds to be more appropriate temperatures. My question is I got these alerts, and when I investigated the server I had maxed out CPU and memory usage and completely unresponsive dockers. Is there some kind of connection here, any ideas on what might have happened and some practices I can implement to avoid this again?
  22. Had a strange problem with my new unRAID server yesterday. I have email alerts set up and received a chain of email alerts from the server saying "Cache disk is hot (46C)," followed by "Cache disk returned to normal temperature" about 5 times while I was at work. When I got home to investigate, my Dockers were completely unresponsive and my shares and PleX server weren't working at all, and I also noticed all my CPU cores and memory utilization were fluctuating between 95-100% usage. I did a simple reboot (which hurt my feelings because I had just reached 15 days uptime), and everything seems to running completely normally. Nothing has changed in regards to the room temperature where the server I located, or the usage. Any ideas what might have happened and how to possibly avoid this happening again? Specs are a Ryzen 5 2400G, Gigabyte GAB350M Gaming 3, 2x4GB GB DDR4-3000, 250GB Samsung 860 EVO (cache), and 5x4TB Seagate Ironwolf 5400RPM HDD, running unRAID 6.5.2
  23. My download speed doesn't go above 500-550 kbps total using PIA VPN. I followed SpaceInvaderOne's guide, changed the opvn file to CA Toronto per PIA's updated info, and have installed the itconfig plugin for deluge and no change. I haven't done anything with my router because I couldn't get into it until just recently after discovering I can't access it while deluge is running. Any advice? Thanks
  24. I see. Do you know, or is there a way to find out if the next UnRAID release will use 4.15?
  25. Trying to set up Dynamix System Temperature, but when I click 'Detect' on the setup, it doesn't return any drivers to select. Running 6.5.2 and Ryzen 2400G