Recent content by cryonie

  1. C

    Privilegied LXC - /dev/dri/renderD128 in a strange group.

    Hello, I made a privilegied LXC for jellyfin. I'm "sharing" my iGPU with this LXC and everything is working fine except that /dev/dri/renderD128 is owned by root:kvm in my LXC instead of root:render. If i look at proxmox is see this : crw-rw---- 1 root video 226, 0 Oct 28 00:35 card0...
  2. C

    [SOLVED] Passthrough SATA onboard controller not appear on "Mapped Device" in GUI

    Ok it seems to be working (when i'm in my VM i see the disk on my SATA controller) but something is strange. I boot my proxmox (VM not booted) I see my disk on SATA controllerin my proxmox. Once I launch the VM, the disk disapear from proxmox and will not reappear even if the VM is shutdown...
  3. C

    [SOLVED] Passthrough SATA onboard controller not appear on "Mapped Device" in GUI

    Thank you for the reply ! 1) Ok i'll remove it 2) Ok, difference noted, 3) Well ok didn't see that but I won't do it because my proxmox is on it's own Thanks again, now it's time to plug things on the SATA and see if it's working :)
  4. C

    [SOLVED] Passthrough SATA onboard controller not appear on "Mapped Device" in GUI

    Hello, I'm trying to passthrough my onboard SATA controller. I've read many guides (including proxmox wiki) and made many tests but i never managed to make the PCI appear in the "Mapped Devices" field when I try to add a PCI Device on proxmox GUI. What i've done : Add "intel_iommu=on...
  5. C

    [SOLVED] Change of the name of a saved machine (by proxmox backup client)

    Cool, after last backup, everything is back to normal (retention took place and deleted what had to be deleted) Thanks again for your help :)
  6. C

    [SOLVED] Change of the name of a saved machine (by proxmox backup client)

    Ok it seems so easy like this. Didn't think of looking in the OMV / omv directory. I moved all files and now everything is in the same group. Great. I'll wait tomorrow to see if all the saves rearrange well regarding my retention (i should have at max 38 backups regarding my config and now i...
  7. C

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    Last bit of problem i had (not really a problem but well) was solved there (https://forum.proxmox.com/threads/where-are-stored-the-datastore-metrics-in-pbs.119128/) so i'll mark this as solved. Thanks everybody for your help :)
  8. C

    [SOLVED] Where are stored the datastore metrics in PBS ?

    Ok well didn't think about looking there ... thank you for the info, the worked well :)
  9. C

    [SOLVED] Change of the name of a saved machine (by proxmox backup client)

    Hello, I'm backuping my OMV data manually (using proxmox backup client on the OMV machine) since some times (late 2021). One day, the name of my backup changed in PBS : I didn't change the command line at all since 2021 : proxmox-backup-client backup photos.pxar:/srv/my_directory...
  10. C

    [SOLVED] Where are stored the datastore metrics in PBS ?

    Hello, In PBS there are some metrics regarding each datastore. Does anybody knos where they are stored ? I renamed (manually by config file) a datastore and it lost history of metrics, just want to get it back on the new datastore. Thanks :)
  11. C

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    Ok so ... I've gone the "dirty" way :) Create pve on new computer. Copy backup of PBS VM from old to new. Disable backups coming to Actual PBS + disabling network card Restore PBS backup file to new pve Reattach new HDD to new PBS Create new datastore (because I wanted to change the name :))...
  12. C

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    Yeah ... this seems cool too. Even more "clean" that the rsync. I might try it first. Thanks :)
  13. C

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    rsync datastore ... yeah that makes sense. I'll look for this to see how it goes. thanks :)
  14. C

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    Hello, So, i'm in the process of changing my PBS server. My actual server is a Virtual machine in a Proxmox. The virtual machine has 4 HDD (4*500Go) passthrough. In the PBS VM, those 4 disks are in ZFS raid 0+1. The PBS has backup of various things (data and VM/CT) that comes from another...