Bug#737188: logrotate: doesn't report permission errors unless run with -v

2014-02-08 Thread Paul Martin
On Wed, Feb 05, 2014 at 09:07:34PM +0100, Oskar Liljeblad wrote: It seems to occur in 3.8.7-1 as well. The check is in config.c: if ((sb.st_mode 07533) != 0400) { message(MESS_DEBUG, Ignoring %s because of bad file

Bug#737188: logrotate: doesn't report permission errors unless run with -v

2014-02-05 Thread Oskar Liljeblad
On Friday, January 31, 2014 at 08:24, Paul Martin wrote: If you have a file in /etc/logrotate.d/ with incorrect permissions according to logrotate (e.g. root root 0664) then logrotate will silently ignore the file unless run with -v. That means that errors are not reported to

Bug#737188: logrotate: doesn't report permission errors unless run with -v

2014-01-31 Thread Paul Martin
On Fri, Jan 31, 2014 at 08:40:58AM +0100, Oskar Liljeblad wrote: Package: logrotate Version: 3.8.1-4 Severity: normal If you have a file in /etc/logrotate.d/ with incorrect permissions according to logrotate (e.g. root root 0664) then logrotate will silently ignore the file unless run with

Bug#737188: logrotate: doesn't report permission errors unless run with -v

2014-01-30 Thread Oskar Liljeblad
Package: logrotate Version: 3.8.1-4 Severity: normal If you have a file in /etc/logrotate.d/ with incorrect permissions according to logrotate (e.g. root root 0664) then logrotate will silently ignore the file unless run with -v. That means that errors are not reported to administrators at all.