- Timestamp:
-
02/15/06 14:51:15 (17 years ago)
- Author:
-
desai
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
Property
Component
changed from
bcfg2-client
to
bcfg2-server
-
initial
|
v1
|
|
1 | 1 | On the client I get this: |
2 | 2 | |
| 3 | {{{ |
3 | 4 | [[email protected] ~]$ sudo /usr/sbin/bcfg2 -q -n -v -d |
4 | 5 | Password: |
… |
… |
|
23 | 24 | bcfg2[debug]: configuration download completed successfully |
24 | 25 | Fatal error: server error: None |
25 | | |
| 26 | }}} |
26 | 27 | |
27 | 28 | On the server I get this: |
| 29 | {{{ |
28 | 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 |
| 31 | }}} |