Search results

  1. M

    [SOLVED] PVE7 debian10 OpenStack Cloudimage fails booting (but does not in PVE6).

    Hello everyone, I was trying PVE 7 with debian10 OpenStack (kvm) cloud images and I found a problem. If the VM has serial terminal as Display the system does not boot (I don't understand if after bootloader or during bootloader) and goes in an infinite restart-loop. For triggering the error...
  2. M

    ipv4 static not working with fedora 25 lxc template

    Hi, I cannot set ipv4 static with fedora 25 container official template downloaded from GUI, but it is possible with fedora 24 template. I reported this as bug: https://bugzilla.proxmox.com/show_bug.cgi?id=1519 Someone has idea about a possible cause? [edit: wrong title trhead.]
  3. M

    Migration from vmware to PVE: VM settings

    Hi, I have to migrate many differents Virtual Machines from ESXi 4.1 and ESXi5.1 to Proxmox PVE 5. I read the wiki's articles for many Windows guests, but now I have a problem with a Centos 7 VM. In this case we got the guest booting right setting the disk as SCSI and the controller as LSI...
  4. M

    /dev/fd not found Debian 7.0 Standard appliance

    I have a Debian 7.0 container, where I have to execute a bash script[0] that has a code which makes the scripts fail only over OpenVZ container. The key code is similar to diff < (echo "a") < (echo "b") which returns diff: /dev/fd/63: No such file or directory as my reference[1] indicates...