Search results for query: lxc.mount.entry

  1. F

    tokio-runtime-worker' panicked…called `Result::unwrap()` on an `Err` value: SendError { .. }

    Since upgrading to PBS 4.1.4-1 (from 4.1.2-1) I've been getting a nightly fail on an LXC, where it just bombs out partially through starting with a HTTP/2.0 connection failed entry. I tested a full manual backup to local storage of the LXC and it completed successfully. The nightly backup...
  2. K

    Unable to restore LXC with idmapppings

    Getting error when trying to restore my LXC from GUI: recovering backed-up configuration from 'pbs-iscsi:backup/ct/105/2026-02-26T23:18:18Z' Using encryption key from file descriptor.. Fingerprint: e0:6c:9f:e8:8b:99:d6:d3 restoring 'pbs-iscsi:backup/ct/105/2026-02-26T23:18:18Z' now.. Using...
  3. O

    [TUTORIAL] GPU accelerated Graphical Remote Desktop with support for nested containers and flatpaks in unprivileged LXC containers

    ...this a hostside change to /etc/pve/lxc/<container-id>.conf is required. It's the following: lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Finally Kubernetes: Kubernetes -or at least the k3s distribution of it- has a special caveat of writing...
  4. S

    LXC Unprivileged Container Isolation

    ...the Case of a shared GPU via one or more of the following dev0: /dev/dri/card0,mode=0660 dev1: /dev/dri/renderD128,gid=992,mode=0666 lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/dri/by-path dev/dri/by-path none rbind,create=dir 0 0 lxc.mount.entry: /dev/kfd...
  5. S

    Mountpoints for LXC containers broken after update

    ...for read-write Access, this (still) works with correct read-write Permissions & ownership (for Podman Containers, see this Thread): lxc.mount.entry: /zdata/<application> home/podman/containers/data/<application> none bind,create=dir 0 0 (yes, the Path is correct, there is no leading / in...
  6. S

    [SOLVED] Internal SDN network cannot reach local network

    ...ubuntu rootfs: FastVM:subvol-999-disk-0,size=8G startup: order=1 swap: 512 unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file But the tailscale vm should not be the issue. It is not the GW of the other vm, those have the...
  7. S

    LXC - Remount mountpoint without rebooting Container

    A reboot of the LXC Container does NOT work for me. I need to first stop the LXC Container. Wait a few seconds. Then start the LXC Container again. In a normal Situation, the Share is already mounted on the Host. The only "Fix" I could find for the initial (after Host Boot) is: pvenode config...
  8. leesteken

    LXC - Remount mountpoint without rebooting Container

    I use lxc.mount.entry: /dev/dvb dev/dvb none bind,create=dir 0 0, which sometimes disappears on host and gets recreated. A reboot of the container (afterwards) works fine. Have you tried using a hookscript to make sure the host mount is done pre-start and umount done post-stop? EDIT: I think it...
  9. M

    Proxmox LXC mount point permissions

    Good day, I have one particular container where I run an apache web browser. Under /srv I have added a ZFS mount point in Proxmox for the data directory. For this to work properly, of course apache needs the permissions for /srv, so I did chown www-data:www-data /srv and it worked fine for...
  10. S

    LXC suddenly wont start after the node crashed

    ...debian rootfs: local:105/vm-105-disk-0.raw,size=8G startup: order=1 swap: 0 unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file The systlog complains about not being able to mount the filesystem but fsck shows that there are...
  11. F

    [SOLVED] Wireguard and DNS within LXC Container

    BTW- all that business is outdated I believe since, what ? 8.something ? PVE kernel has wg built-in so no need to install stuff in the host (sounds like you've got that going, but if you did install wireguard-dkms on the PVE host, maybe that's messing with your config ?) To deploy for example...
  12. S

    Ownership changes for bind mounts after recent update

    ...defaults,bind 0 0" >> /etc/fstab systemctl daemon-reload mount /mnt/bind-mounts/storage-server Mount the directory via an "lxc.mount.entry" in the corresponding /etc/pve/lxc/*.conf. (Using an "mpX:" entry does not work because the "rbind" option is not supported there.) Example...
  13. S

    LXC Fails to start when using read-only Mountpoint

    ...swap: 0 tags: production unprivileged: 1 lxc.cgroup.devices.allow: c 10:200 rwm lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/dri/by-path dev/dri/by-path none rbind,create=dir 0 0
  14. D

    LXC container no USB input (passthrough) in container GUI (GBM)

    ...swap: 512 lxc.apparmor.profile: unconfined lxc.cap.drop: lxc.mount.auto: proc:rw sys:rw lxc.cgroup2.devices.allow: c *:* rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry: /dev/dma_heap dev/dma_heap none bind,optional,create=dir lxc.mount.entry: /dev/video0...
  15. S

    Ownership changes for bind mounts after recent update

    Hello Everyone! :) My Homeserver runs Debian 13.3 (Trixie) with Proxmox (no Enterprise subscription) installed. A few days ago I installed the available Updates like i always do. I run a bunch of privleged containers with bind mounts. Since I installed the updates the ownership of all root...
  16. 3

    No spin-down via hd-idle after upgrade to 9.1.5

    Hi, this morning I upgraded to PVE 9.1.5 and kernel 6.17.9-1 on a small DXP2800 NAS. I had initial problems starting one lxc container with a read-only bind-mount but was able to workaround that by removing the read-only flag. A few hours ago, however I noticed that my hard drives were not...
  17. D

    [SOLVED] Wireguard and DNS within LXC Container

    Hey everyone, I've been trying to figure this out for the better part of the day. I've got a commercial VPN subscription and I want to have my containers send their traffic through wireguard which I've set up on the host. I get an error when running wg-quick up wg0: Truth be told, I don't know...
  18. B

    LXC containers not startting after Proxmox update

    ...onboot: 1 ostype: ubuntu rootfs: local-lvm:vm-514-disk-0,size=32G swap: 512 tags: community-script;media timezone: Europe/London unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
  19. S

    LXC - Remount mountpoint without rebooting Container

    ...is actually an NFS Mount (could also be CIFS/SSHFS/...). I then bind-mount (bind or rbind) inside the LXC Container in the Form of lxc.mount.entry: /mnt/<container_name> data/ none rbind,create=dir 0 0 I devised my own little Script (NOT specific to Proxmox VE, also used on general-purpose...
  20. K

    [SOLVED] QEMU USB Passthrough: No /dev/serial/by-id, and device still listed on host?

    On PVE 9.1.4, I'm trying to pass a Z-wave USB dongle to a QEMU VM (Ubuntu 25.04): The device is seen by both the host and VM, via lsusb : Host: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID...