Found it -- I was rooting through MORE logs today, and found (in
/var/adm/amanda/amanda.10):
   dumper: stream_client: our side is 0.0.0.0.32921
   /usr/local/bin/gzip: syntax error at line 5: `(' unexpected
   driver: result time 1533.568 from dumper0: DONE 01-00006 300799 300832
   1407 [sec 1406.949 kb 300832 kps 213.8 orig-kb 300799]

So I checked out gzip and it was broken.  I fixed gzip, and everything
looks OK now.

Thanks for your help-
--
Austin David -- Sr. Systems Architect
Wink Communications
[EMAIL PROTECTED]
(510) 337-6334


                                                                                       
        
                    "John R. Jackson"                                                  
        
                    <[EMAIL PROTECTED]        To:     [EMAIL PROTECTED]             
        
                    urdue.edu>               cc:     [EMAIL PROTECTED]           
        
                                             Subject:     Re: Indexes not being made   
        
                    07/27/2001 03:11                                                   
        
                    PM                                                                 
        
                    Please respond to                                                  
        
                    jrj                                                                
        
                                                                                       
        
                                                                                       
        




>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]




Reply via email to