Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 894)

Ticket Owner Reporter Resolution Summary
#47 desai [email protected] fixed Empty packages.xml file makes bcfg2-server blow up
Description

I was working on my bcfg2 server the other day, and decided I should create an "updates-that-require-downtime.xml" package list. I didn't want to do it right then, but I wanted to remind myself, so I created an empty file: "touch updates-that-require-downtime.xml".

Then I started having problems:

Apr 14 15:38:34 qa-1 bcfg2-server[11704]: Failed to parse file /var/lib/bcfg2/Pkgmgr/updates-that-require-downtime.xml
Apr 14 15:38:34 qa-1 bcfg2-server[11704]: Processed 1 gamin events in 0.178 seconds. 0 collapsed
Apr 14 15:38:47 qa-1 bcfg2-server[11704]: Cache method called early for /var/lib/bcfg2/Pkgmgr/updates-that-require-downtime.xml; forcing data load
Apr 14 15:38:47 qa-1 bcfg2-server[11704]: Failed to parse file /var/lib/bcfg2/Pkgmgr/updates-that-require-downtime.xml
Apr 14 15:38:47 qa-1 bcfg2-server[11704]: Unexpected failure in BindStructure: Package nis 
Traceback (most recent call last):   
File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Core.py", line 260, in BindStructure
     self.Bind(entry, metadata)   
     File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Core.py", line 272, in Bind
     return glist[0].Entries[entry.tag][entry.get('name')](entry, metadata)
   File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugin.py", line 295, in BindEntry
     matching = [src for src in self.entries.values() TypeError: unsubscriptable object
#48 desai bradshaw fixed New Bundles not recognized
Description

It seems that when I create a new bundle I have to restart the server inorder for it to be recognized by the system. I was under the impression that FAM would take care of such things?

#49 desai [email protected] fixed -n and -r don't play nicely together
Description

I accidently left '-n' on my client command line while running with '-r all' and found that bcfg left my packages unupdated (as expected), but decided to remove the extra packages I had installed. Oops!

Note: See TracQuery for help on using queries.