[Bug 238785] sysutils/py-google-compute-engine: Some GCE packages fill the logs with an error message
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 8 17:16:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238785
--- Comment #9 from Mage <mage at 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.
More information about the freebsd-python
mailing list