Modify

Ticket #67 (closed defect: fixed)

Opened 17 years ago

Last modified 16 years ago

Traceback

Reported by: [email protected] Owned by: desai
Priority: major Milestone:
Component: bcfg2-client Version:
Keywords: Cc:

Description

This traceback happens and the directory ownership doesn't get set properly.

Failure in VerifyEntry? Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 211, in VerifyEntry?

self.states[entry] = method(entry)

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 267, in VerifyDirectory?

owner = pwd.getpwuid(ondisk[ST_UID])[0]

KeyError?: 'getpwuid(): uid not found: 12035' Entry: <Directory name="/etc/grid-security/certificates" owner="globus" group="root" perms="0755"/> State verify evidently failed for <Element Directory at b7c59860> Traceback (most recent call last):

File "/usr/sbin/bcfg2", line 276, in ?

Client().run()

File "/usr/sbin/bcfg2", line 251, in run

self.toolset.Install()

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 645, in Install

self.HandleBundleDeps?()

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 492, in HandleBundleDeps?

if not self.states[child]:

KeyErrorsys:1: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up : <Element Directory at b7c597d0>

Attachments

Change History

comment:1 Changed 17 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

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.