Recent content by Morphushka

  1. M

    find container against pid !!

    Maybe it helps, but now there is no more "pids" literals in "/proc/$1/cgroup" (or I miss something?), so I change regex a little bit: (?<=:\/lxc\/)\d+ and script works again.
  2. M

    Pbs incremental for containers

    Hello @pascalbrax , if you use zfs, you can use incremental send/recv feature. I use this for my big lxc and vm, it is always incremental (no reading phase for lxc or full backup if vm rebooted). For others I use pbs, and rarely monthly copy of big machines just for extra safety.
  3. M

    PVE 7 OpenVPN (LXC) problem: Cannot open TUN/TAP dev

    I think it is image related thing, something like "clearing" step before start. Try this one solution: rm -f tun device breaks startup
  4. M

    PVE 7 OpenVPN (LXC) problem: Cannot open TUN/TAP dev

    So what I know for now: For unprivileged containers: Wiki page is correct OpenVPN in LXC, it is works well when you install openvpn inside lxc. If you want to use docker openvpn image, then you get errors: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted or if try to create...
  5. M

    Pbs incremental for containers

    May you to be precise: for example lxc container is 40Gb, used 10Gb. "all data" is to read all 40Gb of disk, or to read only busy space (10Gb) ?
  6. M

    [SOLVED] Protecting from ARP spoofing

    If I understand correctly, I have to do it with vm1 (which makes spoofing) ? Generally, I protect others vm from spoofing of this one, where I declared ipfilter ? Thanks!
  7. M

    [SOLVED] Protecting from ARP spoofing

    Hello. PVE is: I have vm (lets name it as VM1), where some sort of third party software was installed by remote support, I don' have passwords or any access to this vm. I know only ip address. Next, I found that my other debian vm(s) (VM2) have a long time to bring their network alive. They...
  8. M

    Promiscuous mode for VM

    Then why I don't see "PROMISC" status on my host interfaces ? 4: enp5s0f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 link/ether 00:1b:21:a7:95:74 brd ff:ff:ff:ff:ff:ff 5: enp5s0f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500...
  9. M

    Promiscuous mode for VM

    Hello. I want to install some kind of special software for blocking traffic. My colleague successfully install it on esxi and this require promiscuous mode enabled. I found I can enable promisc mode on host system like this: auto lo iface lo inet loopback iface enp3s0 inet manual auto vmbr0...
  10. M

    [SOLVED] GUI add zfs storage: verification failed (400) config type check ('object') failed

    @poldim @arjviii I personally (and not just I) recommend to work with zfs from console: it is clear what happening and flexible. Use proxmox for virtualization purpose only. Adding storage works well for me.
  11. M

    Containers shows hosts load a

    Hi Moayad. I install freshest version of proxmox and have the same issue. top shows la changing the same as on the host.
  12. M

    [SOLVED] GUI add zfs storage: verification failed (400) config type check ('object') failed

    Hello. pve-manager/6.3-2/22f57405 (running kernel: 5.4.73-1-pve) No update available. When I try to add storage and hit "add" button then error occures (screenshot). Behind this dialog I see storage added in tree view successfully. Close dialog. Storage works as usual. Is it bug ?
  13. M

    [SOLVED] Unsupported sfp module

    Hello. I have fresh installation (server1) with proxmox and 10G net adapter intel x520-da. Also I have already working installation (server2) with same 10G net adapter intel x520-da. server1 - pve-manager/6.2-15/48bd51b6 (running kernel: 5.4.73-1-pve) tell in dmesg "ixgbe failed to load...
  14. M

    Containers shows hosts load a

    Hello! I found lxc containers shows load average of host. I look this https://bugzilla.proxmox.com/show_bug.cgi?id=1870 and this have solved status. But I have another picture. I try on privileged containers and not, with nesting and not. Can it be fixed or something wrong ...