Custom Query (894 matches)
Results (16 - 18 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#82 | desai | leggett | fixed | 0.8.2 final badly broken |
Description |
I get hundreds of these in the server log: Jul 23 08:34:19 www bcfg2-server[12864]: Cache method called early for /var/db/bcfg/Pkgmgr/rhel-ws-4-x86_64-updates-multi.xml; forcing data load Jul 23 08:34:19 www bcfg2-server[12864]: Unexpected failure in BindStructure?: Package cyrus-sasl-gssapi Traceback (most recent call last): File "/usr/lib/python2.3/site -packages/Bcfg2/Server/Core.py", line 261, in BindStructure? self.Bind(entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 273, in Bi nd return glist[0].Entries[entry.tag][entry.get('name')](entry, metadata) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 312, in BindEntry?
kages/Bcfg2/Server/Plugins/Pkgmgr.py", line 22, in init Bcfg2.Server.Plugin.INode.init(self, data, pdict, parent) File "/usr/lib/python2.3/site-packages/Bcf g2/Server/Plugin. And the client gets a completely bogus config. |
|||
#213 | desai | lueningh | fixed | 0.8.5pre1 spec file |
Description |
I had to remove the following line from the spec file to get it to build an rpm: /usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Client/Tools/* Before removing that line, rpm claimed that all of the files in that directory were listed twice. I suspect that the line above it also includes those files. |
|||
#329 | desai | lueningh | fixed | 0.8.7.1 server broken |
Description |
The spec file needs to be updated for 0.8.7.1 to only contain the line /usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Server/* at the place we talked about in person earlier today. After this, however, I still get non-fatal error messages when starting the server: tg-v096:/var/lib/bcfg2 # /etc/init.d/bcfg2-server start /etc/init.d/bcfg2-server: line 29: alias: l_msg: not found /etc/init.d/bcfg2-server: line 29: alias: log_success_msg: not found /etc/init.d/bcfg2-server: line 30: alias: l_fail: not found /etc/init.d/bcfg2-server: line 30: alias: log_failure_msg: not found Starting Configuration Management Server: /etc/init.d/bcfg2-server: line 42: l_msg: command not found |