Search results for query: lxc.mount.entry

  1. S

    Stuck on boot with intel N150 iGPU Passthrough

    ...inside an LXC container, not a VM. Then edit the LXC config to pass the GPU device e.g. lxc.cgroup2.devices.allow: c 226:* rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir Inside the container, install Intel VAAPI drivers and Jellyfin. In Jellyfin settings, select...
  2. J

    mapping host audio hardware to lxc

    ...on the LXC system and added it to sudo and audio groups. I added this to conf file on host: lxc.cgroup2.devices.allow: c 116:* rwm lxc.mount.entry: /dev/snd dev/snd none bind,optional,create=dir I can see the devices in the container at /dev/snd owned by nobody. Am confused by the mapping...
  3. M

    Über OpenVPN (Trixie im LXC) auf Samba-Freigabe (QNAP mit Trixie als BS) im Heimnetzwerk zugreifen

    ...ostype: debian rootfs: local-lvm:vm-100-disk-0,size=4G swap: 2048 unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Wobei mir auffält das mein ISC DHCP kein ip6 macht - Problem? die Test in der Anleitung fallen ansonst positiv aus...
  4. B

    LXC config problem after core reboot

    ...c 509:1 rwm lxc.cgroup2.devices.allow: c 234:1 rwm lxc.cgroup2.devices.allow: c 234:2 rwm lxc.cgroup2.devices.allow: c 509:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file...
  5. D

    CT backup to PBS - Excess data causing very long backup window

    ...lxc.cgroup2.devices.allow: a lxc.cap.drop: lxc.cgroup2.devices.allow: c 188:* rwm lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file...
  6. B

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    I went a different route. I created user immich (uid 3003) on TrueNAS. I gave that user sole access to the Immich SMB share. Then on Proxmox, my fstab has # Mount CIFS share on demand with rwx permissions for use in LXCs (manually added) //192.168.[my_nas]/immich/...
  7. N

    Backup

    Ich hoffe das passt so und das ich nichts geteilt habe was man nicht teilen sollte
  8. M

    Passing /dev/net/tun into multiple containers

    ...the configuration file for the specific LXC, which is typically found in the /etc/pve/lxc/, and append the two lines below to it. lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file By the way, I've successfully tested this with OCI images.
  9. R

    [SOLVED] /dev/dri: No such file or directory

    Thanks a lot, this helped me out after adding 2 new ssd disks into my pve node
  10. leesteken

    [SOLVED] Mount points in LXCs

    ...(in CODE-tags please) for help on this. I usually don't want Proxmox to know about the mount, so I typically use something like lxc.mount.entry: /path/on/host path/inside/ct none bind,noatime 0 0 instead. EDIT: According to...
  11. D

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    Hello, @jwelvaert: Can you test this method. Proxmox Host Information: Group : 195, 234, 237 /etc/pve/lxc/100.conf LXC: (Debian 12 / Kernel 6.8.12-17-pve)
  12. T

    Bug Report: lxc.apparmor.profile: unconfined not applied in unprivileged containers (lxc-pve 6.0.0-2)

    ...local:103/vm-103-disk-0.raw,size=32G swap: 0 unprivileged: 1 lxc.apparmor.profile: unconfined lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file,required lxc.cap.drop: Verification...
  13. U

    NVIDIA L4 GPU (AD104GL)

    ...entries: lxc.cgroup2.devices.allow: c 195:* rwm lxc.cgroup2.devices.allow: c 234:* rwm lxc.cgroup2.devices.allow: c 509:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file lxc.mount.entry...
  14. T

    USB Serial Device Disconnects Immediately After Connection

    ...on one node. This is how I mounted 3D printer to Octoprint (it uses a serial connection too): lxc.cgroup2.devices.allow: c 188:* rwm lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file,mode=0666 These are lines from Homeassistant, they were created by Proxmox helper...
  15. G

    Start LXC container even if mount fails on Host (mp)

    Hi, I have some SMB shares mounted on my Proxmox host that are propagated to unprivileged LXC containers. The entry in my /etc/fstab is as follows: In my LXC container config, I've added the following line: This setup works as expected, but if the SMB mount fails for any reason (e.g., if...
  16. A

    Open3E mit CAN‑Bus Adapter im Proxmox CT – geht das?

    ...das Interface (can0 taucht auf, Treiber geladen), aber im Container kommt nichts an. Ich habe schon mit lxc.cgroup2.devices.allow und lxc.mount.entry experimentiert, aber bisher ohne Erfolg. Fragen an euch: Hat jemand Open3E mit CAN‑Passthrough erfolgreich in einem Proxmox CT laufen? Muss...
  17. J

    [TUTORIAL] Jellyfin LXC with Nvidia GPU transcoding and network storage

    ...lxc.cgroup2.devices.allow: c 195:* rwm lxc.cgroup2.devices.allow: c 235:* rwm lxc.cgroup2.devices.allow: c 238:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file...
  18. T

    Coral USB keeps on crashing

    ...rootfs: ssd:subvol-105-disk-0,size=15G swap: 2048 unprivileged: 1 lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm lxc.cgroup2.devices.allow: c 235:* rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.idmap: u 0 100000 165536 lxc.idmap: g 0 100000 165536
  19. H

    [SOLVED] cannot mount nfs share from within an lxc container

    I was able to do this up until the upgrade to 9.1.1. Specifically, I had an lxc container which had an /etc/fstab entry for an nfs share. The container failed to stop last night for backup, and since then I cannot mount the share anymore with the same settings that used to work before. I tried...
  20. P

    Scan Library Files in Plex (lxc container) only works for one entry in fstab

    As a newbee I spent many hours on getting Plex working on my NUC, retrieving the music, series and movies from my Synology NAS. I have used these instructions: How to install Plex Media Server in a Proxmox Linux Container (LXC) NFS is used to connect the NUC to the NAS. Right now I can run Plex...