From owner-freebsd-arm@FreeBSD.ORG Wed Jan 30 09:40:25 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B2EB593 for ; Wed, 30 Jan 2013 09:40:25 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id CBB8CAAD for ; Wed, 30 Jan 2013 09:40:24 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1U0U3n-0004lO-5H for freebsd-arm@freebsd.org; Wed, 30 Jan 2013 10:34:28 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1U0U3n-0004RQ-8F for freebsd-arm@freebsd.org; Wed, 30 Jan 2013 10:34:27 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: arm sshd dies References: <20130129143240.61bab059@ivory.lan> <1359489256.93359.162.camel@revolution.hippie.lan> <20130129150223.4e095c83@ivory.lan> Date: Wed, 30 Jan 2013 10:34:28 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <20130129150223.4e095c83@ivory.lan> User-Agent: Opera Mail/12.13 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.8 X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: 739ba1b2be5fabc1cc6069058737919f X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 09:40:25 -0000 On Tue, 29 Jan 2013 21:02:23 +0100, Brett Wynkoop wrote: > On Tue, 29 Jan 2013 12:54:16 -0700 > Ian Lepore wrote: > > >> Can you grep sshd in /var/log/messages and see if there are any clues >> about why it died? >> >> -- Ian > > Nothing at all in /var/log/messages about sshd! Odd! > > -Brett > > Did you check the rotated logfiles? /var/log/messages.0.bz2, etc. You can use bzgrep for those. Ronald.