Search results

  1. Moayad

    Windows VM Crashes After Booting ISO Despite White Screen Testing

    Hi, Did you see anything in the syslog when the VM got a crash? May also please provide us with a screenshot to see what exactly do you mean with `white screen`? Could you also tell us where do you see the white screen in the Windows installation or where exactly? Have you tried different...
  2. Moayad

    Need Documentation

    Hello, This is not a Proxmox related. However, it's common for generic firewall applications, like the Intel N100 Mini PC you've acquired, to lack comprehensive docs, especially when sourced from manufactures without extensive support resources. I would utilize general guidelines and community...
  3. Moayad

    What does this error mean? Noob here, pls be gentle :)

    Thank you for the output! I don't see anything related to the issue in the above info you've provided..... I would check if `igb` NIC have an available firmware update.
  4. Moayad

    Problem after Cluster broke

    Hi, Have you tried to re-add the shared storage to your other nodes? If not please give a try! I would do the exact same as the deleted node from the cluster config.
  5. Moayad

    [SOLVED] login error after PBS vm crash

    Hi, 2024-11-21T10:24:46.980889+00:00 PBS1 proxmox-backup-api[146]: authentication failure; rhost=[::ffff:192.168.1.11]:49716 user=backup@pbs msg=Unable to acquire lock "/etc/proxmox-backup/tfa.json.lock" - Resource temporarily unavailable (os error 11) 2024-11-21T10:24:49.982360+00:00 PBS1...
  6. Moayad

    UI inaccessible after a seemingly random amount of time

    Hi, Did you see anything related to the network in `dmesg`?
  7. Moayad

    Ceph cluster with one node having no hard drives for specific pool.

    Hi, No, Ceph will work as long as the MONs and OSDs on the 4 nodes are functional and maintain quorum. However, maybe the performance will be limited to the 4 nodes with SSDs. Additionally, I would ensure that you set noout flag during maintenance to prevent unexpected rebalancing. Only...
  8. Moayad

    Can't access Proxmox machine from macbook

    Please provide us more information. e.g., the network configuration `cat /etc/network/interfaces` and the output of `ip a` as well as `cat /etc/hosts`.
  9. Moayad

    zfs-import errors, delayed boot

    Hi, Could you please provide us with the output of the following commands: zpool get cachefile stat /etc/zfs/zpool.cache systemctl status zfs-import.service zfs-import-cache.service zfs-import-scan.service
  10. Moayad

    What does this error mean? Noob here, pls be gentle :)

    Hi, know what happens exactly could you please provide us with the network configuration `cat /etc/network/interfaces` and the output of `ethtool -i <NIC>`. Additionally, i would check the syslog or `dmesg` looking for any interesting message.
  11. Moayad

    [SOLVED] Windows 11 gets too slow and laggy while downloading

    you will not lose data, but you may have to install the VirtIO if not installed in your Windows VM. to do that just detach the disk and re-attach it as SCSI. I would make a backup before doing that!
  12. Moayad

    [SOLVED] Windows 11 gets too slow and laggy while downloading

    We recommend to use SCSI instead of SATA since it gives more performance [0]. [0] https://pve.proxmox.com/wiki/Windows_2022_guest_best_practices
  13. Moayad

    proxmox error fetching datastores 401 Unauthorized

    Could you please provide with more details?
  14. Moayad

    LXC Containers with CephFS Mountpoints Fail to Start at Boot

    Indeed, adjusting the startup delay dependency on the CephFS should help resolve this.
  15. Moayad

    VM have to reconnect manually after pve restart networking.service

    Yes, using `ifreload -a` is recommended in Proxmox VE over `systemctl restart networking` since it reloads interfaces in a way that aligns with Proxmox VE
  16. Moayad

    passwd: Authentication token manipulation error container lxc centos 7 - proxmox 8.2

    Hi, May you try first `pwconv` and then issue the `passwd` again? see `man pwconv` for more information.
  17. Moayad

    Proxmox on Mac-Mini.

    Hi, I would check the syslog + if possible, test the memory using `memtest86+` tool.
  18. Moayad

    VM have to reconnect manually after pve restart networking.service

    Hi, How about with `ifreload -a` instead of systemctl restart networking?
  19. Moayad

    LXC Containers with CephFS Mountpoints Fail to Start at Boot

    To investigate the issue further, could you please check the Syslog during the LXC startup? The Syslog from the PVE host should give us more information and help us understand the root cause.