Ticket #769 (closed defect: fixed)
AttributeError: error instance has no attribute 'errno'
| Reported by: | strauss | Owned by: | desai |
|---|---|---|---|
| Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
| Component: | bcfg2-client | Version: | 1.0 |
| Keywords: | Cc: |
Description
Only happens when it can't contact the server:
[root@s264691nj3sl200 etc]# bcfg2 -vqeI
No ca is specified. Cannot authenticate the server with SSL.
Traceback (most recent call last):
File "/usr/sbin/bcfg2", line 300, in ?
client.run()
File "/usr/sbin/bcfg2", line 176, in run
probe_data = proxy.GetProbes()
File "/usr/lib/python2.4/site-packages/Bcfg2/Proxy.py", line 62, in __call__
if err.errno == 336265218:
AttributeError: error instance has no attribute 'errno'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.