Modify ↓
Ticket #596 (closed defect: worksforme)
Plugin Metadata is not a generator plugin
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | bcfg2-server | Version: | 0.9.x |
Keywords: | Cc: |
Description
I just upgraded to the latest release.
I noticed that my clients are not getting probes. I started the server with "-v -d", and I noticed the message:
Plugin Metadata is not a generator plugin; unloading
What can I do to get this working?
Attachments
Change History
comment:2 Changed 15 years ago by desai
- Status changed from new to closed
- Resolution set to worksforme
The correct way to solve this problem is to remove Metadata from the generators line in /etc/bcfg2.conf. We've started performing more stringent checking on plugins and the roles they are activated in. The metadata plugin is automatically loaded if no metadata-providing plugin has been loaded by the entries in bcfg2.conf, so leaving it out will fall back to the right behavior.
Note: See
TracTickets for help on using
tickets.
Is there any relevant information in the server logs? Also, you shouldn't need Metadata listed as a generator in bcfg2.conf.