Amanda-Users

Re: amdump fails: "port open: Resource temporarily unavailable"

2008-06-12 20:29:57
Subject: Re: amdump fails: "port open: Resource temporarily unavailable"
From: Luc Romain <lromain AT gmail DOT com>
To: Jean-Louis Martineau <martineau AT zmanda DOT com>
Date: Thu, 12 Jun 2008 20:15:32 -0400
Hello Jean-Louis,

That resolved the problem. Yet I wonder why the default value for this property is 0,0 instead of 1025,65535?

Thank you very much for your help!

Luc



Jean-Louis Martineau wrote:
Luc Romain wrote:
bash-3.2$ amadmin DailySet1 config  | grep -i reserved

RESERVED-UDP-PORT     512,1023
RESERVED-TCP-PORT     512,1023
UNRESERVED-TCP-PORT   0,0

These properties are not specified in my amanda.conf file.

Then add:
 UNRESERVED-TCP-PORT 1025,65535

Jean-Louis

Luc

Jean-Louis Martineau wrote:
Sorry, it's not an error with an udp port, what's the setting of unreserved-tcp-port
 amgetconf <config> unreserved-tcp-port

Jean-Louis

Jean-Louis Martineau wrote:
Luc Romain wrote:
dumper: time 319.981: stream_client: Could not bind to port in range 0-0.
0-0 ? that's strange, do you have set reserved-udp-port in amanda.conf?
    amadmin <config> config | grep -i reserved
What was the value of --with-udpportrange setting when amanda was configured?

Jean-Louis