where do I get a usable 10.1 ISO image
I feel like i'm talking to myself on this list. I'm trying to used autoyast to install suse-10.1, yet all I keep getting are errors which seem to suggest that I'm not using a valid installation source. I've tried the DVD image from the opensuse.org website, and also tried pointing directly at a mirror (mirrors.kernel.org). Neither is working. Surely I'm missing something very obvious, yet I can't figure out what. The same autoyast.xml just works for both 10.0 & 9.3. Please, can someone point me to a known good installation source for 10.1 (x86 & x86_64) that autoyast won't barf at? many thanks. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman netllama@gmail.com LlamaLand http://netllama.linux-sxs.org
2006/6/27, Lonni J Friedman <netllama@gmail.com>:
I feel like i'm talking to myself on this list. I'm trying to used autoyast to install suse-10.1, yet all I keep getting are errors which seem to suggest that I'm not using a valid installation source. I've tried the DVD image from the opensuse.org website, and also tried pointing directly at a mirror (mirrors.kernel.org). Neither is working. Surely I'm missing something very obvious, yet I can't figure out what.
The same autoyast.xml just works for both 10.0 & 9.3.
Please, can someone point me to a known good installation source for 10.1 (x86 & x86_64) that autoyast won't barf at? many thanks.
Perhaps you are facing the same "signature nightmare" I found the first time I tried this new version. Try to add the following to your autoyast.xml: <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> </signature-handling> </general> Regards, -- Jesús González
On 6/28/06, Jesus Gonzalez <jgjnet@gmail.com> wrote:
2006/6/27, Lonni J Friedman <netllama@gmail.com>:
I feel like i'm talking to myself on this list. I'm trying to used autoyast to install suse-10.1, yet all I keep getting are errors which seem to suggest that I'm not using a valid installation source. I've tried the DVD image from the opensuse.org website, and also tried pointing directly at a mirror (mirrors.kernel.org). Neither is working. Surely I'm missing something very obvious, yet I can't figure out what.
The same autoyast.xml just works for both 10.0 & 9.3.
Please, can someone point me to a known good installation source for 10.1 (x86 & x86_64) that autoyast won't barf at? many thanks.
Perhaps you are facing the same "signature nightmare" I found the first time I tried this new version.
Try to add the following to your autoyast.xml:
<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> </signature-handling> </general>
Thanks, I'll give this a try and report back. Out of curiousity where did you obtain the 10.1 installation source that you're using? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman netllama@gmail.com LlamaLand http://netllama.linux-sxs.org
Hi Lonni, 2006/6/28, Lonni J Friedman <netllama@gmail.com>:
On 6/28/06, Jesus Gonzalez <jgjnet@gmail.com> wrote:
2006/6/27, Lonni J Friedman <netllama@gmail.com>:
I feel like i'm talking to myself on this list. I'm trying to used autoyast to install suse-10.1, yet all I keep getting are errors which seem to suggest that I'm not using a valid installation source. I've tried the DVD image from the opensuse.org website, and also tried pointing directly at a mirror (mirrors.kernel.org). Neither is working. Surely I'm missing something very obvious, yet I can't figure out what. [snip]
Try to add the following to your autoyast.xml:
<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> </signature-handling> </general>
Thanks, I'll give this a try and report back. Out of curiousity where did you obtain the 10.1 installation source that you're using?
It is a DVD image from opensuse.org Regards, -- Jesús González
On 6/28/06, Jesus Gonzalez <jgjnet@gmail.com> wrote:
2006/6/27, Lonni J Friedman <netllama@gmail.com>:
I feel like i'm talking to myself on this list. I'm trying to used autoyast to install suse-10.1, yet all I keep getting are errors which seem to suggest that I'm not using a valid installation source. I've tried the DVD image from the opensuse.org website, and also tried pointing directly at a mirror (mirrors.kernel.org). Neither is working. Surely I'm missing something very obvious, yet I can't figure out what.
The same autoyast.xml just works for both 10.0 & 9.3.
Please, can someone point me to a known good installation source for 10.1 (x86 & x86_64) that autoyast won't barf at? many thanks.
Perhaps you are facing the same "signature nightmare" I found the first time I tried this new version.
Try to add the following to your autoyast.xml:
<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> </signature-handling> </general>
Tried this, no luck. I still get the same failure: Could not set patterns/selections: Basis-Devel, GNome,Kde,Kde-Desktop,Kernel-devel In y2log I see: Bad media attach point: http://10.31.40.58/distros/suse/os/10.1/x86_64/ If I check the apache server's on 10.31.40.58 error_log I see the following: File does not exist: /storage/distributions/distros/suse/os/10.1/x86_64/media.1/installfiles File does not exist: /storage/distributions/distros/suse/os/10.1/x86_64/media.1/info.txt File does not exist: /storage/distributions/distros/suse/os/10.1/x86_64/part.info File does not exist: /storage/distributions/distros/suse/os/10.1/x86_64/driverupdate Anyone know why yast is looking for those files when they do not exist in the 10.1 installation source? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman netllama@gmail.com LlamaLand http://netllama.linux-sxs.org
participants (2)
-
Jesus Gonzalez
-
Lonni J Friedman