Search results for query: lxc

  1. E

    AppArmor on 2 LXCs spam

    I got 2 LXCs (Plex and Ollama) that gives these errors a lot. Feb 17 09:44:21 pve kernel: audit: type=1400 audit(1771317861.619:38127): apparmor="DENIED" operation="sendmsg" class="file" namespace="root//lxc-206_<-var-lib-lxc>" profile="rsyslogd" name="/run/systemd/journal/dev-log" pid=1994038...
  2. V

    Bug? Static IP not applied inside OCI/unprivileged LXC containers

    When creating an unprivileged LXC container from an OCI image (e.g. pct create ... --ostype unmanaged) and setting a static IP via: pct set 129 --net0 "name=eth0,bridge=vmbr1,ip=10.0.0.50/24,gw=10.0.0.1"<br> The Proxmox config (/etc/pve/lxc/129.conf) correctly shows: net0...
  3. R

    Proxmox 9.1.5 breaks LXC mount points?

    Have to agree with @ZFSUser . 6.1.1 does not fix it for me yet either. Also running a Samba file server in an LXC. Setting permissions on the mount point works, but they are reset after a reboot of the LXC. Setting mapped permissions on the subvol's on the host itself also reset after a reboot...
  4. D

    DRM master for LXC containers?

    No AMD. At the moment it seems it has issues with libseat and lxc caps inside LXC to make wayland work. lxc.mount.auto: sys:rw was a big step to make input and sound work.
  5. S

    LXC Unprivileged Container Isolation

    I am trying to understand a bit better the Security Architecture of using LXC Unprivileged Containers. I am familiar with Virtual Machines (KVM) and also Podman Containers (similar to Docker), but relatively recently I've been deploying quite a few LXC Unprivileged Containers, I can...
  6. D

    DRM master for LXC containers?

    Did anyone succeed in getting display output of a LXC container to a connected display? I allready binded /dev/dri to the LXC but the host still holds the the DRM master even though i set some kernel switches not to take over DRM. Anyone?
  7. D

    from 3node to standalone. lost config.db

    Hi all! I really messed up here. First i moved all VM/LXC to "PVE-1" from "PVE-2" and "PVE-3". Then I converted my 3 node cluster to standalone's and with that i lost my config.db.. I now need to figure out how to recover my VM's/LXC's. I fully understand it will be quite a lot of work. All...
  8. C

    [SOLVED] Error when using OCI for nginx proxy manager

    Hi, i was trying to create an lxc container using the new OCI image. I downloaded the jc21/nginx-proxy-manager image and latest tag. Then i create an lxc using the image. The lxc successfully created and start, but after 2 seconds it automatically shutted down without any message. Please help.
  9. C

    [TUTORIAL] Proxmox LXC to VM Converter

    I wanted to migrate my OpenClaw LXC to a VM and asked Perplexity for advice. The first method that came up was your script. It took only a few minutes, and the VM was ready and running without any issues. Well done!
  10. U

    Deadlocks and server unresponsive with NFS and TrueNAS Scale

    ...it as a storage medium in my PVE (Datacenter -> Storage -> Add -> NFS) like this: I have created a backup job that makes a backup of every VM/LXC on my PVE (excluding the TrueNAS VM) but almost everytime I run this job, my Memory Pressure Stall goes instantly from 0% to 99.76% and the...
  11. B

    LXC cannot connect to network in default config

    ...communication is dropped. The remote solution for this would be to use tcpdump, to verify if the host sends out and forwards the packages of the LXC. Then the PVE- + LXC-configuration is fine and the reason of the issue might be outsite of the server. (You can try tcpdump -veni <interface...
  12. Z

    Proxmox 9.1.5 breaks LXC mount points?

    Hi everyone, I'm having the same problem. We're running a Samba file server in an LXC container, and anything newer than pve-container=6.0.18 corrupts the permissions at the root of the respective Bind mount point.I hope this gets fixed soon, because everything still works correctly in...
  13. A

    Hardware interface packages best practices

    ...to accomplish: 1. for exclusive access, a gpu can be passed directly to a guest 2. for shared access, it can usually be accomplished using LXC Since LXC and QEMU have additional constraints and consequences, the solution to your specific query would be a function of multiple tradeoffs. If...
  14. A

    Ubuntu server 24.04 fails to install on VM

    Now that I got VMs working again, I'm trying to create a LXC based on the official Ubuntu templates. Creating it works fine, but afterwards it will not connect to the ubuntu archives for updates or ping google. Has anybody found a workaround for LXC yet? I'm just going to answer my own question...
  15. N

    Error: Device /dev/dri/card0 does not exist after LXC update

    ...Impact. When attempting to reboot (I rebooted multiple times before...) I held the shift key to access the boot menu... ... and magically, my LXC started ! Not sure what happened, but the issue is solved now. Did it somehow reloaded the kernels in the operation?! I really appreciate your...
  16. A

    [TUTORIAL] Proxmox LXC to VM Converter

    ...not supported by default kvm64) Initramfs drivers: Added sd_mod and ext4 to dracut --add-drivers so root block device is created properly LXC artifact cleanup: Remove LXC-specific systemd generators, container-getty services, and masked mount units that break VM boot Library cache: Run...
  17. N

    Error: Device /dev/dri/card0 does not exist after LXC update

    Hi Proxmox community, I am running a proxmox server with one VM running Home Assistant and an LXC container running Immich. Everything was working fine until this morning when I tried to update Immich to its last version. Not sure the update completed, but since then my LXC container wont...
  18. D

    Hardware interface packages best practices

    Seems like LXC would be the way to go if you can. (Just posting to hopefully prompt more discussion)
  19. J

    LXC cannot connect to network in default config

    Hi, yes i did use the official debain 12 standard lxc template from the ct template installer, also I made another lxc with ubuntu 22.04 (official template) and got the same result, cannot ping internally or externally. sysctl -a | grep '.forwarding' returns net.ipv4.conf.all.bc_forwarding =...
  20. J

    Remote Migration with Shared Storage not working?

    The option you listed here I guess is for seamless offline migrations. That's something I probably will resort to, as it's the simplest. It's just too bad it means sidestepping live migrations. Of course I have my nfs storage tagged as shared on both source and target. At least, that's what the...