From nobody Sun Aug 6 13:50:15 2023 X-Original-To: freebsd-current@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 4RJgnm53x2z4TmNJ for ; Sun, 6 Aug 2023 13:50:36 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RJgnm1sMCz4bPJ for ; Sun, 6 Aug 2023 13:50:36 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p5b2e5028.dip0.t-ipconnect.de [91.46.80.40]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 4RJgnY5yXkzGm4; Sun, 6 Aug 2023 15:50:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1691329825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HsSb5kieC8U4q2pstztGOxEVx0Vd1gjBQi6KpW8dTh0=; b=HWfJ7XVAE00RRuQlDaOfxwf5vYKamg68D9N7a86r2znbpTDW8JpI2GpmOw/MSnmNYuBJcL SG4TqrkWtp4GSLLQbAcBOTM6PUkyIIq8SoQhB4vyjJZqF369ljMN1lmwBdzpshtSa17HM7 WRGeKg33n9iSJA7ULkKItTdy7+XnDLLCyZCCqiDYrc1QhkRRH8D3GnK+sr9IACpJqk+27y sWnpksF8ez29c1HYxXiJfNdwEVbb1erNSsS2YxR5gpZCQaMp0DqKVZIFGTsSI/1q19gfJK To8kzyZ8DVqPIRFgiTpvhSS+nvdxIvqRf1nqN6YEqgr1Xo6U8QO6ZL7ubNAoOw== Content-Type: text/plain; charset=us-ascii List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: poudriere && git From: Michael Grimm In-Reply-To: Date: Sun, 6 Aug 2023 15:50:15 +0200 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <78387A8F-1F30-4BA6-97A4-8E2DDC827008@ellael.org> References: <20230805080811.GA11506@home.opsec.eu> To: Matthias Apitz X-Mailer: Apple Mail (2.3731.700.6) X-Rspamd-Queue-Id: 4RJgnm1sMCz4bPJ X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR] Matthias Apitz wrote > poudriere jail -c -j head -m null -S /usr/src >=20 > which gives an error: >=20 > [00:00:00] Error: Must set -M to path of jail to use >=20 > I don't know what to set for the path to -M. The host system is in > /usr/src and /usr/obj. My old existing jail is: >=20 > poudriere jail -l > JAILNAME VERSION ARCH METHOD TIMESTAMP = PATH > freebsd-r368166 13.0-CURRENT 1300130 r368164 amd64 svn+http 2020-11-30 = 12:43:46 /usr/local/poudriere/jails/freebsd-r368166 Creation: poudriere jail -c -j stable -m src=3D/usr/src poudriere jail -l JAILNAME VERSION ARCH METHOD TIMESTAMP PATH stable 13.2-STABLE 1302507 amd64 src=3D/usr/src 2023-08-05 15:01:13 = /usr/home/poudriere/jails/stable Updating: poudriere jail -u -j stable Regards, Michael