Custom Query (894 matches)
Results (37 - 39 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#15 | desai | [email protected]… | fixed | bcfg2 man page layout improvement |
Description |
May I suggest a different visual layout for the options in the man page to make it easier on the eyes. See "man rsync" for an example. See the "OPTIONS SUMMARY" and "OPTIONS" sections. I'd recommend just going with a layout like the rsync "OPTIONS" section. |
|||
#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 |
Note: See TracQuery
for help on using queries.