Hello Everyone, I recently went through the installing ISPConfig on Ubuntu 10.04 tutorial walkthrough, and the FTP service is not properly working. Below is the SSH error I get. Code: Restarting ftp server: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_CA.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -H -O clf:/var/log/pure-ftpd/transfer.log -A -E -8 UTF-8 -u 1000 -b -B 421 Unable to switch capabilities : Operation not permitted I am not Linux experienced, I'm installing this instead of using an installer on my VPS, because I want to learn. So I'm not looking for someone to give me the answers, but to point me in the right direction. Thank you, Jon Edney
Hello Falco. Thank you for your help. Below is the output of the code you said to run; seems like it didn't work properly? Code: root@server:~# dpkg-reconfigure locales perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_CA.UTF-8" 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 root@server:~# Thank you, Jon
Please ensure that you run: sudo su before you executed any of the commands or restarted the ftp server. Only the root user can do these tasks.
Till, The server I am working on is a VPS that I have root access to. All commands have been ran as 'root', so I didn't think sudo was needed?
Ok,in that case no sudo is required. Mst likely your provider has capability switching disabled in your virtual server and this prevents pure-ftpd from starting. Please see here for instructions to recompile pure-ftpd so that it does not require capabilities: http://www.faqforge.com/linux/contr...irtual-machines-without-capabilities-enabled/
Hello, I am receiving this below error. Code: root@server:~# apt-get source pure-ftpd Reading package lists... Done Building dependency tree Reading state information... Done E: You must put some 'source' URIs in your sources.list root@server:~# Can anyone shine some light on this one?
Seems as if the source package repositorys are not configured on your server. Please post the content of the file: /etc/apt/sources.list