https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238785
--- Comment #9 from Mage <m...@mage.gold> --- Updating to the current 11.2 July 2 release didn’t change anything, but I found this: diff -ur /usr/local/etc/instance_configs.cfg usr/instance_configs.cfg --- /usr/local/etc/instance_configs.cfg 2019-07-08 19:06:47.267559000 +0200 +++ usr/instance_configs.cfg 2019-07-08 17:35:15.202994000 +0200 @@ -7,13 +7,13 @@ [Accounts] deprovision_remove = false -gpasswd_add_cmd = gpasswd -a {user} {group} -gpasswd_remove_cmd = gpasswd -d {user} {group} groupadd_cmd = pw groupadd {group} groups = adm,dip,docker,lxd,plugdev,video useradd_cmd = pw useradd {user} -m userdel_cmd = pw userdel {user} -r usermod_cmd = pw usermod {user} -G {groups} +gpasswd_add_cmd = pw groupmod {group} -m {user} +gpasswd_remove_cmd = pw groupmod {group} -d {user} [Daemons] accounts_daemon = true I guess there was a version that changed this file, and none of the updates corrected it. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"