https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c1 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mvyskocil@suse.com InfoProvider| |juergen@radzuweit.eu --- Comment #1 from Michal Vyskocil <mvyskocil@suse.com> 2011-10-31 09:21:35 UTC --- Hello, I have no idea, what's wrong - the code in %posttrans triggers your error is if [ ! -e /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts ]; then ln -s /var/lib/ca-certificates/java-cacerts /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts fi so only one way how to make this bug is a race between %posttrans and some other process, which is very, very unlikely. Can you get me an output of those commands? file /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts test -e /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts; echo $? In any case, if you don't need to have a special keysote, feel free to remove the cacerts (as root) and create a link manually. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.