[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What installer images should we provide for s390 and s390x?




On Sat, 19 May 2012, Alain Benvéniste wrote:

Anne,

Here is the result of the test:

install debian-installer/allow_unauthenticated=true

May 19 08:40:38 localechooser: info: Language = 'fr'
May 19 08:40:38 localechooser: info: line=fr;1;FR;fr_FR.UTF-8;;console-setup
May 19 08:40:38 localechooser: info: Set debian-installer/language = 'fr'
May 19 08:40:38 localechooser: info: Default country = 'FR'
May 19 08:40:38 localechooser: info: Default locale = 'fr_FR.UTF-8'
May 19 08:40:38 localechooser: info: Set debian-installer/consoledisplay =
'console-setup'
May 19 08:40:38 debconf: Setting debconf/language to fr
May 19 08:40:39 localechooser: info: Set debian-installer/country = 'FR'
May 19 08:40:41 localechooser: info: Set debian-installer/locale =
'fr_FR.UTF-8'
May 19 08:40:44 localechooser: info: System locale (debian-installer/locale)
= 'fr_FR.UTF-8'
May 19 08:40:44 main-menu[258]: DEBUG: resolver (libc6-udeb): package
doesn't exist (ignored)
May 19 08:40:45 main-menu[258]: INFO: Menu item 'download-installer'
selected
May 19 08:40:45 anna-install: Queueing udeb apt-mirror-setup for later
installation
May 19 08:40:55 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/oldstable/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:56 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/stable/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:56 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/testing/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:56 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/unstable/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:56 choose-mirror[664]: INFO: mirror does not have any suite
symlinks
May 19 08:40:56 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/squeeze/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:56 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/stable/Release -O - | grep -E
'^(Suite|Codename):'
May 19 08:40:57 choose-mirror[664]: INFO: suite/codename set to:
squeeze/squeeze
May 19 08:40:57 choose-mirror[664]: DEBUG: command: wget -q
ftp://192.168.1.77/debian//dists/squeeze/main/binary-s390/Release -O - |
grep ^Architecture:

Okay, so this last URL is supposed to work, but please verify that this URL works from another system (especially the // between debian and dists).

May 19 08:40:57 anna-install: Queueing udeb squeeze-support for later
installation
May 19 08:40:57 main-menu[258]: (process:657): wget: bad response to RETR:
550 /c:/debian/dists/oldstable/Release: No such file or directory.
May 19 08:40:57 main-menu[258]: (process:657): wget: bad response to RETR:
550 /c:/debian/dists/stable/Release: No such file or directory.
May 19 08:40:57 main-menu[258]: (process:657): wget: bad response to RETR:
550 /c:/debian/dists/testing/Release: No such file or directory.
May 19 08:40:57 main-menu[258]: (process:657): wget: bad response to RETR:
550 /c:/debian/dists/unstable/Release: No such file or directory.
May 19 08:40:57 main-menu[258]: (process:657): wget: bad response to RETR:
550 /c:/debian/dists/stable/Release: No such file or directory.

Now this is... interesting. Do you have an FTP-server log that shows what exactly is being attempted? In particular, is the _installer_ requesting "/c:/" (which should fail) or is the FTP-server mistranslating into "/c:/debian/" instead of "/c:/temp/debian/" as you mentioned earlier?

Either way, this might not be relevant, see below:

May 19 08:40:58 net-retriever: Not verifying Release signature:
unauthenticated mode enabled
May 19 08:41:04 anna[700]: WARNING **: bad d-i Packages file
[..snip..]

The installer is probably looking for either

ftp://192.168.1.77/debian/dists/squeeze/main/debian-installer/binary-s390/Packages

or

ftp://192.168.1.77/debian/dists/stable/main/debian-installer/binary-s390/Packages

(You should see which in your FTP-server log.)

My guess is that it's requesting /stable/ which does not exist because your Windows system doesn't support symlinks.

So in your FTP tree, copy the entire "dists/squeeze" directory to a new "dists/stable" directory, and verify that both above ftp:// URLs are working.

If the installer works better now, please file a bug against debian-installer that installing from (at least) FTP without /stable/ symlink fails even though other parts of the installer seem to work fine without it, and refer to this mail thread (http://lists.debian.org/debian-cd/2012/05/msg00096.html).

[In case this is really totally insurmountable inside the installer, it might be an option to have "stable" be the real directory on CD/DVD, and "squeeze" be the symlink. Though this would need some further testing. And it would be somewhat undesirable since it won't match official FTP any longer.]


Best regards,

Anne Bezemer

Reply to: