whiskerz007 / proxmox_hassio_lxc

MIT License
208 stars 83 forks source link

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

Open Tipkla opened 11 months ago

Tipkla commented 11 months ago

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

thiagocs1987 commented 10 months ago

Same here Proxmox 8.0.4 Snow_220823-134958

thiagocs1987 commented 10 months ago

@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/

sistemasitpro commented 8 months ago

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

UnidentifiedTag commented 4 months ago

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