Search results

  1. Z

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    Second node upgrade shit the bed as well. This node had a fail warning before the upgrade: So I made certain that I fixed that and re-ran the upgrade check before doing the upgrade. After the upgrade it got stuck in the same old welcome to grub reboot loop. I thought no worries, I had the...
  2. Z

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    Thanks for the tips thatgermandude and glockmane. I hit the same issue last night. What was frustrating is that the server cleared all pre-checks before I did the upgrade. I have another two PVE servers that have failures on the pre-checks, hence the reason I did the other one first
  3. Z

    Can't get NUT to shutdown Proxmox

    Sorry not sure what the issue is there... you could try searching the NUT mailing lists? https://networkupstools.org/support.html
  4. Z

    Can't get NUT to shutdown Proxmox

    If you mean this error, "Can't open /etc/nut/ups.conf: Permission denied" Maybe try resetting the permissions on the file? chmod +x /etc/nut/ups.conf
  5. Z

    Can't get NUT to shutdown Proxmox

    If it has a network card, you should be able to use an IP config, not SNMP? Similar to this? https://community.home-assistant.io/t/nut-apc-ups-connected-with-ap9619-network-card/301275
  6. Z

    Can't get NUT to shutdown Proxmox

    Sure... Out of interest, can you connect it via USB, might make it easier to get working
  7. Z

    Can't get NUT to shutdown Proxmox

    ah... sorry not sure about that config, did you get it working?
  8. Z

    Can't get NUT to shutdown Proxmox

    Just confirming, you have the UPS connected to Proxmox via USB?
  9. Z

    Can't get NUT to shutdown Proxmox

    Are you intending for the Proxmox server to be a client or server for NUT?
  10. Z

    Can't get NUT to shutdown Proxmox

    I've come across a small issue in the logic of the files. Last night my Proxmox server shut down because it lost power for 2 seconds. Even though the power returned in 2 seconds, the server still executed a full shutdown. From checking syslog I found that two timers started when it was briefly...
  11. Z

    Can't get NUT to shutdown Proxmox

    Sure. Basically all documented here: https://techno-tim.github.io/posts/NUT-server-guide/ apt install nut-client nano /etc/nut/upsmon.conf RUN_AS_USER root MONITOR yourups@ip.address.of.nut.server 1 admin secret slave MINSUPPLIES 1 SHUTDOWNCMD "/sbin/shutdown -h" NOTIFYCMD...
  12. Z

    Can't get NUT to shutdown Proxmox

    Ok so got it working. Ended up following the guide on YouTube from Techno Tim. He details how he setup the NUT client on his Promox server. Most of it was similar to what I had, but seemed to use a couple of different folders for config files and lock files.
  13. Z

    Can't get NUT to shutdown Proxmox

    Hi all, I have an APC UPS that is configured via NUT on Pfsense. I have two other servers (TrueNAS and a Windows box) connected as NUT clients and they successfully shutdown with a loss of power. I have Proxmox successfully seeing the UPS (checking via "upsc"), but no matter what I put in the...