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
Jean-Louis