From nobody Mon Oct 17 19:35:59 2022 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 4MrnKX6pmyz4fGqn for ; Mon, 17 Oct 2022 19:36:00 +0000 (UTC) (envelope-from 01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com) Received: from a48-104.smtp-out.amazonses.com (a48-104.smtp-out.amazonses.com [54.240.48.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MrnKX0Z7fz3y37 for ; Mon, 17 Oct 2022 19:36:00 +0000 (UTC) (envelope-from 01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1666035359; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=wSnJUEc1nEbeUdlXycudLeTT2IKhxotYd0f0e7aIXx0=; b=TU9kK9zfiIN0J0VvajfdxRtALZMiOGHXdGjM7o0q5G6s6yb5jaFjOg3D0kj7HIN6 JE+eiuQRg7F1yqW9fsDReM8uYOii3VkFxF0RxZd1D2/8gE9e5YyymTZ2J8n7o0YwdTN yHBdxp5yUseqO4B4a9H7zRf0IvdDnFEJGqLrfhAY= Message-ID: <01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@email.amazonses.com> Date: Mon, 17 Oct 2022 19:35:59 +0000 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 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Content-Language: en-US To: Current FreeBSD From: Thomas Laus Subject: Installation using NFS spams console Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Feedback-ID: 1.us-east-1.9pbSdi8VQuDGy3n7CRAr3/hYnLCug78GrsPo0xSgBOs=:AmazonSES X-SES-Outgoing: 2022.10.17-54.240.48.104 X-Rspamd-Queue-Id: 4MrnKX0Z7fz3y37 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=amazonses.com header.s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw header.b=TU9kK9zf; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=acm.org (policy=none); spf=pass (mx1.freebsd.org: domain of 01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com designates 54.240.48.104 as permitted sender) smtp.mailfrom=01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com X-Spamd-Result: default: False [-0.45 / 15.00]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_LONG(-0.86)[-0.855]; FORGED_SENDER(0.30)[lausts@acm.org,01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com]; R_DKIM_ALLOW(-0.20)[amazonses.com:s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw]; R_SPF_ALLOW(-0.20)[+ip4:54.240.0.0/18]; MIME_GOOD(-0.10)[text/plain]; DMARC_POLICY_SOFTFAIL(0.10)[acm.org : SPF not aligned (relaxed), DKIM not aligned (relaxed),none]; FROM_NEQ_ENVFROM(0.00)[lausts@acm.org,01000183e7721daa-e8bd17be-b93d-4542-925a-d294bb684b30-000000@amazonses.com]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:14618, ipnet:54.240.48.0/23, country:US]; MIME_TRACE(0.00)[0:+]; RWL_MAILSPIKE_POSSIBLE(0.00)[54.240.48.104:from]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[amazonses.com:+]; RCVD_IN_DNSWL_NONE(0.00)[54.240.48.104:from]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_NONE(0.00)[amazonses.com:dkim] X-ThisMailContainsUnwantedMimeParts: N I have been building FreeBSD CURRENT every 2 weeks for years. I build on a fest PC and then use NFS exports of /usr/src and /usr/obj to update several other PC's. I received many 'Permission denied' messages as the kernel and world installs progressed. make[4]: warning: /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG/modules/usr/src/sys/modules/zlib: Permission denied. This did not happen 2 weeks ago with: main-258348-ffbc2a58b13a. I built: main-n258628-0ca740d9a639 Today and received the above messages. I have an empty /etc/exports file and the problem directories have the zfs properties of sharenfs set to yes. There was nothing in /usr/src/UPDATING today with any NFS listed changes. Everything installed correctly after showing this warning for every file. Tom -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF