Jo Rhett
2011-Nov-14 19:27 UTC
[Puppet Users] warning: Group users found in both groupadd and groupadd; skipping the groupadd version
Okay, so this is totally not the most helpful error message: $ ralsh group ops warning: Group users found in both groupadd and groupadd; skipping the group add version Huh? Anyone who has a clue what this is trying to say? -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Stefan Schulte
2011-Nov-14 20:43 UTC
Re: [Puppet Users] warning: Group users found in both groupadd and groupadd; skipping the groupadd version
On Mon, Nov 14, 2011 at 11:27:40AM -0800, Jo Rhett wrote:> Okay, so this is totally not the most helpful error message: > $ ralsh group ops > warning: Group users found in both groupadd and groupadd; skipping the group add version > > Huh? Anyone who has a clue what this is trying to say? >It means that the groupadd provider has detected a duplicate resource. Do you have a duplicate group entry? Check /etc/group or run »getent group«. -Stefan
Jo Rhett
2011-Nov-14 22:03 UTC
Re: [Puppet Users] warning: Group users found in both groupadd and groupadd; skipping the groupadd version
On Nov 14, 2011, at 12:43 PM, Stefan Schulte wrote:> On Mon, Nov 14, 2011 at 11:27:40AM -0800, Jo Rhett wrote: >> Okay, so this is totally not the most helpful error message: >> $ ralsh group ops >> warning: Group users found in both groupadd and groupadd; skipping the group add version >> >> Huh? Anyone who has a clue what this is trying to say? >> > > It means that the groupadd provider has detected a duplicate resource. > Do you have a duplicate group entry? > > Check /etc/group or run »getent group«.Yes, the users group is defined in the default /etc/group but specified with all the included users in LDAP. It has the same GID in both. This is a working and in fact default setup implementation in most guides ;-) I believe the error message could be improved. "This found in both A and in A, skipping the A version…" really doesn''t convey the nature of the problem. -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.