Search results

  1. dcsapak

    Tag colour and order not retaining override colour or order

    ok thanks for testing, then i'll continue looking for the culprit
  2. dcsapak

    Tag colour and order not retaining override colour or order

    ah ok, if that version is the culprit, then I think the cause of the bug(s) should already be fixed in git by this commit: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=c2e2559d2176062c44aab9fc934f67f047ac585b it's not yet bumped/packaged yet for the 8.4 branch but if some of you...
  3. dcsapak

    VM was shutdown for unknown reasons

    from the exceprt of the log, i guess that you're german speaking ("Herunterfahrtyp") so i guess you're currently in GMT+2 timezone? then that would somehow fit because the timestamp: is in UTC time, which would correspond to around 03:00 in GMT+2 yes, i'd assume that the shutdown would be...
  4. dcsapak

    VM was shutdown for unknown reasons

    could it be possible that somebody pressed on shutdown from the pve ui ? (or via the pve api/cli) ? if the guest-agent is configured and installed, it will be used when shutting down a vm from the PVE side EDIT: ah sorry, saw just now that you already looked in the task list maybe look...
  5. dcsapak

    Proxmox 9.0 Ryzen 7 1700 crashes

    coincidentally i recently had also a ryzen 1700 processor that seems to be defective. it ran without problems for years, but recently i changed the power supply (that is good & new) and the processor would hang or reset. i replaced it with a different processor and the issues are gone. there...
  6. dcsapak

    Trigger hook script on cluster event

    no, such hooks are currently not implemented, but i can see that triggering some things on some events in the cluster could make sense. you could open a feature request on https://bugzilla.proxmox.com (also maybe a colleague there has another idea to do what you want)
  7. dcsapak

    Cannot select Spice Display

    hi, what do you mean exactly with ? what happens when you do choose it?
  8. dcsapak

    Disk Health in Metric Server stream

    not that i'm aware, but you can always open a feature request on https://bugzilla.proxmox.com (no promises though) in general, there speaks nothing against installing things like telegraf on the proxmox host directly, as long as you know what the packages do and can handle any problems or...
  9. dcsapak

    Encoding issues with accented characters in Proxmox VM notes set via Ansible playbook

    it seems this error comes from ansible itself, so has nothing to do with pve really, not sure why this only comes up on pve9 installs it looks like there is somewhere a \uDCE9 character in the text (https://www.compart.com/en/unicode/U+DCE9) maybe that happened with copy and paste ?
  10. dcsapak

    Intel discrete GPU Passthrough not working on PVE 9

    interesting, seems qemu believes this gpu is an itegrated one and tries to apply it's quirsk/requirements for it. can you open a bug on https://bugzilla.proxmox.com so we can track this better? (it's probably an upstream bug, but still good to keep a record on our bugtracker for it)
  11. 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...
  12. 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 ?
  13. 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...
  14. 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 :)
  15. 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...
  16. 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
  17. 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
  18. 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 ?
  19. dcsapak

    Error upgrade proxmox 8 to 9.

    can you post the output of apt update please ?
  20. 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?