[SOLVED] Cannot login to ftp - 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] Cannot login to ftp (/thread-8235.html) Pages: 1 2 |
RE: Cannot login to ftp - krzd - 10-26-2009 11:41 PM 1-bash3.2 [14:40:30][root@krzd:~]$ nc -l -p21 -bash: nc: command not found and i don't have any firewall or nat, and it worked before on syscp RE: Cannot login to ftp - kilburn - 10-26-2009 11:44 PM Quote:bash3.2 [14:40:30][root@krzd:~]$ nc -l -p21apt-get install netcat Quote:and i don't have any firewall or nat, and it worked before on syscpDid you try to connect to the server while capturing the debug output? RE: Cannot login to ftp - krzd - 10-26-2009 11:58 PM Even before I can connect: Can't grab 0.0.0.0:21 with bind RE: Cannot login to ftp - kilburn - 10-27-2009 12:34 AM Sorry, can you rewrite your last message? I haven't understood it.... :S RE: Cannot login to ftp - krzd - 10-27-2009 12:41 AM The output of nc -l -p21 after starting is immediatly: Can't grab 0.0.0.0:21 with bind. //edit: oh, it's because i had proftpd running, ok nc stops without any output, while the ftp client stops with: Status: Verbinde mit 84.23.64.192:21... Status: Verbindung hergestellt, warte auf Willkommensnachricht... Fehler: Zeitüberschreitung der Verbindung Fehler: Herstellen der Verbindung zum Server fehlgeschlagen Translation: connecting with 84.23.64.192:21; connection established, waiting for welcome message; connection time-out; establishing connection to the server failed RE: Cannot login to ftp - kilburn - 10-27-2009 01:30 AM So there's no connection issue (I've previously missed that in the ftp procotol the server "speaks first"). I think that we must be missing something in the proftpd log. Could I connect to your vserver through ssh to see if I catch something else? We can use "screen" if you want to follow what I'm doing RE: Cannot login to ftp - krzd - 10-27-2009 03:44 AM OK, do you have got an IM? So it would be very useful to use that. ICQ: 363604590 MSN: ahs@ahs94.eu Jabber: krzd@krzd.net Thanks //edit: Problem found, MySQL password is not correct (by regenerating config files i copied this from the old config). Also PMA says, that the PMA controluser can't connect. //edit2: I set new passwords for both and now it works. Seems to be an error in auto-generating passwords. |