Ticket #619 (closed defect: fixed)
Bcfg2 ignores ConfigFile ending with ".tmp"
Reported by: | Fernando Laudares Camargos <[email protected]…> | 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.
Attachments
Change History
comment:1 Changed 14 years ago by solj
- Milestone changed from Bcfg2 0.9.6 Release to Bcfg2 1.0 Release
comment:2 Changed 14 years ago by solj
- Milestone changed from Bcfg2 1.0 Release to POSIX unification
comment:3 Changed 14 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Fixed in [0c5d30e131ad5262b19170d25f328ca1154e3407] (SVN r5280)