Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (172 - 174 of 894)

Ticket Owner Reporter Resolution Summary
#57 desai [email protected] fixed Install page has a bad link - demo repository still available?
Description

http://trac.mcs.anl.gov/projects/bcfg2/wiki/Install has a link to ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-demo-repo.tar.gz, which doesn't exist. Is ftp://ftp.mcs.anl.gov/pub/bcfg/archive/bcfg2-0.7-demo-repository.tar.gz still usable?

#545 desai [email protected] fixed http://trac.mcs.anl.gov/projects/bcfg2/wiki/News typo
Description

On your page at http://trac.mcs.anl.gov/projects/bcfg2/wiki/News "March 29, 2004" should read "March 29, 2005".

#469 desai [email protected] fixed bcfg2-admin pull is broken
Description

Under RHEL5, using bcfg2 0.9.4, I get the following errors while trying to pull a file using bcfg2-admin.

If /etc/motd and /var/lib/bcfg2/Cfg/etc/motd/motd both exist:

[[email protected] bcfg2]# bcfg2-admin pull rhel5 ConfigFile /etc/motd
Should this change apply to this host of all hosts effected by file /var/lib/bcfg2/Cfg/etc/motd/motd? (N/y): y
Traceback (most recent call last):
  File "/usr/sbin/bcfg2-admin", line 556, in ?
    do_pull(configfile, Repopath, args[1], args[f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2), args[bdf1fcc0d0d51b9655d3aa223a5885ca9b7481c3] (SVN r3))
  File "/usr/sbin/bcfg2-admin", line 330, in do_pull
    plugin.AcceptEntry(m, 'ConfigFile', ename, diff)
  File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Cfg.py", line 382, in AcceptEntry
    update_file(basefile.name, diff)
  File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Cfg.py", line 15, in update_file
    newdata = '\n'.join(difflib.restore(xml.sax.saxutils.unescape(diff).split('\n'), 1))
  File "/usr/lib64/python2.4/xml/sax/saxutils.py", line 53, in unescape
    data = data.replace("&lt;", "<")
AttributeError: 'NoneType' object has no attribute 'replace'

From my cursory look at it, the "diff" object is always None and never has any data in it.

If only /etc/motd exists and nothing in /var/lib/bcfg2/etc/motd/ I get this error:

[[email protected] motd]# bcfg2-admin pull rhel5 ConfigFile /etc/motd
Got wrong numbers of matching generators for entry:[]

It doesn't matter what type of file I try to pull this occurs. The client being remote or local to the bcfg2 server doesn't matter either. I've disabled selinux, as it was causing other unrelated issues w/ bcfg2.

Cheers,
Meethune

Note: See TracQuery for help on using queries.