From owner-freebsd-jail@FreeBSD.ORG Thu Oct 8 18:54:49 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20A48106568B for ; Thu, 8 Oct 2009 18:54:49 +0000 (UTC) (envelope-from remodeler@alentogroup.org) Received: from courriel.marmotmail.com (courriel.marmotmail.com [85.17.36.172]) by mx1.freebsd.org (Postfix) with ESMTP id D7E638FC1A for ; Thu, 8 Oct 2009 18:54:48 +0000 (UTC) Received: from bruce.epifora.com (localhost.local [127.0.0.1]) by courriel.marmotmail.com (Postfix) with ESMTP id 9D14B2396B9 for ; Thu, 8 Oct 2009 21:52:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id 34D9B4761F9 for ; Thu, 8 Oct 2009 14:50:42 -0400 (EDT) Received: from bruce.epifora.com ([127.0.0.1]) by localhost (bruce.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16632-02 for ; Thu, 8 Oct 2009 14:50:41 -0400 (EDT) Received: from alentogroup.org (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id ECB674761F8 for ; Thu, 8 Oct 2009 14:50:40 -0400 (EDT) From: "remodeler" To: freebsd-jail@freebsd.org Date: Thu, 8 Oct 2009 14:50:40 -0400 Message-Id: <20091008184515.M60887@alentogroup.org> X-OriginatingIP: 127.0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Can't upgrade jails to 8.0 using freebsd-update X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 18:54:49 -0000 I don't think your /usr/jail/mysql/ root is really a basedir, the way freebsd-update thinks of it. The jail only has world files, not the kernel. There are a number of specialized jail admin tools in ports. Also, the handbook has good information on a manual method to maintain jails, using symlinks and nullfs mounts for security. It uses make installworld with a target to the jail directory.