warning: truncate before-queue filter speed-adjust log: Permission denied

2011-02-18 Thread Mark Martinec
: truncate before-queue filter speed-adjust log: Permission denied Other than that, everything looks normal. There are no leftover files in the spool area, and mail is delivered normally. I took a liberty to let smtpd_proxy.c log a path of the log stream, added a printout of the path just after a file

Re: warning: truncate before-queue filter speed-adjust log: Permission denied

2011-02-18 Thread Wietse Venema
:25:39 xxx postfix/smtpd[3620]: > warning: truncate before-queue filter speed-adjust log: Permission denied > > Other than that, everything looks normal. There are no leftover files > in the spool area, and mail is delivered normally. > > I took a liberty to let smtpd_proxy.c l

Re: warning: truncate before-queue filter speed-adjust log: Permission denied

2011-02-18 Thread Mark Martinec
Wietse Venema wrote: > Please file a ZFS bug reportug. As per POSIX, when the O_CREAT is > specified to open(), > The third argument does not affect whether the file is open > for reading, writing or for both. > In other words, read/write access is controlled with the O_RDWR flags, > not th

Re: warning: truncate before-queue filter speed-adjust log: Permission denied

2011-02-21 Thread Matthias Andree
On Fri, 18 Feb 2011, Wietse Venema wrote: > Please file a ZFS bug reportug. As per POSIX, when the O_CREAT is > specified to open(), > > The third argument does not affect whether the file is open > for reading, writing or for both. > > In other words, read/write access is controlled wit

Re: warning: truncate before-queue filter speed-adjust log: Permission denied

2011-02-21 Thread Wietse Venema
Matthias Andree: > On Fri, 18 Feb 2011, Wietse Venema wrote: > > > Please file a ZFS bug reportug. As per POSIX, when the O_CREAT is > > specified to open(), > > > > The third argument does not affect whether the file is open > > for reading, writing or for both. > > > > In other words,

Re: warning: truncate before-queue filter speed-adjust log: Permission denied

2011-03-24 Thread Mark Martinec
> Wietse Venema wrote: > > Please file a ZFS bug reportug. As per POSIX, when the O_CREAT is > > specified to open(), > > The third argument does not affect whether the file is open > > for reading, writing or for both. > > In other words, read/write access is controlled with the O_RDWR fla