>My indexes aren't being created. Specifically, the files are being
>created, but not populated with index data ...
> sendbackup: index pipe returned 36096
That number translates (I think) to SIGPIPE, which means some portion
of the sendbackup -> ufsrestore -> sed -> network pipeline was broken.
Try this as the Amanda user:
/usr/sbin/ufsdump 9sf 1048576 - /dev/rdsk/c0t0d0s7 | \
/usr/sbin/ufsrestore -tvf - > /dev/null
If that works OK, try this:
/usr/sbin/ufsdump 9sf 1048576 - /dev/rdsk/c0t0d0s7 | \
/usr/sbin/ufsrestore -tvf - | \
sed -e 's/a/b/' > /dev/null
Note there is not a full path to sed. For whatever reason, Amanda does
not use a full path, so I'm not sure what version of sed (if you have
more than one) it would get.
Is there any kind of network protection (e.g. firewall) between that
client and the server?
If the above does not show anything, let me know and I'll see if I can
come up with some more ideas and/or debugging patches.
>Austin David
John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]