From owner-freebsd-questions@freebsd.org Mon Dec 17 04:13:58 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71DDE134ABF6 for ; Mon, 17 Dec 2018 04:13:58 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [96.95.67.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9AFE581471 for ; Mon, 17 Dec 2018 04:13:57 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id 4BEDB2335281 for ; Sun, 16 Dec 2018 22:13:50 -0600 (CST) Date: Sun, 16 Dec 2018 22:13:49 -0600 From: "Zane C. B-H." To: freebsd-questions@freebsd.org Subject: poudriere causing issues with NFS shares on the same box Message-ID: <20181216221349.3bdbec9e@vixen42.vulpes.vvelox.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 9AFE581471 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of v.velox@vvelox.net designates 96.95.67.25 as permitted sender) smtp.mailfrom=v.velox@vvelox.net X-Spamd-Result: default: False [-4.29 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:96.95.67.25/32]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; DMARC_NA(0.00)[vvelox.net]; MX_GOOD(-0.01)[mail.vvelox.net]; NEURAL_HAM_SHORT(-0.93)[-0.931,0]; IP_SCORE(-1.16)[ipnet: 96.64.0.0/11(-4.80), asn: 7922(-0.89), country: US(-0.08)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:96.64.0.0/11, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 04:13:58 -0000 I've started working on maintaining my own package repo via poudriere and occasionally while I have poudriere running a bulk build, it appears to be causing issues with NFS shares on that box. Basically Apache running on another box that has mount points shared to it from my backend box I am running poudriere and the like on occasionally get read errors for files. Basically Apache is unable to read .htaccess and throws a 403 error. =46rom what I can tell, this is when a port poudriere is building is in in the starting phase. Any one have any idea what is going on or what I need to look at tweaking? Both systems in question are running 11-STABLE.