Recent content by Colin 't Hart

  1. C

    Debian 13.1 LXC template fails to create/start (FIX)

    Just warning and booting anyway instead of erroring out would be even better! What's the worst that could happen?
  2. C

    Debian 13.1 LXC template fails to create/start (FIX)

    I wonder if there's an easy way for you to provide a mechanism for us users to be able to "force" boot an unsupported distro. Many command line tools have "--force" options. In this case we have to resort to editing a packaged file to change the test. I wonder if you could have a "conf.d"...
  3. C

    Debian 13 LXC Template

    Depends entirely on what other changes you've made since installation. I usually upgrade in place.
  4. C

    Debian 13 Trixie template?

    Just wondering when the Debian 13 Trixie container template will be available?
  5. C

    Proxmox VE 9.0 BETA released!

    Thanks. There were no updates available earlier, but there are now, and after installation pve8to9 is now installed.
  6. C

    Proxmox VE 9.0 BETA released!

    pve8to9 not found. I have to presume it's still coming?
  7. C

    Downsides to enabling NUMA / hotplug memory and/or CPU?

    I use Proxmox extensively in my homelab where I have virtual machines for many of my clients (I'm a freelance Postgres DBA and need to keep development / scratch machines separate). It would be nice to be able to grow and shrink resource usage even more and it got me wondering about hotplug...
  8. C

    Persistently Use FUSE Inside of LXC Container

    Thanks. Ran into the exact some situation here.
  9. C

    Connectivity to Proxmox PVE GUI and SSH are extremely slow

    And now after several reboots it's working fine again, but nothing has changed in the config...
  10. C

    Connectivity to Proxmox PVE GUI and SSH are extremely slow

    Did you ever diagnose this problem? I'm experiencing the exact same symptoms. Running PVE 8.3, recently upgraded from PVE 6.4. I have just downgraded from the 6.11 to the 6.8 kernel to see if it makes any difference. My network config is 4 NICs: 2 and 2 in LACP bonds; those two active-backup...
  11. C

    Windows 11 guest doesn't shutdown but reboots

    Yes, thanks from me too @bochen415 . Hopefully upstream can be fixed to not reboot when fast boot is enabled in Windows.
  12. C

    Windows 11 guest doesn't shutdown but reboots

    That fixed it. The first two shutdowns I tried worked immediately.
  13. C

    Windows 11 guest doesn't shutdown but reboots

    Tell me and we'll both know. In some ways it's good to know I'm not the only one.
  14. C

    [TUTORIAL] HOWTO - Proxmox VE 8-1.2 Wifi w/ SNAT

    Huh? /etc/network/interfaces has as last line source /etc/network/interfaces.d/* so there is no need to duplicate definitions that are included in any file in that directory. The SDN config is activated by and integrated with systemd in this way. And without that source line, SDN won't work.