Displaying 1 result from an estimated 1 matches for "mainpic".
Did you mean:
mainpid
2003 May 06
0
mkstemp done in sub-optimal directory
...cademus:/var/pub
directory, but the tomg user has write permission for the library
directory and all its sub-directories.
I managed to run the strace utility on the server side to figure out
what was happening. Here is a relevant block of lines:
| 6997 open("library/art/Cort?s,_Edouard_Leon/mainpic.jpeg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
| 6997 gettimeofday({1052152429, 148285}, NULL) = 0
| 6997 getpid() = 6997
| 6997 open(".mainpic.jpeg.Cws2Pl", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EACCES (Permission denied)
| 6...