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. HTH Amos

