On Fri, 27 Feb 2026 15:35:01 +1300 Amos Jeffries <[email protected]> wrote: > On Sun, 15 Feb 2026 22:12:30 +0000 Roger Lynn wrote: > > This is caused by the postrotate stanza: > > > > postrotate > > test ! -e /run/squid.pid || test ! -x /usr/sbin/squid || /usr/sbin/squid -k rotate > > endscript > > > > As I assume this won't warrant a stable update, I'd be grateful for any > > advice on how best to quieten it. Would "> /dev/null" on the end of that > > line be appropriate? > > Using /dev/null would prevent critical issues being reported. > > The better way would be adding -d0 option to the command.
Thanks, that does seem to resolve the problem. I only just saw this as Debbugs does not notify the submitter by default. Regards, Roger

