Custom Query (894 matches)
Results (55 - 57 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#872 | solj | http://duncanhutty.myopenid.com/ | fixed | bcfg2-admin viz does not support -C,--configfile |
Description |
In bcfg2-admin's -help, it says that -C,--configfile can be passed, but when I run bcfg2-admin -C <filename> viz -o output.png I get 'option -C not recognized'. I can pass -C to 'bcfg2-admin query' but not to viz. With a hint from solj, I submit the attached patch so that class MetadataCore? gets configfile added to the 'options' dict. |
|||
#874 | solj | Jack Neely <[email protected]…> | fixed | Ignore tag doesn't verify |
Description |
I have a Bundle that looks like this: <Bundle name='rlbase' version='2.0'> <!-- Misc configuration settings for Realm Linux --> <!-- These packages have changed config files that I don't currently manage. --> <Package name="setup"> <Ignore name="/etc/printcap"/> <Ignore name="/etc/aliases"/> </Package> <Package name="initscripts"> <Ignore name="/etc/inittab"/> <Ignore name="/etc/sysconfig/init"/> </Package> </Bundle> The Bundle works. Even though I'm not managing the above files Bcfg2 ignores the fact that they have changed from what the RPM database says they should be. However the bcfg2-repo-validate tool reports that this is horridly wrong. /srv/bcfg2/root/Bundler/rlbase.xml ***FAILS*** to verify <---- /srv/bcfg2/root/Bundler/rlbase.xml:8: element Package: Schemas validity error : Element 'Package': Character content is not allowed, because the content type is empty. /srv/bcfg2/root/Bundler/rlbase.xml:8: element Package: Schemas validity error : Element 'Package': Element content is not allowed, because the content type is empty. /srv/bcfg2/root/Bundler/rlbase.xml:13: element Package: Schemas validity error : Element 'Package': Character content is not allowed, because the content type is empty. /srv/bcfg2/root/Bundler/rlbase.xml:13: element Package: Schemas validity error : Element 'Package': Element content is not allowed, because the content type is empty. /srv/bcfg2/root/Bundler/rlbase.xml fails to validate |
|||
#875 | solj | https://www.google.com/accounts/o8/id?id=AItOawlzX5Tg6BOlMOP5kAO1OAM4dDKQLSCopiU | fixed | Useless traceback in syslog for incorrect Pkgmgr with Packages |
Description |
I followed the BCFG2 Ubuntu from scratch tutorial found here at http://trac.mcs.anl.gov/projects/bcfg2/wiki/QuickStart/Ubuntu and I encountered an error where I incorrectly configured my bcfg2.conf file to have both Pkgmgr an Packages plugins installed simultaniously, causing issues with some bundles. A syslog of the output can be found here: http://dl.dropbox.com/u/56654/syslogtail.log The syslog error was a bit confusing, perhaps a more useful error message could be displayed or the problem brought up in debug mode? My own error was found by <solj> on the irc channel and he suggested I file this ticket. Thanks, Andrew Younge |