Re: Strange log file behavior

2013-07-18 Thread Grant
>> you are right. There is a problem: >> >> https://bugs.gentoo.org/show_bug.cgi?id=473036 >> >> Upstream (nginx) accepted the report: >> http://trac.nginx.org/nginx/ticket/376 > > The "accepted" part is about future enhancement. The Gentoo part > seems to be about wrong permissions on a log direc

Re: Strange log file behavior

2013-07-18 Thread Maxim Dounin
Hello! On Thu, Jul 18, 2013 at 03:14:10PM +0200, Igor Sverkos wrote: > Hi, > > you are right. There is a problem: > > https://bugs.gentoo.org/show_bug.cgi?id=473036 > > Upstream (nginx) accepted the report: > http://trac.nginx.org/nginx/ticket/376 The "accepted" part is about future enhanceme

Re: Strange log file behavior

2013-07-18 Thread Grant
> you are right. There is a problem: > > https://bugs.gentoo.org/show_bug.cgi?id=473036 > > Upstream (nginx) accepted the report: > http://trac.nginx.org/nginx/ticket/376 Many thanks Igor! You've saved me a lot of trouble. - Grant ___ nginx mailing li

Re: Strange log file behavior

2013-07-18 Thread Igor Sverkos
Hi, you are right. There is a problem: https://bugs.gentoo.org/show_bug.cgi?id=473036 Upstream (nginx) accepted the report: http://trac.nginx.org/nginx/ticket/376 -- Regards, Igor ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mail

Re: Strange log file behavior

2013-07-18 Thread Grant
>> I noticed that most of my rotated nginx log files are empty (0 bytes). >> >> My only access_log directive is in nginx.conf: >> >> access_log /var/log/nginx/localhost.access_log combined; >> >> Also nginx is currently logging to >> /var/log/nginx/localhost.access_log.1 instead of localhost.access

Re: Strange log file behavior

2013-07-15 Thread Grant
>> Any other ideas? > > Not sure if relevant, but in Gentoo's bug tracker are some open bugs > regarding current logrotate versions: > > https://bugs.gentoo.org/show_bug.cgi?id=476202 > https://bugs.gentoo.org/show_bug.cgi?id=474572 > https://bugs.gentoo.org/show_bug.cgi?id=476720 > > Seems to be u

Re: Strange log file behavior

2013-07-15 Thread Igor Sverkos
Hi, > Any other ideas? Not sure if relevant, but in Gentoo's bug tracker are some open bugs regarding current logrotate versions: https://bugs.gentoo.org/show_bug.cgi?id=476202 https://bugs.gentoo.org/show_bug.cgi?id=474572 https://bugs.gentoo.org/show_bug.cgi?id=476720 Seems to be upstream bug

Re: Strange log file behavior

2013-07-15 Thread Grant
>> >> I noticed that most of my rotated nginx log files are empty (0 bytes). >> >> >> >> My only access_log directive is in nginx.conf: >> >> >> >> access_log /var/log/nginx/localhost.access_log combined; >> >> >> >> Also nginx is currently logging to >> >> /var/log/nginx/localhost.access_log.1 ins

Re: Strange log file behavior

2013-07-15 Thread Maxim Dounin
Hello! On Mon, Jul 15, 2013 at 02:49:47AM -0700, Grant wrote: > >> I noticed that most of my rotated nginx log files are empty (0 bytes). > >> > >> My only access_log directive is in nginx.conf: > >> > >> access_log /var/log/nginx/localhost.access_log combined; > >> > >> Also nginx is currently l

Re: Strange log file behavior

2013-07-15 Thread Grant
>> I noticed that most of my rotated nginx log files are empty (0 bytes). >> >> My only access_log directive is in nginx.conf: >> >> access_log /var/log/nginx/localhost.access_log combined; >> >> Also nginx is currently logging to >> /var/log/nginx/localhost.access_log.1 instead of localhost.access

Re: Strange log file behavior

2013-07-14 Thread Maxim Dounin
Hello! On Sun, Jul 14, 2013 at 04:44:53AM -0700, Grant wrote: > I noticed that most of my rotated nginx log files are empty (0 bytes). > > My only access_log directive is in nginx.conf: > > access_log /var/log/nginx/localhost.access_log combined; > > Also nginx is currently logging to > /var/l

Strange log file behavior

2013-07-14 Thread Grant
I noticed that most of my rotated nginx log files are empty (0 bytes). My only access_log directive is in nginx.conf: access_log /var/log/nginx/localhost.access_log combined; Also nginx is currently logging to /var/log/nginx/localhost.access_log.1 instead of localhost.access_log. Does anyone kn