vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Ok, I took a look at the tcpdump and it does seem weird. OpenBSD is returning EPERM for a setattr of mtime, when the client user does have write permission for the file. Looking at the OpenBSD3.8 code, the only thing I can see that would do this is if the IMMUTABLE flag was set on the file system? Otherwise, I think it must be caused by some post 3.8 change, assuming that the server file system is ufs. (Normally, the errors generated would be EROFS or EACCES, not EPERM.) rick |