Hi, since 10.0 the keytable-keyword doesn't work in the info file. I used to have Language: de_DE Display: color Keytable: us in the info file that we put into the initrd. But during the installation, the keymap is german when I switch to e.g. Alt+F2. Also lilo is using german as default keymap after installation. Grepping for "keytable" in the files from the autoyast2(-installation) rpms, I don't find any entry for keytable anymore (except for the docu which still lists the option, while there used to be some like AutoinstLinuxrc.ycp: keytable = settings["keytable"]:""; for earlier versions, like on SuSE 9.0. Has this option been dismissed? Any way to set the keyboard and the language independently? cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
On Wednesday 04 January 2006 14:00, Frank Steiner wrote:
Any way to set the keyboard and the language independently?
how about? <general> <keyboard> <keymap>german</keymap> </keyboard> <language>de_DE</language> ... </general> Isn't that what you want? BTW, that'll change a bit in 10.1 but 10.1 will be backward compatibel. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
Uwe Gansert wrote
On Wednesday 04 January 2006 14:00, Frank Steiner wrote:
Any way to set the keyboard and the language independently?
how about? <general> <keyboard> <keymap>german</keymap> </keyboard> <language>de_DE</language> ... </general>
Isn't that what you want?
Not exactly, because this does not set the language on the console during the installation process, which I heavily use when debugging some problems. Also using the options in the control file seems to work only for the installed system after booting, but not for lilo. I use this in my profile: <keyboard> <keymap>english-us</keymap> </keyboard> <language>de_DE</language> but in lilo the keyboard is german. Only after booting the keyboard is english. So I thought that the lilo language could have been set by the Keytable: parameter in the info file. Anyway, in the meantime I figured out that I can set the language to en_US in the info file. This will make the console english. And with the profile settings, autoyast will switch to german messages after parsing the control file. So this is a workaround which is fine with me. I couldn't check if this will also solve the lilo problem, because I haven't got that far with 10.1a4 :-) Just curious if or why "Keytable:" was dismissed. If so, the docu should reflect this, I guess :-) cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
On Wednesday 04 January 2006 15:20, Frank Steiner wrote:
Anyway, in the meantime I figured out that I can set the language to en_US in the info file. This will make the console english. And with the profile settings, autoyast will switch to german messages after parsing the control file. So this is a workaround which is fine with me.
I would not call that a workaround. I would call that the official way to go :) Autoyast don't change the console keyboard layout during installation.
I couldn't check if this will also solve the lilo problem, because I haven't got that far with 10.1a4 :-)
maybe the bootloader has it's own keyword for that in the bootloader section of the profile. I don't have that in mind at the moment.
Just curious if or why "Keytable:" was dismissed. If so, the docu should reflect this, I guess :-)
I did not dismiss that keyword. That was done in the pre Uwe Gansert era of autoyast and so I can only guess it was because the <keyboard> and <language> element was invented. I have to fix the docu though. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
Hi During suse 9.1 autoinstall (x86_64), as part of pre-install preparation, I use wget to retrieve files from my server. But it fails with the following message "Address family not supported by protocol". Heres wget command : wget /pub/file1">ftp://<ipaddr>/pub/file1 On stracing the operation ie "strace -fF wget ....", i found this error occurs while executing the "socket(IP_INET6,sock_stream,...)" function call. Is there any way to switch this to ipv4 ?? Also the /etc/hosts has "::1 ...." line for ipv6 addressing. Could this be the cause of the error ?? Any idea what could be the problem here ? thanks kanji --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
On Wednesday 04 January 2006 21:33, kanji linux wrote:
During suse 9.1 autoinstall (x86_64), as part of pre-install preparation, I use wget to retrieve files from my server. But it fails with the following message "Address family not supported by protocol". Heres wget command : wget /pub/file1">ftp://<ipaddr>/pub/file1
what kind of weird usage of wget is that? Isn't it just "wget ftp://<ipaddr>/pub/file1"?
Any idea what could be the problem here ?
no but using wget during pre-install stage of autoyast actually is not a problem (you need network of course). -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
ya the syntax is ftp://IPADDR/pub/file1 . Looks like in my previous mail the text got incorrectly parsed by the mail reader, because i had typed "<ipaddr>" inplace of "IPADDR". The result turned out to be garbage. I had repeated the experiment with sles9, it works fine. But in suse 9.1, wget still returns the same error message. This happens only while executing from within the ramdisk. wget works fine if it is run from a system installed with suse 9.1. Moreover, the md5sum of these two are different though they are of the same version 1.9.1 thanks kanji Uwe Gansert <ug@suse.de> wrote: On Wednesday 04 January 2006 21:33, kanji linux wrote:
During suse 9.1 autoinstall (x86_64), as part of pre-install preparation, I use wget to retrieve files from my server. But it fails with the following message "Address family not supported by protocol". Heres wget command : wget /pub/file1">ftp:///pub/file1
what kind of weird usage of wget is that? Isn't it just "wget ftp:///pub/file1"?
Any idea what could be the problem here ?
no but using wget during pre-install stage of autoyast actually is not a problem (you need network of course). -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
On Thursday 05 January 2006 16:22, kanji linux wrote:
ya the syntax is ftp://IPADDR/pub/file1 . Looks like in my previous mail the text got incorrectly parsed by the mail reader, because i had typed "<ipaddr>" inplace of "IPADDR". The result turned out to be garbage.
okay, I expected something like that but you never know.
I had repeated the experiment with sles9, it works fine. But in suse 9.1, wget still returns the same error message. This happens only while executing from within the ramdisk. wget works fine if it is run from a system installed with suse 9.1. Moreover, the md5sum of these two are different though they are of the same version 1.9.1
the different MD5 sum might be. Have you tried to use "wget --inet4-only" or "wget -4"? (I hope that parameter exists on a 9.1 - I don't have a 9.1 installation at hand). -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
"--inet4" or -4 options are available in curl but not in the current version of wget. I and a colleague found similar issues with suse 9.3 too. We observed that in the ramdisk image, only /proc/sys/net/ipv4 is available ie no ipv6 module seems to be loaded. On the other hand, on a system installed with suse 9.3 (9.1) ipv6 is explicitly loaded as a module (also /proc/sys/net/ipv4 & ipv6 data is available). wget works fine in such an env . But if ipv6 is unloaded (ie rmmod -f ), wget fails and reports the same error "Address family not supported by protocol". Looks like lack of ipv6 module in ramdisk seems to be the problem. I may be wrong. Any ideas ?? I would like to avoid modifying suse ramdisk to insert another ftp client. thanks biju Uwe Gansert <ug@suse.de> wrote: On Thursday 05 January 2006 16:22, kanji linux wrote:
ya the syntax is ftp://IPADDR/pub/file1 . Looks like in my previous mail the text got incorrectly parsed by the mail reader, because i had typed "" inplace of "IPADDR". The result turned out to be garbage.
okay, I expected something like that but you never know.
I had repeated the experiment with sles9, it works fine. But in suse 9.1, wget still returns the same error message. This happens only while executing from within the ramdisk. wget works fine if it is run from a system installed with suse 9.1. Moreover, the md5sum of these two are different though they are of the same version 1.9.1
the different MD5 sum might be. Have you tried to use "wget --inet4-only" or "wget -4"? (I hope that parameter exists on a 9.1 - I don't have a 9.1 installation at hand). -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
Uwe Gansert wrote
I would not call that a workaround. I would call that the official way to go :) Autoyast don't change the console keyboard layout during installation.
Ok :-) But you know these people who are like "I've always done it that way, and I don't care there is another way, I want my style and never change what I've once learned!"? They are called end-users! ;-)) Thanks :-) -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
participants (3)
-
Frank Steiner
-
kanji linux
-
Uwe Gansert