>...  I think I've solved this using this inetd.conf entry:
>
>amanda    dgram  udp wait   amanda /usr/bin/truss truss -fo
>/tmp/amandad.truss /usr/local/libexec/amanda/1.2.1p1/amandad
>
>So, now I get the truss output in the expected file,
>/tmp/amandad.truss, but still have no idea what's going wrong by
>examining it.  ...

I always start at the end, which in your case includes this:

>10489: write(2, " l d . s o . 1 :   / u s".., 163)     Err#96 EDESTADDRREQ
>10489: write(2, "\n", 1)                               Err#96 EDESTADDRREQ

Unfortunately, the write buffer is truncated and we cannot see the whole
message going to stderr (file descriptor 2).  Try adding the 'w' flag
to your "truss" command ("... -fwo 2 /tmp/amandad.truss ...") and see
if that doesn't show some more info.

>Paul Yeatman   (858) 534-9896      [EMAIL PROTECTED]

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to