Installing a shiny new FreeBSD with the latest (14.0). The steps I follow for install are known to work with the 13.2-RELEASE. I ran into some oddball quirks during the 14.0 install process.
1) "disable_sendmail" appears to be missing from hardening in the installer. I have to dig for a reference on this one.
2) post-install and logging in, console produces a message saying the 14-RELEASE-p0 is nearing END-OF-LIFE and I should consider upgrading in the next two months. Yeah,...
3) using sh as a shell, brace expansion did not work.
Prior, I could issue the command
I could not find references to these observations in the errata or other forum posts. Item 2 could be associated with PR 273374.
1) "disable_sendmail" appears to be missing from hardening in the installer. I have to dig for a reference on this one.
2) post-install and logging in, console produces a message saying the 14-RELEASE-p0 is nearing END-OF-LIFE and I should consider upgrading in the next two months. Yeah,...
3) using sh as a shell, brace expansion did not work.
Prior, I could issue the command
mkdir /mnt/location/{x,a{b,c,d}}
and directories "x", "ab", "ac", and "ad" would be created. Instead, in latest release, the shell ignores the expansion and creates only the single directory literally named "{x,a{b,c,d}}".I could not find references to these observations in the errata or other forum posts. Item 2 could be associated with PR 273374.