[Rpm-maint] [rpm-software-management/rpm] rpm install failed with "cpio: utime failed - Resource temporarily unavailable" (#449)
Panu Matilainen
notifications at github.com
Wed Jun 13 13:45:29 UTC 2018
Ok, thanks for narrowing it down to unfs3. Never heard of such a thing before now, which goes to explain why such an issue has never turned up before...
Mmh, looking at unfs3 code, the following is the only reference to utimes that I could find:
```
/*
* setting of time, races with local filesystem
*
* there is no futimes() function in POSIX or Linux
*/
static nfsstat3 set_time(const char *path, backend_statstruct buf, sattr3 new)
```
That's a wee bit outdated, but then the commit is from 2004.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/449#issuecomment-396942596
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180613/0cb52927/attachment.html>
More information about the Rpm-maint
mailing list