Package: src:debian-edu-config Version: 2.13.2 Severity: critical Script `/usr/sbin/debian-edu-pxeinstall`, used for PXE configuration, fails before creating the configuration file `/etc/debian-edu/www/debian-edu-install.dat` ... due to "archs" option "i386", using to get netboot images from deb.debian.org, but Trixie has no "installer-i386" (check http://deb.debian.org/debian/dists/trixie/main/)
A fast fix is to comment "i386" in a line 63 of `/usr/sbin/debian-edu-pxeinstall`: `[ "$archs" ] || archs="amd64" # trixie has no i386"` Some details: ``` + find+ cpio -H newc -o . 300398 blocks + cd .. + gzip initrd + cp initrd.gz /srv/tftp/debian-installer/amd64 + rm -rf /tmp/user/0/tmp.DR7ejBdKBs + [ true = false ] + diurl= http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot + [ -d /srv/tftp/debian-installer ] + cd /srv/tftp/debian-installer + di_ver=11 + tarball= + [ -d /usr/lib/debian-installer/images/11/i386 ] + [ ! -f netboot-i386.tar.gz ] + [ true = true ] + url= http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz + echo Fetching http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz Fetching http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz + wget -q -O netboot-i386.tar.gz.new http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz + echo error: Unable to download http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz error: Unable to download http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz + exit 1 locadm@tjener:~$ curl http://deb.debian.org/debian/dists/trixie/main/installer-i386/current/images/netboot/gtk/netboot.tar.gz <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " http://www.w3.org/TR/html4/strict.dtd"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache Server at ftp.debian.org Port 80</address> </body></html> ``` Sincerely, Serhii Horichenko

