-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/8/2014 1:05 PM, Cliff Hayes wrote:
> I will have to go with clamd because clamav is taking 12 seconds to > scan an email with five words in it. Yep. > I tried disabling all repositories except epel like this... yum > --disablerepo=atrpms-bleeding --disablerepo=atrpms > --disablerepo=atrpms-testing --disablerepo=elrepo > --disablerepo=epel-testing --disablerepo=rpmforge > --disablerepo=sl6x --disablerepo=sl install clamd You can accomplish the same thing a little simpler like so: yum --disablerepo="*" --enablerepo=epel [...] > ... but then I got a long list of dependencies, then a bunch of > errors and requires, then ended with this... You could try using > --skip-broken to work around the problem You could try running: rpm > -Va --nofiles --nodigest ... so I guess I should go back to > binaries? I suspect somewhere along the way you got a mixed installation between EPEL and RPMForge. They both have clam* packages with similar names, but the files are put into different directories, etc. and end up causing cross-repo conflicts. Your best bet is to pick one, and put an exclude= line in the other repo file to avoid conflicts. - -- Nels Lindquist <[email protected]> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (MingW32) iEYEARECAAYFAlQ1nCkACgkQh6z5POoOLgReHwCePrgLUYAhfz4fKnlEmPKO4d/D /g0An2vOUWbDKbCD5+EwyDiRo+J/QQYx =GXiE -----END PGP SIGNATURE----- _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

