Search results for query: lxc

  1. A

    Migrate Windows Server Shares to a CIF/NFS or LXC with Samba

    ...this data? - I'm trying to consolidate servers and previously had a Windows Server just for serving AutoCAD licenses that I converted into an LXC container which runs better..... can I do this for the data servers? - I'm trying to look for efficient ways of serving the data to Windows Clients...
  2. W

    Almost got to bind back Intel iGPU from VM to host (laptop) upon VM shutdown, how to diagnose what's missing?

    ...virtualisation options). I have configured whole GPU passthrough to my VMs/containers (works for both windows and Linux VMs, and kodi in lxc) by following "standard" https://github.com/LongQT-sea/intel-igpu-passthru (legacy mode). Thanks, @LongQT-sea !!! All looks good as of passthrough...
  3. R

    All Helper Scripts Fail

    I would run apt update then apt dist-upgrade and reboot the node, then try to install again [N.B. post edited after it was quite rightly pointed out that not using apt dist-upgrade can break PVE, I don't want to propagate bad advice into search results]. AND check the status of the dpkg log...
  4. D

    ADB over Network Doesn't Work in Debian LXC

    hm so i talked to chatgpt 5.4 thinking and inadvertently discovered that if run strace before adb it connects? root@lxc-adb:~/# adb connect [ip]:[port] failed to connect to [ip]:[port] root@lxc-adb:~/# adb kill-server && adb connect [ip]:[port] * daemon not running; starting now at tcp:5037 *...
  5. Z

    Running a single guest with different OVMF Firmware

    ...6.0.5 libpve-network-perl: 1.2.5 libpve-rs-perl: 0.11.4 libpve-storage-perl: 9.1.0 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 lxc-pve: 6.0.5-4 lxcfs: 6.0.4-pve1 novnc-pve: 1.6.0-3 proxmox-backup-client: 4.1.4-1 proxmox-backup-file-restore: 4.1.4-1 proxmox-backup-restore-image: 1.0.0...
  6. S

    [SOLVED] Error Storage 'vault' does not exist

    Hi, you could try remove config file e.g /etc/pve/nodes/<NodeName>/lxc/<ID.conf>
  7. R

    [RFC] Updated quota-support for LXC!

    ...implemented as a replacement for the old quota system on newer PVE as it works with cgroup2 and theoretically it should work with unprivileged containers as well, I just haven't tried it. I hope to get comment on this and maybe get Proxmox to revive quota support for LXC. Best regards...
  8. B

    Restore von CT Backup funktioniert nicht

    ...ja an der Stelle, dass er nicht auf "/run/user/0" zugreifen kann und an anderer Stelle, das er nicht auf /var/log/journal zugreifen kann. Mit dem lxc-usernsexec sollte er seine priviledges auch bereits direkt am Anfang droppen und dann fehlen ihm ggf. Rechte. Das S tarten als privilegierter...
  9. D

    Feature request - zfs delegation with lxc

    It seems I am among a limited few that really see the need for this? - Fileserver, SAMBA running in an LXC... - ZFS acl support in an LXC.... - LXC to manage ZFS snapshots with a nice GUI as this is currently very limited in Proxmox WebGUI... - Docker running in an LXC using more stable ZFS...
  10. H

    [SOLVED] Gibt es ein Problem mit den aktuellen Updates in 9.1.9?

    Hat sich erledigt, ich hatte in den LXC configs eine extra Zeile für AppArmor drinnen damit das Logging im HOst nicht immer anschlägt, dadurch haben alle Container keine IP Adressen mehr zugewiesen bekommen und waren nicht erreichbar (Inkl. meinen VPN Server). Habs entsprechend angepasst. Läuft...
  11. P

    resize live /tmp tmpfs on unprivileged container [SOLVED]

    ...every time the container starts, and you don't have to hack it 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...
  12. P

    ADB over Network Doesn't Work in Debian LXC

    ...almost certainly time skew. ADB over network uses TLS mutual authentication, and TLS certificates are extremely sensitive to clock differences. LXC containers don't have their own kernel and inherit time from the Proxmox host, but unprivileged LXC containers cannot use adjtimex() (the syscall...
  13. P

    Trouble with LCX and ipv6

    Sure: root@pve:~# cat /etc/pve/lxc/200.conf arch: amd64 cores: 1 features: nesting=1 hostname: NPMplus memory: 512 net0: name=eth0,bridge=vmbr0,firewall=1,gw=172.27.26.1,hwaddr=BC:XX:XX:XX:67:8A,ip=172.27.26.12/23,ip6=auto,type=veth ostype: alpine rootfs: local-zfs:subvol-200-disk-0,size=3G...
  14. davis.k

    Live migration fails at final stage (PVE 9.1.4 + Ceph)

    ...6.0.5 libpve-network-perl: 1.2.4 libpve-rs-perl: 0.11.4 libpve-storage-perl: 9.1.0 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 lxc-pve: 6.0.5-3 lxcfs: 6.0.4-pve1 novnc-pve: 1.6.0-3 proxmox-backup-client: 4.1.1-1 proxmox-backup-file-restore: 4.1.1-1 proxmox-backup-restore-image: 1.0.0...
  15. R

    All Helper Scripts Fail

    ...a swift look in dpkg.log shows [in my case] status triggers-pending libc-bin:amd64 2.36-9+deb12u10 2026-04-21 11:09:28 status half-configured lxc-pve:amd64 6.0.0-1 2026-04-21 11:09:28 status unpacked lxc-pve:amd64 6.0.0-1 2026-04-21 11:09:28 status half-installed lxc-pve:amd64 6.0.0-1...
  16. C

    Using bind mount point with NextCloud LXC on ZFS (or alternate options?)

    Here's my way of doing it, unsure if there's a better way but I find it works really well. I have a NAS LXC 100 just running Debian 13 and it has my raid drive data on it. Basically it's on a 4x4TB RAID10 and that's mounted on proxmox directly and mounted to /mnt/raid_drive so inside...
  17. I

    Using bind mount point with NextCloud LXC on ZFS (or alternate options?)

    ...sums it up, more or less. I'm relatively new to ProxMox and self-hosting in general. I basically want to share NextCloud folders with other LXCs, and think I ran into a case of trying to figure out too many things all at once, and thought I'd ask for advice, just to be safe. I'm pretty...
  18. L

    Status of mediated devices/gvt-g

    ...in Proxmox on kernel 6.17? Plex stopped utilising hardware acceleration (i915) in VM like it used to do in not so distant past... I even tried in LXC (with all those cgroups entries) and also nothing... I have installed installed intel drivers in proxmox host on top adding kernel and modules...
  19. T

    Restore von CT Backup funktioniert nicht

    ...Standpunkts bzgl. Containern entsteht. P.S.: Bei Containern ist auch immer die Frage, welche Geschmacksrichtung es denn sein darf. Parallels, LXC, Kubertnetes, Docker, Snap, Flatpak etc.? Meistens gibt es die duften Dinger immer nur in einem Format, dass mein Host gerade nicht unterstützt...