Click to See Complete Forum and Search --> : BIND headaches


datadan
07-13-2001, 09:33 AM
inetd[11103]: ftp/tcp: bind: Address already in use
inetd[11152]: pop-3/tcp: bind: Address already in use

Google searches suggest that I restart BIND
How do I do this? (Rebooting Machine doesn't help)

Also always the same two offending ports/pids 11103/11152 how do I manually release these ports kill -? or what.

Thanks

PLBlaze
07-13-2001, 12:20 PM
Since inetd daemon starts ftp/pop3 services you need to kill -HUP inetd for the changes to take effect or you'll get said errors.

Now you confusing ISC's BIND the network name server with bind as in binding the address/specifc service to given port eg.

when ftp is started to serv files it binds itself to port 21 and has nothing to do with BIND (named).

Hope this helps.