From nobody Sat May 2 16:48:50 2026 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 4g7DPw2KkHz6cHDB for ; Sat, 02 May 2026 16:48:52 +0000 (UTC) (envelope-from SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-ext.realworks.nl (smtp-relay-ext.realworks.nl [31.134.205.101]) (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 4g7DPv75L2z3VHs for ; Sat, 02 May 2026 16:48:51 +0000 (UTC) (envelope-from SRS0=g2OC=C7=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Received: from noip.localdomain (83-81-213-118.cable.dynamic.v4.ziggo.nl [83.81.213.118]) (Authenticated sender: ronald@realworks.nl) by smtp-msa1.colo2.realworks.nl (Postfix) with ESMTPSA id 74EAE4B0; Sat, 2 May 2026 18:48:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1777740530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2WrEEUndN1Evrejt16yaYI7h0uLgVHDnkNxT6B2Sghk=; b=iyiAVkSEWP/AcQwFBZ1Lj/euFlCTjRjK/zQVxMvwKFyEDPXYNAouPmrlePClwXhWLLkt9E ZRKji66gb2DPc7PkkkP6NFXyP/rnFwNd2Y4uGFdSE6ZyUrohQyTxWZPOZcol16bQmnHty1 +jOuc1wJXBVMzldz1CYI7mHezpB45p5nCvCXaN40KVLEbT1zS5O8TKyxQCLkYQt7Gt2U87 fNij91KQYUH4GvI/Da3tew+OvyiSQqn8eCBZwEMoLxw+uppPMs7ywSs5tpbRhbZ/giWSou L+KwIibHiv+YaZVKpyDjs0IMswoKnlNjDUsm/A+zCktqi1U50b0gFusT73Lq+Q== Content-Type: text/plain; charset=utf-8 Message-Id: <1777739501060.3999527212.873143717@klop.ws> From: Ronald Klop To: Lars Tunkrans , freebsd-current@freebsd.org Subject: Re: 15.1-BETA1, encrypted homedir is of user root Date: Sat, 02 May 2026 16:48:50 +0000 In-Reply-To: References: X-Mailer: Vivaldi Mail User-Agent: Vivaldi Mail/7.9.3970.60 Content-Transfer-Encoding: quoted-printable 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 X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:51088, ipnet:31.134.200.0/21, country:NL] X-Rspamd-Queue-Id: 4g7DPv75L2z3VHs X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Op zaterdag 2 mei 2026 17:03:01 (+02:00) schreef Lars Tunkrans: > hi , >=20 > =C2=A0 =C2=A0 I=C2=A0 experienced=C2=A0 the=C2=A0 same=C2=A0 issue=C2=A0 = =C2=A0 =C2=A0with=C2=A0 =C2=A0freebsd 15.0 >=20 > regards >=20 > =C2=A0 =C2=A0//Lars >=20 > On 5/2/26 16:46, Ronald Klop wrote: > > Hi, > > > > I just installed 15.1-BETA1 in a VirtualBox on Aach64. > > I choose an encrypted homedir when adding a user via the installer. > > The homedir of the user is owned by 'root:wheel' which is not the = user:group of my user. > > > > Regards, > > Ronald. > > Ok, I now understand more of what went wrong. The encrypted homedir is not = mounted. # zfs get mounted zroot/home/ronald NAME PROPERTY VALUE SOURCE zroot/home/ronald mounted no - I guess I need to put the passphrase somewhere. Oh, in 2022 people had the same problems. https://forums.freebsd.org/threads/zfs-for-encrypted-home-directory-decrypt= ed-at-login.86819/ Apparently I need to do something with pam_zfs_key in /etc/pam.d/*. Maybe a nice project for the Foundation Laptop Project [1]. Regards, Ronald. [1] https://github.com/FreeBSDFoundation/proj-laptop/