with policycoreutils-2.0.9-5.fc7, any invocation of fixfiles yields the following message: /sbin/fixfiles: line 130: 3954 Broken pipe find $d ! \( -fstype ext2 -o -fstype ext3 -o -fstype jfs -o -fstype xfs \) -prune -o -print 3955 Segmentation fault | ${RESTORECON} ${OUTFILES} ${FORCEFLAG} $* -f - 2>&1 >> $LOGFILE Since pid 3954 is getting the Broken pipe, and 3955 is segfaulting, I assume the segfault is in restorecon. The line that causes the segfault is: restorecon -p -f - The input file list appears normal.
Dan fixed this earlier today and already got me to tag it
Fixed in policycoreutils-2.0.9-8.fc7
Works for me.