From owner-freebsd-current@freebsd.org Mon Aug 20 06:25:21 2018 Return-Path: Delivered-To: freebsd-current@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 E3B2B1085AB4 for ; Mon, 20 Aug 2018 06:25:20 +0000 (UTC) (envelope-from mail@dbalan.in) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92B107D96C for ; Mon, 20 Aug 2018 06:25:20 +0000 (UTC) (envelope-from mail@dbalan.in) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4A82421841; Mon, 20 Aug 2018 02:25:14 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 20 Aug 2018 02:25:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dbalan.in; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=IHSaB7mMfU+q0KIJcTc+2GOuitABkSG9X9loYXKMfvk=; b=PDgThEYI AkObzegTj8QjorvhSGdyp6lZPLQoeT9fIdLCmVEpwwP9pZQYOxRjCP2yUzJr0dr7 CtW5aC34sSxm2ctpo4mqoYXVZ96GVoSlR75fDdlShKbvbX/RzP6zqim+mCgjzTTJ yUYIyCPvmqPBtZl9dx35XtCH7gBSjMGHvxdPPSo/HV8+PcoHIXA8AC8B3gnGW0sh 7TpL5Sjpfd2gFRUGamfH4ta0SRvThPFoKZ5FP7zG5LozbUlw7ByMexuEG7IPN25p MasmDQY+31m/pmvSFXrH3K0xcww/wexUi9/GVlpvjvCnvXhcRH9BttKZWHG0mvWl wIMWT+U8/iPzzw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=IHSaB7mMfU+q0KIJcTc+2GOuitABk SG9X9loYXKMfvk=; b=s4Bn4Le3eiw91A3oxlxuASEUHAA/qYVSBPyokl0tUf0bI ZPc+ZkmqsU0k8boGQVfS+D4CW58AosZgXhB5tZQqrYad7cLCpi6G9/kmb/wEJDx4 e8kKaQ66STMktb64rZ3vrnQi5Lb1YS9ARtatm4oiSfeeVoz+H0FJPePAh7h+Hg3t n155/LfAkKzxk1AdlyannxSh5Wi7/iPlXJKAg4l+0bw6gm9yHB1y5RdobANFFt6x vAAwK+lN8eNPNVnu5RHrJ8aQrRSJs/D7mm6t+Hoi0PTACWD9DMQmd2tk60lbOj3P ncc88kR9aBEsaAe5IpSKmIoUkdyONp5cVDjGKWJyA== X-ME-Proxy: X-ME-Sender: Received: from localhost (p5090fab3.dip0.t-ipconnect.de [80.144.250.179]) by mail.messagingengine.com (Postfix) with ESMTPA id 2D097E454E; Mon, 20 Aug 2018 02:25:13 -0400 (EDT) Date: Mon, 20 Aug 2018 08:25:11 +0200 From: Dhananjay Balan To: Cy Schubert Cc: freebsd-current@freebsd.org Subject: Re: Sharing compiled builds between multiple 12-CURRENT boxes. Message-ID: <20180820062511.yaa2rimgmwpv3hxx@kazhap> References: <20180818223420.rjisst4vuxzxbcrl@kazhap> <201808182336.w7INaF5J088304@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201808182336.w7INaF5J088304@slippy.cwsent.com> User-Agent: NeoMutt/20180512 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 06:25:21 -0000 On Sat, Aug 18, 2018 at 04:36:15PM -0700, Cy Schubert wrote: > You can use NFS or rsync. Make sure the src and obj path names are > exactly the same on all thes servers. I used to use NFS until a year or > two ago when I started using different patches on different machines. > On occasion I've used rsync followed by a NO_CLEAN, WORLDFAST, KERNFAST > build on the target machine or simply installkernel and installworld. > I had a quick try of this, with rsync. installkernel worked properly and I can boot, howver installworld fails with lot of $PROGRAM not found erroer for env, mktemp etc. Thanks for all the suggestions I will grok at the installworld a bit more, and will also give PkgBase a try. - Dhananjay Balan