On Wed, 18 Feb 2015, Viktor Dukhovni wrote:
This does not matter, the problem might come from somewhere else. You need
to figure out why that particular path on line "504" is causing the
problem. We can't do that for you.
To do that, you need to edit the post-install shell script to
log the obsolete paths processed. For example:
diff --git a/conf/post-install b/conf/post-install
index 7e79c92..35279d0 100644
--- a/conf/post-install
+++ b/conf/post-install
@@ -501,6 +501,7 @@ test -n "$create" && {
# Flag obsolete objects. XXX Solaris 2..9 does not have "test -e".
if [ -n "$obsolete_flag" ]
then
+ echo "'$path':$type:$owner:$group:$mode:$flags:$junk" >>
obsolete.log
test -r $path -a "$type" != "d" && obsolete="$obsolete $path"
continue;
else
Then report what you find in obsolete.log
OK. But, it might be the weekend before I get to this. I need to focus on
business the rest of the week.
Rich