Custom Query (894 matches)
Results (40 - 42 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#18 | desai | [email protected]… | fixed | the -p <profile> doesn't seem to set up the profile for a machine anymore |
Description |
I have complained about this previously, but I thought it was due to my own hack tastically scripting skills, well now I have reproduced it once again. The situation is this. A Machine doesn't exist in clients.xml. I then install bcfg2 client and run it with -p <profile> -i <filler> ( since the -i shouldn't have any effect ). What I get back on the client is Metadata consistency error. On the Server side I see a message saying Cannot set group for client foo. I have a machine waiting for you to lay hands on if you so desire to see the error for yourself. this is all with the 0.8.0 release code. |
|||
#19 | desai | [email protected]… | fixed | client side traceback |
Description |
netzero# /usr/sbin/bcfg2 -q -v -n Traceback (most recent call last): File "/usr/sbin/bcfg2", line 413, in ? Client(argv[1:]).run() File "/usr/sbin/bcfg2", line 311, in run proxy = Bcfg2.Client.Proxy.SafeProxy(self.setup, self) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Proxy.py", line 20, in __init__ self.log = logging.getLogger(component) File "/usr/lib/python2.3/logging/__init__.py", line 1117, in getLogger return Logger.manager.getLogger(name) File "/usr/lib/python2.3/logging/__init__.py", line 772, in getLogger if self.loggerDict.has_key(name): TypeError: dict objects are unhashable netzero# dpkg -l bcfg2 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-================-================-================================================ ii bcfg2 0.8.1pre3-1 build configuration system |
|||
#21 | desai | desai | wontfix | Integrate GenerateHostInfo functionality into Bcfg2.Server.Metadata |
Description |
We should integrate ping sweeping functionality into the bcfg server. It will improve the latency of report generation and reduce the number of shipped commands by one. |