proxmox_hassio_lxc icon indicating copy to clipboard operation
proxmox_hassio_lxc copied to clipboard

Error message "1@105 Unable to find a template when searching for 'debian-10'."

Open Tipkla opened this issue 1 year ago • 4 comments

When I'm running bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)" I always get the same error message: "1@105 Unable to find a template when searching for 'debian-10'." I already installed debian-11-standard and debian-12-standard template. But there is no debian-10-standard template available. My guess is, that debian 11 and 12 have everything debian 10 has and therefore the debian 10 template is not available anymore but still hidden in the code as a requirement to install the container. What should I do now? Any recommendations? I'm glad for any help!

Kindest regards,

Tipkla

grafik

Tipkla avatar Jul 30 '23 22:07 Tipkla

Same here Proxmox 8.0.4 Snow_220823-134958

thiagocs1987 avatar Aug 22 '23 16:08 thiagocs1987

@Tipkla

I tried with the link below, that didn't solve my problem. But maybe you can check. https://forum.proxmox.com/threads/debian-10-lxc-template-login-problem.66483/

thiagocs1987 avatar Aug 22 '23 17:08 thiagocs1987

the solution is to replace the variable export PCT_OSVERSION=10 with export PCT_OSVERSION=11, the reason is because since proxmox version 8 there is no debian 10 image that is set by hand in the script.

image

sistemasitpro avatar Oct 30 '23 10:10 sistemasitpro

the source needs updating, does anyone know how to edit this on the fly, so run it but edit it at the same time?

UnidentifiedTag avatar Feb 10 '24 22:02 UnidentifiedTag