Brandon Metcalf wrote:
I've changed all of my Amanda hosts to use bsdtcp instead of bsd authentication, but one isn't cooperating. The client works usingservice amanda { socket_type = dgram protocol = udp wait = yes user = backup group = backup groups = yes server = /usr/lib/amanda/amandad server_args = -auth=bsd amdump amindexd amidxtaped disable = no } but times out under amcheck when using service amanda { socket_type = stream protocol = tcp wait = yes user = backup group = backup groups = yes server = /usr/lib/amanda/amandad server_args = -auth=bsdtcp amdump amindexd amidxtaped disable = no }
wait = no
The only thing interesting in the amcheck debug log is amcheck-clients: time 30.234: security_seterror(handle=0x805ecf0, driver=0xb7eae2e0 (BSD) error=timeout waiting for ACK)
Change your dumptype to use bsdtcp: auth "bsdtcp" Jean-Louis
