Search results for query: lxc

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. Neobin

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

    I am seeing a regression regarding memory allocation/reservation speed with a (Linux-)VM with PCIe-passthrough on a dual Intel 6144 with 384 GB RAM. The VM has 256 GB assigned and the start task took every time around one minute with kernel 6.17 on a freshly booted up host. Now with kernel 7.0...
  16. B

    UID/GID mapping between host and lxc

    ...host as well as the container. This is also the fundamental difference of priviledged and unpriviledgte containers. (https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html) So it should absolutely do the job to use chown -R 100033:100033 /path/to/storage/on/hots. Beside you...
  17. Falk R.

    [SOLVED] PBS hat Root-Passwort vergessen

    Wenn du schnell Timeouts bekommst, könnte es auch an einer Doppelten IP liegen, wenn plötzlich ein anderes Gerät auf der IP antwortet.
  18. O

    [SOLVED] PBS hat Root-Passwort vergessen

    Hallo, ich wollte nach einigen Monaten wieder einmal händisch ein Backup von PVE-LXC anstoßen. Also den PBS mit Strom versorgt, er schaltet sich ein, aber Login auf GUI ist nicht möglich, offenbar läuft der PBS-Web-Server nicht. Deshalb Login-Versuch per SSH, aber auch damit ist kein Login...
  19. S

    Arc Pro B70 autoprovisions VRAM with sr-iov.

    ...the kernel and currently running 7.0.0-3-pve which changed nothing. Trying to set a vf with 30GB vram to leave 2GB for the pf that is used by lxc's. The problem is it always autoprovisions to ~31,7GiB out of a maximum ~31,9GiB as reported by nvtop. Setting 2 vf's automatically sets them to...
  20. W

    UID/GID mapping between host and lxc

    ...manage to get the result I'd expect. The goal is to move the data directory of a nextcloud instance out of the container and into a zfspool: My lxc-config looks as follows: arch: amd64 cores: 1 features: nesting=1 hostname: LXC.30-NC-AIO memory: 1024 net0...