Recent content by fever_wits

  1. F

    PCIe passthrough with PF_RING in VM – DMA write faults and instability

    Hello,Hello, I have been searching for a solution to this issue but haven’t managed to fix it yet. I am running Proxmox VE with IOMMU enabled and using PCIe passthrough of a network card to a virtual machine where PF_RING is running for network traffic analysis. The kernel boot parameters...
  2. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Kernel 6.14, I guess this is test repos ? I didn't see 6.14 in pve-no-subscription.
  3. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Here is my contribution :) : # uptime 21:13:04 up 66 days, 8:05, 1 user, load average: 0.31, 0.34, 0.27 # uname -a Linux hiv-spare 6.11.11-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.11.11-1 (2025-01-17T15:44Z) x86_64 GNU/Linux Nothing to see as problems at the moment. On the other 3 servers I use...
  4. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    If I understand correctly, the problem is that at boot time the OS changes the resolution to one that the IPMI console does not support. In my experience, if I forget a monitor is connected to VGA and it's at high resolution, IPMI doesn't load for me or loads part of the image full screen. On...
  5. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    You can try this: consoleblank=0 gfxpayload=1024x768x16 or this: consoleblank=0 gfxpayload=1024x768x16,1024x768 Sometimes it helps.
  6. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Hello, After some digging it turned out that the N100 only has powersave and performance mode with intel_pstate. But I'm not surprised, some time ago I saw similar strange behavior of intel_pstate on another OS, and I had to disable intel_pstate and switch to acpi-cpufreq. I'm just sharing my...
  7. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    This looks like a conservative, not a powersave :) Handy packages to use for CPU mode management are these: cpufrequtils and tuned-utils.
  8. F

    Proxmox Datacenter Manager - First Alpha Release

    Hello, One suggestion, I have the ability to move between a standalone server and a cluster. When moving from a standalone server to a cluster, there is no option on which server from the cluster to move the VM to. Would, be nice to have such an option. Best regards,
  9. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    I didn't try it, the next day the server got stuck due to NFS shutdown and I switched to kernel 6.5.13-6-pve. Actually only kernel 6.5.13-6-pve works for me. Anything above it gives me a problem with NFS. I will wait for a newer version of kernel 6.11.... to try. As far as I know the NFS...
  10. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Hello, Thanks for your reply. The bios has been updated to the latest version. I have updated storcli, FW and the script to monitor the raid controller and disk arrays, but I doubt it is from that. I check regularly for newer versions. The system after registering these messages has continued...
  11. F

    Proxmox Datacenter Manager - First Alpha Release

    Hello, I noticed something strange. I have 2 x 1G and 2 x 10G network interfaces. 2 x 1G -> bond1 -> vmbr1 2 x 10G -> bond0 -> vmbr0 when migrating from a cluster to a standalone server, I see that the traffic goes through 1G (vmbr1), not 10G (vmbr0) I've ended up using vmbr0. Any idea what the...
  12. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Due to the fact that the message is long, I could not add the output from pveversion. I added pveversion -v: proxmox-ve: 8.3.0 (running kernel: 6.11.0-2-pve) pve-manager: 8.3.2 (running version: 8.3.2/3e76eec21c4a14a7) proxmox-kernel-helper: 8.1.0 proxmox-kernel-6.11.0-2-pve-signed: 6.11.0-2...
  13. F

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Hello, I've been getting strange messages and I hadn't seen any until now. Has anyone had a similar problem ? [Dec30 03:16] smartctl: page allocation failure: order:0, mode:0xcc4(GFP_KERNEL|GFP_DMA32), nodemask=(null),cpuset=sd5.service,mems_allowed=0-1 [ +0.000406] CPU: 6 UID: 0 PID: 604375...
  14. F

    Proxmox Datacenter Manager - First Alpha Release

    Sorry, I found the answer to question number 2. When selecting HV or VM, the data on the right is changed.
  15. F

    Proxmox Datacenter Manager - First Alpha Release

    Thanks for the reply, I did what you suggested, My cluster is 3 servers hiv4, hiv5, hiv6. I only added hiv4, for Remote ID, I put the cluster name "hivs-new". When I select remote "hivs-new", I see all three servers in the cluster. But on the right I only see node hiv4 (CPU,RAM and LOAD) I...