From owner-freebsd-questions@FreeBSD.ORG Thu Jan 30 13:42:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6321B705 for ; Thu, 30 Jan 2014 13:42:56 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBAF1E2D for ; Thu, 30 Jan 2014 13:42:55 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8rtN-0001Tw-Lr for freebsd-questions@freebsd.org; Thu, 30 Jan 2014 14:42:53 +0100 Received: from kontrol.kode5.net ([80.229.5.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 14:42:53 +0100 Received: from jmzgriffin by kontrol.kode5.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 14:42:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: James Griffin Subject: Re: poudriere zfs/zpool create question Date: Thu, 30 Jan 2014 13:42:30 +0000 (UTC) Lines: 20 Message-ID: References: <20140129172826.54fc6d7b@dijkstra-old.cruwe.de> <20140130142744.564b721e@dijkstra-old.cruwe.de> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kontrol.kode5.net User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 13:42:56 -0000 On 2014-01-30, Christopher J. Ruwe wrote: > On Thu, 30 Jan 2014 11:38:21 +0000 (UTC) > James Griffin wrote: > >> The command i'm using to create the jail isn't working. I've checked >> the man page, the command is correct so i'm stuck. The command is: >> >> # poudriere jail -c -j 10amd64 > > This is not sufficient, you just "named" your jail, but did not specifiy > which version you like there. Correct is > > # poudriere jail -c -j 10amd64 -v 10.0-RELEASE > > Cheers, Thanks Cristopher. I had manage to work it out in the end, about 30 mins ago. Initially, I didn't realise the -v switch is mandatory. I appreciate your help.