From owner-freebsd-current@FreeBSD.ORG Sun Mar 11 19:30:22 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4CE8106564A for ; Sun, 11 Mar 2012 19:30:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7660B8FC12 for ; Sun, 11 Mar 2012 19:30:22 +0000 (UTC) Received: by dald2 with SMTP id d2so4555691dal.13 for ; Sun, 11 Mar 2012 12:30:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Dbb2Gtc+xEKsYQ5LvuIEUwxP5iqshvveI4Mj8lIWCJ0=; b=ZFheHglTlmEJRxn0FsUVBrbvfm/1tQJkO9K9sqj3fQ+FbfKHfVpu0MYVMk0ZY7xCnY 7GYqFdVc1V9/10lKm+kLH355OxhHIZILxdGdgq1cgk+DLu8+hGkCq+78UE+Qy7EqJdyB 4aDD31xEFQJ83CaZ0GD5bgyJTBcxhhG7HEAw1YVVkyaWRs5ouAqthbG8X3cbfW+i/Q8g 7BpxCw4zQXKHZi5jRFw9QOXBRfaodMxZr0O9DXPppwhf8xeBhSIh5yjmuLOT4n2Ond/S JLEGg9Zit9nH2OVsC6EfK87853HXWQI4RYQZoi9UH1hl495FYEl/7jF8JPs3iy55LcTJ YEbw== MIME-Version: 1.0 Received: by 10.68.136.231 with SMTP id qd7mr15492543pbb.28.1331494222178; Sun, 11 Mar 2012 12:30:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Sun, 11 Mar 2012 12:30:22 -0700 (PDT) In-Reply-To: References: <4F5C5FFE.3080007@lissyara.su> Date: Sun, 11 Mar 2012 12:30:22 -0700 X-Google-Sender-Auth: O5VJWP37xbkzrG__1-TtTVo1Yuc Message-ID: From: Adrian Chadd To: jb Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: SU+J and fsck problem ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 19:30:22 -0000 Hi, I think you've included enough info. I don't know if fsck is supposed to work that way with journalling but if not, it'd be nice to get that documented. I'd also like to see that "timestamp mismatch" print out the timestamps so we can see what's going on. Eg, if your clock is somehow skewing. Adrian