Search results

  1. Moayad

    Guest cannot reach external network

    Hi, Can you please check if the `net.ipv4.ip_forward=1` on the Proxmox VE node? you can run the following command to check: sysctl net.ipv4.ip_forward If not you may have to set it e.g.: sysctl -w net.ipv4.ip_forward=1
  2. Moayad

    HP ProDesk 600 G1

    Hello, Proxmox VE is based on Debian, this means if your box can run the Ubuntu and Debian the Proxmox VE should run on it. As far as I know the `i5-4590T` supports Intel VT-x, this means the KVM should work as well.
  3. Moayad

    Error while restoring VM, PVE version 8.3.0

    Hi, Maybe the VM runs into a timeout while trying to boot! Please, could you try to boot manually from the CLI: qm start 103 --timeout 600
  4. Moayad

    Mounting backup drive in File Restore

    Hi, Could you please share the syslog when you try to restore file?
  5. Moayad

    Seeking assistance to improve windows 10 performance on Proxmox VE 8.3

    Did you try to use `Host` in the VM config? Do you use noVNC or Spice Remote Desktop?
  6. Moayad

    [SOLVED] Password update using the cli not applied on PBS 3.3

    Yes, we are looking for the issue. For a workaround you can create the user with its password in the same command e.g.: proxmox-backup-manager user create <foo>@pbs --password <bar>
  7. Moayad

    resource usage report in summary

    Hi, pvestatd [0] daemon, this responsible for collecting and updating real-time infos on CPU, memory, disk and network usage. [0] https://pve.proxmox.com/pve-docs/pvestatd.8.html
  8. Moayad

    Mailcow PMG

    To get better why outgoing mails are being marked as spam, please check your PMG mail logs for any filtering rules or error affecting outgoing emails.
  9. Moayad

    resize failed: got timeout

    Hi, I would try another storage (faster) for the VM disk/image, to see if the timeout might be due to slow storage.
  10. Moayad

    new hdd install (dd: fdatasync failed for '/dev/sda': Input/output error)

    Hi, Did you check the HDD disk using smartctl? the `input/output` error might sometimes to hardware issue.
  11. Moayad

    Cannot update windows 11 to 24H2 - CPU not supported

    Maybe the reason of that, that host CPU ensures full compatibility with updates. and some CPUs works, but future updates could still fail due to missing CPU features. [0] [0] https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_meltdown_spectre
  12. Moayad

    LXC container - Firefox won't load any website. But other browsers ok.

    I mean, try to install Firefox using `apt install firefox-esr` for example
  13. Moayad

    ping OK but no internet

    Hi, Did you test with traceroute tool? `traceroute google.com`
  14. Moayad

    The VMs are using more network bandwidth than allocated.

    To narrow down the issue, I would ask: - Only a specific VM have the issue mentioned? - Did you double-check of the VM config specifically on the bandwidth? -What kind of the network you use in your node SDN, or OVS? - Did you test `iperf3`? - Additionally, what version of Proxmox VE are you using?
  15. Moayad

    gui for importing qcow2 image to VM

    Hi, I guess there is a request for that in our Bugzilla [0] you can add CC to yourself to get update. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=2424
  16. Moayad

    can't join cluster - 500 Can't connect to IP:8006 (hostname verification failed)

    Hi, I would check `/etc/hosts` file on both the new and existing nodes has consistent and correct entries. Each entry should map both the public IP to the FQDN and the private IP to the short hostname, additionally, could you run the following command from the both nodes? curl -k...
  17. Moayad

    LXC container - Firefox won't load any website. But other browsers ok.

    Have you tried to install the Firefox using apt instead of deb?
  18. Moayad

    Proxmox 8.2 with Ceph , time server

    Hi, To avoid issues such as clock skew errors make sure that your nodes use chrony [0]. If the chrony is installed and up and running, I would check the syslog and ceph log for more details. [0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_time_synchronization
  19. Moayad

    LXC container - Firefox won't load any website. But other browsers ok.

    This looks a Browser issue, not related to Proxmox VE. I would check the error you get when you try to browse. Maybe a Proxy?
  20. Moayad

    [SOLVED] Replication not working because of not existent disk

    Great! Glad to hear that you solved the issue yourself! I will go ahead and set your thread as [SOLVED] in order to help the other people who have the same issue.