Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932750 - net-proxy/squid - logrotate does not trigger rotate/reconfigure to reopen logs
Summary: net-proxy/squid - logrotate does not trigger rotate/reconfigure to reopen logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hank Leininger
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-05-25 19:43 UTC by Hank Leininger
Modified: 2024-07-03 13:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hank Leininger 2024-05-25 19:43:03 UTC
net-proxy/squid/files/squid.logrotate does not have a postrotate action to cause squid to close and reopen its logfiles.

We should call squid -k rotate so that files get reopened.
Comment 1 Larry the Git Cow gentoo-dev 2024-07-03 13:26:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a9968929b0dbb164a56bcb18db0a5a86839a78

commit e3a9968929b0dbb164a56bcb18db0a5a86839a78
Author:     Hank Leininger <hlein@korelogic.com>
AuthorDate: 2024-05-25 17:44:57 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-07-03 13:26:37 +0000

    net-proxy/squid: add 6.9
    
    Fix some gcc-14 compilation issues, add upstream memleak fix patch,
    init script & logrotate/cron fixes.
    
    Closes: https://bugs.gentoo.org/932742
    Closes: https://bugs.gentoo.org/931123
    Closes: https://bugs.gentoo.org/932744
    Closes: https://bugs.gentoo.org/932750
    Signed-off-by: Hank Leininger <hlein@korelogic.com>
    Closes: https://github.com/gentoo/gentoo/pull/36815
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-proxy/squid/Manifest                          |   2 +
 net-proxy/squid/files/squid-6.9-memleak_fix.patch | 563 ++++++++++++++++++++++
 net-proxy/squid/files/squid.cron-r1               |  15 +
 net-proxy/squid/files/squid.initd-r7              | 133 +++++
 net-proxy/squid/files/squid.logrotate-r1          |  11 +
 net-proxy/squid/squid-6.9.ebuild                  | 391 +++++++++++++++
 6 files changed, 1115 insertions(+)