Ticket #854 (closed defect: worksforme)
BCFG2 fails to start on boot
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawmSAqcanZjC_zUMz6-24nRYFLJWSQtV0vw | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | boot fam | Cc: | [email protected]…, [email protected]… |
Description
bcfg2-server (1.0.1-1~ppa1~jaunty1) fails to start upon boot of Ubuntu Jaunty 32bit and 64 servers running on Amazon Web Services. bcfg2-server starts fine from hand after server boots.
syslog says: Feb 25 04:57:53 ip-10-212-98-49 bcfg2-server[b17f19280c7c73dd470bff90c9d838062855f1da] (SVN r1348): Failed to instantiate fam driver default Traceback (most recent call last): File "/var/lib/python-support/python2.6/Bcfg2/Server/Core.py", line 47, in init self.fam = Bcfg2.Server.FileMonitor?.available[filemonitor]() File "/var/lib/python-support/python2.6/Bcfg2/Server/FileMonitor.py", line 96, in init self.fm = _fam.open() IOError: _fam: unable to open connection
Feb 25 04:57:53 ip-10-212-98-49 bcfg2-server[b17f19280c7c73dd470bff90c9d838062855f1da] (SVN r1348): ('failed to instantiate fam driver (used default)',)
Feb 25 04:57:53 ip-10-212-98-49 bcfg2-server[b17f19280c7c73dd470bff90c9d838062855f1da] (SVN r1348): exiting
replacing fam and python-fam packages with gamin and python-gamin and adding "filemonitor = gamin" to the server section of bcfg2.conf fixed the problem.