Search results

  1. dcsapak

    FIPS mode on tape library - PBS errors out on labeling

    ok, i sent a v2: https://lore.proxmox.com/pbs-devel/20250416070703.493585-1-d.csapak@proxmox.com/ and new packages were uploaded to the same folder as before but with different names + different checksums:
  2. dcsapak

    FIPS mode on tape library - PBS errors out on labeling

    Thanks for testing! ah yes, of course i forgot that. we have added an additional assertion that verifies the set encryption mode is really set, we have to omit that too for this situation. (as I wrote, we don't have any hardware here that support such a library managed encryption mode, so I...
  3. dcsapak

    FIPS mode on tape library - PBS errors out on labeling

    thanks i sent a patch in the meantime. If you could test it, that would be great we put a temporary build with that commit in http://download.proxmox.com/temp/tape-encryption-skip-fix/ (only the backup-server package should be necessary) the checksums are (since it's just http): with that...
  4. dcsapak

    Dell EMC ML3 Support

    i see that this is an lto9 drive. Usually when a LTO9 tape is loaded the first time into a drive, it gets initialized (which can take up to two hours) and during that time it and the drive is unavailable. Usually, libraries have some 'bulk initialization' feature where you can do that for all...
  5. dcsapak

    Dell EMC ML3 Support

    ok maybe this is the problem, from what i can see, you have to set it to 'Application Managed Encryption (AME)' for it to work with pbs. PBS assumes it can set the encryption parameters and will fail currently if it cannot do that (even if it is just setting the drive to unencrypted). The...
  6. dcsapak

    Tesla P4 | Cannot get drivers installed at all!!!

    which driver did you use ? the vgpu one? if yes, this is the one where you cannot transcode on the host/lxcs .. you'd have to use the 'regular' nvidia driver (e.g. directly from the debian repositories)
  7. dcsapak

    Tesla P4 | Cannot get drivers installed at all!!!

    that won't be possible, you can either have a 'regular' driver on the host and share it with containers, OR you pass the whole card through to a vm OR you use the vgpu driver to use in multiple vms but then you can't use it on the host for transcoding (and thus also not for containers) this is...
  8. dcsapak

    Tesla P4 | Cannot get drivers installed at all!!!

    what is it you want to accomplish in the end? do you want to have multiple vms with vgpus? do you want to have a regular gpu driver installed on the host? depending on what you want to do, there are different drivers you'd have to use...
  9. dcsapak

    Dell EMC ML3 Support

    ok the response you posted indicated that the drive has the capability but the application (PBS) is prevented from changing the encryption parameters. maybe there is another separate setting to allow application controlled encryption in your library?
  10. dcsapak

    Tesla P4 | Cannot get drivers installed at all!!!

    according to this: https://docs.nvidia.com/vgpu/gpus-supported-by-vgpu.html the tesla p4 is only supported until vgpu v16, but you use 570.124.03 which corresponds to the v18 branch... I guess you would have to use the v16 branch (note that this is not supported by nvidia/proxmox but can...
  11. dcsapak

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

    Also (writing in a seperate message for visibility): I think you have slightly misconfigured your media pools and backup schedules. It seems that you want to have seperate media-pools for monday/tuesday/etc. but all are in the same pool (LTO8). this means that when a backup takes up more than...
  12. dcsapak

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

    ok so i think this is not entirely unexpected: you have an old media-set (f3def08e-....) that had 2 tapes in it: FEBRUAR2025 and a second one (my guess would be that it was the 'MITTWOCH' tape) this media set is 'expired' so PBS can choose those tapes for new media-sets when you ran your...
  13. dcsapak

    Dell EMC ML3 Support

    hi, sorry for the late answer. regarding this error: are you trying to use the drive in FIPS mode? if yes, see also this thread: https://forum.proxmox.com/threads/fips-mode-on-tape-library-pbs-errors-out-on-labeling.164941/
  14. dcsapak

    FIPS mode on tape library - PBS errors out on labeling

    Hi, It seems that the drive returns unexpected data when the drive is in FIPS mode. Currently we assume that we can set the encryption mode for the drive (so we can be sure that we're in the right mode, else we might end up in writing encrypted data when we wanted to write unencrypted one or...
  15. dcsapak

    PDM continues to prompt login every 10 seconds

    is there any relevant log in the journal/syslog or in the browser javascript console?
  16. dcsapak

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

    What exactly do you mean with this? a 'tape' cannot really be missing (it can be on/off-site) but a media-set can be incomplete (when not all tapes exist that are necessary) can you post the output of 'proxmox-tape media list' ?
  17. dcsapak

    PDM continues to prompt login every 10 seconds

    is the server and client time correct?
  18. dcsapak

    Backup over 100%

    hi, can you post the vm config ? (qm config ID) and the version of pve ? (pveversion -v)
  19. dcsapak

    noVNC - Arrow Keys misinterpreted when connected via XRDP/x2go

    but then this seems to be a problem with either x2go (not sending all or wrong key info?) or with the browser wrongly interpreting the keystrokes?
  20. dcsapak

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

    hi, just so you know, we'll look into this, but just to clarify: the logs looked like you canceled the task while it was waiting for the 'MITTWOCH' tape (because of the 'abort requested - aborting task' line) Was that by accident? Also which media set is missing a tape, the new one or the old...