Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#1017 desai https://profiles.google.com/holger.weiss fixed "bcfg2-admin xcmd" spits out a trace on connection problems
Description

When "bcfg2-admin xcmd" cannot reach the server, it spits out a traceback. For example:

$ bcfg2-admin xcmd Packages.Refresh
Traceback (most recent call last):
  File "/server/bcfg2/server/bin/bcfg2-admin", line 88, in <module>
    main()
  File "/server/bcfg2/server/bin/bcfg2-admin", line 77, in main
    mode(args[1:])
  File "/server/bcfg2/server/lib/python2.5/site-packages/Bcfg2/Server/Admin/Xcmd.py", line 52, in __call__
    data = getattr(proxy, cmd)(*args)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
    verbose=self.__verbose
  File "/server/bcfg2/server/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 286, in request
    self.send_content(h, request_body)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1297, in send_content
    connection.endheaders()
  File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/usr/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/server/bcfg2/server/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 162, in connect
    self._connect_py26ssl()
  File "/server/bcfg2/server/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 197, in _connect_py26ssl
    self.sock.connect((self.host, self.port))
  File "/server/bcfg2/opt/ssl/lib/python2.5/site-packages/ssl/__init__.py", line 278, in connect
    socket.connect(self, addr)
  File "<string>", line 1, in connect
socket.error: (111, 'Connection refused')
#217 desai [email protected] fixed 'Deps' module should support "OR" / "alternate" dependencies
Description

For debian (and other, I'm sure) packaging formats, the system should support parsing an either, or dependency for a package.

An example of this is for bcfg2 itself - the debian package requires either fam, or gamin, but not both.

The selection of which one would occur at a higher level (i.e., a bcfg2-server group), but automatically generated package dependency lists would know that dependencies are fulfulled.

(Another example is for any package that requires a web server - it can be apache, apache2, etc. - you just need to have one installed.)

#14 desai [email protected] fixed -b option in "man bcfg2" missing
Description

-b option in "man bcfg2" missing in body of man page.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.