hi. I'm trying to install mod_security for apache2 using the guide here -
http://www.howtoforge.com/apache2_mo...ty_debian_etch
I've changed sources.list as described and received 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
__________________
'Don't you think it's sometimes wise not to grow up?' - The Rolling Stones, '100 Years Ago'
Reply With Quote