I can confirm that nesting fixes the problem on a test container, but I am reluctant to run nested and privileged on anything but a test environment.
I can confirm that nesting fixes the problem on a test container, but I am reluctant to run nested and privileged on anything but a test environment.
then you are not using a recent enough version of theDoesn't seem to matter if the container is privileged or not.
I tried both ways and still get:
extracting archive '/mnt/pve/Hermes_NFS/template/cache/ubuntu-24.04-standard_24.04-2_amd64.tar.zst'
Total bytes read: 564490240 (539MiB, 212MiB/s)
TASK ERROR: unable to create CT 102 - unsupported Ubuntu version '24.04'
pve-container
package, i.e. >= 5.1.10
. You'll need to upgrade that first.Unfortunately, it seems like there is nothing that can be done. The new systemd that comes with Ubuntu 24.04 wants to do namespacing, so nesting is required. I suggest you migrate your untrusted containers to be unprivileged instead.Any potential fixes in testing?
if the container is privileged, see the previous messages in this thread.I'm still not able to log in to the shell after creating the container as well. I've attached the log details in here as well.
pct config 210
pct start 210 --debug
pveversion -v
OK got it.Hi,
if the container is privileged, see the previous messages in this thread.
If the container is unprivileged, please share the output of
Code:pct config 210 pct start 210 --debug pveversion -v
Obrigado, aqui funcionou perfeitamente com o comando "pveam update". Proxmox PVE 8.2.2Basta executar o seguinte:
[CÓDIGO]root@pve2:~$ pveam update[/CÓDIGO]
Então aparecerá:
[CÓDIGO]
root@pve2:~$ pveam disponível --seção sistema
sistema almalinux-9-default_20221108_amd64.tar.xz
…
sistema ubuntu-23.04-standard_23.04-1_amd64.tar.zst
sistema ubuntu-23.10-standard_23.10-1_amd64.tar.zst
sistema ubuntu-24.04-standard_24.04-2_amd64.tar.zst
[/CÓDIGO]
Atenciosamente
KH
privileged + nesting is pretty much uncontained and thus should only be used for trusted CTs (or well, CTs that only trusted users have access to)
CTs run as simple processes on the host.What do you mean by "uncontained"?
Hello Everyone,
I’m encountering an issue while trying to create a container using the Ubuntu 24.04 template on my Proxmox VE setup. Here are the details:
I ran the following command to create the container:
- Proxmox Version: Latest with LXC 6.0.0
- Host OS: Debian 12 (bookworm)
- Template Downloaded: ubuntu-24.04-standard_24.04-2_amd64.tar.zst
pct create 100 /var/lib/vz/template/cache/ubuntu-24.04-standard_24.04-2_amd64.tar.zst --hostname UBC24 --memory 2048 --cores 1 --net0 name=eth0,bridge=vmbr0,ip=dhcp --storage local-lvm
However, I received the following error message:
Unable to create CT 100 - unsupported Ubuntu version '24.04'
It seems that the Ubuntu 24.04 template is not recognized by Proxmox VE for container creation.
Has anyone else faced this issue, and is there a solution or workaround? I appreciate any insights you might have!
View attachment 75310
pve-container
version?:https://forum.proxmox.com/threads/ubuntu-24-04-unsupported-ubuntu-version-24-04.146454/post-666045Hi,
then you are not using a recent enough version of thepve-container
package, i.e.>= 5.1.10
. You'll need to upgrade that first.
Proxmox Version: Latest with LXC 6.0.0