From owner-freebsd-jail@FreeBSD.ORG Wed Mar 25 02:08:04 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C00EECC for ; Wed, 25 Mar 2015 02:08:04 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62061DFE for ; Wed, 25 Mar 2015 02:08:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date; bh=7QzZztPEZ2BoQLrWxQ1WLDdEJE1Wr0IvCN5UxH/g+mw=; b=HK9MsFJBjTn4BBz2UQNVml/7uxxilo7++2n9LSkstgK2q5TwH63Z593KbaKqZY8CVVY7KiKTlDpKECCGmZChSOadOUi4BUa7RteyZHgQwd9NrcwCHqWcd9ZhPv+1jRwkTy1Yo8NfLQHIy5EdKSvzcugBOSlvdTnpgqACK5EVxfQ=; Received: from [114.124.24.158] (port=32421 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Yaaji-002LPp-Qt for freebsd-jail@freebsd.org; Tue, 24 Mar 2015 20:08:03 -0600 Date: Wed, 25 Mar 2015 10:07:57 +0800 From: Erich Dollansky To: ANDREW CARTON via freebsd-jail Subject: Re: corrupted file systems with jail Message-ID: <20150325100757.48891d0c@B85M-HD3-0.alogt.com> In-Reply-To: <6F8D242810A6A847AD8651A3FBA067850263CC22@PPWVM002.fxoprod.office.fedex.com> References: <6F8D242810A6A847AD8651A3FBA067850263CC22@PPWVM002.fxoprod.office.fedex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 02:08:04 -0000 Hi, On Tue, 24 Mar 2015 20:11:35 +0000 ANDREW CARTON via freebsd-jail wrote: > So, followed the guidelines from the Handbook in section 15.5 > Updating Multiple Jails. I get everything to build, and then I can > run jails, but when the system reboots. The file system on the > partition is all messed up. I've got to run fsck a whole bunch of > times. This has happened on two different systems. Am I the only one > seeing this? > I have not seen this. Are you sure that the file system was fine before? I upgrade the jails from source since years without any problems of this kind. Erich