http://bugzilla.novell.com/show_bug.cgi?id=583952 http://bugzilla.novell.com/show_bug.cgi?id=583952#c0 Summary: kiwi: openssl-certs package causes kiwi fail in boot-prepare Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: robert.hetzler@sap.com QAContact: adrian@novell.com Found By: Third Party Developer/Partner Blocker: --- While prepping a system to use kiwi, I ran into the following problem during initial test run: openssl-certs package would fail installation during boot-prepare, complaining /dev/null: permission denied on line 2 $ rpm -qi --scripts openssl-certs [snip] postinstall scriptlet (using /bin/sh): # need to do that here so c_rehash can deal with hash collisions c_rehash /etc/ssl/certs > /dev/null postuninstall scriptlet (using /bin/sh): c_rehash /etc/ssl/certs > /dev/null || true no issues with /dev/null as far as i can tell, nor the /dev/null in my build root. Either way, I googled around and found this patch for JeOS/SLE10: http://gitorious.org/kiwi/kiwi/commit/fd0d509112e85f01da618169896a1d257718f2... which pointed me in the right direction insofar as that the openssl-certs package was not needed in the bootstrap section of boot image You might want to consider applying the same update to the config.xml in the boot images that come with kiwi. I am using the latest (4.19) ref: grep openssl-certs -RnB 5 /usr/share/kiwi/image (some false positives, but you get the idea) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.