[opensuse-autoinstall] SLES11 SP1 problems
I'm attempting to build an AutoYaST install for SLES11 SP1 on x86_64, using the attached file. I've run into several things that are stumping me: 1) It claims to not validate because of the write_hostname element. This element is in the RelaxNG compact syntax files (rnc/*.rnc) but not in the regular RelaxNG files (rng/*.rng). Is it valid? 2) The add-on is not working. It works fine if I manually add it via the URL, but putting in the file results in it not being used. 3) I cannot figure out how to disable kdump. Is there a way? 4) Is there a setting in the XML to disable IPv6? Thanks, Peter
on Wednesday 18 August 2010 Peter Bowen wrote:
1) It claims to not validate because of the write_hostname element. This element is in the RelaxNG compact syntax files (rnc/*.rnc) but not in the regular RelaxNG files (rng/*.rng). Is it valid?
yes, it's valid. - Introduced <dns><write_hostname> option to AY profile to allow· overriding product default write_hostname_to_hosts (FaTE#305281) hm, if the rnc files are correct, the rng files should be too. But anyway, it does not really hurt. You can use that parameter.
2) The add-on is not working. It works fine if I manually add it via the URL, but putting in the file results in it not being used.
are there any questions from the resolver then? Like accepting a key or something like that? Then you have to answer those questions in the <signature-handling> section in the XML file too For debugging you can add: <general> <signature-handling> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum> <accept_verification_failed config:type="boolean">true</accept_verification_failed> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> <import_gpg_key config:type="boolean">true</import_gpg_key> <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key> </signature-handling> ... </general>
3) I cannot figure out how to disable kdump. Is there a way?
remove the kdump section completely should work
4) Is there a setting in the XML to disable IPv6?
I dont think so. I asked the developer of the yast2-network but got no feedback yet. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thu, 2010-08-19 at 17:14 +0200, Uwe Gansert wrote:
2) The add-on is not working. It works fine if I manually add it via the URL, but putting in the file results in it not being used.
are there any questions from the resolver then? Like accepting a key or something like that? Then you have to answer those questions in the <signature-handling> section in the XML file too For debugging you can add: <general> <signature-handling> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum> <accept_verification_failed config:type="boolean">true</accept_verification_failed> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> <import_gpg_key config:type="boolean">true</import_gpg_key> <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key> </signature-handling> ... </general>
Actually the problem is that the add-on shows as "Media Unknown, directory Unknown" in the summary and "Unknown, Directory: Unknown" in the Add-On product installation details. I don't get any signature issues. Thanks, Peter -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Thursday 19 August 2010 Peter Bowen wrote:
Actually the problem is that the add-on shows as "Media Unknown, directory Unknown" in the summary and "Unknown, Directory: Unknown" in the Add-On product installation details.
hm, I used it exactly like this: <add-on> <add_on_products config:type="list"> <listentry> <media_url>nfs://dist.suse.de/dist/install/SLP/SLE-11-SDK- GM/i386/DVD1/</media_url> <product>SUSE Linux Enterprise Software Development Kit 11</product> <product_dir>/</product_dir> <name>SDK 11</name> </listentry> </add_on_products> </add-on> maybe I can see the logs? -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Wednesday 18 August 2010 Peter Bowen wrote:
4) Is there a setting in the XML to disable IPv6?
No, there's no such setting (yet). It could be done by customscript: sysctl -w net.ipv6.conf.all.disable_ipv6=1 -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Peter Bowen
-
Uwe Gansert