From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: a boto-works test for tabled? Date: Fri, 18 Dec 2009 13:47:06 -0500 Message-ID: <4B2BCE2A.8050909@garzik.org> References: <4B2B55FA.2070109@garzik.org> <4B2BA679.9020202@redhat.com> <20091218100928.1d4ce2d5@redhat.com> <4B2BB907.3090000@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=DjSTC2TgLlCwWXTLUkEyHUeNIqeKJLebSPqDMt4mxVQ=; b=rnv+2/6tVjDbqHwFperjJDaO0coim5v+n7+K11XSdVfEjOv9NgoLR+T7lvHdvnnIUs xzS8jRRESdqMkPQFtCVV2Al+lJEDidz23tqWJkCMsXickZDhT0fZFJ5U78VWloi+5RI+ Ff+rB2R53d3nm2TgtTrUhFdf52luISh6fA8p8= In-Reply-To: <4B2BB907.3090000@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jeff Darcy Cc: Pete Zaitcev , Project Hail On 12/18/2009 12:16 PM, Jeff Darcy wrote: > On 12/18/2009 12:09 PM, Pete Zaitcev wrote: >> 1. I fixed the calling format issue long time ago. Mind that you have >> to add a wildcard for it to work: >> >> ; Default port is 8081, we override it with -p 4499 in /etc/sysconfig/cld >> _cld._udp IN SRV 10 50 4499 hitlain >> _cld._udp IN SRV 10 50 4499 elanor >> ; >> ; Intel no-name experimental box, wildcard is for tabled >> hitlain IN A 192.168.128.2 >> IN AAAA fec0:0:0:1:0:0:c0a8:8002 >> *.hitlain.zaitcev.lan. IN A 192.168.128.2 >> IN AAAA fec0:0:0:1:0:0:c0a8:8002 > > Yes, if you're willing/able to make DNS changes then that probably > works. I suggest that it's an impediment to testing in most environments. Certainly an impediment in ours... We have all kinds of hackery to make sure that "make distcheck" works for each package. I have even considered shipping a DNS config, and installing a DNS server on an alternate port... but not too many setups permit one to override the DNS query port or otherwise permit substitution of an alternate DNS service. Jeff