From owner-freebsd-questions@freebsd.org Tue Sep 10 02:14:04 2019 Return-Path: Delivered-To: freebsd-questions@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 4442BEA599 for ; Tue, 10 Sep 2019 02:14:04 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46S7rC2rzDz3DYF for ; Tue, 10 Sep 2019 02:14:03 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id 59363ACBB; Mon, 9 Sep 2019 19:13:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1568081633; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iv06XVIWvef6wweIfwcQMWzgdV4A++zOaxdVwXbEwzM=; b=c5QZA5PYuWMbMON80yQMVUO0XoLjbRG5JCgsRJ9ht7ybe6TBQCgi8C94oCMzX2HpD1KriE 7whVruV7D4sbQkXIqtsWS8rCsI/ANIlMc1dZBhP9Bq1iFe/KHwV7vlKldUUkyh1kml03bM 3QG+tPswNaq0iYVZON1IRcuk+f2cpgdd3JtHAE/G80k8PLx2FX5gbOCEC07V3pYaHsos0Q Xo7WLo3wVn154+R5O93W3FcwNL0kfcx8Z3TKnA7TBo1qTMwKa7Oi4DtvjYtSn46A8jEAhw zLV2LpzcvG/Tnjwt4as8IwrcJxIZemXFG42iNkYCx8wWwe88NtqdWQi/Y6uJ2A== Received: by postfix.alerce.com (Postfix, from userid 501) id D35BF20118E827; Mon, 9 Sep 2019 19:13:52 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <23927.1760.769699.182178@alice.local> Date: Mon, 9 Sep 2019 19:13:52 -0700 To: Paul Macdonald Cc: freebsd-questions@freebsd.org Subject: Re: Poudriere tips In-Reply-To: References: X-Mailer: VM undefined under 26.1 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 46S7rC2rzDz3DYF X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=alerce.com header.s=dkim header.b=c5QZA5PY; dmarc=pass (policy=none) header.from=alerce.com; spf=pass (mx1.freebsd.org: domain of hartzell@alerce.com designates 206.125.171.163 as permitted sender) smtp.mailfrom=hartzell@alerce.com X-Spamd-Result: default: False [-5.28 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[alerce.com:s=dkim]; HAS_REPLYTO(0.00)[hartzell@alerce.com]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[alerce.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[alerce.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.28)[ip: (-6.70), ipnet: 206.125.168.0/21(-4.37), asn: 25795(-0.29), country: US(-0.05)]; ASN(0.00)[asn:25795, ipnet:206.125.168.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] 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: Tue, 10 Sep 2019 02:14:04 -0000 Paul Macdonald via freebsd-questions writes: > > Hi, > > After many years of procrastination, i finally have a poudriere system setup > > It wasn't actually that hard to do, and i already wonder why i didn't do > it ages ago. > > I'd be grateful if anyone in the group had any tips to share that i can > benefit from, before learning the hard way? I found this DigitalOcean tutorial very useful: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-poudriere-build-system-to-create-packages-for-your-freebsd-servers g.