[Bug 282957] 14.2-RC1 installer does not complete user account creation when ZFS encryption selected for user
Date: Mon, 25 Nov 2024 00:00:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282957 --- Comment #2 from Mike Watkins <git@mikewatkins.ca> --- The username is simply "mw", and can confirm the mountpoint exists. # zfs list NAME USED AVAIL REFER MOUNTPOINT zroot 3.57G 454G 96K /zroot zroot/ROOT 2.65G 454G 96K none zroot/ROOT/default 2.65G 454G 2.65G / zroot/home 428K 454G 200K /home zroot/home/mw 228K 454G 228K /home/mw zroot/tmp 104K 454G 104K /tmp zroot/usr 937M 454G 96K /usr zroot/usr/ports 937M 454G 937M /usr/ports zroot/usr/src 96K 454G 96K /usr/src zroot/var 788K 454G 96K /var zroot/var/audit 96K 454G 96K /var/audit zroot/var/crash 96K 454G 96K /var/crash zroot/var/log 236K 454G 236K /var/log zroot/var/mail 168K 454G 168K /var/mail zroot/var/tmp 96K 454G 96K /var/tmp The ZFS filesystem mountpoint exists and is reported by mount as well. # mount zroot/ROOT/default on / (zfs, local, noatime, nfsv4acls) devfs on /dev (devfs) /dev/gpt/efiboot0 on /boot/efi (msdosfs, local) zroot/tmp on /tmp (zfs, local, noatime, nosuid, nfsv4acls) zroot/home on /home (zfs, local, noatime, nfsv4acls) zroot/usr/ports on /usr/ports (zfs, local, noatime, nosuid, nfsv4acls) zroot/var/log on /var/log (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot on /zroot (zfs, local, noatime, nfsv4acls) zroot/usr/src on /usr/src (zfs, local, noatime, nfsv4acls) zroot/var/crash on /var/crash (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/audit on /var/audit (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls) zroot/var/mail on /var/mail (zfs, local, nfsv4acls) -- You are receiving this mail because: You are the assignee for the bug.