Search results for query: lxc.mount.entry

  1. B

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    ...(not on the Proxmox host), so WireGuard UDP packets egress via: tailscale0 (LXC) → veth → fwbr → vmbr0 → nic2 (mlx5_core) → physical lxc.mount.entry: /dev/net/tun passthrough (required for Tailscale in LXC) Proxmox firewall enabled on the LXC interface (firewall=1 in LXC config) - issue still...
  2. P

    My journey on LXC/CT, docker and GPU Passthrough

    Thought I would document this down in case anyone has tried to do this but again had no luck getting answers. TLDR: Use a VM for anything GPU/pass through related. The reason I was digging into this first was because I wanted to run a LLM on my local network but without a GUI. I wanted to save...
  3. E

    Automatically mount nested datasets into LXC

    Funnily, I found a relevant Reddit thread a few minutes after this one: I can confirm the recursive mount works! However, I don't like the fact that Proxmox doesn't show these entries in the Resources tab like 'native' mounts.
  4. K

    Backups failed after server 4.1.8 and 4.1.10, client 4.1.9 updates

    ...ostype: ubuntu rootfs: ceph:vm-300-disk-0,size=10G,mountoptions=discard searchdomain: intranet.zzz.de swap: 512 tags: lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir
  5. P

    resize live /tmp tmpfs on unprivileged container [SOLVED]

    ...while it's running. On the Proxmox host, edit the config file:nano /etc/pve/lxc/131.conf Add a mount point entry for /tmp specifically. Even if it's already a tmpfs, explicitly defining it allows you to set the size:lxc.mount.entry: tmpfs tmp tmpfs nodev,nosuid,size=34G 0 0 Restart the...
  6. O

    Restore von CT Backup funktioniert nicht

    ...startup: order=3 swap: 512 tags: debian;external unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Der Befehl ls -la /var/log/journal/ funktioniert leider nicht direkt, da der Container beim unerfolgreichen Restore gelöscht worden...
  7. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    I have an odd variation here - running an Immich LXC created from Proxmox VE Scripts - using this post guide, mounted a QNAP exported NFS share successfully and also mounted in LXC without issue using the mp0 entry Now where I try the same with an OpenMediaVault NFS export - the Proxmox node...
  8. F

    Newbie linking TrueNas VM to Jellyfin LXC on Proxmox needs help

    ...following for my lxc config file. unprivileged: 1 lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file lxc.idmap: u 0 100000 65536 lxc.idmap: g 0 100000 44 lxc.idmap: g 44 44 1...
  9. F

    Another Intel Alder Lake igpu passthrough post (Plex)

    ...following for my lxc config file. unprivileged: 1 lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file lxc.idmap: u 0 100000 65536 lxc.idmap: g 0 100000 44 lxc.idmap: g 44 44 1...
  10. S

    Deleted container rootfs disk

    ...onboot: 1 ostype: centos startup: order=998,up=120 swap: 512 rootfs: NVME:100/vm-100-disk-0.raw,size=5G unused0: NVME:100/vm-100-disk-0.raw lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir
  11. W

    How to configure file server with external data volume for backup?

    ...ostype: debian rootfs: ctvmroots:vm-103-disk-0,size=4G swap: 512 lxc.mount.entry: nfsd proc/fs/nfsd nfsd defaults 0 0 In the documents I found, belatedly, that bind mounts are not backed up. Just above that, I read: At https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_pbs I...
  12. J

    Question regarding boot and fstab

    New to Proxmox. Just finished my 2nd installation on zimaboard 2's. I'll call them VE1 and VE2 On VE1 I installed Lyrion Music Server and added a hard drive that has nearly 5 TB of music files. The drive was external and I passed through the USB device and created a mount point. Everything...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...