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: wpmcgonigle                Text: [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

Reply via email to