Daniel Novotny 491397
diff -up amanda-2.6.0p2/example/amanda-client.conf.in.tcpp amanda-2.6.0p2/example/amanda-client.conf.in
Daniel Novotny 491397
--- amanda-2.6.0p2/example/amanda-client.conf.in.tcpp	2009-04-06 16:46:35.000000000 +0200
Daniel Novotny 491397
+++ amanda-2.6.0p2/example/amanda-client.conf.in	2009-04-06 16:46:51.000000000 +0200
Daniel Novotny 491397
@@ -22,3 +22,5 @@ auth "bsdtcp"
Daniel Novotny 491397
 
Daniel Novotny 491397
 ssh_keys ""			# your ssh keys file if you use ssh auth
Daniel Novotny 491397
 
Daniel Novotny 491397
+#resolves "resource temporarily unavailable" bug
Daniel Novotny 491397
+unreserved-tcp-port 1025,65535
Daniel Novotny 491397
\ No newline at end of file
Daniel Novotny 491397
diff -up amanda-2.6.0p2/example/amanda.conf.in.tcpp amanda-2.6.0p2/example/amanda.conf.in
Daniel Novotny 491397
--- amanda-2.6.0p2/example/amanda.conf.in.tcpp	2009-04-06 16:46:19.000000000 +0200
Daniel Novotny 491397
+++ amanda-2.6.0p2/example/amanda.conf.in	2009-04-06 16:47:10.000000000 +0200
Daniel Novotny 491397
@@ -730,3 +730,6 @@ define interface local {
Daniel Novotny 491397
 # configurations.
Daniel Novotny 491397
 
Daniel Novotny 491397
 #includefile "@CONFIG_DIR@/amanda.conf.main"
Daniel Novotny 491397
+
Daniel Novotny 491397
+#resolves "resource temporarily unavailable" bug
Daniel Novotny 491397
+unreserved-tcp-port 1025,65535
Daniel Novotny 491397
\ No newline at end of file