Table of Contents
Debian Sarge
Setting locale failed while running apt
Problem:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Solution:
If locales is already installed run as root:
dpkg-reconfigure locales
Otherwise you firstly have to run:
aptitude install locales
No public key available while running apt
Problem:
W: There are no public key available for the following key IDs: A70DAF536070D3A1 W: You may want to run apt-get update to correct these problems
Solution:
Run as root:
sudo gpg --recv-key --keyserver wwwkeys.eu.pgp.net A70DAF536070D3A1 sudo gpg --export A70DAF536070D3A1 | apt-key add -
error starting ProFTPd with LDAP
Problem:
Starting ftp server: proftpd - IPv4 getaddrinfo '[hostname]' error: Name or service not known - warning: unable to determine IP address of '[hostname]' - error: no valid servers configured - Fatal: error processing configuration file '/etc/proftpd/proftpd.conf' failed!
Solution:
add to /etc/hosts:
::fff:[Your_IP-Address] [your_hostname] [Your_IP-Address] [your_hostname]
Startup of saslauthd failed
Problem:
Starting SASL Authentication Daemon: saslauthdsaslauthd[27771] :main : could not chdir to: /var/run/saslauthd saslauthd[27771] :main : chdir: No such file or directory saslauthd[27771] :main : Check to make sure the directory exists and is saslauthd[27771] :main : writeable by the user this process runs as. failed!
Solution:
mkdir /var/run/saslauthd