Modify

Ticket #402 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

0.9.2rc2 client traceback

Reported by: lueningh Owned by: desai
Priority: major Milestone: Bcfg2 0.9.2 Release
Component: bcfg2-client Version:
Keywords: Cc:

Description

Running the 0.9.2rc2 client threw out a bunch of:

Unexpected failure of verification method for entry type ConfigFile
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/__init__.py", line 110, in Inventory
    self.states[entry] = func(entry, self.buildModlist(entry, struct))
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/POSIX.py", line 235, in VerifyConfigFile
    qtxt += "\nInstall ConfigFile %s: (y/N): " % (entry.get('name'))
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
Unexpected failure of verification method for entry type ConfigFile
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/__init__.py", line 110, in Inventory
    self.states[entry] = func(entry, self.buildModlist(entry, struct))
  File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/POSIX.py", line 235, in VerifyConfigFile
    qtxt += "\nInstall ConfigFile %s: (y/N): " % (entry.get('name'))
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'

It then claims that a bunch of config files that were previously correct are wrong.

Attachments

Change History

comment:1 Changed 16 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.2 Release

Too late; Pedro already reported it. It is fixed in 0.9.2rc3. ;)

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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.