ispCP - Board - Support
What happens - 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: What happens (/thread-4695.html)



What happens - Jose_canarion - 10-14-2008 07:23 AM

Correct user and password correctly, what happens?

FTP LOG :

atus: Connecting to 192.168.1.36:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.1 Server (192.168.1.36) [::ffff:192.168.1.36]
Command: USER jose@soft-completo.es
Response: 331 Password required for jose@soft-completo.es
Command: PASS *************
Response: 530 Login incorrect.
Error: Could not connect to server


RE: What happens - gOOvER - 10-14-2008 04:31 PM

Which Distro?


RE: What happens - joximu - 10-14-2008 05:05 PM

which rc Version?

Try logging in MySQL...

/J


RE: What happens - Jose_canarion - 10-15-2008 07:10 AM

Distro : Ubuntu 8.04
RC : RC6

Please Help me


RE: What happens - joximu - 10-15-2008 07:57 AM

you can stop proftpd and then run it manually: proftpd -d 5 -n and look what happens when you try to connect.

Post the lines here...

/J


RE: What happens - Jose_canarion - 10-16-2008 01:13 AM

Only this fails :

Failed bindig to ::, port 21 Adress alredy in use
Check the ServerType


RE: What happens - joximu - 10-16-2008 06:50 AM

please stop any ftp service.
if you run "lsof -i -P -T" there should be no running process listening on port 21 left

and then you can start proftpd manually as written...