diff --git a/example/amanda-client-postgresql.conf.in b/example/amanda-client-postgresql.conf.in index f917a5b..f856fc1 100644 --- a/example/amanda-client-postgresql.conf.in +++ b/example/amanda-client-postgresql.conf.in @@ -44,3 +44,6 @@ property "foo-PG-DATADIR" "/var/postgresql/data" # For this example: # archive_command = 'test ! -f /var/postgresql/archive/%f && cp %p /var/postgresql/archive/%f' property "foo-PG-ARCHIVEDIR" "/var/postgresql/archive" + +#resolves "resource temporarily unavailable" bug +unreserved-tcp-port 1025,65535 diff --git a/example/amanda-client.conf.in b/example/amanda-client.conf.in index be30af0..0d85ec1 100644 --- a/example/amanda-client.conf.in +++ b/example/amanda-client.conf.in @@ -22,3 +22,5 @@ auth "bsdtcp" ssh_keys "" # your ssh keys file if you use ssh auth +#resolves "resource temporarily unavailable" bug +unreserved-tcp-port 1025,65535 diff --git a/example/amanda.conf.in b/example/amanda.conf.in index 5afc094..56224ef 100644 --- a/example/amanda.conf.in +++ b/example/amanda.conf.in @@ -772,3 +772,6 @@ taperscan "taper_lexical" # configurations. #includefile "@CONFIG_DIR@/amanda.conf.main" + +#resolves "resource temporarily unavailable" bug +unreserved-tcp-port 1025,65535