From nobody Fri Mar 29 19:23:23 2024 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 4V5r0z6jlNz5FXjh for ; Fri, 29 Mar 2024 19:23:31 +0000 (UTC) (envelope-from freebsd-questions@umpquanet.com) Received: from sfo.umpquanet.com (sfo.umpquanet.com [104.245.33.249]) (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 "umpquanet.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4V5r0y4ZQbz42GK for ; Fri, 29 Mar 2024 19:23:30 +0000 (UTC) (envelope-from freebsd-questions@umpquanet.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=umpquanet.com header.s=20231023 header.b=fi2SWxTH; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd-questions@umpquanet.com designates 104.245.33.249 as permitted sender) smtp.mailfrom=freebsd-questions@umpquanet.com Received: from sfo.umpquanet.com (localhost [127.0.0.1]) by sfo.umpquanet.com (8.16.1/8.16.1) with ESMTPS id 42TJNNos055849 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 29 Mar 2024 12:23:23 -0700 (PDT) (envelope-from freebsd-questions@umpquanet.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=umpquanet.com; s=20231023; t=1711740203; bh=sdT9D3vODHK+PNqPsnQ6yfTsVmjHRYml5NshejMWQKs=; h=Date:From:To:Subject; b=fi2SWxTHa8sEeAyq+HohtlJywtLtkvEg7nanmpYHnngH9NEZTv8To8itACW7ROTfe AzVzaf4+Lcq2J0UNlMAhPY2s0h3IlaSWjVpw9RcQ5uVoWyz1HvRA0PDUOHR9hYs+CP n5xxuzdalW2d7OVehRqIgkDudFscER48UapS+eTe6sIMgGMYirqgwXZhECrnPsOKwc sMwCn3p7ct43bgbt7CybfyD2wAItDC4ovozOpNn6cy99mCycp8knZG0gQTLS0dik4o QyxtidGB1XYHPgZmnDy3WF/ASjxTwQWcwbRFBqlNjxcxA3RxwIBhZBdo6rygMbF25U LklzkB54YdstA== Received: (from james@localhost) by sfo.umpquanet.com (8.16.1/8.16.1/Submit) id 42TJNNbx055848 for freebsd-questions@freebsd.org; Fri, 29 Mar 2024 12:23:23 -0700 (PDT) (envelope-from freebsd-questions@umpquanet.com) X-Authentication-Warning: sfo.umpquanet.com: james set sender to freebsd-questions@umpquanet.com using -f Date: Fri, 29 Mar 2024 12:23:23 -0700 From: freebsd-questions@umpquanet.com To: freebsd-questions@freebsd.org Subject: Error during 'make installworld' over NFS Message-ID: 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=us-ascii Content-Disposition: inline X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.49 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.988]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[umpquanet.com:s=20231023]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:6364, ipnet:104.245.32.0/23, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NO_DN(0.00)[]; MISSING_XM_UA(0.00)[]; DMARC_NA(0.00)[umpquanet.com]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[umpquanet.com:+] X-Rspamd-Queue-Id: 4V5r0y4ZQbz42GK For years I've been doing upgrades by mounting /usr/src and /usr/obj via read-only NFS shares, and doing an installkernel/installworld/ mergemaster sequence. Lately I've built stable/14-n267062-77205dbc1397 but I'm hitting an error that appears to be because the NFS mounts are read-only. [... snip ...] installing DIRS testsFILESDIR install -d -m 0755 -o root -g wheel //usr/tests/sbin/dhclient --- option-domain-search_test.install --- (cd /usr/src/sbin/dhclient/tests && DEPENDFILE=.depend.option-domain-search_test NO_SUBDIR=1 make -f /usr/src/sbin/dhclient/tests/Makefile _RECURSING_PROGS=t PROG=option-domain-search_test install) --- realinstall_subdir_kerberos5 --- rm -f //usr/share/man/man3/heim_ntlm_encode_type2.3 //usr/share/man/man3/heim_ntlm_encode_type2.3.gz; install -l h -o root -g wheel -m 444 //usr/share/man/man3/ntlm_core.3.gz //usr/share/man/man3/heim_ntlm_encode_type2.3.gz --- realinstall_subdir_include --- mktemp: mkstemp failed on osreldate.LksVOanR: Read-only file system make[2]: stopped in /usr/src 105.91 real 36.49 user 25.68 sys *** [installworld] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src make: stopped in /usr/src Thanks in advance for any suggestions. Jim