Custom Query (894 matches)
Results (16 - 18 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#16 | desai | [email protected]… | worksforme | Traceback |
Description |
Feb 9 13:21:33 nmpdr-compute-2 Bcfg2.Plugin[23047]: Cache method called early for /var/db/bcfg-new/Pkgmgr/linux-rhel-server-as-4-x86-updates.xml; forcing data load Feb 9 13:21:33 nmpdr-compute-2 Bcfg2.Core[23047]: error in BindStructure Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 282, in BuildConfiguration self.BindStructure(astruct, meta) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 247, in BindStructure self.Bind(entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 256, in Bind return glist[0].Entries[entry.tag][entry.get('name')](entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 284, in BindEntry [src.Cache(metadata) for src in self.entries.values()] File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 255, in Cache self.HandleEvent() File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 80, in HandleEvent self.Index() File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 245, in Index self.pnode = self.__node__(xdata, self.names) File "/usr/lib/python2.3/si |
|||
#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. |
Note: See TracQuery
for help on using queries.