I am upgrading my most important machine: my firewall. Going from FreeBSD 13.5-RELEASE-p14 to FreeBSD 14.4-RELEASE.
Running freebsd-update I get a message about master.passwd needs editing. I get this screen that I assume is vipw that updater runs:
I parsed users for brevity.
What is the proper path here?
I assume the super long version is encrypted password. But why is it trying to be changed? If I use new setting it will fail. I have been here before.
On other systems. It hurt me some. Why does this part bomb on me. It seemed to be a v13 to v14 upgrade thing....
So I need to keep my original setting and comment out the new changes right?? I have backed up everything twice over.
EDIT: changed text to obfuscate password.
Running freebsd-update I get a message about master.passwd needs editing. I get this screen that I assume is vipw that updater runs:
Code:
<<<<<<< current version
#
root:$6$uMFqWKxi5p/9F8L9$H29ynQdXS2KQ25wnTC0KGe4*********G2Jau7E64uZM5T8VyXnFdU4GJJrPJB/2zC2rOshqm0nhVncUeOQd/:0:0::0:0:Charlie &:/root:/bin/csh
=======
root::0:0::0:0:Charlie &:/root:/bin/sh
>>>>>>> 14.4-RELEASE
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
operator:*:2:5::0:0:System &:/:/usr/sbin/nologin
What is the proper path here?
I assume the super long version is encrypted password. But why is it trying to be changed? If I use new setting it will fail. I have been here before.
On other systems. It hurt me some. Why does this part bomb on me. It seemed to be a v13 to v14 upgrade thing....
So I need to keep my original setting and comment out the new changes right?? I have backed up everything twice over.
EDIT: changed text to obfuscate password.