Modify ↓
Ticket #597 (closed defect: fixed)
probes traceback
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | blocker | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | 0.9.x |
Keywords: | Cc: |
Description
I took Metadata out of the plugins list. Now I get this traceback:
error determining client probes Traceback (most recent call last):
File "/usr/sbin/bcfg2-server", line 110, in Bcfg2GetProbes
for probe in plugin.GetProbes?(meta):
File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Plugins/Metadata.py", line 463, in GetProbes?
return self.probes.get_probe_data(meta)
File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Plugins/Metadata.py", line 57, in get_probe_data
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
That traceback looks truncated; can you run bcfg2-server from a console? That will definitively give the whole trace. Alternatively, if you are willing to hop on irc, we can walk through it there.