Recent content by mkunin

  1. M

    VLAN with tag above 126 problem

    I removed: bridge-vlan-aware yes bridge-vids 2-4094
  2. M

    VLAN with tag above 126 problem

    So I changed the configuration of the bridge: auto vmbr0 iface vmbr0 inet manual bridge-ports enp3s0d1 bridge-stp off bridge-fd 0 And restart the server. Now it is working with ProxMox 5 and 2.42.5000 firmware and in kernel 2.2 driver.
  3. M

    VLAN with tag above 126 problem

    Hi, I have ProxMox (pve-manager/4.4-13/7ea56165 (running kernel: 4.4.44-1-pve)) with Mellanox ConnectX-3Pro NIC (MCX312B-XCCT). The firmware is 2.35.5100 , and in kernel driver driver: mlx4_en version: 2.2-1 (Feb 2014). I don't have any issue with VLANs. I am installing the ProxMox 5.2 on...
  4. M

    VM crash with memory hotplug

    Hi, I tried to compile according those instructions, however it failed: /root/qemu/crypto/tlscreds.c:180:6: error: no previous prototype for 'qcrypto_tls_creds_is_pve' [-Werror=missing-prototypes] bool qcrypto_tls_creds_is_pve(QCryptoTLSCreds *creds) ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all...