Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 894)

Ticket Owner Reporter Resolution Summary
#380 desai naapuri fixed Unprecise message when trying to diff binary files
Description

The code in POSIX.py says "No diff available" for binary, non-utf8 files.

It could say eg.:

"Binary file: diff not printed."

#382 desai rucpat fixed info as an alternative to :info not fully valid
Description

If I use bcfg2-info I get those messages

Confused about file /var/lib/bcfg2/Cfg/etc/backup.d/10-all.mysql/info; ignoring

but info should be a valid alternative to :info

I think the problem is in Cfg.py line 117 and 120 where the check is only against :info

#383 desai rucpat fixed bcfg2-admin pull not working
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

Note: See TracQuery for help on using queries.