Date: Mon, 08 Jul 2019 17:16:21 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 238785] sysutils/py-google-compute-engine: Some GCE packages fill the logs with an error message Message-ID: <bug-238785-21822-aiYS2wLrBM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238785-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-238785-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238785 --- Comment #9 from Mage <mage@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238785-21822-aiYS2wLrBM>
