Modify

Ticket #383 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

bcfg2-admin pull not working

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

Description

bcfg2-admin pull seems not to work for me, I get

Could not find stats for client

after changing the line 155 in bcfg2-admin from

hostent = stats.xpath('.Node[@name="%s"]' % client)

into hostent = stats.xpath('Node[@name="%s"]' % client)

(removed the . in the xpath)

it works

Attachments

Change History

comment:1 Changed 16 years ago by desai

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

I've committed this in [c209b538261c843f62b15a05c5e879a9052d70a8] (SVN r2734). Thanks for the patch.

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.