From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 64300E00948; Thu, 28 Jan 2016 02:16:31 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KHOP_DYNAMIC autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 KHOP_DYNAMIC Relay looks like a dynamic address Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A5281E00838 for ; Thu, 28 Jan 2016 02:16:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0SAG8qN014622; Thu, 28 Jan 2016 10:16:16 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LxsCgt0u5Ta5; Thu, 28 Jan 2016 10:16:16 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0SAGB41014641 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 28 Jan 2016 10:16:13 GMT Message-ID: <1453976171.10340.44.camel@linuxfoundation.org> From: Richard Purdie To: "Burton, Ross" , Robert Yang Date: Thu, 28 Jan 2016 10:16:11 +0000 In-Reply-To: References: <1453818056-6498-1-git-send-email-ross.burton@intel.com> <56A9CA3B.4000704@windriver.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: Poky Project Subject: Re: [PATCH] conf/distro/poky.conf: use google.com for connectivity check X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 10:16:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-01-28 at 09:17 +0000, Burton, Ross wrote: > > On 28 January 2016 at 07:58, Robert Yang > wrote: > > Sorry, but google.com is nearly unreachable in China as the reason > > you may know. > > > > How about 8.8.8.8 which is OK ? > > > That's a good point which I should have thought of. I'm surprised > the Great Firewall lets 8.8.8.8 through, but as this check uses the > fetcher there needs to be a HTTP URL it can open and 8.8.8.8 doesn't > respond to HTTP. Note that we specifically put an https:// test in here too as we've had issues with that before :( Cheers, Richard