Custom Query (894 matches)
Results (52 - 54 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#702 | desai | hunter | fixed | repo-validate fails if services have a restart attribute |
Description |
-- /usr/share/bcfg2/schemas/servicetype.xsd~ 2009-05-18 18:17:54.000000000 -0500 +++ /usr/share/bcfg2/schemas/servicetype.xsd 2009-07-30 16:49:49.000000000 -0500 @@ -21,6 +21,7 @@
+ <xsd:attribute name='reload' type='xsd:string'/>
|
|||
#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 |
|||
#2 | desai | desai | fixed | remove sss support |
Description |
Get rid of sss communication code; xmlrpc is easier to use, more secure and easier to install |