X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:subject:message-id:references:in-reply-to :from:to:reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=kxgJCWkAflJ48TPA 7/t9FpKVabUs6p/F8lXTrVXMriCvjaP3QjQtjKrYFt0fQ/AzTLPGRCb5X8J2Esp1 a28H6NklEqwUPb/slIL3UpUhDxK64gDFv+DbgbluFunpy8DEhbjf1fyd6SgbgskW q/xCSunUnAkOnHNSE2ygTjh76EE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:subject:message-id:references:in-reply-to :from:to:reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=E5CyWj42J4UeRwGJhq4QZF JcUeA=; b=W8Fs2TY9okkmCZgMvZcNXggStFX+MtUyWG06HosGgpTrDoUbZQ8A4x zyxJBwgrbYMSEak5Oe5TA9FktSRhx4phuMnH5t6GZLixxi8S5EjQHN/KHgQ+/AiD yiaefE+zhIDTEOTGyW1kn4s8crzG9AuA8uQPUzlkndVCc7F0p8ulU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_20,LIKELY_SPAM_SUBJECT,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail.retting.com X-Footer: cmV0dGluZy5jb20= Date: Fri, 24 Oct 2014 07:41:55 -0700 Subject: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+ Message-ID: <9a4cdc3a-8e1e-463c-9a0a-c2cc329899a4@retting.com> References: In-Reply-To: From: Jon Retting To: cygwin AT cygwin DOT com Reply-To: Jon Retting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s9OF1Fob006410 Sorry to report, but it would seem the new Cygwin versions break "bind-utils 9.9.5-3 -- 9.9.6-2" ability to stdout stdin. Tested on: CYGWIN_NT-6.1   1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37   x86_64 Cygwin (w2k8r2) CYGWIN_NT-6.3   1.7.32(0.274/5/3) 2014-08-13 23:06   x86_64 Cygwin (2012r2) I just canīt seem to do anything with host or digīs output. Be well ____ $  host cygwin.org cygwin.org has address 209.132.180.131 cygwin.org mail is handled by 10 sourceware.org. $ dig cygwin.org ; <<>> DiG 9.9.5 <<>> cygwin.org ; (1 server found) ++++ ___ $  host cygwin.org | grep cygwin $  dig cygwin.org | grep ANSWER $  test=$(mktemp); host cygwin.org > $test; cat $test; rm $test $  dig | awk '/root/ {print $0}' $  echo "$(dig cygwin.org)" $  grep cygwin <<< $(host cygwin.org) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple