On 5/15/24 16:31, Mike Karels wrote:
On 15 May 2024, at 15:18, Steven Friedrich wrote:
On 5/15/24 14:56, Dag-Erling Smørgrav wrote:
Steven Friedrich <[email protected]> writes:
I can confirm beta2 bsdinstall creates the user's home directory, but
it doesn't chown the user's directory to the user. This leads to many
errors when starting X11, because it can't create a .config directory.
UFS or ZFS? If ZFS, this sounds like what happens when you don't have
01872b366578, which is strange since BETA2 should definitely include it.
Can you paste the output of `sha256 /usr/sbin/adduser`?
DES
I'm using UFS.
Both UFS and ZFS worked for me. Something must be different. Mine were
amd64, disc1 and memstick; both used /home; both were created during the
installation.
Mike
Sorry, my mistake. I've been working on post-install scripts so I can
consistently configure a system after a fresh install. There's a cp in
my script that caused the issue. Sorry for the noise, I am trying to be
a tester but I shot myself in the foot.