From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QjqGM-0005BJ-B8 for openembedded-devel@lists.openembedded.org; Thu, 21 Jul 2011 12:13:50 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p6LA9eHN031735; Thu, 21 Jul 2011 11:09:40 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30977-06; Thu, 21 Jul 2011 11:09:36 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p6LA9VCf031728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Jul 2011 11:09:31 +0100 From: Richard Purdie To: openembedded-devel@lists.openembedded.org In-Reply-To: <1311242730.2344.76.camel@rex> References: <1311242730.2344.76.camel@rex> Date: Thu, 21 Jul 2011 11:09:26 +0100 Message-ID: <1311242966.2344.77.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Tom King Subject: Re: git server X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2011 10:13:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-07-21 at 11:05 +0100, Richard Purdie wrote: > On Wed, 2011-07-20 at 20:10 -0700, Tom King wrote: > > approximately 0400UTC the git server was migrated from the failing Melo > > instance to another instance on another machine while we continue to > > troubleshoot melo. > > Fir reference the machine ssh keys changed as a result of this > triggering security warnings. > > Something is also wrong with the bitbake repository as I can no longer > access it: > > $ git pull > fatal: 'repositories/bitbake.git' does not appear to be a git repository > fatal: The remote end hung up unexpectedly I figured out why - DNS for git.openembedded.net is still pointing at what would have been melo and I have a very old config file. I guess people need to watch out for this... Cheers, Richard