From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 19:38:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 337801065697 for ; Tue, 24 Feb 2009 19:38:20 +0000 (UTC) (envelope-from freebsdnewb@yahoo.com) Received: from n75.bullet.mail.sp1.yahoo.com (n75.bullet.mail.sp1.yahoo.com [98.136.44.51]) by mx1.freebsd.org (Postfix) with SMTP id 0C4C38FC15 for ; Tue, 24 Feb 2009 19:38:20 +0000 (UTC) (envelope-from freebsdnewb@yahoo.com) Received: from [69.147.84.144] by n75.bullet.mail.sp1.yahoo.com with NNFMP; 24 Feb 2009 19:25:58 -0000 Received: from [67.195.9.82] by t6.bullet.mail.sp1.yahoo.com with NNFMP; 24 Feb 2009 19:25:58 -0000 Received: from [67.195.9.99] by t2.bullet.mail.gq1.yahoo.com with NNFMP; 24 Feb 2009 19:25:57 -0000 Received: from [127.0.0.1] by omp103.mail.gq1.yahoo.com with NNFMP; 24 Feb 2009 19:25:57 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 964386.64880.bm@omp103.mail.gq1.yahoo.com Received: (qmail 62023 invoked by uid 60001); 24 Feb 2009 19:25:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1235503557; bh=mdPfK70PvTXu73E9GMu6hMHRkEC83/P7efz9qhxBneQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=IUNHI+kTNOHbjG3FXcB+pjzWt6yJkOgD8P4rgR3/pTfa0UrUgFLfJARpfcV5v2y1yfb3qrohnkC0zIi2jD3y7ixMSXOXQjvLwFSrKiWxJxPHG6UWY4TzkYsJXoJI1Lq4lQZLUsgrCWEzutfFtd4jXjSWaW3hfzxxwRl94wkkWlI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=oAMMCTZm1JrtaPBhnsF4RioilcpVPGZevm6iFfbuorcCY0TXenjx9MX+6vbCdM5SG43X9wQ58RwfGtP5jJGMLndvUniqCLXxallrBoinCy2AQhCmgHpQr2cu5CFCQmHkC1skVPVueBSVIVJkErFgSFrS1Pn87oQ+EUKHOYL3YIo=; Message-ID: <639048.56944.qm@web111210.mail.gq1.yahoo.com> X-YMail-OSG: YV0I65oVM1m5S3UidZ6tZK_.8BbWkz_9nxc80f2uvPAOfns9gAHyidQQWb3IKOD6D.n6ni30uj2HHav11w2pn.OEEqUyZIeixYuhtNS7LrXW5TX2dFO7gz7H1.0RfSIlarzt8nZNsUWuHbjwJvJtl8c_S2Hh7v.SSjgovhWTd220Zi3A6KL9dkkgVxS64OhkU1nVHPbjAO1.o4LvXH7Nzmk4Nw1U Received: from [96.56.215.163] by web111210.mail.gq1.yahoo.com via HTTP; Tue, 24 Feb 2009 11:25:56 PST X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.289.1 Date: Tue, 24 Feb 2009 11:25:56 -0800 (PST) From: Monty Pyth To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WTMP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 19:38:20 -0000 I have an offline server that is corrupted. I am rtrying to piece through the problem. I have several WTMP files and I am trying to read them. I am using last -f | less and am receiving output. However, I do not believe it is the complete output. I say this because when I look at the WTMP in a regular file editor I see many more IP addresses in that file versus the ouput of the last -f | less. I am also hitting page down or the down arrow till it says END. Are there any other commands I can run to ensure I am getting the complete output? Also, is there a text file I can review that has the configuration of the initial set up of the server? Thanks.