LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem with identd not binding (https://www.linuxquestions.org/questions/linux-software-2/problem-with-identd-not-binding-125868/)

artistik 12-14-2003 06:51 PM

problem with identd not binding
 
i keep doing /usr/sbin/in.identd ... but in my syslog i get ... Dec 15 00:45:35 d0hp in.identd[7936]: bind(port=113) failed: Address already in use


but nothing is running on port 113....so what do i do next?

teval 12-14-2003 08:39 PM

Are you sure nothing is running on it?
netstat -l
Will show you all listening programs and what ports they are on.
Also look at netstat -a and see if 113 is there either.

Sometimes you think it's not listening, but it is. It could also be that another program is using that port, in which case netstat -p will show you which program it is.

artistik 12-14-2003 08:53 PM

tcp 0 0 *:auth *:* LISTEN is the only thing i get with netstat -l ... same with the rest...


All times are GMT -5. The time now is 08:23 AM.