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
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:
>
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
3 matches
Mail list logo