Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2025 14:31:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 284312] www/squid
Message-ID:  <bug-284312-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284312

            Bug ID: 284312
           Summary: www/squid
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: p+freebsd@krvtz.net
                CC: timp87@gmail.com
             Flags: maintainer-feedback?(timp87@gmail.com)
                CC: timp87@gmail.com

The current rc.d/squid script uses "squid -k shutdown" as a fancy way of
stopping Squid, which on 6.12 on many configurations crashes the process wi=
th
SIGSEGV due to bug https://bugs.squid-cache.org/show_bug.cgi?id=3D5390 but =
can be
mitigated by using standard FreeBSD stop command using SIGTERM. Otherwise
service squid stop doesn't work and leaves dangling squid processes. The bu=
g is
pretty well documented in this OPNsense report:

https://github.com/opnsense/plugins/issues/3827

I have proposed the patch here, which is basically all about commenting out=
 the
line "stop_precmd=3Dsquid_prestop"

https://github.com/freebsd/freebsd-ports/pull/339

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284312-7788>