Mike Frysinger wrote: > > fchown(4, 0, 1017) = -1 EPERM (Operation not permitted) > > fchown(4, 4294967295, 1017) = 0 > > i'm not seeing the second fchown(), just the first
Is this still within the same failure space as the directory that was go-rwx? Because if so then I think it means that this got the system cp instead of the freshly built one. A cascade failure. Fixing that should fix this too. I hope. I think the difference is this one: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=cbc06bb6390c1 Bob _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils