Re: inetd 1.3.2-15 not respawn udp connections

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 12:38:57PM +0100, Enrico Bernardini wrote: > Hi, > I found the "bug": > the problem was the "wait" option. > in inetd.c se_wait is definde short but it take the pid (int) values. > So (sep->se_wait == pid) never matchs and the server never restarts. > > Here is the very sm

Re: inetd 1.3.2-15 not respawn udp connections

2001-12-05 Thread Enrico Bernardini
Hi, I found the "bug": the problem was the "wait" option. in inetd.c se_wait is definde short but it take the pid (int) values. So (sep->se_wait == pid) never matchs and the server never restarts. Here is the very small patch to inetd.c (short => int) Regards Enrico Enrico Bernardini wrote: >

inetd 1.3.2-15 not respawn udp connections

2001-12-04 Thread Enrico Bernardini
Hi all, I'm porting amanda2.4.2p2 client on cygnus (win98se cygwin1.dll 1.3.6). Inetd starts amandad first time, amandad completes the job and exits. When the server side recall amandad to continue working, inetd does not restart amandad. You can see the same behaviour if you start and close a ta