From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] cld: implement dynamic port Date: Wed, 09 Sep 2009 15:01:52 -0400 Message-ID: <4AA7FBA0.9090307@garzik.org> References: <20090902204858.7a3e34a9@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090902204858.7a3e34a9@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 09/02/2009 10:48 PM, Pete Zaitcev wrote: > This patch is needed to build on Fedora. The buildsystem can run two > builds on the same system in the same time (for example, one for 32-bit > buildroot, and another for 64-bit buildroot). Since we include > "make check" step, port numbers used by simultaneous builds conflict, > causing the build to fail. > > Keeping a patch for this in Fedora is additional labor placed on > maintainer, and there's a remote possibility that it may be useful > for someone else, so let's include this feature. > > Signed-off-by: Pete Zaitcev applied 1-2 though for uniformity, I lean towards thinking that the daemon should always write a port file, regardless of whether the port was manually specified or automatically bound. that enables scripts to work regardless of the locally chosen site policy. Jeff