Click to See Complete Forum and Search --> : mod_security gpg problems


El Fluffo
07-06-2007, 10:01 AM
hi. I'm trying to install mod_security for apache2 using the guide here - http://www.howtoforge.com/apache2_mod_security_debian_etch

I've changed sources.list as described and recieived the typical apt-get update error about installing the gpg key but have got myself into a right mess.
I did the following:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys <key>
gpg --armor --export <key> | apt-key add -
but got an error message when updating apt-get

So, I did the following:
aptitude install debian-keyring
apt-key add /usr/share/keyrings/debian-role-keys.gpg

And now I get the following error: Conflicting distribution: http://etc.inittab.org etch/ Release (expected etch but got )

Any clues about how to sort this out?
Thanx in advance