Search results

  1. 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.]
  2. M

    Migration from vmware to PVE: VM settings

    I knew about it. I meant about somethin like this https://www.linux-kvm.org/page/Guest_Support_Status But with considerations specific network, disk, ballon emulation, etc. I am doing a tiny list with this information for local use, so for the next VMs I will just replicate the documented...
  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

    Cluster issue /etc/pve/.members

    In our case we needed to edit /etc/hosts with the own internal ip addres for each host and then we made systemctl restart corosync.service systemctl restart pve-cluster.service systemctl restart pvedaemon.service systemctl restart pveproxy.service without restaring the nodes
  5. 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...