On Oct 4, 2009, at 1:58 AM, vwc72...@voicenet.com wrote:


Its the O_EXCL in the open call! How can I make it not use O_EXCL?

Thanks,

-Ted-

strace.out.6700:open("/home/vmail/mydomain.net/myaccount/tmp/ 1254635441.M259070P6700.myserver.mydomain.net", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0777) = -1 EACCES (Permission denied)

I'd instead suggest changing SELinux policy to allow O_EXCL. Anyway, there is a setting for that (for now):

dotlock_use_excl = no

Reply via email to