From owner-freebsd-doc@freebsd.org Fri Oct 16 19:43:27 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F410A17115 for ; Fri, 16 Oct 2015 19:43:27 +0000 (UTC) (envelope-from phryk@commander1024.de) Received: from mail.commander1024.de (commander1024.de [IPv6:2a01:4f8:150:8ff8::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5BFB12C7 for ; Fri, 16 Oct 2015 19:43:26 +0000 (UTC) (envelope-from phryk@commander1024.de) Received: from localhost (localhost [127.0.0.1]) by mail.commander1024.de (Postfix) with ESMTP id 16AD834610FE for ; Fri, 16 Oct 2015 21:43:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.commander1024.de Received: from mail.commander1024.de ([127.0.0.1]) by localhost (Galatea.commander1024.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PKVkpw4BNhoh for ; Fri, 16 Oct 2015 21:43:18 +0200 (CEST) Received: from miasma.phryk (ip-109-91-240-237.hsi12.unitymediagroup.de [109.91.240.237]) by mail.commander1024.de (Postfix) with ESMTPSA id 85FB234610AC for ; Fri, 16 Oct 2015 21:43:18 +0200 (CEST) Date: Fri, 16 Oct 2015 21:42:26 +0200 From: User Phryk To: freebsd-doc@FreeBSD.org Subject: freebsd-update for jails built after "Updating Multiple Jails" Message-ID: <20151016194226.GA4760@miasma.phryk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 19:43:27 -0000 Heya, I set up my jails like described in [1]. My setup differs a tiny bit in directory naming, and the fact that I've foregone creating skel/etc/make.conf because I'm using a central poudriere installation for all my port-building needs. I am assuming this doesn't change anything for updating the basesystem, but please do correct me if I'm wrong. I can update the packages just fine using "pkg upgrade -j", but I'm kind of at a loss on what the equivalent of doing the "freebsd-update fetch/install" and "freebsd-update upgrade -r" procedures is for these kinds of jails. I've already searched through the docs and asked in freenode/#freebsd a number of times, but sadly nobody seemed to be able to answer my question… I'm strongly suspecting that "freebsd-update" is not the way to go and that I have to have my machine compile the basesystem itself. Is this the case? And if so, do I just need to follow[2] and then do "make installworld DESTDIR=/my/jailroot"? Any help in clearing this confusion up is greatly appreciated. Greetings, phryk PS: I found this mail address below the documentation, not sure if its an ML i need to join - if so please don't hesitate to tell me to join so this question can be answered publicly. [1] https://www.freebsd.org/doc/handbook/jails-application.html [2] https://www.freebsd.org/doc/handbook/makeworld.html