Recent content by Moayad

  1. Moayad

    Migrate SolusVM 2 KVM VMs to Proxmox KVM

    Hi, You can usually treat KVM guests like regular KVM VMs when migrating to Proxmox VE [0] [0] https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE
  2. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    The manual mount uses NFSv3 or NFSv4? UPDATE: i.e., could you try `mount -o vers=3 ....`
  3. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Thank you for the output! This show that the NAS isn't answering, please check your NAS or firewall, you can try nmap port 111, 2049 to see if they are allowed from your Proxmox VE node.
  4. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Thank you for the output! Could you please also run the following commands on your PVE node? pvesm nfsscan IP_NAS rpcinfo -p IP_NAS And see the output if have any timeout message?
  5. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Hi, Do you mount the the correct export path? How about if you get rig the version or options flags? Could you please also run the `showmount -e IP_NAS` to confirm the exact export?
  6. Moayad

    Error block 0

    Could you please post the kernel command line `cat /proc/cmdline`? EDIT: As well as the output of `pveversion -v`. I would also check the BIOS/Firmware and microcode [0] if up-to-date, [0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_firmware_cpu
  7. Moayad

    Error block 0

    Yes if you'd like to silence it, you can add the options to your existing kernel command like root=ZFS=rpool/ROOT/pve-1 boot=zfs mitigations=off video=efifb:off video=vesafb:off Then: proxmox-boot-tool refresh reboot
  8. Moayad

    Error block 0

    Thank you! Could you please post the output of `dmesg |grep EDID` command? And if if you have VMs could you provide the VM config `qm config <VMID>`? I guess this message is related to monitor or GPU not to Proxmox VE, and it's not harmless. But I would to make sure from the output of `dmesg`.
  9. Moayad

    Almalinux 10 ct DNS not functioning

    Thank you for the output! Just to confirm what exactly template version you used for Alma10? Could you please set nameserver using `--nameserver` flag using `pct set --nameserver 8.8.8.8 100` (change the nameserver to your nameserver IP) or add that in the CT config?
  10. Moayad

    Error block 0

    Hi, May you please provide us more details? - The PVE installed successfully? - What storage you are using for the root LVM, ZFS, or BTRFS? - Have you checked the dmesg?
  11. Moayad

    Almalinux 10 ct DNS not functioning

    Hi, I would compare the following, if the AlmaLinux 10 CT have the same config where the other CT works: cat /etc/resolv.conf ping -c3 google.com ping -c3 8.8.8.8 As well as the CT config `pct config <CTID>` this will help if the issue is realted to the AlmaLinux Image or to DNS configuration...
  12. Moayad

    Node required password for shell

    Hi, Have you tried `pvecm updatecerts --force`? Do you have a cluster or only one single node?
  13. 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?
  14. 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`
  15. 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"