Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 894)

Ticket Owner Reporter Resolution Summary
#586 desai [email protected] fixed Client should ignore checksum on files that are replaced
Description

Bcfg2 client should do auto-ignore of all Configfile and Symlink of the configuration that fail the checksum check of the package manager for any package that are/will be installed. This way sysadmin would not need to add Ignore tags to Pakcage every time they push a custom file to client.

#1012 desai https://www.google.com/accounts/o8/id?id=AItOawlP6DRBvIJ7NLpLWILbgzURvGbMtGEyd8U fixed Client spits out a trace if it cannot connect to the server
Description

If the client cannot initiate a connection to the server (for whatever reason), it spits out a Python trace, which is a bit ugly:

$ bcfg2 -S https://does.not.exist
Traceback (most recent call last):
  File "/usr/sbin/bcfg2", line 332, in <module>
    client.run()
  File "/usr/sbin/bcfg2", line 198, in run
    probe_data = proxy.GetProbes()
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/pymodules/python2.6/Bcfg2/Proxy.py", line 280, in request
    self.send_content(h, request_body)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/usr/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/usr/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/usr/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/usr/lib/pymodules/python2.6/Bcfg2/Proxy.py", line 162, in connect
    self._connect_py26ssl()
  File "/usr/lib/pymodules/python2.6/Bcfg2/Proxy.py", line 196, in _connect_py26ssl
    self.sock.connect((self.host, self.port))
  File "/usr/lib/python2.6/ssl.py", line 290, in connect
    socket.connect(self, addr)
  File "<string>", line 1, in connect
socket.gaierror: [Errno -2] Name or service not known
#1016 desai https://profiles.google.com/holger.weiss fixed Client spits out a trace on SSL-related connection problems
Description

When the SSL negotiation fails, the client spits out a traceback. See, for example:

bcfg2 --ssl-cns=IncorrectCommonName
Note: See TracQuery for help on using queries.