Custom Query (894 matches)
Results (94 - 96 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#465 | desai | dclark | fixed | Bcfg2 destroys symbolic links when installing files |
Description |
|
|||
#619 | desai | Fernando Laudares Camargos <[email protected]…> | fixed | Bcfg2 ignores ConfigFile ending with ".tmp" |
Description |
In my case, I had the ConfigFile? /var/lib/bpcconf/rsyncd.conf.tmp. Everything seemed OK in the server but I've got the message "Failed to bind entry: ConfigFile? /var/lib/bpcconf/rsyncd.conf.tmp" although I didn't known why. In the client, I had : Incomplete information for entry ConfigFile:/var/lib/bpcconf/rsyncd.conf.tmp; cannot install
although the problem wasn't linked to an :info file, as one would believe. Finally, in debbug mode I've got : ConfigFile? /var/lib/bpcconf/rsyncd.conf.tmpl does not exist Failed to read /var/lib/bpcconf/rsyncd.conf.tmpl: No such file or directory So I've changed /var/lib/bpcconf/rsyncd.conf.tmp to /var/lib/bpcconf/rsyncd.conf.tmpl (for template) and it worked. |
|||
#759 | desai | Chris Stankaitis <[email protected]…> | worksforme | Bcfg2 is saying packages have failed verification because their config's have changed. |
Description |
Under 1.0 Using the Packages Plugin. Bcfg2 is saying that packages are failing verification because their configs have changed. The ironic thing of course is that bcfg2 itself made the config changes in question:
From what I have been told of the process bcfg2 does a rpm -V on the package name: [[email protected]… conf.d]# rpm -V pam ....L... c /etc/pam.d/system-auth [[email protected]… conf.d]# rpm -V sendmail S.5....T c /etc/mail/sendmail.cf S.5....T c /etc/mail/sendmail.mc S.5....T c /var/log/mail/statistics I think bcfg2 needs to have some logic put into it so that it doesn't fail the package because of a config it changed. RPM is not bcfg2 aware so this has to be done on the bcfg2 level. Bcfg2 knows it manages the config, and if so then it can skip the complaint from the RPM verify. I would prefer a smarter solution then getting into the Packages plugin equivalent of the verify_flags issue with the older versions of bcfg2 if possible. Not sure what do you think bcfg2 guru? |