PSteward

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PSteward's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Updated to add a check for the liquidctl initialize, and fixed it so it doesn't set speed if already correct, plus additional checks for zero RPM. Just update your docker.
  2. Hey Greg, Never noticed! I put that in because I noticed sometimes when I rebooted or started the server not all fans would work (showing 0 RPM) - honestly it doesn't really fix that issue though. It is REALLY important to check the logs at reboot to ensure that all fans are reporting more than 0 RPM and if not shutdown - then start again (reboot doesn't always resolve). I never had the issue once all fans are running but only on the occasional startup or reboot (I may do that every few months, so definitely important to verify). I'll review the coding and see if I can make some improvements based on how its been working of late - in addition at one point I'd like to extract the data into a plugin and show it on the interface (% + Speed).
  3. Recently I have been having on-going issues where Unraid will hang/freeze. This causes all services to freeze (GUI direct on server, SSH, web interface, dockers) and unfortunately even with a syslog server there is nothing posting to the log when the freeze happens. I am assuming it's a hardware issue (CPU temps get up around 85c when I have a specific docker running and a VM at the same time), but not sure about that 100% (I am going to change my cooler / thermal paste this week however). My question is - if Unraid is hung up on a specific docker or VM, is it possible to have it force close that (is there a script that can still run?) and recover from the freeze up? I can still ping my server, and ssh TRIES to get in but just sits there, same with the GUI - I can type the username! I really wonder if there is a script that recover this type of issue. Thanks, --Phil
  4. Yep that was it, Q24-27 are on point. I used localhost to access the qbitorrent hosting the VPN for this docker and then added the ports for my external qbittorrent (on a different machine). Thanks!
  5. Next time I'm on that server I will! FYI it's not that it doesn't Auto Mount (can't mount what's not online...) - it shows "Remote Server is OFFLINE" until I push it to search for servers, then they all reconnect.
  6. Hello! I tried using this container as a network for another however it appears the it blocks the LAN network (can ping items but not get to them). For example I put Lidarr to use the container as it's network (which works) but now Lidarr cannot access the local clients. I tried "curl http://LAN_address:port" and it times out - is this normal? Thanks!
  7. Quick question: SMB Shares never reconnect after a reboot, but if I go to "Add Remote SMB" then click on the "windows logo" then "Next" then press "Search For Servers" - they all reconnect! What is it doing when it searches? I would like to add a user script to run after boot to reconnect the SMB drives since UD doesn't appear to be doing it at the moment. Thanks!
  8. Hello! Server just completely froze up, couldn't even SSH or control it on my KVM (though it did have video output showing the login screen). It did respond to pings but all dockers, shares, ssh, emhttp were gone and I was forced to restart. Diag attached. Any ideas of the cause? Version: 6.12.3 Thanks, --Phil homeserver-diagnostics-20230824-1248.zip
  9. Hello! I set this up today but have an issue when adding files going through the Cloudflare Tunnel URL: When I access internally it works fine for uploading (so http://localip:port vs https://external.domain.name). EDIT: There is a solution on Github: https://github.com/filebrowser/filebrowser/issues/2588#issuecomment-1664335304
  10. Hey Jorge, I don't have any sessions open typically but power failures don't wait for you to close your ssh session!!! Besides I have a the plugin to kill them anyways. At this point it looks like an issue with the version 6.12.2 as per that other post. Before updating I didn't have these issues when I tested. Thanks, --Phil
  11. Hey Jorge, It appears to be a bug: I cannot even stop my array...: Jul 10 09:00:37 HOMESERVER emhttpd: Unmounting disks... Jul 10 09:00:37 HOMESERVER emhttpd: shcmd (432479): umount /mnt/cache Jul 10 09:00:37 HOMESERVER root: umount: /mnt/cache: target is busy. Jul 10 09:00:37 HOMESERVER emhttpd: shcmd (432479): exit status: 32 Jul 10 09:00:37 HOMESERVER emhttpd: Retry unmounting disk share(s)... lsof shows nothing open for /mnt/cache Thanks, --Phil
  12. Hey Jorge, There is no kill scripts to ensure a clean shutdown? Power outages are an unknown variable, you never know when or what is happening with a server at that time, what's the point of UPS if the server can't even kill open sessions to shut down cleanly? Thanks, --Phil
  13. Hey Jorge, What if there is an open ssh session preventing shutdown/reboot or something else? Is there anything that the shutdown script will not be able to overcome? As a note I had previously set up a timeout that worked but it appears that somewhere between 6.11 and 6.12.2 my settings were reset. Thanks, --Phil
  14. Hey Jorge, Wouldn't that not fix the underlying issue? Why did the server shutdown unclean - as in the test it didn't lose power? Thanks, --Phil