fde101 Posted July 29, 2019 Posted July 29, 2019 errno 22 is EINVAL, and for flock it is documented to return that in errono if attempting to lock something that is not a file. File locking on a network share can be problematic as even with a common protocol different implementations can behave differently under various conditions, particularly when mixing protocols (though I don't think that is the case here) or connecting a client on one platform to a server on a different platform. Quote
Staff Chris B Posted July 31, 2019 Staff Posted July 31, 2019 Hey ggt667, How often does this happen? Quote How to format a bug report | Learning Resources | List of V2 FAQs | YouTube Tutorials
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.