Custom Query (894 matches)
Results (70 - 72 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. |
|||
#83 | desai | bradshaw | fixed | rpmbuild fails |
Description |
nstall: cannot create regular file `/var/tmp/bcfg2-0.8.2-1-buildroot/etc/default/bcfg2': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.50416 (%install) I hate to be a promoter of RPM based distros, but I am forced to use them. I would also recommend that on these style of systems that we use /etc/sysconfig/bcfg2 instead of /etc/default/bcfg2 to match the rest of the crap they do wrong :) |
|||
#86 | desai | bradshaw | fixed | removing rpms |
Description |
so I will start by saying Suse is garbage, but I have to use it. Now on to the real issue. by default Suse installs rpms( if you could call them that ) called gpg-pubkey. For instance on my system I have a bunch of them: Now the problem I am having is that when I try to remove them with bcfg it fails due to the fact there is really only 1 package name but it coorisponds to multiple packages. n223:~ # rpm -q gpg-pubkey gpg-pubkey-0dfb3188-41ed929b gpg-pubkey-15c17deb-3f9e80c9 gpg-pubkey-3d25d3d9-36e12d04 gpg-pubkey-9c800aca-40d8063e Removing packages: gpg-pubkey?
< error: "gpg-pubkey" specifies multiple packages I am doing -r all just to clerify |