Re: inetd help
On Thu, 2 Jun 2005, Bill McGonigle wrote: > On Jun 1, 2005, at 20:46, TARogue wrote: > > > Jun 1 19:09:38 gore inetd[467]: pid 21168: exit status 1 > > That means one of the processes inetd launched exited with a bad > status. In this case, inetd is process # 467 and the process that > caused the error was 21168. As Kevin mentioned it would be helpful to > know what process 21168 was. > Ah! OK, I thought inetd was pid 21168 and kept restarting, but it was an ftp connection that timed out. Thanks everyone! Now to contact the user involved and find out why this person kept making ftp connections and letting them time out ... -- TARogue (Linux user number 234357) I hope we shall crush in its birth the aristocracy of our monied corporations which dare already to challenge our government to a trial by strength, and bid defiance to the laws of our country. -- Thomas Jefferson ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
Re: inetd help
On Jun 1, 2005, at 20:46, TARogue wrote: Jun 1 19:09:38 gore inetd[467]: pid 21168: exit status 1 That means one of the processes inetd launched exited with a bad status. In this case, inetd is process # 467 and the process that caused the error was 21168. As Kevin mentioned it would be helpful to know what process 21168 was. You can also cross-reference with other logs. Like, perhaps an ftpd process is the one that failed and you have a /var/log/ftpd log that contains an error. You might try 'grep 21168 /var/log/*' to see if the process itself logged more information somewhere. -Bill - Bill McGonigle, Owner Work: 603.448.4440 BFC Computing, LLC Home: 603.448.1668 [EMAIL PROTECTED] Mobile: 603.252.2606 http://www.bfccomputing.com/Pager: 603.442.1833 AIM: wpmcgonigleText: [EMAIL PROTECTED] For fastest support contact, please follow: http://bfccomputing.com/support_contact.html ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
Re: inetd help
TARogue <[EMAIL PROTECTED]> writes: > About every fifteen minutes, the following entry gets logged: > Jun 1 19:09:38 gore inetd[467]: pid 21168: exit status 1 > > Obviously, the dates and times change, but it's been happening ever > since the 30th. Any idea what it means, and how i might fix it? This is not a lot to go on. How about you figure out which process has PID 21168 (for example) for us? You can use "ps" or look out in /proc for this information. The only little thing you need to do is to capture the output of the PID table *just before* inetd issues this message. If you need help with this, please let us know. Please tell us which process is associated with that PID. --kevin -- GnuPG ID: B280F24E And the madness of the crowd alumni.unh.edu!kdc Is an epileptic fit -- Tom Waits ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
inetd help
About every fifteen minutes, the following entry gets logged: Jun 1 19:09:38 gore inetd[467]: pid 21168: exit status 1 Obviously, the dates and times change, but it's been happening ever since the 30th. Any idea what it means, and how i might fix it? -- TARogue (Linux user number 234357) Drama is life with the dull bits cut out. -Alfred Hitchcock (1899-1980) ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss