Latest activity

  • A
    I will check on Linux and report tomorrow. I tried the same steps on the new 9.2 proxmox, and I installed the old 8.4 proxmox as well. All the commands we run together were on 8.4. But both 9.2 and 8.4 had same Code 43.
  • Moayad
    Thank you! [ 759.647977] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 812.413565] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 916.467261] i915 0000:00:02.0: driver does not...
  • D
    Did you already search the forum? See for example: https://forum.proxmox.com/threads/updated-to-8-2-dma-error.145907/ https://forum.proxmox.com/threads/dmar-error-on-hp-proliant-microserver-gen8.124770/...
  • A
    I already removed it before; GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` #GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt intel_pstate=disable"...
  • Moayad
    Could you remove the `i915.enable_gvt=1` from the kernel CLI and then try the `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` again? If still print error, please the output of `dmesg` You have to initramfs afterwards or reboot the...
  • E
    I reboot the main server again in kernel 6.17 and see this in logs... Jul 24 17:03:25 pve kernel: WARNING: CPU: 0 PID: 2560 at drivers/iommu/intel/iommu.c:1693 intel_iommu_map_pages.cold+0x1a4/0x29b Jul 24 17:03:25 pve kernel: Modules linked...
    • Captura de pantalla 2026-07-24 a las 17.04.08.png
  • D
    Reading this again, I assume you used DHCP for your Proxmox host and the config you posted is the temporary config. Also explains the apparmord error. After updating to Proxmox 9 you need to reinstall the (deprecated) isc-dhcp-client package to...
  • A
    I removed the PCI device from VM, but running this command "echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs" gives error: "-bash: echo: write error: No such file or directory" But directory is there: root@proxmox:~# ls...
  • E
    I tried to boot with the kernel 6.17.13-19-pve in the second server and works. I tried to boot with the kernet 6.17.13-19-pve in main server and works but fails NFS mount.... so I cant restore vm backup because it is in external NAS, but the vms...
  • Moayad
    Thank you! Could you remove the PCI device from the VM 100 and then run `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`? make sure that the VM is stop. Then post the output of `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` and...
  • A
    Those are the logs: root@proxmox:~# cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs 7 root@proxmox:~# cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs 0 Output is same as before, in couple messages up.
  • J
    Hi @hishamrixs, welcome to the forum. While I understand, and often share, the sentiment expressed by other posters that different backup products might be better suited to your particular use case, we also have to recognize the business and...
  • Moayad
    Oh forget that you posted already! Could you please post the output of: cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs
  • A
    Of course. Here it is: root@proxmox:~# qm config 100 bios: ovmf boot: order=ide2;virtio0 cores: 10 cpu: host efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M hostpci0: 0000:00:02,pcie=1,x-vga=1 ide0...
  • LnxBil
    Hi @bbgeek17 ! I found this Proxmox vs VMware benchmark while preparing our own VMware-to-Proxmox migration evaluation. It was one of the most detailed public comparisons I could find. Has your team repeated these benchmarks using more recent...
  • Stoiko Ivanov
    no - and if you want to configure the PMG - for all your users as admin - use the rulesystem - create a rule with fitting priority that has a From domain-object `other-domain.net` , a To domainobject `my-domain.com` and action accept. As written...
  • maxprox
    maxprox reacted to jim_os's post in the thread USV-NUT Einstellungen Configuration with Like Like.
    Zu dem genannten Eaton Modell kann ich nichts sagen, weil ich hier jetzt halt seit einer Weile CyberPower USV nutze. Aktuell zwei CyberPower BR700ELCD. Davon gebe es z.B. auch eine mit 1000 VA in Form des BR1000ELCD Modelles...
  • J
    We are using the following version of Proxmox: # pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) Our Proxmox datacentre consists of a single node, intended for our DMZ and thus isolated from the rest of our...
  • Moayad
    Thank you for testing! Now could you please provide us the VM config `qm config <VMID>`?
  • A
    Yes, it was added to vfio.conf as: "options vfio-pci ids=8086:4626 disable_vga=1" I removed it. I then updated initramfs ("update-initramfs -u -k all") and reboot. It also shows i915: root@proxmox:~# lspci -nnk 00:00.0 Host bridge [0600]...