On Tue, Sep 28, 2021 at 10:31:23PM -0500, Igor Korot wrote: > OK, looking at syslog I see: > > [code] > chroot: can't execute tempfile: No such file or directory > WARNING: Configuring 'apt-setup-udeb' failed with error code 127. > WARNING: Menu item 'apt-setup-udeb' failed. > INFO: Failing back to the package description for britty-udeb > [/code] > > Any ideas?
You're using something post-stable. > This is installing Debian/Sid on a VM. Yeah, that would do it. https://wiki.debian.org/NewInBookworm Whoever wrote whichever script is producing that error, needs to change that script to use a different program than tempfile(1). Which is no longer available after bullseye.