You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cp with the -p option fails when accessing a file descriptor while trying to copy the file timestamps. Here is an strace output for cp -pr file.foo file.bar on NFS.
A
cp
with the-p
option fails when accessing a file descriptor while trying to copy the file timestamps. Here is an strace output forcp -pr file.foo file.bar
on NFS.It looks to be due to a missing wrapper for
utimensat
.We should also check
fadvise64
,fgetxattr
,fgetxattr
.The text was updated successfully, but these errors were encountered: