Recent content by dcsapak

  1. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    ah ok, so that too is missing.. don't worry, there is still a way that should work ;) you can directly use the api or use the cli helper tool 'pvesh' (which exposes the whole api on the cli) pvesh create /cluster/acme/account --contact <contact> --eab-hmac-key <key> ... the usage can be...
  2. dcsapak

    Proxmox Virtual Environment 9.0 released!

    hi, i answered a bit more detailed in your other thread: https://forum.proxmox.com/threads/pve9-in-place-upgrade-failed-due-to-mellanox-nvidia-networking.173385/#post-806883 please let's continue this discussion there
  3. dcsapak

    PVE9 in-place upgrade failed due to mellanox/nvidia networking

    hi, just for your information, the nvidia driver does not have to directly support debian 13, but actually the kernel version is more the reason here. Since we base our kernel on ubuntus and not on debians this is different from debian 13. This can always happen with out of tree modules and...
  4. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    see the help output on the cli: # pvenode help acme account register USAGE: pvenode acme account register [<name>] {<contact>} [OPTIONS] Register a new ACME account with a compatible CA. <name> <name> (default=default) ACME account config file name. <contact>...
  5. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    ah ok i get what you mean now. yes this seems this was overlooked in the datacenter view you can however register as many custom accounts you want on the cli with pvenode acme account register
  6. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    hi i'm not super sure what you mean? on pve you can create multiple accounts for ACME? i can create multiple acme accounts without a problem?
  7. dcsapak

    PDM Beta : Source VM is 'locked' after migration

    hi, this is currently by design so that the source can't be started accidentally (since the guest would run twice in that scenario), see also: https://bugzilla.proxmox.com/show_bug.cgi?id=6017 one possible workaround would be to clone the vm first and then migrate it with 'delete-source'
  8. dcsapak

    VM dont have internet access

    i think this only relevant to pve not the datacenter manager? (if yes, i'll move the thread to the correct forum) could you please provide a bit more info? how is the host & guest network configured? what tests did you run? (ping, traceroute, etc.)
  9. dcsapak

    Netware Console Color Issue on Proxmox-VE

    could you try to set the vga type to 'cirrus' ? you can do this with qm set 128 -vga cirrus NOTE: this is one of the recommended vga types, and should only be used for old operating systems (such as this i guess), see also...
  10. dcsapak

    Netware Console Color Issue on Proxmox-VE

    Hi, can you post the vm config? qm config ID ? is there any setting regarding color depth or similar (i'm not very familiar with netware ;) )?
  11. dcsapak

    Problems with GPU Passthrough since 8.2

    as i already wrote on the beginning of the thread, this is (at least it seems so) a tighter restriction that is requested by the hardware (in this case the mainboard) the linux kernel just enforces it now. I don't think it's a bug in the kernel per se, but if you think that, a bug report to...
  12. dcsapak

    Restore just after a backup is failing

    hi, did you try to verify the corresponding snapshot once? maybe there are reused chunks that are corrupt/broken? indicates a problem with the underlying storage, so i'd check the journal/syslog/dmesg on the pbs host
  13. dcsapak

    PDM Beta VM - Network is not working.

    hi, you probably already checked, but is there a firewall active (e.g. on the PVE host?) that would prevent this traffic? if not, wha'ts the output of traceroute google.com ?
  14. dcsapak

    Passthrough error migrating from proxmox 8 to 9

    i'd like at least the output of journalctl -b dmesg lspci -nnk and the start task log as well as any relevant logs from the guest (also journalctl, dmesg, lspci) no problem, just update the thread when you have the information
  15. dcsapak

    Passthrough error migrating from proxmox 8 to 9

    well the most interesting things would be the host logs in a not working state, else i cannot even start to search where the problem might be. As i said, a start would be to try the 6.14 kernel on the host, if that fails, we have a candidate to look where there might be a regression