Hi,
I have reinstalled ispCPOmega 3 times and still the same. When creating FTP users and trying to connect it, it always ends up in "unable to retrieve directory listing."
I re-installed ispCPOmega fresh this time and I saw this.
Followed all steps and this occur in step 4.
Code:
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
Code:
Setting up proftpd-basic (1.3.3a-6squeeze4) ...
grep: /etc/inetd.conf: No such file or directory
Warning: The home dir /var/run/proftpd you specified can't be accessed: No such file or directory
Adding system user `proftpd' (UID 108) ...
Adding new user `proftpd' (UID 108) with group `nogroup' ...
Not creating home directory `/var/run/proftpd'.
Adding system user `ftp' (UID 109) ...
Adding new user `ftp' (UID 109) with group `nogroup' ...
Creating home directory `/home/ftp' ...
`/usr/share/proftpd/templates/welcome.msg' -> `/home/ftp/welcome.msg.proftpd-new'
Starting ftp server: proftpd.
Setting up proftpd-mod-mysql (1.3.3a-6squeeze4) ...
Setting up rkhunter (1.3.6-4) ...
[ Rootkit Hunter version 1.3.6 ]
File created: searched for 161 files, found 126
Setting up sasl2-bin (2.1.23.dfsg1-7) ...
update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)
To enable saslauthd, edit /etc/default/saslauthd and set START=yes ... (warning).
I am using debian 6 32bit in a xen platform with 512ram.
I am thinking that this part has something to do about this situation..
Code:
Warning: The home dir /var/run/proftpd you specified can't be accessed: No such file or directory
Adding system user `proftpd' (UID 108) ...
Adding new user `proftpd' (UID 108) with group `nogroup' ...
Not creating home directory `/var/run/proftpd'.
Adding system user `ftp' (UID 109) ...
Adding new user `ftp' (UID 109) with group `nogroup' ...
Creating home directory `/home/ftp' ...
`/usr/share/proftpd/templates/welcome.msg' -> `/home/ftp/welcome.msg.proftpd-new'
Starting ftp server: proftpd.
But I do not know how to solve it.
Thanks for your help!