Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238785

--- Comment #9 from Mage <mage@mage.gold> ---
Updating to the current 11.2 July 2 release didn=E2=80=99t 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 =3D false
-gpasswd_add_cmd =3D gpasswd -a {user} {group}
-gpasswd_remove_cmd =3D gpasswd -d {user} {group}
 groupadd_cmd =3D pw groupadd {group}
 groups =3D adm,dip,docker,lxd,plugdev,video
 useradd_cmd =3D pw useradd {user} -m
 userdel_cmd =3D pw userdel {user} -r
 usermod_cmd =3D pw usermod {user} -G {groups}
+gpasswd_add_cmd =3D pw groupmod {group} -m {user}
+gpasswd_remove_cmd =3D pw groupmod {group} -d {user}

 [Daemons]
 accounts_daemon =3D true

I guess there was a version that changed this file, and none of the updates
corrected it.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238785-21822-aiYS2wLrBM>