From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 10:11:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FAE37B401 for ; Sun, 6 Jul 2003 10:11:54 -0700 (PDT) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881AA43FEC for ; Sun, 6 Jul 2003 10:11:53 -0700 (PDT) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.9/8.12.9) id h66HBpNi028080 for freebsd-questions@freebsd.org; Sun, 6 Jul 2003 19:11:51 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200307061711.H66HBP27028072@asarian-host.net> Date: Sun, 06 Jul 2003 17:11:51 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 0HzHYFhdWWaFloGAqiRnxBWCgqv2orRjf5pVxBpXeQ6dLTTu4jPvRrCP5oDIqM6SMmurJ4WQOMkmI7UnqSKlmg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAPwhYVzFqW1BleBN9AQG6zgf+PSq5hmJO8mlmljyUe6+IdAgErCT5CnR3 lJb/T5vJKpoXhzotPzcFoeoYebRwvDWytcdA1lmi9O7RvHuZxnEbOAmLaKvdVRnJ tWy35dg02TODoRN4u2LvYPp0Nz77kt7MGT6HGNm/ZQu2afJfB2d4HfwjAQacCjy0 w7qy9dWYIcQokWtKFSwRsfHJx1Gg4VW/UBXo2spyK7wViuZSH/vH++aEdYuLQ8HN bS+AN/Nud0tUIM/LnbqO5dcjtmVKHF1Os7xDYAhiGCRFydTy/FRds+0mTI4NgRFA YYRCgAtieAgDnqmowrG/Lf9Fj8vwX3I4qfFhQei6+Ik5bhUDzdgzmQ== =oruO Subject: Error in the dump file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 17:11:55 -0000 And odd thing happened. I copied the /var partion to a vmware shadow box; then this occured: % restore -rf /mymount/var.sunday_back expected next file 1135924, got 1135923 That is weird. So, I ran a fsck: % fsck -f /var ** /dev/ar0s1f (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 5179 files, 357624 used, 1190607 free (1071 frags, 148692 blocks, 0.1% fragmentation) There seem no errors. So, why would there be an error in the dump file? Thanks! - Mark