Your comments
I have, just now. Still not logging in though.
Hi Eugene,
Thanks for your prompt reply.
This is what I found in this file /var/lib/ajenti/plugins/vh-vsftpd/package.desc
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.1
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
So I upgraded that package:
$ sudo apt-get upgrade ajenti-v-ftp-vsftpd
Which triggered upgrades on these packages:
ajenti ajenti-v ajenti-v-ftp-vsftpd ajenti-v-php-fpm python-reconfigure
The file /var/lib/ajenti/plugins/vh-vsftpd/package.desc now reads:
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.2
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
But I still cannot log in with the FTP usrs that were already existing, so my problem persists.
Any tips to hunt down this problem?
Thanks for your prompt reply.
This is what I found in this file /var/lib/ajenti/plugins/vh-vsftpd/package.desc
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.1
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
So I upgraded that package:
$ sudo apt-get upgrade ajenti-v-ftp-vsftpd
Which triggered upgrades on these packages:
ajenti ajenti-v ajenti-v-ftp-vsftpd ajenti-v-php-fpm python-reconfigure
The file /var/lib/ajenti/plugins/vh-vsftpd/package.desc now reads:
PACKAGE=ajenti-v-ftp-vsftpd
VERSION=0.2.2
DEB_DEPENDS="ajenti-v (>=0.2.0), vsftpd (>=3.0.0), db-util"
RPM_DEPENDS="ajenti-v, vsftpd >= 3.0.0, db4-utils, db4"
PROVIDES=ajenti-v-ftp
DESCRIPTION="VSFTPD support for Ajenti V"
read -d '' POSTINST <<END
END
But I still cannot log in with the FTP usrs that were already existing, so my problem persists.
Any tips to hunt down this problem?
I am having the same problem. The default FTP users created when creating a site do not seem to login. I restarted vsftp but still no success. Any idea on how to solve this?
Customer support service by UserEcho
Any known work-around for this? I'm running Ajenti V on Debian GNU/Linux 7 (wheezy). It's quite a blocking issue.
Thanks!