From nobody Thu Dec 16 13:44:24 2021 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 80F4918F2062 for ; Thu, 16 Dec 2021 13:44:26 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (mx32.harte-lyne.ca [216.185.71.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx32.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JFCyf2ttcz50vN for ; Thu, 16 Dec 2021 13:44:26 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (localhost [127.0.32.1]) by mx32.harte-lyne.ca (Postfix) with ESMTP id C1D4FBBB03; Thu, 16 Dec 2021 08:44:25 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from mx32.harte-lyne.ca ([127.0.32.1]) by mx32.harte-lyne.ca (mx32.harte-lyne.ca [127.0.32.1]) (amavisd-new, port 10024) with ESMTP id mR6WWd0w6kim; Thu, 16 Dec 2021 08:44:24 -0500 (EST) Received: from webmail.harte-lyne.ca (webmail.hamilton.harte-lyne.ca [216.185.71.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx32.harte-lyne.ca (Postfix) with ESMTPSA id EEB26BB97E; Thu, 16 Dec 2021 08:44:23 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1639662264; bh=V4cVrrNI1oLA/5F7vcjhCnMG0uslD1u1+98PGdT1h1E=; h=In-Reply-To:References:Date:Subject:From:To:Cc:Reply-To; b=t/LlKcVamPtZxFeaIULWC0Elnx8Hm+47tP1qWLriojr/GJNv9PL846+meGTvwiqZL fAQZM+ahzeu0uShYlYsw3Bc88+VfS/9pJbxf6+p4lIT/OSDf3nMWCZcmqUWLiEg6/F N/UFiIgHYIxv9ydDeCyGqeB0YttDLaegSi4wRwJEPjBiVb5d6Lyv21qhqOqS4fTi6K mgshxXQpD7itUoUCo3uBMW5SBUINJ/CEhA3rFfWxOyP3FA6bSX1m+LRsPqn4u/mC6x d+I2M0SOtEXu0Z/WIVDOL+rynUJebwEvuVA0gRLbZ/Sn0xzHKS/jx6T7yuQvkhaRSs IQ92AFDM4x9/A== Received: from 216.185.71.41 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Thu, 16 Dec 2021 08:44:24 -0500 Message-ID: <9a5081009fc0248cf72073cba80f602f.squirrel@webmail.harte-lyne.ca> In-Reply-To: References: <20211215001720.A8BFA18EA3FB@mlmmj.nyi.freebsd.org> <6d4832fae6e97255839161f83ebcd515.squirrel@webmail.harte-lyne.ca> Date: Thu, 16 Dec 2021 08:44:24 -0500 Subject: Re: ***Spam***Re: a couple of iocage questions To: "Doug Denault" Cc: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.23 [SVN] List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Rspamd-Queue-Id: 4JFCyf2ttcz50vN X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: byrnejb@harte-lyne.ca From: James B. Byrne via freebsd-questions X-Original-From: James B. Byrne X-ThisMailContainsUnwantedMimeParts: N Byrne's Law: Never be embarrassed about asking for help. The Corollary: Never embarrass someone who does. On Thu, December 16, 2021 00:55, Doug Denault wrote: > On Wed, 15 Dec 2021, James B. Byrne wrote: > >> >> iocage --help >> Usage: iocage [OPTIONS] COMMAND [ARGS]... >> >> A jail manager. >> >> Options: >> -v, --version Display iocage's version and exit. >> -f, --force Allow iocage to rename datasets. >> -D, --debug Log debug output to the console. >> --help Show this message and exit. >> >> Commands: >> activate Set a zpool active for iocage usage. >> chroot Chroot to a jail. >> . . . >> >> iocage destroy --help >> Usage: iocage destroy [OPTIONS] [JAILS]... >> >> Destroy specified jail(s). >> >> Options: >> -f, --force Destroy the jail without warnings or more user input. >> -r, --release Destroy a specified RELEASE dataset. >> -R, --recursive Bypass the children prompt, best used with --force (-f). >> -d, --download Destroy the download dataset of the specified RELEASE as >> well. >> >> --help Show this message and exit. >> >> HTH > > Embarrassing. <:( And there it is in section 1.2, Tip ... I really > appreciate you taking the time to point that out. > -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Unencrypted messages have no legal claim to privacy Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3