Lee, Thanks for the reply, It does not look like that is the case. But, looking at the y2log I see the following -
":321 User does not want to trust key error" with my key for the source.
Then just a little lower on the list I see:
"SourceCreate for 'nfs://<source>' product '' has failed
For testing, I've added the following to my XML profile -
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
and still hit the error. Suggestions?
On Tue, 2006-12-19 at 17:01 -0500, Lee Mayes wrote:
Mark,
I remember seeing this a while back. Did you by any chance unpack, tweak, and repack initrd? If you did, this *must* be done as root (or chown -R root:root /dir/with/initrd before re-cpio'ing it). If you check /var/log/YaST/y2log at the failure time, you'll see errors about /var/adm/XXXX not writeable if that's what's happening.
It caused me quite a bit of grief.
Hope that helps!
Lee
Mark Rodee wrote:
Good Morning!
I'm catching a warning in my SELD10 profile for autoyast. It states "Could not set patterns or selections: Default" I've tried the patterns listed in suse/setup/descr/ with no luck. I've also read the past three months of postings for clues. Here is the important part of my autoyast profile. This is booted from the SLED10 cd, pointed at a NFS share for the source, and the same share for the profile. Any suggestions?
<?xml version="1.0"?>
<!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd">
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<software> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> <patterns config:type="list"> <pattern>default</pattern> </patterns> </software> ... More if needed.
Thanks
--