Changes between Initial Version and Version 1 of Ticket #17

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.


Ignore:
Timestamp:
02/15/06 14:51:15 (17 years ago)
Author:
desai
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17

    • Property Status changed from new to assigned
    • Property Component changed from bcfg2-client to bcfg2-server
  • Ticket #17 – Description

    initial v1  
    11On the client I get this: 
    22 
     3{{{ 
    34[[email protected] ~]$ sudo /usr/sbin/bcfg2 -q -n -v -d 
    45Password: 
     
    2324bcfg2[debug]: configuration download completed successfully 
    2425Fatal error: server error: None 
    25  
     26}}} 
    2627 
    2728On the server I get this: 
     29{{{ 
    2830Feb 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}}}