Search results for query: lxc

  1. E

    Wie sehe ich den freien Speicherplatz eines Mount Points?

    Servus! Ich habe einen LXC container laufen mit einem konfgurierten Mountpoint mit größerem Speicher. Leider sehe ich nirgends in der Webgui, wie ausgelastet das CT-Volume ist. Mir wird ja nirgends der freie Speicherplatz angezeigt. Nur unter "Storage" sehe ich den verfügbaren Speicherplatz...
  2. makkusu

    [TUTORIAL] PBS on TrueNAS - Have your cake and eat it too

    We are running PBS in a LXC container mapped to dataset for the backup datastore. The TrueNAS stable release is pretty conservative with updates, so it might not be that huge of a challenge, but I am hardly deep in Linux development. This purely speaking from a customers perspective, but...
  3. B

    LXC cannot connect to network in default config

    Hi JacobHM, welcome to the forum, can you add the output of: ## Host network configuration cat /etc/network/interfaces and ## Container configuration cat /etc/pve/nodes/<nodename>/lxc/<vmid e.g. 100>.conf BR, Lucas
  4. A

    Nvidia install for LXC

    https://forum.proxmox.com/threads/jellyfin-lxc-with-nvidia-gpu-transcoding-and-network-storage.138873/ that should get you the rest of the way, and applies to other containers as well.
  5. S

    Nvidia install for LXC

    ...kernel, the NVIDIA module will rebuild automatically.Your job after updates is just: apt update apt full-upgrade -y reboot nvidia-smi If you want next, we can wire this into GPU passthrough for a specific VM or LXC GPU access and tune it for what you’re actually trying to run on that 3060 Ti.
  6. S

    Nvidia install for LXC

    Hey guys, so I am kind of new to linux in general. I am trying to get my nvidia 3060ti installed so I can pass it thru to couple LXCs. Is there any good guides on what specifically to do. I tried some but didn't work. I think i removed everything I tried to do. So trying to start over. Or is...
  7. J

    LXC cannot connect to network in default config

    Hi, every new unmodified LXC on the debian-12-standard_12.12-1 template will not connect to my network, local or otherwise With static ip root@CT100:~# ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. From 192.168.0.101 icmp_seq=1 Destination Host Unreachable From...
  8. J

    [TUTORIAL] PBS on TrueNAS - Have your cake and eat it too

    Which scenario? Running as lxc from TrueNAS? Then they would have to support a scenario which envolves a software they have no influence over (TrueNAS by Ixsystems) as long as they don't partner with TrueNAS. And (like pointed out by Scyto and me) since Ixsystems seems to rebuild their...
  9. M

    Network interface not up in OpenSUSE 16.0 CT with Proxmox 9.1

    Hello, looks like similar issue to this thread is back, I am on PVE 9.1.1 and LXC based on opensuse-16.0-default_20260116_amd64.tar.xz has no network, while LXC based on opensuse-15.6-default_20240910_amd64.tar.xz works OK, at least in my case. Thx for fixing and having this great project even...
  10. D

    Wie temporär LXC von einem Knoten auf einen anderen migrieren wenn Knoten unterschiedlich sind?

    Danke! Das wäre ja fast zu einfach um wahr zu sein... :D Hier noch die config: root@pve:/etc/pve/lxc# cat 123.conf ## Alpine-Docker LXC # ### https%3A//tteck.github.io/Proxmox/ # <a href='https%3A//ko-fi.com/D1D7EP4GF'><img src='https%3A//img.shields.io/badge/%E2%98%95-Buy me a coffee-red'...
  11. A

    [TUTORIAL] Proxmox LXC to VM Converter

    A robust Bash toolkit that converts Proxmox LXC containers into fully bootable QEMU/KVM virtual machines — directly on your Proxmox VE host. Includes a companion disk-shrink script and handles disk creation, filesystem copy, kernel/GRUB installation, networking reconfiguration, and VM...
  12. fstrankowski

    datacenter ohne shared storage?

    Eigene VM oder LXC.
  13. J

    MS-A2 Minisforum (AMD Ryzen™ 9 9955HX + Radeon™ 610M) – The “I Finally Stopped Crying” Zero-Artifact iGPU Passthrough Thread

    ...on Debian/Ubuntu with a regular package without docker: https://jellyfin.org/docs/general/installation/linux This would also work with a Debian LXC. But as said: If you want to run docker workloads which profits from the GPU anyhow, no need to change your setup ;) I just want to mention it...
  14. T

    MS-A2 Minisforum (AMD Ryzen™ 9 9955HX + Radeon™ 610M) – The “I Finally Stopped Crying” Zero-Artifact iGPU Passthrough Thread

    New to virtualization here haha, so managing the nested nature of this project has been hard. Reason for doing it with VM instead of LXC: needing access to stable proprietary AMF drivers for AMD VCN hardware encoding on another service (not jellyfin) that's currently provided as a docker...
  15. B

    SDN aliases not found by firewall

    ...firewall at DC level to default drop IN and FORWARD and to default DROP at vnet level (firewall is on at DC, host and vnet level while off on vm/lxc and network interface) I want to allow traffice inside the vnet from one specific container to another using the aliases but the firewall seems...
  16. C

    Repository/Build Issue: NVIDIA Drivers missing from Trixie (Testing) on PVE 6.17.9

    ...all, I'm running a Proxmox host on a Debian Trixie (Testing) base with kernel 6.17.9-1-pve. I am trying to set up an NVIDIA GTX 950/RTX 3070 for LXC passthrough, but I've hit a wall. The Problem: Repository Visibility: Despite adding contrib non-free non-free-firmware to my debian.sources...
  17. D

    Wie temporär LXC von einem Knoten auf einen anderen migrieren wenn Knoten unterschiedlich sind?

    ...Knoten (MiniPCs). Einer (A), auf dem bisher alle meine Services laufen, hat zwei disks, der andere Knoten (B) nur eine. Ich möchte temporär alle LXCs von A auf B verschieben damit ich A updaten und auf zfs (aktuell ext4) umstellen kann. Einer der LXCs benutzt die zweite Disk. Ich möchte den...
  18. J

    MS-A2 Minisforum (AMD Ryzen™ 9 9955HX + Radeon™ 610M) – The “I Finally Stopped Crying” Zero-Artifact iGPU Passthrough Thread

    Running docker in a vm is not crazy but best practice ;) Running docker in lxcs is more problematic since such setups are more likely to break after updates. Main reason to do this nontheless is if one want to use a iGPU without passthrough to a vm or share with with multiple lxcs and the...
  19. J

    Müssen Backup-Erstellungs- und Einspielversion übereinstimmen?

    Zu den lxc-Problem, was Falk erwähnt hat: Sowas steht normalerweise in den Release-Notes einer neuen Version. Grundsätzlich würde ich aber nicht erwarten, dass ältere Container reibungslos funktionieren. Zu virtuellen Maschinen: Die disk-Images sollte man ( ggf. nach Konvertieren ) immer auch...
  20. Falk R.

    Müssen Backup-Erstellungs- und Einspielversion übereinstimmen?

    ...Backup meinst du? Wenn du ein Backup einer VM machst kannst du das auf jedem beliebigen Hypervisor mit jeder beliebigen Version einspielen. Bei LXC Containern sieht das etwas anders aus, da der LXC den Hostkernel benutzt. Da kann man das nicht pauschal beantworten, da das je nach Container...