Search results

  1. M

    Certificate renew fails

    I sucessfully set up acme certificate on our proxmox node but certificate renew fails. Output of pvenode acme cert renew: Loading ACME account details Placing ACME order Order URL: https://acme-v02.api.letsencrypt.org/acme/order/1446374306/265127774607 Getting authorization details from...
  2. M

    How to update default AppArmor profile for containers

    How is apparmor profile "generated" created? How can we add additional rules to this profile? Or is there another way how to create profile with everything default generated profeile has but with added rules? We need to deny some operations inside LXC containers.
  3. M

    After upgrade to 4.4 we got timeout for backup on NFS

    We just recently ugraded from 4.2 to 4.4. After upgrade one backup task for quite big VM timeout. Before upgrade everyting works fine. Backup took about 2-3 hours but it was ok. But now backup starts, looks fine for a moment (usually for 5-15% of backup) and then just freeze. No more progress...
  4. M

    Network not reachable after update to 4.2

    I just updated to Proxmox 4.2 and after reboot network is unreachable. I can fix that manually by login via KVM console and executing: brctl addbr vmbr0 eth3 ifup vmbr0 ifup vmbr0:1 ifup vmbr0:2 ifup vmbr0:3 ifup vmbr0:4 My /etc/network/interfaces: auto lo iface lo inet loopback auto eth3...