Custom Query (894 matches)
Results (103 - 105 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#527 | desai | anonymous | fixed | Better error message when importscript.py can't read /etc/bcfg2.conf |
Description |
/etc/bcfg2.conf is readable by root only and when importscript.py isn't ran by root or with sudo, we get this: python /usr/share/pycentral/bcfg2-server/site-packages/Bcfg2/Server/Reports/importscript.py Traceback (most recent call last): File "/usr/share/pycentral/bcfg2-server/site-packages/Bcfg2/Server/Reports/importscript.py", line 7, in ? import settings File "/usr/share/pycentral/bcfg2-server/site-packages/Bcfg2/Server/Reports/settings.py", line 6, in ? if c.get('statistics', 'web_debug') == "True": File "/usr/lib/python2.4/ConfigParser.py", line 511, in get raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'statistics' Better error message probably can just be "/etc/bcfg2.conf not readable". |
|||
#838 | desai | http://daybreaker.info/ | fixed | Better exception handling for "self" connection with wrong IP |
Description |
When the master runs both bcfg2-server and bcfg2 client, the IP of the client is retrieved as the public IP of the master, not 127.0.0.1 (localhost). It works well after fixing clients.xml to use public IP for the master, but exception handling should inform the user with useful information, not just saying Failed to download probes from bcfg2 <type 'exceptions.TypeError'>:__init__() takes exactly 3 arguments (1 given)
|
|||
#995 | desai | https://www.google.com/accounts/o8/id?id=AItOawkfHvWdYf7g8kSZA32s7dhK0Xig9JKo_CA | fixed | Better handling of backup files in paranoid mode |
Description |
A simple patch (attached) addresses all these issues. /mkd |
Note: See TracQuery
for help on using queries.