Recent content by aTan

  1. A

    After update to proxmox-kernel-6.5.13-5-pve-signed:amd64 (6.5.13-5, automatic) GUI inaccesible, SSH works okay.

    You have to install kernel headers manually, dkms won't build anything without headers: dkms: autoinstall for kernel 6.5.13-5-pve was skipped since the kernel headers for this kernel do not seem to be installed. apt install proxmox-headers-6.5 dpkg-reconfigure proxmox-kernel-6.5.13-5-pve-signed
  2. A

    [SOLVED] PBS local storage sync

    I can sync to remote PBS. How can I sync two local storages? E.g.: the first storage is a local disk, the second storage is nfs mount. Or would it be enough to rsync both directories using cron?
  3. A

    [SOLVED] Openvswitch LACP failure

    Just FYI, it was caused by an unprivileged container (running some custom video stream caching service) I moved to this server that day. After moving this ct away, LACP problems vanished.
  4. A

    [SOLVED] Openvswitch LACP failure

    Hi, I use Proxmox 5.2 for a couple of months and since yesterday openvswitch LACP started to disconnect (at first one interface, after about 10 minutes other). After reboot it is OK for several hours. After failure ethtool shows that both interfaces have link up. ovs-vswitchd.log...
  5. A

    Nodes not joining cluster after restart

    SOLVED: restarting corosync on all nodes solved the problem. I have the same problem. 4 nodes, after two of them where reboot it is not possible to join cluster. All nodes have the same configuration version. I don't know why, but all nodes has the same IP in a log near wrong version error...
  6. A

    Virtual Machine Generation ID

    Does Proxmox support Virtual Machine Generation ID? https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/vmgenid.txt
  7. A

    [SOLVED] REST API documentation

    Hi, is there a REST API documentation like it is for PVE here https://pve.proxmox.com/pve-docs/api-viewer/index.html ?
  8. A

    Proxmox mail getaway and iRedMail

    Have you changed MX records?
  9. A

    abysmal write performance on ZFS lxc container? (now with kernel oops)

    I can confirm this: Processes in LXC container on ZFS that write to a disk and consume memory are stalled (D) most of time. E.g cc1plus, compiling takes ages.
  10. A

    Speedy ZFS Backups

    netcat example: https://github.com/ava1ar/zfs-send-receive