Ticket #44 (closed defect: fixed)
traceback with a python warning during package install
Reported by: | bradshaw | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
The wierd thing is that the package is installed and verifies just fine. there just must be something wierd it is reporting when queried.
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 206, in VerifyEntry?
method = getattr(self, "Verify%s" % (entry.tag))
AttributeError?: 'ToolsetImpl?' object has no attribute 'VerifyPacakge?' Entry: <Pacakge name="libsoap-lite-perl"/> /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py:158: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
print "State verify evidently failed for %s" % (msg)
State verify evidently failed for <Element Pacakge at b77967b8>
Bcfg2 doesn't support Pacakge entries. I should make the client deal with these typos more gracefully though.