Amanda-Users

Re: amanda-2.6.2alpha-20081209

2008-12-10 09:42:04
Subject: Re: amanda-2.6.2alpha-20081209
From: Jean-Louis Martineau <martineau AT zmanda DOT com>
To: Gene Heskett <gene.heskett AT verizon DOT net>
Date: Wed, 10 Dec 2008 07:01:30 -0500
Check firewall
Check xinetd configuration
Check system log for error to start amandad
Check amandad.*.debug files.
Check selfcheck.*.debug files.

Jean-Louis


Gene Heskett wrote:
Greetings;

Its borken:
[root@coyote amanda-2.6.2alpha-20081209]# su amanda -c "amcheck Daily"
Amanda Tape Server Host Check
-----------------------------
Holding disk /dumps: 360378368 kB disk space available, using 359866368 kB
slot 5:read label `Dailys-5', date `20081109151648'.
NOTE: skipping tape-writable test
Tape Dailys-5 label ok
Server check took 0.774 seconds

Amanda Backup Client Hosts Check
--------------------------------
WARNING: coyote: selfcheck request failed: timeout waiting for ACK
Client check: 1 host checked in 30.034 seconds.  1 problem found.

(brought to you by Amanda 2.6.2alpha-20081209)

But, I get the same response from 2.6.2alpha-20081208 too, wth? It worked perfectly here last night.

Yumex had just installed updates for awstats, two cups packages, and kdelibs4.
I don't see a connection.  I used the same ./gh.cf script:
=============
#!/bin/sh
# since I'm always forgetting to su amanda...
if [ `whoami` != 'amanda' ]; then
        echo
        echo "!!!!!!!!!!!! Warning !!!!!!!!!!!!"
        echo "Amanda needs to be configured and built by the user amanda,"
        echo "but must be installed by user root."
        echo
        exit 1
fi
make clean
rm -f config.status config.cache
./configure --with-user=amanda \
        --with-group=disk \
        --with-owner=amanda \
        --with-gnu-ld \
        --prefix=/usr/local \
        --with-tapedev="FILE:/amandatapes" \
        --with-debugging=/tmp/amanda-dbg/ \
        --with-tape-server=coyote \
        --with-bsdtcp-security --with-amandahosts \
        --with-configdir=/usr/local/etc/amanda \
        --with-config=Daily \
        --with-gnutar=/bin/tar
make
=============
That I have been using for ages.

One item I noted, cups was, maybe is also being difficult, and its error messages are showing the ipv6 stuff, but I don't have that setup here.

The amcheck-debug logs for just now all end like this:
1228884453.747217: amcheck-server: changer: << 5 file:/amandatapes/Dailys/
1228884462.991055: amcheck-clients: dgram_send_addr(addr=0x958b258, dgram=0xb7ea6aa4) 1228884462.991077: amcheck-clients: (sockaddr_in *)0x958b258 = { 2, 10080, 192.168.71.3 }
1228884462.991083: amcheck-clients: dgram_send_addr: 0xb7ea6aa4->socket = 4
1228884473.001013: amcheck-clients: dgram_send_addr(addr=0x958b258, dgram=0xb7ea6aa4) 1228884473.001034: amcheck-clients: (sockaddr_in *)0x958b258 = { 2, 10080, 192.168.71.3 }
1228884473.001040: amcheck-clients: dgram_send_addr: 0xb7ea6aa4->socket = 4
1228884483.010961: amcheck-clients: security_seterror(handle=0x958b238, driver=0xb7e9eae0 (BSD) error=timeout waiting for ACK) 1228884483.010994: amcheck-clients: security_close(handle=0x958b238, driver=0xb7e9eae0 (BSD))
1228884483.011940: amcheck: pid 4664 finish time Tue Dec  9 23:48:03 2008


/home/amanda/.amandahosts hasn't changed in 2 years:
-rw------- 1 amanda amanda 417 2006-11-27 19:29 .amandahosts

Ideas folks?




<Prev in Thread] Current Thread [Next in Thread>