Search results for query: lxc.mount.entry

  1. S

    [SOLVED] Why PM 8.3.5 does not detects correctly my video card

    Hi all, I'm not talking about pass-through on LXC or VM. I'm talking about the host. I have a little pc with n150 cpu and a Intel Alder Lake-N card. If I boot it as a ubuntu live distro, everything seems fine, but if I install a proxmox the card is not recognized as it should :-( I install...
  2. C

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    I was able to share my library on Windows PC by combining these 2 for my PLEX LXC. Now I plan to run Jellyfin and Emby as well to test them using the same shared folder. How can I share the same library with 2 additional LXCs? Also, I have created a new library on my Truenas. Can I share this...
  3. R

    Writing to mount help needed (Docker, Frigate, Proxmox)

    ...c 29:0 rwm lxc.cgroup2.devices.allow: c 189:* rwm lxc.apparmor.profile: unconfined lxc.cgroup2.devices.allow: a lxc.mount.entry: /dev/bus/usb/002 dev/bus/usb/002 none bind,optional,create=dir 0, 0 lxc.cap.drop: lxc.mount.auto: cgroup:rw lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128...
  4. S

    Is Proxmox LXC backup broken and kills data on mp0?

    Thank you for you quick reply. I'm not sure if I described my problem correct. I dislike, that Proxmox restores datasets, it did not backup, with the result, that this dataset then is the empty one. I think, if a dataset was not included in backup, restore should not touch it. I think this is...
  5. S

    High Memory During Backup

    So my storage.cfg is as follows: Im not quite sure what container you might want, but i gess the one i have the problems with, or atleast the one that is big enough to make my server stumble. The thing is, i would have this with every VM/Container i try to make a backup with, thats big...
  6. Z

    Is Proxmox LXC backup broken and kills data on mp0?

    ...But even without a UI element, there is a way to achieve this goal by editing the container's definition in /etc/pve/nodes/.... You have to manually create a lxc.mount.entry: instead of the mp0: that Proxmox tried to create for you. Make sure to read the documentation, as the syntax is different.
  7. L

    openwrt LXC container cannot start

    ...lxc.apparmor.profile: unconfined lxc.include: /usr/share/lxc/config/openwrt.common.conf lxc.cgroup2.devices.allow: a lxc.cap.drop: lxc.mount.auto: proc:mixed sys:ro cgroup:mixed lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file lxc.mount.entry: /dev/ppp dev/ppp none bind,create=file
  8. Z

    GPU passthrough to Container (LXC)

    ...containers? I've tried deleting the drivers from the lxc, and adding passthroughs like this (in different combinations of .so files): lxc.mount.entry: /usr/bin/nvidia-smi usr/bin/nvidia-smi none bind,optional,create=file lxc.mount.entry: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so...
  9. L

    [TUTORIAL] lxc mount zfs pool

    I figured it out after I posted that. This is what worked for me: mp0: /unmanic,mp=/mnt/array/Videos/movies These two me errors: mp0: /array,mp=/mnt/array mp1: /array/Videos,mp=/mnt/array/Videos mp0: /mnt,mp=mnt/array lxc.mount.entry: /array mnt/array none rbind 0 0
  10. E

    LXC mount idmap

    Hello! I have a proxmox VE with mounted nfs shares. I want to mounz it to an Ubuntu lxc. The mount works with lxc.mount.entry: /mnt/pve/folder mnt/folder_in_lxc none bind,rw 0 0 But I need write access from the container. I know that I need to edit the uid mapping, but I don't know which is the...
  11. R

    [SOLVED] WinTV Quad HD (DVB-T2 tuner) not working ubuntu 20.04 in linux container (lxc) on proxmox

    ....conf file will map the folders with the correct uid/gid, "root video". You will need to remove or comment out the lxc.cgroup2 and lxc.mount.entry and any id mappings if you put them in while following other walk-throughs. Then add dev mappings to the /etc/pve/lxc/10X.conf as follows: (mine...
  12. 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...
  13. 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 장치가 없는 경우 다시...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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.
  19. 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...
  20. 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...