Search results

  1. A

    Virtual interface not visible from container

    Hello I updated my Proxmox host today to 4.2-18/158720b9 Since then, I have containers on which the network interface does not show up (ifconfig from the container returns empty result) and therefore I have no network connectivity. These containers used to work fine in the past. Can you help...
  2. A

    pct create error since PVE 4.2

    Hello I use this command to create containers: pct create 118 /var/lib/vz/template/cache/debian-8.0-standard_8.0-1_amd64.tar.gz -net0 bridge=vmbr1,gw=10.10.10.254,ip=10.10.10.118/24,name=eth0,type=veth -hostname test.my.domain -password 'demo' -rootfs local:0 -cpulimit 1 -memory 512 -swap 512...
  3. A

    Use systemd in Debian containers ?

    Hello. I installed systemd within my Debian containers but everytime I type systemctl command, I have this error: Failed to get D-Bus connection: Unknown error -1 What am I doing wrong ?
  4. A

    Convert LXC containers to OpenVZ containers

    Hello. Due to number of issues with PVE 4 and LXC, I would like to downgrade to Proxmox 3.4. Is it possible to convert an LXC container to an OpenVZ container ? Thank you
  5. A

    Scheduled backup failing

    Hello. I have a partition for backups but it is not large enough for two copies of each VM. I set Max Backup = 1 in the storage options to prevent that. Proxmox tries to create a new archive and then delete the old one for a scheduled backup. It fails when there is no enough storage available...
  6. A

    Why I miss Proxmox 3 after uprading to 4

    Hello In Proxmox 3 and OpenVZ, I was able to: - hot increase or decrease the disk size of a container. With PVE 4, I can only increase raw devices and chroot disks will see all the storage available (no quota possible) - have good storage performances. With PVE 4 I have IOwait issues like many...
  7. A

    Console hangs when key repeat too fast

    Hello. I am using Proxmox 4.1 and face a problem. The console hangs if I press a key too fast. Can you help ? Thanks
  8. A

    Performance issue with Proxmox 4 - high IO delay

    Hello. I was running Proxmox 3.x on my server for a year but I experience slow performances after upgrading to Proxmox 4 (I did a clean install from OVH Proxmox 4 template and restored the containers manually). I am hosting basic apps for my own usage (owncloud, seafile, openvpn, emby, sonarr...
  9. A

    Advice for file sharing between containers

    Hello. I am preparing my migration from Proxmox 3.4 to 4.1 and LXC. I have ~10 OpenVZ containers that host multiple web apps and some of them require access to a shared file system to read, copy or delete files. I configured a NFS gateway for that purpose mounted on every container requiering...