Re: Experiences with test version of Debian Edu v12
Serhii Horichenko <[email protected]>
| Newsgroups | gmane.linux.debian.devel.education |
|---|---|
| Organization | DAS-NETZWERKTEAM |
| Message-ID | <20250303152945.Horde.A6pcEusuw-ggW5NFGszd1GC@mail.das-netzwerkteam.de> |
Hi I've successfully emulated the i686 virtual machine with libvirt to reproduce the incompatibility of new Debian Edu with old hardware. The result, that I've got with Debian Edu 12.9, is the same for i686 (as was awaited): /ltsp/x2go-bare-amd64/vmlinuz... ok /ltsp/x2go-bare-amd64/ltsp.img... ok /ltsp/x2go-bare-amd64/initrd.img... ok This Kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot - please use a kernel appropriate for your CPU. I've also tried to generate i386 image but got a network error: # debian-edu-ltsp-install --arch i386 --diskless_workstation yes --thin_type bare I: Target architecture can be executed I: Retrieving InRelease I: Retrieving Release E: Failed getting release file http://deb.debian.org/debian/dists/bookworm/Release Trying to get a "Realease" file with "wget" command it results with error "502 Bad Gateway": # wget http://deb.debian.org/debian/dists/bookworm/Release --2025-02-25 13:51:42-- http://deb.debian.org/debian/dists/bookworm/Release Resolving webcache (webcache)... 10.0.2.2 Connecting to webcache (webcache)|10.0.2.2|:3128... connected. Proxy request sent, awaiting response... 502 Bad Gateway 2025-02-25 13:51:43 ERROR 502: Bad Gateway. Details in an access.log: 1740487903.037 239 10.0.2.2 TCP_REFRESH_FAIL_ERR/502 4040 GET http://deb.debian.org/debian/dists/bookworm/Release - HIER_NONE/- text/html 1740487913.812 10 10.0.2.2 TCP_REFRESH_FAIL_ERR/502 4046 GET http://deb.debian.org/debian/dists/bookworm/InRelease - HIER_NONE/- text/html 1740487913.820 0 10.0.2.2 TCP_REFRESH_FAIL_ERR/502 4040 GET http://deb.debian.org/debian/dists/bookworm/Release - HIER_NONE/- text/html Another virtual pc behind the same gateway (10.0.0.1) can get the Release file without problems.