Recent content by profblackjack

  1. P

    NUT configuration issues - v8.2.4

    I've started experimenting myself with setting up "tiers of shutdown", trying to avoid scripting. I haven't finished the setup yet, but the idea is to use repeaters of my main ups using the dummy-ups driver, and combining that with the ignorelb config and overriding the low battery/runtime...
  2. P

    NUT configuration issues - v8.2.4

    Is the proxmox machine a NUT master/primary (ie it's the machine directly connected to the ups) or NUT slave/secondary? And if it is a slave/secondary, is this the ups.conf setting from the file on the proxmox machine, or the NUT master/primary machine? If the proxmox machine is the...
  3. P

    [Tutorial] Mounting NFS share to an unprivileged LXC

    AFAIK the short of it is: bind mounts don't make assumptions or expose many details about the underlying storage, they're treated as POSIX compatible file system mounts, nothing more in order to snapshot in an LXC, proxmox has to be sure that the entire filesystem can be snapshotted (ie it's an...