Welcome, Guest. Please login or register.

Author Topic: Unable to bind port.  (Read 857 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline orangeTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2796
    • Show only replies by orange
Unable to bind port.
« on: April 30, 2006, 01:04:43 AM »
I cannot start RC-FTPd with AmiTCP, it always gives error:

Unable to bind port.
Probably trying to start twice."



I have found probable solution on Internet, here it is:

Quote
After I changed the permission to bind to port 21, RCFTPd ist working
very well.


but how do you change 'permission to bind to port'?
 :-?
Better sorry than worry.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Unable to bind port.
« Reply #1 on: April 30, 2006, 01:25:42 AM »
In your case it is more likely that some application has already bound to port 21, not any permission problem.

Code: [Select]
ftp             stream tcp   nowait root     AmiTCP:serv/ftpd  ftpd      -l -x
perhaps?