Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Owner Reporter Resolution Summary
#424 desai [email protected] fixed 0.9.3-0.0pre6 mtime fix is being applied unconditionally
Description

The mtime fix in the POSIX driver is being applied unconditionally. I get the following for every Config file. There are no mtime attributes set in my info files.

Installing ConfigFile /etc/motd
ConfigFile /etc/motd mtime fix failed
Installing ConfigFile /etc/ntp.conf
ConfigFile /etc/ntp.conf mtime fix failed

It should only be done if an mtime attribute was present. Which at that point in the code looks like only if mtime != '-1'

#416 desai [email protected] fixed 0.9.3pre3 fails with "wrong argument count"
Description

Trying to upgrade from 0.8.7.2 to 0.9.3pre3 we get the following error.

In the client we see:

[[email protected] gilham]# /usr/sbin/bcfg2 -v
Failed to upload probe data
Traceback (most recent call last):
  File "/usr/sbin/bcfg2", line 177, in run
    proxy.RecvProbeData(Bcfg2.Client.XML.tostring(probedata))
  File "<string>", line 1, in <lambda>
  File "/usr/lib/python2.4/site-packages/Bcfg2/Client/Proxy.py", line 130, in run_method
    ret = apply(method, self._authinfo + methodArgs)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response
    return u.close()
  File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close
    raise Fault(**self._stack[0])
Fault: <Fault 4: 'not all arguments converted during string formatting'>

In the server we see:

Client 10.1.1.1 called function RecvProbeData with wrong argument count
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Component.py", line 162, in _cobalt_marshalled_dispatch
    response = self._dispatch(method, (address, ) + params)
  File "/usr/lib/python2.4/SimpleXMLRPCServer.py", line 406, in _dispatch
    return func(*params)
  File "/usr/sbin/bcfg2-server", line 167, in Bcfg2RecvProbeData
    self.logger.error("Failed to process probe data from client %s" % (address), exc_info=1)
TypeError: not all arguments converted during string formatting
#468 desai lueningh fixed 0.9.5pre1 has group confusion
Description

After upgrading my server to 0.9.5pre1, many of my config files have been marked dirty with reason:

/etc/bash.bashrc.local group is root should be 0

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