Custom Query (894 matches)
Results (64 - 66 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#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 |
|||
#87 | hagedorn | hagedorn | fixed | New Reports historical data error |
Description |
This problem exists when using the New Reports with an SQLite database, displaying the page that provides the diffs/other problems with config elements. When one trys to view the list of other clients with this problem, a traceback occurs. The SQL query that triggers the traceback works fine with a standalone SQLite client. |