Operating System - HP-UX
1826370 Members
3026 Online
109692 Solutions
New Discussion

Re: inetd: xxxxxx Died on signal 13

 
SOLVED
Go to solution
Lucien Wolfs
Valued Contributor

inetd: xxxxxx Died on signal 13

Hi,

In the syslog there's a mention of my program xxxxxx that seemed to have received a signal. (????)
I didnot sent any signal to the process.
What is/can be the problem ?

THANKS!
2 REPLIES 2
Stefan Farrelly
Honored Contributor
Solution

Re: inetd: xxxxxx Died on signal 13


The error in syslog reports a process died with a certain error code (signal). It doesnt means someone sent a signal/kill to it. The 13 indicates the error message;

grep 13 /usr/include/sys/errno.h

which gives;

#define EACCES 13 /* Permission denied */

Which means the process attempt to access something it didnt have permission to, and thus is died or reported it to syslog.
Im from Palmerston North, New Zealand, but somehow ended up in London...
U.SivaKumar_2
Honored Contributor

Re: inetd: xxxxxx Died on signal 13

hi,

check the permisions of /etc/inetd.conf

regards,
U.SivaKumar
Innovations are made when conventions are broken