From nobody Wed Jul 05 15:45:22 2023 X-Original-To: ports@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 4Qx3rq4N5hz4lN9W for ; Wed, 5 Jul 2023 15:45:15 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Qx3rq10xVz4F37 for ; Wed, 5 Jul 2023 15:45:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.15.2) with ESMTPS id 365FjNX0018312 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 5 Jul 2023 08:45:24 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.15.2/Submit) id 365FjN50018311; Wed, 5 Jul 2023 08:45:23 -0700 (PDT) (envelope-from fbsd) Date: Wed, 5 Jul 2023 08:45:22 -0700 From: bob prohaska To: Tomoaki AOKI Cc: ports@freebsd.org Subject: Re: More swap trouble with armv7, was Re: -current on armv7 stuck with flashing disk light Message-ID: References: <066FD282-1637-448C-99FF-BA62718386F0@yahoo.com> <9A15D619-3274-44AC-B7E1-A1D6C7D334F2@yahoo.com> <286ABDA5-BB1A-47C1-A187-168FFD86A441@yahoo.com> <20230705175009.fe41b0ac9a8bf11e9fe60ef1@dec.sakura.ne.jp> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230705175009.fe41b0ac9a8bf11e9fe60ef1@dec.sakura.ne.jp> X-Rspamd-Queue-Id: 4Qx3rq10xVz4F37 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Wed, Jul 05, 2023 at 05:50:09PM +0900, Tomoaki AOKI wrote: > > Are you using swap-backed tmpfs for ${TMPDIR}? > (This would usually be the default of recent installations). > That looks like the culprit. I set USE_TMPFS=no at the beginning of poudriere.conf, but forgot to comment out USE_TMPFS=yes further down in the file. My error, last entry prevails. Apologies for the needless noise, and many thanks for asking! bob prohaska >