Kurt Yoder writes:
- I am trying to get the Amanda client working on a FreeBSD4 box. I
- installed 2.4.2p1 (and also p2 in trying to resolve this). I run the
- dump, and get two different errors on two boxes:

        First off, I'd stronly recommend building from the ports
collection.. The amanda that is in the ports collection builds
and runs just fine on FreeBSD 4.x.

- FAILED AND STRANGE DUMP DETAILS:
- 
- /-- aragorn.sh /dev/da0s1a lev 0 FAILED [/usr/bin/tar returned 1]
- sendbackup: start [aragorn.shcorp.com:/dev/da0s1a level 0]
- sendbackup: info BACKUP=/usr/bin/tar
- sendbackup: info RECOVER_CMD=/usr/bin/tar -f... -
- sendbackup: info end
- ? gtar: ./dev/rsa0.ctl: minor number too large; not dumped
- | Total bytes written: 186224640
- sendbackup: error [/usr/bin/tar returned 1]
- \--------
- 
- /-- galadriel. /dev/ad0s1g lev 0 FAILED [data timeout]
- sendbackup: start [galadriel.shcorp.com:/dev/ad0s1g level 0]
- sendbackup: info BACKUP=/usr/bin/tar
- sendbackup: info RECOVER_CMD=/usr/bin/tar -f... -
- sendbackup: info end
- ? sendbackup: index tee cannot write [Broken pipe]
- sendbackup: error [/usr/bin/tar got signal 13, index returned 1]
- \--------
- 
- I've tried various gtar versions, including 1.11.2, 1.13, and 1.13.19,
- but they all give me errors. Does anyone know how to fix this?

        Add `./dev/*' to the gnu tar exlude file on the affected
hosts.

        The problem is that FreeBSD has gone to 32 bit device
numbers, and gtar (and the POSIX spec?) only expect a 16 bit
device number.

        Not backing up the devices directory shouldn't cause any
great heart-ache, as MAKEDEV exists to recreate the device
nodes.

--
Eric Schnoebelen                [EMAIL PROTECTED]            http://www.cirr.com
    "Bureaucracies interpret communication as damage and route around it."
                            -- Jamie Zawinski         

Reply via email to