Recent content by abkrim

  1. A

    Proxmox, routed mode with a block ip not working

    Oh My God After 4 hours, I put post, and I see the problem. Configserver firewall is incompatible with Routed mode (with normal configuration) After disable firewall work fine. But also, in guest I need stop firewall.
  2. A

    Proxmox, routed mode with a block ip not working

    I have a problem with Hetzner in Routed mode since I have to apply a subnet to the server. According to your docs (one thing) and according to your support (something else) I have this setup. No matter how hard I try, I can't understand why it doesn't work, even more so when I see the routes...
  3. A

    Cannot set up guest memory 'ram-node0 on system with 64GB ram free

    I've a Proxmox system with Virtual Environment 5.2-10 with problem for start a new machine with 16GB ram- kvm: -object memory-backend-ram,id=ram-node0,size=8192M: cannot set up guest memory 'ram-node0': Cannot allocate memory After read message, I've investigated. On Proxmox interface y show...
  4. A

    MIgrate KVM with QCOW2 to another proxmox with LVM

    Bu this is not question. Proxmox A --> ZFS -> Qcow2 images Proxmox B --> LVM2 Is not same storage type.
  5. A

    MIgrate KVM with QCOW2 to another proxmox with LVM

    HI. Usually use KVM over LVM2. Not use LXC containers. After problem with machines and installation of Proxmox this week, I install a big machine KVM on a Proxmo with ZFS, but installed on /var/lib/vz, and disk are qcow2 I don't know this model, for work with snapshots. I like move disks KVM...
  6. A

    Error upgrade 5.1 to 5.2 with NVMe disks

    After update to Proxmox 5.2 with kernel 4.15.18-1 machine not show NVME disk (partition root) But if boot machine with kernel rescue hay see perfectly disk and partitions Only can see machine in remote console, and very dificulta work with this. Apreciate help or experiences.
  7. A

    NFS storage not work but on shell work

    Hi A lot of thanks. Now system work perfectly. Best regards.
  8. A

    NFS storage not work but on shell work

    Hi. yes after activate on proxmox, (click activate) adn after several seconds, I can see mounted nfs root@pro01:~# df -h Filesystem Size Used Avail Use% Mounted on udev 10M 0 10M 0% /dev tmpfs...
  9. A

    NFS storage not work but on shell work

    Hi. This way its first way that I used. But still not work. Got to proxmox interface and deactivate remote NFS Got to shell and verify not any entry on ftsab root@pro01:~# cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> /dev/sda1 / ext4...
  10. A

    NFS storage not work but on shell work

    Hi. After I see rpcbind.service stolen, restart. root@stor01 ~# systemctl |grep rpc run-rpc_pipefs.mount loaded active mounted /run/rpc_pipefs rpcbind.service...
  11. A

    NFS storage not work but on shell work

    On one of my Proxmox system, NFS does not work natively If try mount after activate on ftsab, work perfectly cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> /dev/sda1 / ext4 errors=remount-ro 0 1 /dev/sda2 swap swap defaults...