Search results for query: lxc.mount.entry

  1. S

    unpriviliged LXC - SMB - startet nicht

    ...folgender Ansatz zu funktionieren: Anstelle des Befehls "mp0: /mnt/XYZ,mp=/mnt/XYZ" in der .conf des Containers kann man den Befehl "lxc.mount.entry = /mnt/XYZ mnt/XYZ none bind,nofail 0 0" nutzen. Der Container startet dann, auch wenn das NAS offline ist und die Verzeichnisse sind verfügbar...
  2. S

    Issues Migrating Home Assistan OS/VM to Home Assistant in LXC on Proxmox

    ...확인하세요. [코드=bash]ls -l /dev/ttyUSB*[/코드] /dev/ttyUSB1이 존재하는 경우 /etc/pve/lxc/118.conf의 긴 /dev/serial/by-id 경로 대신 이것을 사용하세요. [코드=bash]lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 없음 bind,optional,create=file[/코드] 그런 다음 컨테이너를 다시 시작합니다. pct 재시작 118 2️ USB 장치를 Proxmox에 강제로 다시 연결 USB 장치가 없는 경우 다시...
  3. T

    Issues Migrating Home Assistan OS/VM to Home Assistant in LXC on Proxmox

    ...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/usb-ITead_Sonoff_Zigbee_3.0-if00 dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0-if00 none bind,optional,create=file lxc.mount.entry...
  4. S

    Issues Migrating Home Assistan OS/VM to Home Assistant in LXC on Proxmox

    ...Zigbee dongle (e.g., usb-ITead_Sonoff_Zigbee_3.0-if00). Then, edit your LXC config (/etc/pve/lxc/<container-id>.conf) and add: lxc.mount.entry = /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0-if00 dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0-if00 none bind,optional,create=file...
  5. T

    Issues Migrating Home Assistan OS/VM to Home Assistant in LXC on Proxmox

    ...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%3A /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir lxc.mount.entry%3A /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file...
  6. S

    Issues Migrating Home Assistan OS/VM to Home Assistant in LXC on Proxmox

    ...passthrough to LXC Edit the LXC config file (/etc/pve/lxc/<container-id>.conf): bash lxc.cgroup2.devices.allow = c 188:* rwm lxc.mount.entry = /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0-if00 dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0-if00 none bind,optional,create=file Restart...
  7. leesteken

    group render doesn't save after restart

    In recent Proxmox versions, you can set the user and group using the web GUI (instead of all the lxc.mount.entry etc.). See Add and then Device Passthrough under container Resources.
  8. C

    [SOLVED] PVE 8.3.4 Node goes unknow state after LXC Backup

    Hi I run a backup of all my LXCs to my Proxmox Backup Server daily. I think since updating to 8.3.4 I regularly get the following error: My main node of my 5 node cluster just went grey in webui: It happened like a week ago once, I didn't really think much, as there was nothing concerning or...
  9. R

    group render doesn't save after restart

    Hello, does anyone have an idea why the group is always reset after every restart in my container or Host? In my container (I do everything as non-root user) Here you can see render group exist and my user is there: sudo chown root:render /dev/dri/renderD128 sudo chown root:video...
  10. V

    Validate which lxc mount points will be wiped during restore?

    ...(e.g., 100.conf for container with ID 100):nano /etc/pve/lxc/100.conf At the end of the <span>.conf</span> file, add this line:lxc.mount.entry: /SSD2/SSD2-data SSD2-data none bind,create=dir,noatime 0 0 Restart the Containerpct stop 100pct start 100 Verify Inside the Containerpct exec 100...
  11. G

    Major number for nvidia-uvm changes over reboot

    It means replace everything you've described as the "full entry for my nvidia card" with just this: dev0: /dev/nvidia0 dev1: /dev/nvidiactl dev2: /dev/nvidia-uvm dev3: /dev/nvidia-uvm-tools dev4: /dev/nvidia-caps/nvidia-cap1 dev5: /dev/nvidia-caps/nvidia-cap2 I'm not sure what the cgroup2...
  12. X

    Problem restoring LXC

    Hi, I'm having a problem trying to restore a backup of an lxc that has mount points: In PVE I have an lxc whose main storage is located in local-lvm. Additionally I have a RAIDZ to which I have given access to the LXC through mount point, specifically mp0. Local-LVM has a size of 8GB while the...
  13. R

    Pass USB dongle to unprivileged LXC container

    ...for replying! `mode` works now. The config was the hot lead! :) The config still contained lxc.cgroup.devices.allow: c 188:* rwm lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file from earlier attempts to set uid/gid. After removing, the CT shows # ll -n...
  14. B

    Unpriviligierter LXC und Mounts die nicht immer verfügbar sind

    versuch es mal anstatt mit mountpoint so folgendes in deine lxc conf eintragen lxc.mount.entry: /mnt/lxc_shares/share1 mnt/share1 none bind,rw 0 0 lxc.mount.entry: /mnt/lxc_shares/share2 mnt/share2 none bind,rw 0 0
  15. A

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Just wanted to chime in that steps in the OP (mostly*) worked for me BUT I was trying to fix the perms for > Direct-attached storage (DAS) > Connected via USB3 to my mini-PC Proxmox host v8.2.2 > That was already mounted inside my LXCs (separately running Runtipi and Plex) So for a NAS setup...
  16. Z

    giving LXC direct GPU access for host/lxc CUDA+vGPU?

    ...a lxc.cap.drop: lxc.cgroup2.devices.allow: c 188:* rwm lxc.cgroup2.devices.allow: c 189:* rwm lxc.cgroup2.devices.allow: c 29:0 rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.hook.pre-start: sh -c '[ ! -f...
  17. B

    [SOLVED] Transkodieren mit AMD-C/G-PU im Jellyfin-LXC?

    ...in meine config vom lxc steht folgendes drin lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file...
  18. C

    problems with nordvpn CLI in debian LXC

    i have a strange problem using nordvpn installed within an LXC. i have a debian 12 LXC with nordvpn linux client installed (command line only). the problem is that whilst nordvpn connects and works as expected, it only works for around 15-30 minutes then at that point i get zero DNS resolution...
  19. S

    How to download LXC version of OpenWRT and run it on Proxmox

    You might have to use the lxc.mount.entry and/or lxc.idmap along with adjusting the permission for the device files on your host. Here is how I did that for my gpu drivers when I did a kind of passthrough or whatever it is called.. LXC_CONF_FILE="/etc/pve/nodes/proxmox/lxc/$vmid.conf" echo...
  20. S

    How to download LXC version of OpenWRT and run it on Proxmox

    ...give some feedback. youtube config The first config (from the aforementioned youtube video): lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/ dev/net none bind,create=dir If I understand it correctly, this allows for tun passthrough. This seems only necessary if you want...