Skip to content

Instantly share code, notes, and snippets.

@cbrinker
Created July 1, 2014 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrinker/2b2aad1084e9e5c768a5 to your computer and use it in GitHub Desktop.
Save cbrinker/2b2aad1084e9e5c768a5 to your computer and use it in GitHub Desktop.
bcfg2-server is reporting an error like this for the end of about 10% of my client runs. bcfg2-server-1.3.3-5.el6.noarch
Client metadata resolution error for SERVER_NAME: Cannot add new client SERVER_NAME; no default group set
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Core.py", line 882, in build_metadata#012
imd = self.metadata.get_initial_metadata(client_name)
File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Plugins/Metadata.py", line 1207, in get_initial_metadata
"Cannot add new client %s; no default group set" % client)
MetadataConsistencyError: Cannot add new client SERVER_NAME; no default group set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment