From nobody Thu Sep 21 18:08:52 2023 X-Original-To: freebsd-stable@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 4Rs3Lc6MXfz4tmjP for ; Thu, 21 Sep 2023 18:08:56 +0000 (UTC) (envelope-from ltning-freebsd-stable@anduin.net) Received: from mail.anduin.net (mail.anduin.net [185.42.170.45]) (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 4Rs3Lb3zVgz3HwD for ; Thu, 21 Sep 2023 18:08:55 +0000 (UTC) (envelope-from ltning-freebsd-stable@anduin.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=anduin.net header.s=dkim2021 header.b=hhlT0qck; spf=pass (mx1.freebsd.org: domain of ltning-freebsd-stable@anduin.net designates 185.42.170.45 as permitted sender) smtp.mailfrom=ltning-freebsd-stable@anduin.net; dmarc=pass (policy=reject) header.from=anduin.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anduin.net; s=dkim2021; h=Content-Transfer-Encoding:Content-Type:To:Subject:From: MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xBBtyeqYdzVsGgUCDqZSktc0REfwNYfFyyOVHEcWRuM=; t=1695319735; x=1696183735; b=hhlT0qckd5XZuGUhFu6XCd/PKHbA+34PDpgN4KxhcZ7ca0Q07wNIU9AF0kIK0YLm/rDrLoH5roE 9ENRSDRlCnSeVFGMPDlvcazs/4XRL7MXFDqWVlzqhKfi3xO8NMhvznBIvoBYx5x6PDFul3wLyg9q2 uVh4LQDrDQQkh20grVGldznKZfwHLXpGPtX622yAsbjaGC/dpF1q5+MsykiEpIJ/k6iB87GRANncd 6ioQQjBDEExVYK+BcQrp3mK8wgP7FR2SY9i+BcGYqJJYDuQy9mfI1rIMVk1/3JlEVvjzLjx4wbKff +25dhNp4FcBCH1CX6R/JeYQindUnzFbse2Pg==; Received: by mail.anduin.net with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96 (FreeBSD)) (envelope-from ) id 1qjO6e-000Ggu-26 for freebsd-stable@freebsd.org; Thu, 21 Sep 2023 18:08:54 +0000 Message-ID: Date: Thu, 21 Sep 2023 20:08:52 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 From: ltning-freebsd-stable@anduin.net Subject: Fusefs unionfs trouble with hardlinks? To: freebsd-stable@freebsd.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Authenticated: Yes X-Spam-Score: -1.9 X-Spam-Level: - X-Spam-Report: host: mail.modirum.com | contact: hostmaster@modirum.com | scores: BAYES_00=-1.9,NO_RELAYS=-0.001 | autolearn=no autolearn_force=no, score=0 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.99 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-0.99)[-0.988]; DMARC_POLICY_ALLOW(-0.50)[anduin.net,reject]; R_SPF_ALLOW(-0.20)[+ip4:185.42.170.45/32:c]; R_DKIM_ALLOW(-0.20)[anduin.net:s=dkim2021]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:EE]; BLOCKLISTDE_FAIL(0.00)[185.42.170.45:server fail]; DKIM_TRACE(0.00)[anduin.net:+]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_NO_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Rs3Lb3zVgz3HwD Hi, I've been trying to prepare a NomadBSD stick for a raid at a nearby laptop store, and have upgraded it to 14-BETA2 using freebsd-update. However, when attempting to pkg upgrade it afterwards, I find that some ports cause problems; one example being libdeflate. NomadBSD has a uzip-backed /usr/local with a ZFS-backed fusefs-unionfs on top. Hence, installed/upgraded packages and other changes are applied to the ZFS dataset only, since the uzip device/filesystem is read-only. During package upgrade or installation, most packages behave fine, but e.g. libdeflate attempts to create hardlinks to itself within /usr/local/bin. This fails, with a "File exists"-complaint. I have not had any similar problems on NomadBSD installations I have elsewhere, but they are all on 13.2 - this leads me to believe there may be problems specific to 14. I'm using the standard "latest" FreeBSD package repo. And for clarity, I have *not* installed to another disk; this is all done directly on the USB stick created from the NomadBSD image. I can extract more logs/info as required, if anyone feels like looking into this. It does seem like a currently-working use case that no longer works, so perhaps of interest before 14 ships? Wbr /Eirik