Ticket #619 (closed defect: fixed)
Bcfg2 ignores ConfigFile ending with ".tmp"
| Reported by: | Fernando Laudares Camargos <fernando@…> | Owned by: | desai |
|---|---|---|---|
| Priority: | major | Milestone: | POSIX unification |
| Component: | bcfg2-server | Version: | 0.9.x |
| Keywords: | Cc: | desai |
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
... due to absence of owner:group attribute
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.