Recent content by schinzelh

  1. S

    PVE6 is munching my VM config files

    Thanks, recreating the cluster files did the trick.
  2. S

    PVE6 is munching my VM config files

    Apparently the corosync3 file system is not working as expected. I just had a look at /root/.ssh/authorized_keys (symbolic link to /etc/pve/priv/authorized_keys) and same issue there: ^R^C^@^@^@^@^@^@^^^@^@^@^@^@^@^@^@^@^@^@priv/authorized_keys.tmp.1501^@ ssh-rsa AAAAB3N[...] ssh-rsa AAAAB3N[...]
  3. S

    PVE6 is munching my VM config files

    No joy, pve-cluster-6.0-7 keeps on breaking/garbling my corosync.conf file.
  4. S

    PVE6 is munching my VM config files

    I have a similar issue, for me it is even breaking the corosync.conf file and filling it with garbage in first line - testing pve-cluster=6.0-7 now.
  5. S

    Corosync redundancy over second nic with public ip

    Maybe a bit offtopic but just a suggestion: Judging on the IP Range you are using Amazon AWS [1][2], which is not a good idea to run Proxmox on: You are trying to run a hypervisor (Proxmox/KVM) on virtualized hardware (EC2/Xen) - so if CPU load on the host is high your virtualized network cards...
  6. S

    Corosync redundancy over second nic with public ip

    Like i wrote: we only got it working with IPs from the same /24 subnet. Using /16 with corosync 2 did not work for us, but maybe things have changed with corosync 3.
  7. S

    Corosync redundancy over second nic with public ip

    Hi, we have a similar setup up and running: ring0 with private IP over eth0, ring1 with public IP over eth1. We only got it working with public IPs being from the same /24 subnet, so it depends on what public IPs you have assigned. So e.g. 103.43.75.180 103.43.75.190 103.43.75.232 works for...
  8. S

    [SOLVED] Console seems to have broken on 5.2-7

    That did the trick, thanks! So solution for now is add deb http://download.proxmox.com/debian/pve stretch pvetest to your /etc/apt/sources.list apt-get update ; apt-get install lxc-pve=3.0.2+pve1-1 shutdown and restart all containers remove pvetest from sources.list again ;) Thanks again :)
  9. S

    [SOLVED] Console seems to have broken on 5.2-7

    Thanks - i have installed lxc-pve 3.0.2+pve1-1 from pvetest now, but it still does not work.
  10. S

    [SOLVED] Console seems to have broken on 5.2-7

    Not sure how this could help - i am running 200+ containers on this cluster. All their consoles stopped working after updating to pve-manager 5.2-7. Here you go: cat /etc/pve/nodes/pmx02/lxc/10271.conf arch: amd64 cores: 2 hostname: dd-apollo13 memory: 4096 nameserver: 8.8.8.8 9.9.9.9 net0...
  11. S

    [SOLVED] Console seems to have broken on 5.2-7

    Which is what he wrote: Host console (">_Shell") works fine, container console does not. Pressing Enter in the container console does not solve it. Like i wrote: This worked in 5.2-6 and stopped working in 5.2-7.
  12. S

    [SOLVED] Console seems to have broken on 5.2-7

    Yep, same here: console on 5.2-6 worked fine, after updating to 5.2-7 it stopped working.
  13. S

    SuperMicro IPMI install with UEFI

    Thanks, that helped me a lot!
  14. S

    corosync alert [TOTEM ] Invalid packet

    I had the same issue today, the pointer for me was in https://forum.proxmox.com/threads/corosync-alerts-and-errors-unicast.43101/#post-207172 I have moved a node from a old cluster to a new one - and it turned out that until i removed the node entry from the old cluster the cluster kept...
  15. S

    pvesr issue

    Hi Fabian, that sounds exactly like what i am seeing: corosync causing high load, pve-ha-lrm being stuck. I will try the new packages on pvetest and see if they fix it for me. Any further gotchas/tips for the update? Holger