Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

FTP service doesn't work anymore

Got problems with Bubba? Then this forum is for you.
Locked
habrys
Posts: 28
Joined: 22 Apr 2007, 16:58
Location: Bonn, Germany

FTP service doesn't work anymore

Post by habrys »

Ok, maybe it's a lame question, but somehow I cannot find out what's the problem.

The ftp server doesn't work anymore.

- when I try to connect (locally, from a computer on the same subnet) I get:

Code: Select all

habrys@feisty:~$ ftp 192.168.0.2
Connected to 192.168.0.2.
421 Service not available, remote server has closed connection
ftp> 
- "ps -afe | grep proftpd | grep -v grep" doesn't list any processes,
- both services are enabled via web-gui: FTP and Anonymous FTP access (I tried to turn the anonymous aceess off and on again, both off and on again, didn't help),
- restarting of bubba didn't help,
- it worked a few days ago, I even tested the file transfer rates over ftp.

Any ideas?
habrys
Posts: 28
Joined: 22 Apr 2007, 16:58
Location: Bonn, Germany

Post by habrys »

I found the problem. I changed the port in the /etc/proftpd.conf from the standard 21 to 20 and now proftpd starts (/usr/sbin/proftpd). The ftp connection from outside works as well, via the port 20 though, of course.

Strange... I have to investigate which other process dares to use the port 21 in listen mode, but ftp works for now :)
Locked