[Bug 271403] System unusable at first boot after install of 13.2-RELEASE amd64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 May 2023 02:48:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271403

--- Comment #1 from Dennis Clarke <dclarke@blastwave.org> ---
I did a full re-install and the single user I created in the installer
seems to have no home directory : 

root@pluto:~ # grep 'admsys' /etc/passwd
admsys:*:1001:1001:The Admin Dude:/home/admsys:/bin/sh
root@pluto:~ # ls -lad /home
lrwxr-xr-x  1 root  wheel  8 May 14 01:00 /home -> usr/home
root@pluto:~ # 
root@pluto:~ # ls -lad /usr/home
drwxr-xr-x  2 root  wheel  2 May 14 00:54 /usr/home
root@pluto:~ # ls -lad /usr/home/admsys
ls: /usr/home/admsys: No such file or directory
root@pluto:~ # 

So the installer creates a user however the home dir does not exist? 

root@pluto:~ #  cat /var/log/userlog
2023-05-14 01:00:18 [unknown:groupadd] admsys(1001)
2023-05-14 01:00:18 [unknown:useradd] admsys(1001):admsys(1001):The Admin
Dude:/home/admsys:/bin/sh
2023-05-14 01:00:18 [unknown:useradd] admsys(1001) home /home/admsys made
root@pluto:~ # 

Yet the dir does not exist ? 

Is the 13.2 installer entirely broken ?

-- 
You are receiving this mail because:
You are the assignee for the bug.