Search results

  1. fabian

    Debian 13 LXC Template

    there's still an issue with the DHCP client that we need to sort out: https://bugzilla.proxmox.com/show_bug.cgi?id=6644
  2. fabian

    proxmox-offline-mirror - No option for Proxmox VE Trixie or Ceph Squid?

    we don't usually do separate announcements for POM, the changes are usually not that big there.. but you can configure the system where POM is installed to tell you when there are updates?
  3. fabian

    ACME Certificates & Information disclosure

    sorry, yes, I mistook it for the DNS configuration dialogue. the point still stands though - wildcard certificates are not yet implemented, see the referenced bug report.
  4. fabian

    Proxmox Offline Mirror released!

    you also need to reference it in the config entry..
  5. fabian

    ACME Certificates & Information disclosure

    it's currently not implemented, and that dialogue is not where you enter the domains that go into the cert either..
  6. fabian

    Proxmox Offline Mirror released!

    filed https://bugzilla.proxmox.com/show_bug.cgi?id=6673
  7. fabian

    Proxmox Offline Mirror released!

    it's a bug in our APT repo file parser! thanks for noticing
  8. fabian

    Proxmox Offline Mirror released!

    you need to provide it with the proxmox-release-trixie.gpg key..
  9. fabian

    [SOLVED] Proxmox offline after update to 9.0.4 and systemd-boot removal

    updated systemd-boot package will hit the repositories shortly on our end, so that upgrading before removing systemd-boot should avoid triggering this issue.
  10. fabian

    [SOLVED] Proxmox offline after update to 9.0.4 and systemd-boot removal

    please run "update-initramfs -u -k all", and then retry the modprobe
  11. fabian

    LXC won't start after upgrade from 8 to 9 "Failed to write AppArmor profile"

    running docker inside LXC is not support in any case. that line removes most of the containment provider by LXC, so it's not a good idea no matter what you run inside the container..
  12. fabian

    Disk mount issues with 6.14.8-2-pve kernel after upgrading to PVE9

    the error messages look like hardware issues, but maybe your system is buggy on the new kernel - those mini PCs very often don't run particularly stable unfortunately.. I'd double check the memory and disks.
  13. fabian

    [SOLVED] Proxmox offline after update to 9.0.4 and systemd-boot removal

    please post the output of "journalctl -b -u networking"
  14. fabian

    Suspend Backups cause all vms to lose network access

    a backup should only directly affect the VM being backed up. but of course the additional load caused by the backup can cause issue for other guests as well, if yours system doesn't have enough head room..
  15. fabian

    Proxmox Backup Server 4.0 released!

    see higher up in the thread (and don't run docker in containers, this is not supported for a reason!).
  16. fabian

    [SOLVED] Cannot start Containers, network problem after pve 9.0 upgrade

    found the issue.. this is indeed a bug in systemd-boot's packaging (or rather, a side-effect of what it calls). I'll see how we can avoid this, a reinstall of the kernel package should fix it.
  17. fabian

    Different Retention for different VMs?

    you can either switch to using namespaces, or move the pruning to the PVE side..
  18. fabian

    [SOLVED] Cannot start Containers, network problem after pve 9.0 upgrade

    could you try "find /lib/modules/$(uname -r) -iname veth.ko" ?