Custom Query (894 matches)
Results (16 - 18 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#17 | desai | [email protected]… | fixed | Server Side Bundler Traceback |
Description |
On the client I get this: [[email protected] ~]$ sudo /usr/sbin/bcfg2 -q -n -v -d Password: bcfg2[debug]: dryrun => True bcfg2[debug]: verbose => True bcfg2[debug]: quick => True bcfg2[debug]: debug => True bcfg2[debug]: no retries provided, reading setup info from /etc/bcfg2.conf bcfg2[debug]: retries => 6 bcfg2[debug]: dryrun => True bcfg2[debug]: verbose => True bcfg2[debug]: server => https://ci-www.uchicago.edu:6789 bcfg2[debug]: quick => True bcfg2[debug]: debug => True bcfg2[debug]: password => 1qaz2wsx3edc bcfg2[debug]: user => root bcfg2[debug]: Attempting probe download (1 of 6) bcfg2[debug]: probe download completed successfully bcfg2[debug]: Attempting probe data upload (1 of 6) bcfg2[debug]: probe data upload completed successfully bcfg2[debug]: Attempting configuration download (1 of 6) bcfg2[debug]: configuration download completed successfully Fatal error: server error: None On the server I get this: Feb 15 14:03:08 ci-www Bcfg2.Core[26563]: error in GetStructures Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 275, in BuildConfiguration structures = self.GetStructures(meta) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 241, in GetStructures [struct.BuildStructures(metadata) for struct in self.structures]) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugins/Bundler.py", line 30, in BuildStructures [bundle.append(copy.deepcopy(item)) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 195, in Match return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems() TypeError: reduce() of empty sequence with no initial value |
|||
#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 |
Note: See TracQuery
for help on using queries.