yet we have proxmox 9 on debian 13.Debian 13 isn't even released yet. Magic 8-ball says try again later.
This has happened before. Most parts of Debian are guaranteed to not change this weekend before actual release and that is good enough for Proxmox.yet we have proxmox 9 on debian 13.
Thank you for the answer! I can confirm that it works.
Detected container architecture: amd64
unable to open file '/etc/network/interfaces.tmp.1621351' - No such file or directory
TASK ERROR: unable to create CT 103 - error in setup task PVE::LXC::Setup::post_create_hook
Oh yeah, I had to create the container with no network settings and then configure them later.How did you get it to work? When creating a container from a template from that site, I just get this:
Code:Detected container architecture: amd64 unable to open file '/etc/network/interfaces.tmp.1621351' - No such file or directory TASK ERROR: unable to create CT 103 - error in setup task PVE::LXC::Setup::post_create_hook
@ProxmoxAdmins: Do you have any indication of when you expect to make available the Debian 13 LXC now that it has been officially released?
I realise that you have many other priorities as well and I also know it only just happened, but it would be good to know from a planning perspective if it's going to be a week or a month down the line?
I would prefer to wait around for the official image rather than grabbing the image from LinuxContainers, unless there is an official guide of how we can use the LinuxContainers version and turn it into a Proxmox approved image because you still make some underlying changes and optimizations to ensure it works best with Proxmox itself?
Thanks for your hard work and the brilliant v9 release![]()
Cause:unable to open file '/etc/network/interfaces.tmp.XXXXXXX' - No such file or directory
TASK ERROR: unable to create CT XXX - error in setup task PVE::LXC::Setup:ost_create_hook
mkdir /tmp/fixed-template
cd /tmp/fixed-template
tar -xJf /path/to/debian-13-template.tar.xz
mkdir -p etc/network
cat <<EOF > etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
EOF
tar -cJf /path/to/debian-13-fixed.tar.xz *
Depends entirely on what other changes you've made since installation. I usually upgrade in place.Say the official Trixie LXC template is released, should I create and configure new container with this template, or is it wiser to upgrade the containers in place?
We use essential cookies to make this site work, and optional cookies to enhance your experience.