I think init keeps killing inetd when i start inetd from init like so

::respawn:/usr/sbin/inetd

inetd continually exits and starts

daemon.info init: init: process '/usr/sbin/inetd' (pid 843) exited. Scheduling 
it for restart.
daemon.info init: init: starting pid 1043, tty '': '/usr/sbin/inetd'
daemon.info init: init: process '/usr/sbin/inetd' (pid 1043) exited. Scheduling 
it for restart.
daemon.info init: init: starting pid 1342, tty '': '/usr/sbin/inetd'
etc..

but when i start inetd from init this way

::once:/usr/sbin/inetd

it runs fine.

I need inetd to restart if it dies. I'm not sure why this is happening
i have tried many different things to narrow down the problem. including
using a different inetd package not included in busybox. i still get the
problem which makes me think it is an init bug?

I am using busybox 1.6.1 on x86

if anyone could point me in the right direction to resolving this issue it 
would be greatly appreciated.

-- 
Ryan Rodriguez

Astrocom Corporation
http://www.astrocorp.com/
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to