ZFS boot environment login problems

I created a new boot environment using:
Code:
bectl create 13.0_p8
bectl mount 13.0_p8
mv /var/db/freebsd-update /var/db/freebsd-update-p4
freebsd-update -b /tmp/be_mount.w8rR -d /tmp/be_mount.w8rR/var/db/freebsd-update fetch
freebsd-update -b /tmp/be_mount.w8rR -d /tmp/be_mount.w8rR/var/db/freebsd-update install
bectl activate 13_0_p8
After I boot into the environment 13.0_p8, I can only login as root.
Even as root, I get /bin/tcsh permission denied when I try:
su non_root_account

Not sure what I can do to enable non-root login.
 
As root, I used chsh and changed the shell for the non-root user to bash, and tcsh. Both gave me permission denied. I made sure /usr/local/bin/bash is available.
 
Back
Top