Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 894)

Ticket Owner Reporter Resolution Summary
#369 desai naapuri fixed Client reports of an unknown unmanaged entry
Description

The bcfg2 client (svn2701) reports of an unmanaged entry, but fails to tell what it is. How should I debug this?

# bcfg2 -d -v -q -r all
{'profile': False, 'kevlar': False, 'interactive': False, 'dryrun': False, 'verbose': True, 'paranoid': False, 'drivers': False, 'cache': False, 'remove': 'all', 'server': 'https://x.x.x.x:6789', 'quick': True, 'bundle': False, 'file': False, 'debug': True, 'build': False, 'password': 'xxxx', 'setup': '/etc/bcfg2.conf', 'help': False}
GetProbes completed successfully
GetConfig completed successfully
Reading package lists... Done
Building dependency tree... Done
Reading package lists... Done
Building dependency tree... Done
Loaded tool drivers:
 APT          DebInit      POSIX        PostInstall

Phase: initial
Correct entries:        508
Incorrect entries:      0
Total managed entries:  508
Unmanaged entries:      1


Phase: final
Correct entries:        508
Incorrect entries:      0
Total managed entries:  508
Unmanaged entries:      1

RecvStats completed successfully
#373 desai [email protected] fixed bcfg2-build-reports wrongly displays hosts as "bad"
Description

the cause: bcfg2-build-reports wants to remove "bad"-elements that do not have any children, but elementree seems to return an empty list in this case, not None.

--- bcfg2-build-reports.orig	2007-01-22 17:57:12.000000000 +0100
+++ bcfg2-build-reports	2007-01-22 17:57:22.000000000 +0100
@@ -41,7 +41,7 @@
             SubElement(stats,"Good")
 
         [stats.remove(item) for item in stats.findall("Bad") + stats.findall("Modified") if \
-         item.getchildren() == None]
+         item.getchildren() == []]
         [stats.remove(item) for item in stats.findall("Modified") if reportmodified == 'N']
                 
         #test for staleness -if stale add Stale tag
#374 desai lueningh fixed File missing from 0.9pre6 spec
Description

error: Installed (but unpackaged) file(s) found:

/usr/share/man/man8/bcfg2-admin.8.gz

Note: See TracQuery for help on using queries.