Search results

  1. H

    [Solved] proxmox-boot-tool: "System currently booted with legacy bios" - Am I safe to reboot?

    I hit the issue where `grub-probe` complains with "error: compression algorithm inherit not supported", likely because sanoid did a snapshot of my ZFS root/boot partition, as described here: https://github.com/openzfs/zfs/issues/15261 I followed...
  2. H

    [SOLVED] Why is this veth/bridge added to my LXC container? [SOLVED]

    The background of the story is documented here. I have a LXC container that I cannot reach from a specific subnet, but I can reach it from other hosts (e.g. the router). The sleuthing led me down to identify the problem in the LXC container's routing setup. ip route default via 192.168.40.1...
  3. H

    [SOLVED] Bind mount: nobody nogroup despite UID mapping

    I have successfully set up the Nextcloud Turnkey Container. It runs on an internal domain with automatic ACME DNS certs, it has its own Storage assigned and I am quite happy with it, so far. However, now I'd like to add an "External Storage" to the Nextcloud setup, from my Host system (proxmox)...