ispCP - Board - Support
[SOLVED] proftpd is not even giving a welcome message - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [SOLVED] proftpd is not even giving a welcome message (/thread-2390.html)

Pages: 1 2


RE: proftpd is not even giving a welcome message - FraggDieb - 02-11-2008 02:59 AM

When i try to connect to my Server, the proftpd debugger says

v1435.ncsrv.de (84.62.29.235[84.62.29.235]) - USER ftp@iw-hosting.de (Login fail ed): Invalid shell: '/home/www/virtual/iw-hosting.de'

User and Password are right


RE: proftpd is not even giving a welcome message - Meatwad - 02-11-2008 03:01 AM

thanks! that was the problem. i used "autogenerate" in the installation script. there should be some prevention for this.

thanks!

PS: where can i change the vftp-password, so ispcp knows about the new password in case it creates new configfiles? ispcp.conf doesn't contain it.

edit:
@FraggDieb: add this 2 your proftpd.conf:
Quote:RequireValidShell off



RE: proftpd is not even giving a welcome message - BeNe - 02-11-2008 03:04 AM

Quote:When i try to connect to my Server, the proftpd debugger says

v1435.ncsrv.de (84.62.29.235[84.62.29.235]) - USER ftp@iw-hosting.de (Login fail ed): Invalid shell: '/home/www/virtual/iw-hosting.de'

User and Password are right
Code:
/home/www/virtual/iw-hosting.de
This is not the default Path /home. Did you changed to this ?


Quote:thanks! that was the problem.
Wink No Problem!
Quote:there should be some prevention for this.
We know about it and we try to change it.
Quote:where can i change the vftp-password, so ispcp knows about the new password in case it creates new configfiles
It is only set in the proftpd.conf


Greez BeNe


RE: proftpd is not even giving a welcome message - FraggDieb - 02-11-2008 03:04 AM

youdomain.tdl/pma
Login with root and the Password of the root

Go to "rights" in german "Rechte" and change the password of the user vftp.

Change the news Passwort in the proftpd.conf

That was it


RE: proftpd is not even giving a welcome message - Meatwad - 02-11-2008 03:07 AM

@BeNe: okay. that sounds fine. thanks again.

@FraggDieb: i knowWink i did so ...just wanted to know, if i'd need to add the new password in some ispcp-config. gl with you problem.
the required shell-thingy i postet should work.


RE: proftpd is not even giving a welcome message - joximu - 02-11-2008 04:22 AM

FraggDieb Wrote:When i try to connect to my Server, the proftpd debugger says

v1435.ncsrv.de (84.62.29.235[84.62.29.235]) - USER ftp@iw-hosting.de (Login fail ed): Invalid shell: '/home/www/virtual/iw-hosting.de'

hm, this ain't a shell, maybe a homedir (if you use /home/www instead of /var/www/) - so, if this still is the case have a look in the database table ispcp.ftp_users and see if there the homedir and shell are in the right fields. If this is ok, then maybe the line
Code:
SQLUserInfo                             ftp_users userid passwd uid gid homedir shell
in proftpd is not correct...

/J