Search results

  1. dcsapak

    When do we need HARDWARE fencing?

    while i cannot say why this wasn't answered at the time. i can try to answer some things from the post with the introduction of PVE 4, the HA stack changed as a whole, and fencing is only done now with the watchdog self-fencing. the old wiki article was kept up so users of those older versions...
  2. dcsapak

    Tag colour and order not retaining override colour or order

    the first issue with reload etc. i could imagine how they could happen, but the second one with the same tag i can't imagine how that would happen if the tags are really the same (so no whitespace, case difference,etc) but anyway, both are bugs, would you mind opening a bug for each problem ?
  3. dcsapak

    Passthrough error migrating from proxmox 8 to 9

    Hi, no, it's not a paid feature. Proxmox VE is 100% open source, and there is no feature gating. As for why PCI pass-through does not work for you correctly, with the information i can't say exactly, but it's often a bit of trial and error (mostly because of hardware), especially with...
  4. dcsapak

    Grammar: PDM console

    thanks, sent a fix: https://lore.proxmox.com/pdm-devel/20250912065857.249518-1-d.csapak@proxmox.com/T/#u in the future don't shy away from filing a bug, even for such small things :)
  5. dcsapak

    Proxmox backup client - Latest version fails to build (pxar)

    that commit hash does not exist here in the proxmox-backup repository but in the 'pxar' repository, so it's not actually the proxmox-backup-client? well, building it is only supported on debian with our developement repos. some of the pacakges are patched, e.g. to use different dependencies...
  6. dcsapak

    RTX Pro 6000 Passthrough

    can you post the output of lspci dmesg from the host? and nvidia-smi -q from the guest? since you can install the driver and nvidia-smi (in the guest) shows the card, it's a different issue than the OP, so it might be better to open a new thread
  7. dcsapak

    How do I change the Password used for Datastore in PVE

    hi, one way would be to use the 'pvesm' tool: pvesm set <storage-id> --password
  8. dcsapak

    Proxmox backup client - Latest version fails to build (pxar)

    Hi, I cannot reproduce on current master here. What does git status cargo tree say? what's the steps and command that you use to build it ?
  9. dcsapak

    Error upgrade proxmox 8 to 9.

    can you post the output of apt update please ?
  10. dcsapak

    TLS 1.2 disable in proxmox backup server version 4

    i don't think it's possible to configure tls1.3 only is there a specific reason why you want to do this?
  11. dcsapak

    bug in prune simulator, and my thought

    i think this is just a misunderstanding how the prune simulator works it only ever simulates the pruning once namely on the 'end date + time' and assumes that all backups exist from the backup job schedule if in reality the prune job runs every day, of course the outcome will be different...
  12. dcsapak

    Since v9 exiting host consoles just hang

    hi, the cause of change seems to be this commit: https://git.proxmox.com/?p=pve-xtermjs.git;a=commit;h=7b47cca8368e63c30f6227442570f9f35dd7ccf0 so we needed to change the behavior because of some timing change from bookworm -> trixie not sure how we can fix that at the moment, but it's just a...
  13. dcsapak

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    ok, i think i see what might be the problem: you have lines like this in your config: allow-bond1 ens4f0np0<br> which should only be there if you're using openvswitch, but you're using plain linux bridges (did you maybe have ovs configured at some point?) our code assumes that ovs is...
  14. dcsapak

    Proxmox VE - Support Lifecycle

    hi, i think you're correct that we should improve the wording and reference here. If you want you can open a bu on https://bugzilla.proxmox.com/ so that we can better track it (and you can get updates when/if we fix it)
  15. dcsapak

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    from what i can tell the line 1224 of INotify is in reference to the network config, can you post maybe your /etc/network/interfaces ?
  16. dcsapak

    adding features

    Hi, not sure if these are things we want to implement (since there are enough tools to do that if you're interested (like fio, iperf, etc.) but feature requests should be opened on https://bugzilla.proxmox.com thanks!
  17. dcsapak

    Proxmox system reboots after between 19 and 20 hours.

    Hi this sounds indeed very weird and unusual. Just to clarify do you mean it reboots every 19-20hours or every day between 19:00 and 20:00 ? Where in the logs did the reboot occur ? (or was that only between reboots?) Sorry if i have missed something, but it seems you replaced basically every...
  18. dcsapak

    Changelogs for PVE updates are not available.

    hi again, that issue is on upstream debians side though, nothing we can fix here ;)
  19. dcsapak

    RTX Pro 6000 Passthrough

    i don't think this is correct. I regularly passed through gpus with 24+ GiB memory in vms with less than 8 GiB, not sure why you would think that ? Is that documented anywhere ? while both might influence it, in general it's not necessary to set these parameters. balloning will not work with...
  20. dcsapak

    Changelogs for PVE updates are not available.

    hi, thanks for reporting! this should now be fixed