admin on October 13th, 2009

If during your apt activity you are getting some errors like this: W: GPG error: http://ftp.us.debian.org etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B Try to add the key from keyserver specifying the key id and you should be ok ~# gpg –keyserver pgpkeys.mit.edu –recv-key  9AA38DCD55BE302B ~# [...]

Continue reading about Debian apt-get errors about gpg key

admin on June 25th, 2009

Recently I bumped in a Debian Lenny locales problem,  on some amd64 cluster inside the cloud, during apt-get operations the system complains continuously about wrong or missing locales with messages like this: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = “en_US.UTF-8″ are [...]

Continue reading about Debian Lenny locales problem