Amanda-Users

tar error after index creation?

2004-03-09 14:23:47
Subject: tar error after index creation?
From: Eric Sproul <esproul AT ntelos DOT net>
To: AMANDA Users <amanda-users AT amanda DOT org>
Date: Tue, 09 Mar 2004 14:21:04 -0500
Hi folks,
Can someone help me understand what happened here?  One of my AMANDA
clients is a Solaris 8 box that happens to have a rather large partition
containing user mailboxes and shell accounts.  It accounts for about
half of all my nightly backup data, so I noticed this morning when
backups finished hours earlier than usual.  The partition is about 35
GB, with approximately half that amount changing on any given run.  This
morning's run called for a level-3, which from past runs would probably
have been about 16 GB.

It looks like tar got some sort of error right off the bat.  Here is the
last bit of the sendbackup debug for this partition:

sendbackup-gnutar: time 0.957: doing level 3 dump from date: 2004-03-08
13:49:34 GMT
sendbackup: time 0.965: spawning /usr/local/libexec/runtar in pipeline
sendbackup: argument list: gtar --create --file - --directory /disk8
--one-file-system --listed-incremental
/usr/local/var/amanda/gnutar-lists/flanders_dev_md_dsk_d0_3.new --sparse
--ignore-failed-read --totals --exclude-from
/tmp/amanda/sendbackup._dev_md_dsk_d0.20040309064111.exclude .
sendbackup-gnutar: time 0.975: /usr/local/libexec/runtar: pid 8176
sendbackup: time 0.978: started index creator: "/usr/local/bin/tar -tf -
2>/dev/null | sed -e 's/^\.//'"
sendbackup: time 57.283: 124: strange(?): gtar:
./home/2000/25b/beckyjo1: Cannot savedir: No such file or directory
sendbackup: time 61.318: index created successfully
sendbackup: time 61.323: error [/usr/local/bin/tar got signal 11]
sendbackup: time 61.324: pid 8170 finish time Tue Mar  9 06:42:11 2004


This partition failed to back up-- nothing was left in the server's
holding disk and it was noted "failed" in the mail report.  What I don't
understand is if the "strange" error is related to the "signal 11"
error.  FYI, /usr/local/bin/tar is GNU tar 1.13.19 from the SunFreeware
"SMCtar" package.  The client is running amanda-2.4.4p1 built from
source.

I don't know if it's relevant, but my dumptype is "high-tar":
define dumptype high-tar {
    program "GNUTAR"
    comment "partitions dumped with tar"
    options no-compress, index, exclude-list "/etc/amanda/exclude.gtar"
    priority high
}

Any insight would be appreciated.
Thanks!
Eric


<Prev in Thread] Current Thread [Next in Thread>
  • tar error after index creation?, Eric Sproul <=