Recent content by Zolt

  1. Z

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    All good, the prechecks now appears to flag that that error from 6 months. Upgrade went smoothly this time.
  2. Z

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    Been a while between drinks, but I do need to get this third node upgraded. Any idea if these issues have been fixed? The output of those commands is as follows: root@pve:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. E...
  3. 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...
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. Z

    Can't get NUT to shutdown Proxmox

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

    Can't get NUT to shutdown Proxmox

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

    Can't get NUT to shutdown Proxmox

    Are you intending for the Proxmox server to be a client or server for NUT?
  12. 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...
  13. 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...