Search results for query: lxc

  1. Impact

    Nvidia install for LXC

    Well considering that the script requires an existing CT I'd say it does. I'm not really a fan of manually editing the config file but I consider this the best method for NVIDIA cards and there doesn't seem to be CLI support for adding lxc. specific options.
  2. S

    Nvidia install for LXC

    ...it looks like a permission issue, but not sure how to fix that. Didn't want to try something and make things wrose :) root@vhs01:/etc/pve/lxc# pct start 914 --debug run_buffer: 571 Script exited with status 1 lxc_setup: 3935 Failed to run mount hooks do_start: 1274 Failed to setup...
  3. S

    Nvidia install for LXC

    @Impact, thanks for the quick response. Here you go.. root@vhs01:/etc/pve/lxc# pct start 914 --debug run_buffer: 571 Script exited with status 1 lxc_setup: 3935 Failed to run mount hooks do_start: 1274 Failed to setup container "914" sync_wait: 34 An error occurred in another process...
  4. Impact

    Nvidia install for LXC

    Share pct start 914 --debug and pct config 914. With the NVIDIA hook method you do not need lxc.mount* or dev* which I'm guessing you use.
  5. B

    LXC cannot connect to network in default config

    Hi Jacob, you posted the LXC configuration with the dhcp setup, can you add the one with the static ip address assignment? And maybe also add the routes the container is aware of and the state of the interfaces (host and LXC), with the static setup? ## ip routes ip route ## interfaces...
  6. S

    Nvidia install for LXC

    ...driver install, as I already did that, but did install the toolkit on the host. Should I go ahead and run the .run scripts? root@vhs01:/etc/pve/lxc# pct reboot 914 run_buffer: 571 Script exited with status 1 lxc_setup: 3935 Failed to run mount hooks do_start: 1274 Failed to setup container...
  7. U

    Proxmox LXC container losing IP on node-reboot/container-reboot/HA-Failover

    Hi all, Proxmox VE 9.1.4 4 Nodes, ceph, HA All network addresses are static. As the title suggests, I've experienced on multiple containers in my cluster the container network interfaces losing their IP on a reboot, failiver, or node reboot. The only way so far to fix, is to fully remove...
  8. J

    LXC cannot connect to network in default config

    ...bridge-ports enp1s0 bridge-stp off bridge-fd 0 source /etc/network/interfaces.d/* cat /etc/pve/nodes/localhost124/lxc/100.conf returns arch: amd64 cores: 1 hostname: CT100 memory: 512 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:3E:CA:5C,ip=dhcp,type=veth ostype...
  9. S

    Tool for creating fancy notes to Proxmox VM/LXC:s https://github.com/Snille/Proxmox-Notes

    Tool for creating fancy notes to Proxmox VM/LXC:s https://github.com/Snille/Proxmox-Notes
  10. V

    Start additional service when oci lxc container starts

    I just found out, that this is possible via Proxmox LXC hookscripts and pct exec Thank you, Volkmar
  11. V

    Start additional service when oci lxc container starts

    In oci images, there is no rc-service... Is there something like a Hook script which gets called at startup? How can I make sure, a certain command is started in case of container start? Example use case: A container based on a docker images needs to provide a samba share, which is not part of...
  12. B

    Proxmox 9.1.5 breaks LXC mount points?

    me2: many thanks for fixing this - pve-container 6.1.0 did not work but 6.1.1 fixed the problem for me (using "mpX: ... ro=1" mounts within the lxc config here). Yet while I agree with Johannes S and hnguk that proxmox basically did fine here because this bug did not hit the enterprise repos...
  13. H

    PBS cannot restore large disk from S3

    ...pull full bandwidth. Originally PBS had 8GB and 4c, along with only a 2TB cache disk for S3. During this time I could backup small (and large) LXC containers without issue, and could create the backup of my VM in S3 of ~4TB. Restoring LXC containers (16GB at most each) worked just fine. When...
  14. 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...
  15. 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...
  16. 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
  17. 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.
  18. 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.
  19. 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...
  20. 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...