Search results

  1. Moayad

    unable to access the VM on the private network in Proxmox

    I would first check if the VM is already set to the `vmbr1` and check if the firewall is enabled.
  2. Moayad

    No function after update to 3.2-7

    Can you check the syslog for more entries? I would also try to restart the following services: systemctl restart proxmox-backup proxmox-backup-proxy
  3. Moayad

    Failed backup leads to unresponsive proxmox?

    Hi, The full SMB storage impacted the pvestatd daemon, which can cause the Proxmox VE Web UI to become unresponsive. I would check the syslog around the backup time. You can also restart the pvestatd and pveproxy services.
  4. Moayad

    No function after update to 3.2-7

    Hi, Could you please check if that storage disks are properly connected or/and mounted?
  5. Moayad

    NIC no longer works after kernel upgrade.

    Hi, Can you check if the NIC have an available firmware update? Sometimes the firmware update can help. and/plus check if you have microcode is installed in your Proxmox VE.
  6. Moayad

    cluster join should provide IPv6 address

    Hi, I still not have tried that. However, you can try to resolve the IPv6 on both nodes in /etc/hosts i.e., remove the IPv4 from /etc/hosts and add the IPv6.
  7. Moayad

    como mourt o meu hd em formado ntfs para nao pede meus filmes

    Hi, We offer support in German and English. Please consider posting in one of these languages for quicker help! Have you managed to resolve your issue?
  8. Moayad

    Can't access Proxmox machine from macbook

    Hi, Can access from other device? Have you tried to ping the Proxmox VE IP?
  9. Moayad

    Slower download than upload on PVE host and VMs

    Hi, Please post the network config of your Proxmox VE `cat /etc/network/interfaces` and the VM config `qm config <VMID>`.
  10. Moayad

    Whats this error while migrating a VM?

    Hi, During the migrate the VM faced a temporary lock issue on the replication bitmaps as you see above two lines. This can occur if another replication or backup task is holding these resources during migration. So the question is; there is a replication or backup process during the migrateion?
  11. Moayad

    VM fails to shut down

    Hi, You have to install and enable the Qemu-Guest-Agent [0] [0] https://pve.proxmox.com/wiki/Qemu-guest-agent
  12. Moayad

    New VM is not able to start

    Could you please post the VM config? `qm config 100`
  13. Moayad

    Error systemctl status degraded no webgui

    Hi, First, I would check the syslog what to know what happened! Then check the root disk space, you can run `df -h` command to see if the `/var` or/and `/` directory is full. Did you try to restart the failed services? systemctl restart pve-cluster pveproxy pvedaemon pvestatd pvescheduler...
  14. Moayad

    Proxmox keeps crashing the host

    Hi, Do you see anything in the syslog before and after the reboot in 30~ min? FYI, you can get the syslog with specific time/date in the Proxmox VE Web UI by going to `Datacenter -> {NodeName} -> System Log` Or using journalctl CLI e.g.: journalctl --since '2024-10-04 00:00:00' --until...
  15. Moayad

    TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/gateway

    Hi, Do you see any failed services? You can run the following command to see what failed services: systemctl --failed
  16. Moayad

    New VM is not able to start

    Hi, Can you please post the full output of the `qm start 100` command? You can run this command in the SSH or you can post the information included in the task error `Error: start failed: QEMU existed with code 1` in the [Task Log]. Also, verify the configuration of the SMB storage if the...
  17. Moayad

    VM's hosted on proxmox not obtaining IP address via dhcp

    Hi, To help you better, please provide us with the Proxmox VE network configuration `cat /etc/network/interfaces` and the VM config `qm config <VMID>` replace the `<VMID>` with the ID of the VM mentioned. That can help us to identify if the issue is in the network config or the VM config.
  18. Moayad

    Can no longer access Server/VM/LXC's Shell/Console with Firefox

    If you want to know what happened exactly and how fixed the issue, you can post more information for the syslog/journalctl!
  19. Moayad

    Connection error 595: No route to host

    Glad to hear that you fix the issue yourself! If the old folder not needed, please move it to another path.
  20. Moayad

    Ceph unavailable from single node

    Yes. This won't help if the cluster itself loses quorum.