On Mon, 18 Feb 2002, Christian Jönsson wrote: > I get this message in my syslog: > > Feb 18 16:26:22 fw inetd[629]: ftp/tcp: bind: Address already in use > > I use, well, try to use, bind9...
'bind' in this case is the bind system call, not the BIND package. Its program is called 'named' anyway. It's saying that the port for FTP is already being used. An FTP daemon is trying to start from inetd, perhaps you've already got one started? Either remove/disable this entry in your /etc/inetd.conf or stop the other daemon from starting. bye -- 8<--------8<--------8<--------8<--------8<--------8<--------8<-------- Ian Tester *8)# \7\ LINUX: because geeks will find a way [EMAIL PROTECTED] \7\ http://www.zipworld.com.au/~imroy

