Search results

  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

    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...
  3. 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...
  4. 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 :)
  5. 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...
  6. C

    [SOLVED] Activate fstrim inside a VM without discard checked : Will it break something ?

    Hello, The question is really what the title says :) If I activate trim function inside my VM (debian) without discard checked on the VM disk, will it break something in my VM or on my host ? Or will it just do nothing (not the TRIM at least and not break something) ? Thank you :) Cryonie
  7. C

    Script tu update debian LXC

    Hello, I just wanted to share a script I made to manage the update of my LXC. First of all some information : - All my LXC are on Debian - There might be cases with bugs and so on ... I'm using it since 6 month one time a week and nothing bugged apparently - The code may be really bad and could...
  8. C

    [SOLVED] proxmox-backup-client to backup photos : Strange deduplication factor and long backup backup time after some days

    Hello, Some days ago, i set up proxmox-backup-client on my OMV VM to backup my photos and documents to my PBS server. I have something like 350Go to backup (2 directory in the same batch). My backup server is not really fast and behind a slow ethernet (100-150Mb/s). So it's slow but ... i know...
  9. C

    [SOLVED_somehow :)] Proxmox / pfSense / 1 NIC : how to let physical computers join pfsense LAN network ?

    Hello all, So let's say i'm new to proxmox, linux, pfsense and ... new to everything linked to network and virtualization. Yeah ... a great start isn't it ? :) I'm trying to make a server out of my old computer. Installed proxmox. Working good :) Created a second vmbr (vmbr1), installed...