Custom Query (894 matches)
Results (10 - 12 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#464 | desai | [email protected]… | worksforme | upgrade to 0.9.4 broke /usr/lib/bcfg2-cron --daily |
Description |
After upgrading to 0.9.4 /usr/lib/bcfg2-cron --daily fails outputting the following message: [email protected]:/usr/lib/bcfg2 # ./bcfg2-cron --daily Bcfg2 takes no arguments, only options -v enable verbose output -e enable extra entry detailed output -f <configspec> configure from a file rather than querying the server -h print this help message -P make automatic backups of config files -D <driver1>,<driver2> Specify tool driver set -c <configspec> store the configuration in a file -B run in build mode -p <profile> assert the given profile for the host -n do not actually change the system -k run in kevlar (bulletproof) mode -b <bundle> only configure the given bundle -q disable some checksum verification -u <user> the user to provide for authentication -F <server fingerprint> Server Fingerprint -x <password> the password to provide for authentication -R <numretries> the number of times to retry network communication -C <configfile> use given config file (default /etc/bcfg2.conf) -r (packages|services|all) force removal of additional configuration items -S <server url> the server hostname to connect to -d enable debugging output -I prompt the user for each change I'm running bcfg2 0.9.4 on SLE 10. |
|||
#552 | desai | [email protected]… | fixed | update Probes wiki page |
Description |
Ticket #542 is related the new feature to run probes only for certain groups or hosts. Probes? should document this new feature. It looks like you can use the same naming as you do in Cfg. |
|||
#705 | solj | m4z <[email protected]…> | fixed | unicode german umlaut client error |
Description |
This is revision 5399. # bcfg2 -qenv Traceback (most recent call last): File "/usr/local/bin/bcfg2", line 300, in <module> client.run() File "/usr/local/bin/bcfg2", line 242, in run self.config = Bcfg2.Client.XML.XML(rawconfig) File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 963, in XML parser.feed(text) File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 1245, in feed self._parser.Parse(data, 0) UnicodeEncodeError: 'ascii' codec can't encode character u'\xc4' in position 21094: ordinal not in range(128) # bcfg2 -qenvc ~/`hostname`.`date "+%F_%H-%M"`.xml Traceback (most recent call last): File "/usr/local/bin/bcfg2", line 300, in <module> client.run() File "/usr/local/bin/bcfg2", line 242, in run self.config = Bcfg2.Client.XML.XML(rawconfig) File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 963, in XML parser.feed(text) File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 1245, in feed self._parser.Parse(data, 0) UnicodeEncodeError: 'ascii' codec can't encode character u'\xc4' in position 21094: ordinal not in range(128) # head -c 21100 <hostname>.<date>.xml | tail -c 20 | tail -n1; echo "" " Letzte Änder # cat /etc/bcfg2.conf [communication] protocol = xmlrpc/ssl password = ... user = ... [components] bcfg2 = https://...:6789 encoding = UTF-8 # |