Search results

  1. Moayad

    Can not restore VM from backup

    Hi, Can you please post the output of `pveversion -v`?
  2. Moayad

    [SOLVED] Removing a node from a cluster and destroy cluster (keep original node)

    Hi, Try to give Corosync a new vote, you can do that by issuing the following command: pvecm expected 1
  3. Moayad

    proxmox8 virtual machine secure boot disabled

    You have to boot your VM and press [ESC] bottom during the boot, then go to `Device Manager -> Secure Boot Configuration -> Attempt Secure Boot`.
  4. Moayad

    Can't Stop or Remove Replication Job

    Usually, the delete replication take some time.
  5. Moayad

    [SOLVED] IP Range setup

    Hi, Thank you for the network config! Did you set 1 to the `net.ipv4.ip_forward`? You maybe not need `pointopoint` as well. Can you please check if the gateway you configured to the VM is set to the `37.27.96.129`?
  6. Moayad

    [SOLVED] IP Range setup

    Hi, Can you please also share your network configuration `cat /etc/network/interfaces`?
  7. Moayad

    Syslog and userlog huge !

    Can you please post the full output of the `pveversion -v`? Do you see anything other the above entry in the syslog? you can try to run `journalctl -xe` command you can check the `dmesg`.
  8. Moayad

    Can't Stop or Remove Replication Job

    Hi, Did you fix your issue? If not, you can find the job PID using `ps aux` command. if you not find please post the output of the following command: cat /etc/pve/replication.cfg
  9. Moayad

    How can i remove the cpu virtual machine flag on windows task manager

    Hi, Please can you tell us more details/information/require and the VM config?
  10. Moayad

    Unable to install ceph

    Can you please share the repository? you can get them using the following commands: grep '' /etc/apt/sources.list && grep '' /etc/apt/sources.list.d/*
  11. Moayad

    Standard bridge and vSwitch on the same physical NIC?

    The issue might because the `enp3s0` is being used in both vmbr0 and vmbr1. If you have only one NIC you may follow the following config [0] [0] https://pve.proxmox.com/wiki/Open_vSwitch#Example_1:_Bridge_+_Internal_Ports_+_Untagged_traffic
  12. Moayad

    Message : you have new mail

    Note, this is not a Proxmox VE issue. Anyway you can basically edit the ~/.bashrc or ~/.zshrc file and add `unset MAILCHECK` at the bottom
  13. Moayad

    Connection issue with a host

    I'm glad to hear that you fix the first issue yourself! Regarding the loggin I would run `journalctl -f` on the shell and see what it prints during the trying login.
  14. Moayad

    Backup of one VM suddenly failing: job failed with err -5 - Input/output error

    Hi, Thank you for the output! The above entries look normal to me. The error `err -5 - Input/output error` usually point to the problem of the disk, and since you tested to backup on a different storage and the other VMs backup works well, I would test the `backup mode` on Snapshot or Suspend...
  15. Moayad

    Connection issue with a host

    Thank you for the output! From the output of the corosync-cfgtool I don't see the IP of the px4-pra, is that full output? if yes - can you please check if the Corosync config is the same on all your 4 nodes? Can you also try to restart the corosync service and then provide us with the status...
  16. Moayad

    Backup of one VM suddenly failing: job failed with err -5 - Input/output error

    Hi, Thank you for the outputs! To troubleshooting, I would: - Test a backup on a different storage - Does the issue only on the 101 VM? - Could you check if the SSHFS mount is stable and accessible? You can test by manually copying a large file to the `/backup-shared/` and monitoring the...
  17. Moayad

    Connection issue with a host

    To know if all networks are reachable you can use: corosync-cfgtool -n Are you sure you login with right Realm i.e., PVE or PAM?
  18. Moayad

    [SOLVED] Can not add vlan to a VM interface.

    Glad to hear that the issue is solved :) I will go ahead and set your thread as [SOLVED] to help other users who have the same issue.
  19. Moayad

    Connection issue with a host

    Since that the `px4-pra` is in a different data center, there could be intermittent network latency or packet loss etc... causing Corosync. I would check the network stability between the nodes, and check if you have a rule for the Firewall.
  20. Moayad

    [SOLVED] Can not add vlan to a VM interface.

    Hi, Thank you for the output! You may have to set VLAN-aware to the `vmbr0` bridge as the following: bridge-vlan-aware yes bridge-vids 2-4094 And issue the following command to take the effect: ifreload -a