1833831 Members
2278 Online
110063 Solutions
New Discussion

inetd : bad file number

 
MikeL_4
Super Advisor

inetd : bad file number

While checking syslog.log for another problem I noticed several messages in the log that started a few weeks ago:

inetd[943]: ftp/tcp: accept: Bad file number

Any ideas where I can go to determine what is causing these messages ?
3 REPLIES 3
Ron Kinner
Honored Contributor

Re: inetd : bad file number

I think this indicates a software problem. You are trying to refer to a socket which does not exist. You might check your patches.

Ron
MikeL_4
Super Advisor

Re: inetd : bad file number

If I do a patch assesment it is only pulling out security type patches. How can I determine what may be causing this ?? I have the same level of code running on 15 different servers and this on is the only one outting out these messages ??
Daryl Much
Frequent Advisor

Re: inetd : bad file number

I received these same messages in syslog while tcp syn port scans (security scans) were running.

HTH,

Chuck Davis