Ok, here is the result:


sudo -u amandabackup /sbin/amadmin DailySet1 disklist

line 63:
    host fc5client.analogic.com:
        interface default
    disk /usr/local/bin:
        program "GNUTAR"
        data-path AMANDA
        priority 2
        dumpcycle 7
        maxdumps 1
        maxpromoteday 10000
        bumpsize 20480
        bumpdays 1
        bumpmult 4.000000
        strategy STANDARD
        ignore NO
        estimate CLIENT
        compress CLIENT FAST
        comprate 0.50 0.50
        encrypt NONE
        auth "BSDTCP"
        kencrypt NO
        amandad-path ""
        client-username ""
        client-port ""
        ssh-keys ""
        holdingdisk NEVER
        record YES
        index YES
        starttime 0000
        fallback-splitsize 10Mb
        skip-incr NO
        skip-full NO
        allow-split YES
        spindle -1



What's missing here?
Thanks

--Brendon Martino

On 04/29/2013 02:01 PM, Jean-Louis Martineau wrote:
On 04/29/2013 01:54 PM, Brendon Martino wrote:
Hi Jean-Louis,

I tried that (set it and restarted the xinetd service):
 netstat -a | grep amanda
udp        0      0 *:amanda                    *:*


However, there is a different error from the server:

--------------------------------
WARNING: fc5client.analogic.com: selfcheck request failed: Connection refused
Client check: 1 host checked in 10.299 seconds.  1 problem found.


tail /var/log/amanda/server/DailySet1/amcheck.20130429135313.debug

Mon Apr 29 13:53:23 2013: amcheck-clients: connect_port: Skip port 570: owned by meter. Mon Apr 29 13:53:23 2013: amcheck-clients: make_socket opening socket with family 2 Mon Apr 29 13:53:23 2013: amcheck-clients: connect_port: Try port 571: available - Success Mon Apr 29 13:53:23 2013: amcheck-clients: connect_portrange: Connect from 0.0.0.0:571 failed: Connection refused Mon Apr 29 13:53:23 2013: amcheck-clients: connect_portrange: connect to 10.112.110.215:10080 failed: Connection refused Mon Apr 29 13:53:23 2013: amcheck-clients: stream_client: Could not bind to port in range 512-1023. Mon Apr 29 13:53:23 2013: amcheck-clients: security_seterror(handle=0xb7a05500, driver=0xb765a320 (BSDTCP) error=Connection refused) Mon Apr 29 13:53:23 2013: amcheck-clients: security_close(handle=0xb7a05500, driver=0xb765a320 (BSDTCP)) Mon Apr 29 13:53:23 2013: amcheck-clients: security_stream_close(0xb7a0e370) Mon Apr 29 13:53:23 2013: amcheck: pid 1806 finish time Mon Apr 29 13:53:23 2013



Looks like it doesn't want to connect because it is still trying to use BSDTCP? Is that right?

Thanks


--Brendon Martino

On 04/29/2013 01:46 PM, Jean-Louis Martineau wrote:
On 04/29/2013 11:01 AM, Brendon Martino wrote:


non-working fc5 CLIENT (64-bit): amanda-2.4.5p1-3.2.fc5.i686

2.4.5p1 can't use the bsdtcp auth, you must use the bsd auth.

Add the auth in the dumptype (only for the 2.4.5p1 client).
Set the xinetd file:
       socket_type             = dgram
       protocol                = udp
       wait                    = yes

run: amadmin CONF disklist

All DLEs of the host must have the BSD auth.

Jean-Louis

.


Reply via email to