Custom Query (894 matches)
Results (94 - 96 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#227 | desai | lueningh | fixed | Services keep running |
Description |
If I turn my web server into a mail server, the running apache process will keep running even after bcfg says the service entry has been removed. Must stop services! |
|||
#240 | desai | anonymous | fixed | Integrate Patch to enable bcfg2-client to bind its socket to a specific local IP-Adress |
Description |
In special setups (like ours) the bcfg2-client has to bind its client socket to a given IP address. The given patch enables this by integrating a new config-option [communication] bindaddress = 1.2.3.4 If this option is present, a new transport Bcfg2SafeTransport is used instead of xmlrpclib.SafeTransport? to finally include the socket.bind() method into connection setup. |
|||
#241 | desai | [email protected]… | fixed | Cfg: probes will fail to execute |
Description |
bcfg2 with Gamin. When using Cfg with probes, I created a directory repo/Probes/ where I put all my probe files. Gamin adds the directory repo/Probes to the probes to be executed on the client. The bcfg2 client will fail with the followjng message: GetProbes completed successfully Failed to execute probe: /home/gogo/subversion/svn-mj/trunk/bcfg2-repository/Probes Traceback (most recent call last): File "/usr/sbin/bcfg2", line 95, in run_probe script.write(probe.text) TypeError: argument 1 must be string or read-only character buffer, not None Failed to Execute probes Also if another directory under repo/Probes/ gets created, the error will appear since probe.text is None. |