- Timestamp:
-
02/15/06 14:52:31 (17 years ago)
- Author:
-
desai
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
28 | 28 | On the server I get this: |
29 | 29 | {{{ |
30 | | 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 |
| 30 | Feb 15 14:03:08 ci-www Bcfg2.Core[26563]: error in GetStructures |
| 31 | Traceback (most recent call last): |
| 32 | File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 275, in BuildConfiguration |
| 33 | structures = self.GetStructures(meta) |
| 34 | File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 241, in GetStructures |
| 35 | [struct.BuildStructures(metadata) for struct in self.structures]) |
| 36 | File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugins/Bundler.py", line 30, in BuildStructures |
| 37 | [bundle.append(copy.deepcopy(item)) |
| 38 | File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 195, in Match |
| 39 | return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems() TypeError: reduce() of empty sequence with no initial value |
31 | 40 | }}} |