Recent content by Moayad

  1. Moayad

    Node required password for shell

    Hi, Have you tried `pvecm updatecerts --force`? Do you have a cluster or only one single node?
  2. Moayad

    node seems to be offline

    Hi, If you have the same/similar issue, could you please check the hostname? Otherwise, could you open a new thread or provide us with more information about the issue?
  3. Moayad

    LXC container ran out of space and couldnt start, now I get manual repair required

    Hi, Could you please provide more details i.e., the output of the below commands: lvs -a pvesm status And the LX config `pct config 101`
  4. Moayad

    Disconnected Proxmox Host in Cluuster after losing network config

    Thank you! Could please check the syslog and the corosync status `systemctl status corosync` on the `xypvele50` node, plus test ping to .43 and .48. You can check the syslog using journalctl tool as the following command: journalctl --since "2 days ago"
  5. Moayad

    Disconnected Proxmox Host in Cluuster after losing network config

    Hi, First of all I would check the bash/zsh history to see why the interfaces file was empty! Regarding the issue, could you please post the output of the following commands: pvecm status cat /etc/pve/corosync.conf pveceph status
  6. Moayad

    Link detected: no on 4 nodes with 3 different NIC.

    Hi, Have you tried older PVE kernel? Did you checked the `dmesg`?
  7. Moayad

    Stuck keys with noVNC, but only some keys

    Hi, What is the output of `pveversion -v`?
  8. Moayad

    Proxmox outage - single node became quorate on its own

    Hi, Thank you for the log you've provided! For more information before I reply the actual reason of the issue cause, could you please provide us the `/etc/pve/corosync.conf` and the network configuration `/etc/network/interfaces` as well as the `ip a` output? This should help us to take an...
  9. Moayad

    [SOLVED] Configure iSCSI SAN

    Hi, Did you check our wiki guide [0]? If yes, could you please specify what you want help with? This will help us provide you more assistance. [0] https://pve.proxmox.com/wiki/Multipath
  10. Moayad

    New privileged LXC container fails to start network due to apparmor permissions

    Hi, I will try to reproduce the issue on my lab. But could you please confirm if other OS like Debian also have this issue or only on the `Ubuntu 24.04 LTS`?
  11. Moayad

    Help with lost access to port 8006 (web gui) behind NAT

    Hi, Is your Proxmox VE server reachable `172.22.22.200` from another device i.e., from your smartphone or another device (non-VM)? If yes the issue is related to the pfSense configuration (I'm not sure since I don't see all your configuration), but as hint I would also check the pfsense log...
  12. Moayad

    Permission denied (publickey) after nodes joined cluster

    Thank you! Now I would compare the sshd_config file on all nodes: cat /etc/ssh/sshd_config | egrep -iv "#"
  13. Moayad

    Permission denied (publickey) after nodes joined cluster

    Hi, There is nothing in the syslog/journalctl? Could you please run `pvecm updatecerts -f` command on node 1?
  14. Moayad

    HA Cluster crashes when upgrading nodes from PVE 7 to 8

    Hi, Is the 192.168.100.x is only for the Corosync? or also shared with the VMs and Ceph? May you provide more with syslog entries, this can help us identify what happens exactly.
  15. Moayad

    Cannot remove disk for VM when not all Proxmox nodes are online

    Hi, What says the output `pvecm status` when only 3 nodes are online? Could you also please provide us with the output of `pveceph status` command.