Summary: | www/squid: pinger doesn't start after r533790 change | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kan Sasaki <sasaki12> | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | pi, timp87 | ||||||
Priority: | --- | Keywords: | buildisok | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(timp87) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Comment on attachment 214399 [details] patch for pkg-plist >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 534916) >+++ pkg-plist (working copy) >@@ -46,10 +46,10 @@ > %%UNLINKD%%libexec/squid/unlinkd > %%SSL%%man/man8/security_file_certgen.8.gz > %%SSL%%libexec/squid/security_file_certgen >+%%ICMP%%@mode 4510 >+%%ICMP%%@group squid > %%ICMP%%libexec/squid/pinger >-%%ICMP%%@mode 4510 > %%ICMP%%@mode >-%%ICMP%%@group squid > %%ICMP%%@group > %%FS_DISKD%%libexec/squid/diskd > %%ETCDIR%%/squid.conf.documented (In reply to Kan Sasaki from comment #1) Oh, sorry, that's my fault. I'm gonna make it a bit different and simple to avoid such issues if the future. Created attachment 214407 [details]
port patch
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/145075259 @work Committed, thanks! A commit references this bug: Author: pi Date: Mon May 18 09:09:07 UTC 2020 New revision: 535732 URL: https://svnweb.freebsd.org/changeset/ports/535732 Log: www/squid: add patch to fix kerberos_ldap_group helper, fix pinger - add patch to fix kerberos_ldap_group helper work with heimdal - regenerate two patches to follow upstreamed versions - fix pinger permissions PR: 245861, 246410 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Changes: head/www/squid/files/patch-src-cf.data.pre head/www/squid/files/patch-src_acl_external_eDirectory__userip_ext__edirectory__userip__acl.cc head/www/squid/files/patch-src_acl_external_kerberos__ldap__group_support__krb5.cc head/www/squid/pkg-plist |
Created attachment 214399 [details] patch for pkg-plist Pinger doesn't start with the following message: 2020/05/08 16:30:01| pinger: Initialising ICMP pinger ... 2020/05/08 16:30:01| Open icmp_sock: (1) Operation not permitted 2020/05/08 16:30:01| pinger: Unable to start ICMP pinger. This is because pinger is installed as a non-setuid root binary.