Search results for query: lxc

  1. D

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

    Since the update to kernel 7.0.0-3, my VMs that used ppp do not work anymore in LXC containers (privileged). I was using openfortinet and since upgrade I get: ``` Couldn't set tty to PPP discipline: Operation not permitted ERROR: read: Input/output error ``` Tried both with adding capabilities...
  2. fschauer

    Error creating OCI container

    ...tar implementation would require modifications to our Rust code. As a workaround for now you could try converting the OCI image into an LXC template: skopeo copy docker://docker.io/freeipa/freeipa-server:fedora-44 oci:/tmp/freeipa-server:fedora-44 umoci unpack --image...
  3. K

    Proxmox 9.x / Strix Halo / GPU Passthrough

    ...you're good. Check with: bash ls -la /dev/kfd /dev/dri/ If those devices exist, skip the DKMS step on the host and go straight to the LXC setup using --no-dkms: bash # Inside the LXC container only: amdgpu-install -y --usecase=rocm --no-dkms The container doesn't need DKMS at all — it just...
  4. G

    user_xattr on container mount

    Hi everyone! I need to get user_xattr as a mount option on my LXC container with Samba, currently I have ACLs activated, but I see only this when I fetch the attributes: root@fileserver /srv/storage# findmnt /srv/storage TARGET SOURCE FSTYPE OPTIONS /srv/storage /dev/rbd2 ext4...
  5. news

    Immich LXC bekommt keine IP Adresse

    Moin, und wie immer gilt: nur wenn man es selber macht, hat man etwas gelernt. Sonst versucht man sich an einem Serverbetriebssystem ohne das passende wissen und versucht hier irgendeine Funktion herauszupressen! Also gib dir mal ein Jahr und nutze ZFS als Basis.
  6. S

    [SOLVED] How to delete a VM or Container that has no storage and no or missing storage pool.

    Late to the party but all I did was: + Edit '/etc/pve/lxc/***.conf' + Change 'protection: *' to '0' + Then 'pct destroy *** --force'
  7. P

    Immich LXC bekommt keine IP Adresse

    ...konnte HomeAssistant problemlos installiert und zum laufen gebracht werden. Yeah! (VLAN 3) Mit diesem Motivationsschub wollte ich Immich (als LXC) testen. Das HelperScript lief durch, aber der Container hat keine IP-Adresse von meiner DreamMachine bekommen. Geht das grundsätzlich nicht, wenn...
  8. J

    Nesting - Proxmox within Proxmox - Complete private cloud

    Incus und ProxmoxVE are both basically built around qemu/kvm for vms and lxc for containers. So I would expect that both have similiar capibalities, in fact nested virtualization and containers work on both with similiar caveats ( nested containers work best for lxc, for podman or docker they...
  9. N

    Nesting - Proxmox within Proxmox - Complete private cloud

    Read it on a blog and couldn't see how this was possible so had to ask. Thanks. Looks like running LXC in a nested hypervisor will be performant enough for my requirements.
  10. UdoB

    [SOLVED] Best practice for Truenas virtualized on Proxmox

    ...sorry. On all of my PVEs the host handles (local) storage, exclusively. In my Homelab the largest storage (in the cluster) is served by an LXC container (not: VM) to some clients. The host owns the storage and backup and management is handled there. ( --> "mount-points".) Technically you...
  11. B

    Error creating OCI container

    ...other links errors across layers): TASK ERROR: unable to create CT 100 - Error while extracting OCI image: IO error: failed to unpack `/var/lib/lxc/100/rootfs/data-template/.configfiles/etc/krb5.conf.d/crypto-policies`: IO error: failed to unpack...
  12. N

    Nesting - Proxmox within Proxmox - Complete private cloud

    ...32-core CPU (ROME) server with 384 GB RAM and fast SSDs in LVM-thin configuration. The original idea was to run Incus inside Proxmox VMs to host LXC guests. However, I read somewhere that Proxmox has special capabilities for nesting itself with VM and LXC guests. Wondering if Proxmox...
  13. B

    OCI Image fails to extract if the image relies on systemd

    ...with crane i now have this error: TASK ERROR: unable to create CT 100 - Error while extracting OCI image: IO error: failed to unpack `/var/lib/lxc/100/rootfs/data-template/.configfiles/etc/krb5.conf.d/crypto-policies`: IO error: failed to unpack...
  14. O

    [SOLVED] PBS hat Root-Passwort vergessen

    Okay, hab meinen Fehler gefunden. Es gab ein LXC auf einer anderen physischen Proxmox-Maschine mit derselben IP-Adresse wie mein PBS, allerdings lauschte dieses LXC an einem anderen Port. Ich habe das korrigiert und nun läuft das BPS-GUI und auch das Login per Putty wieder. Ich bedanke mich...
  15. t.lamprecht

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

    What file system are you using for the Proxmox VE host root? As the error here is that the initrd could not find the actual root FS to continue booting. And how are the disks attached to the system, through some HBA, sata/nvme directly, ...? And while this might be kernel specific regression...
  16. B

    OCI Image fails to extract if the image relies on systemd

    ...error while creating the container: TASK ERROR: unable to create CT 100 - Error while extracting OCI image: IO error: failed to unpack `/var/lib/lxc/100/rootfs/etc/systemd/system/multi-user.target.wants`: IO error: failed to unpack...
  17. S

    PVE after time no longer available

    Good day, i hope this is the right area to post. I have a Promox Cluster running with 3 nodes. Its running good and i have many LXC and VMs running. So far so good. With one node i have from time to time problems whyever. By random in time suddenly its marked red in the GUI und no longer...
  18. M

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

    ...${NAME} )` GRUB_CMDLINE_LINUX_DEFAULT="quiet default_hugepagesz=1G hugepagesz=1G hugepages=200" GRUB_CMDLINE_LINUX="" hugepages settings have no impact on 6.17.13-6 and 7.0.0-3 fails with it removed. Nvidia Kernel driver NVIDIA-Linux-x86_64-580.105.08.run installed for lxc container...
  19. W

    UID/GID mapping between host and lxc

    Hi Lucas, thank you for sharing your thoughts. It seems, that the first approach (chown lxc-id_as_seen_from_host:lxc-id_as_seen_from_host /shared/directory/on/host -R) is "officially allowed" and not breaking the security mechanism of the unprivileged container. I would definitely not want to do...
  20. t.lamprecht

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

    Not that it matters w.r.t. this being a potential regression, but do you use (1 GiB) hugepages? That can makes a ton of difference.