Search results

  1. dcsapak

    Building custom Kernel (6.11) but unable to edit config

    mhm, are you sure you also did all necessary requirements? the docs especially talk about this command: mlxconfig -d *<PF_BDF>* s SRIOV_EN=1 NUM_OF_VFS=4 VF_MIGRATION_MODE=2 which enables migration also from the docs the devlink command should be devlink port function set pci/<PF_BDF>/1...
  2. dcsapak

    社区版在线更新到企业版

    Hi, please write your question in English, otherwise it's hard for most others to answer. Thanks!
  3. dcsapak

    Cannot Passthrough H100 PCIE GPU to VMs

    we don't have such card here, but I'd recommend contacting NVIDIA or the vendor where you sourced the GPU for the firmware update
  4. dcsapak

    Tape on PBS incomplete runs not a single restore point is usable

    no, can you maybe share the task log of such a failed task (especially the end) + media pool + tape config ?
  5. dcsapak

    Low ZFS read performance Disk->Tape

    nice to hear :) would it be possible for you to post a short answer mail on the devel list with that info to this message: https://lore.proxmox.com/pbs-devel/20250221150631.3791658-1-d.csapak@proxmox.com/#t ? some basic info that it works and maybe a line like (if you're ok with that being in...
  6. dcsapak

    Firefox - CTRL or SHIFT or ALT not working in Guest VM

    mhmm i can't reproduce here, with the same chromium version, everything works here as expected. did something else change in your setup recently (especially in the client ?) that should be fixed with the latest novnc update if I remember correctly, but should not impact functionality. without...
  7. dcsapak

    Firefox - CTRL or SHIFT or ALT not working in Guest VM

    interesting, cannot see this here (using latest chromium), do you maybe have some extensions installed? does it work in an incognito window? if not, could you open the javascript console and see if there is anything logged?
  8. dcsapak

    Copia de seguridad

    please write your questions/posts in english, otherwise not that many people will be able to help you
  9. dcsapak

    Organizing tapes in tape library the correct way

    no there's currently no built-in way to bulk formatting tapes, but you could script it: use 'proxmox-tape changer status' to get a list of filled slots with their label and use 'proxmox-tape load-media' or 'proxmox-tape load-media-from-slot' to load the tape into a drive and then use...
  10. dcsapak

    Recommended installation method with nvidia GT710 GPU

    no both options should not be a problem the first basically prevents the nvidia driver from being loaded and the second disables kernel mode setting, (see e.g. the arch wiki for more details on that: https://wiki.archlinux.org/title/Kernel_mode_setting ) you might have to either install the...
  11. dcsapak

    Low ZFS read performance Disk->Tape

    no, the latest iteration just moved the place where to configure the amount of threads, but the underlying logic stayed the same not sure if that would help, for that we'd have to determine where the bottleneck comes from in that scenario (iow. are your disks now saturated with this?, cpu...
  12. dcsapak

    Dell EMC ML3 Support

    the logs look unsuspicious except the lpfc errors, especially these lines: lpfc 0000:03:00.0: 0:3176 Port Name 0 Optics faulted/incorrectly installed/not installed - Reseat optics, if issue not resolved, replace. ... lpfc 0000:03:00.1: 1:3176 Port Name 1 Unqualified optics - Replace with Avago...
  13. dcsapak

    Low ZFS read performance Disk->Tape

    i pinged the latest patch recently, here a link to the mali thread: https://lore.proxmox.com/pbs-devel/20250221150631.3791658-1-d.csapak@proxmox.com/
  14. dcsapak

    [SOLVED] GPU Passthrough on fedora

    this seems to be an issue of the guest driver/graphics stack and not the virtualization anymore...
  15. dcsapak

    Dell EMC ML3 Support

    thanks for sending this. it seems there are so many errors from the lpfc driver (fibre channel) that the beginning is cut off you could give me the relevant output with journalctl -b -t kernel depending on how large it is, you might want/need to zip/tar.gz it but it seems the fc connection...
  16. dcsapak

    vGPU with nVIDIA on Kernel 6.8

    interesting.. is this reproducible on your side? (install 22h2, upgrade to 24h2) if yes, do you want to share a few more details (e.g. which windows version, specific settings, etc.) so i can look into that?
  17. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    you actually have to pay NVIDIA a license to get a hold of the vGPU host and guest drivers. also note that this normally only works with some of their data center/workstation GPUs, not with consumer ones.
  18. dcsapak

    Dell EMC ML3 Support

    it seems that's not the whole output of dmesg. best to redirect into a file and either attach it here : dmesg > /tmp/dmesg.txt
  19. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    yes, if you want to get support you have to have an nvidia entitlement according to their licensing terms: https://docs.nvidia.com/vgpu/18.0/grid-licensing-user-guide/index.html
  20. dcsapak

    Dell EMC ML3 Support

    can you post the output of 'dmesg' ?