From owner-freebsd-ports@freebsd.org Fri Oct 30 17:52:28 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6B014577E6 for ; Fri, 30 Oct 2020 17:52:28 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CN8z03m0Bz4J43 for ; Fri, 30 Oct 2020 17:52:28 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 09UHqZke013472 for ; Fri, 30 Oct 2020 10:52:42 -0700 (PDT) (envelope-from portmaster@bsdforge.com) MIME-Version: 1.0 Date: Fri, 30 Oct 2020 10:52:35 -0700 From: Chris To: FreeBSD Subject: Re: Bind master error on empty.db In-Reply-To: <86FFAF27-CF65-4A1B-A10D-0EE45D3E4676@kreme.com> References: <86FFAF27-CF65-4A1B-A10D-0EE45D3E4676@kreme.com> User-Agent: UDNSMS/17.0 Message-ID: <16560a8caf2bf9e09eb88a68cc149eeb@bsdforge.com> X-Sender: portmaster@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CN8z03m0Bz4J43 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 17:52:29 -0000 On 2020-10-29 04:25, @lbutlr wrote: > Spam detection software, running on the system "mail.covisp.net", > has identified this incoming email as possible spam. The original > message has been attached to this so you can view it or label > similar future email. If you have any questions, see > admin@covisp.net for details. > > Content preview: When updating bind 9.16 I get: pkg-static: file > '/usr/local/etc/namedb/master/empty.db' > is missing pkg-static: package creation failed ===>>> Ignore this error > [i] > ===>>> Abort update [a] ===>>> Retry [r] > > Content analysis details: (6.1 points, 5.0 required) > > pts rule name description > ---- ---------------------- > -------------------------------------------------- > -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% > [score: 0.0000] > 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit > characters > 3.3 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL > [73.14.161.160 listed in zen.spamhaus.org] > 0.0 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP > address > [73.14.161.160 listed in dnsbl.sorbs.net] > 1.0 RDNS_DYNAMIC Delivered to internal network by host with > dynamic-looking rDNS > 0.3 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS > 0.0 HELO_MISC_IP Looking for more Dynamic IP Relays > 1.9 NO_FM_NAME_IP_HOSTN No From name + hostname using IP address > > BAYES_HT 0.000-+--H*Ad:U*freebsd-ports, 0.000-+--grep, 0.000-4--bytes, > 0.001-+--H*Ad:D*freebsd.org, 0.002-1--retry, 0.002-+--usr, 0.002-1--sooner, > 0.002-1--UD:db, 0.003-+--HTo:D*freebsd.org, 0.003-1--abort, 0.004-+--config, > 0.006-+--HTo:U*freebsd-ports, 0.009-+--HTo:D*org, 0.010-+--bind, > 0.015-+--H*x:Apple, 0.016-+--H*UA:Apple, 0.037-+--H*Ad:D*org, > 0.041-+--H*ct:plain, > 0.048-+--install, 0.049-3--H*m:kreme, 0.049-3--H*F:U*kremels, 0.061-+--file, > 0.063-2--H*x:2.3654.0.3.2.82, 0.063-2--H*UA:2.3654.0.3.2.82, > 0.089-1--sample, > 0.093-4--ignoring, 0.093-2--H*F:D*kreme.com, 0.116-+--error, > 0.124-1--rushed, > 0.126-+--etc > BAYES_ST 0.987-1--HX-Envelope-From:sk:kremels > > > Looks to me that it (empty.db) may not be properly listed in the ports pkg-plist file. As an aside; why the enormous SPAM header? --Chris