From 9b20d7f08962329e22de680e598fd8885a4803fe Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 22 2021 14:20:30 +0000 Subject: Apply patch amanda-3.1.1-tcpport.patch patch_name: amanda-3.1.1-tcpport.patch present_in_specfile: true location_in_specfile: 2 --- 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