Jean-Francois Malouin wrote:

amandad:        COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
amandad: time 0.000: getpeername returned: Transport endpoint is not connected
This is strange, it's like the stdin of amandad is not connected to the network socket.

Apply the attached patch and retry, resend the amcheck and amandad debug files.
Anythings in your system log?

Jean-Louis
diff -u -r --show-c-function --new-file --exclude-from=/home/martinea/src.orig/amanda.diff --ignore-matching-lines='$Id:' amanda-2.5.1p3.new/amandad-src/amandad.c amanda-2.5.1p3.new.testing/amandad-src/amandad.c
--- amanda-2.5.1p3.new/amandad-src/amandad.c	2007-01-10 11:26:57.000000000 -0500
+++ amanda-2.5.1p3.new.testing/amandad-src/amandad.c	2007-02-14 11:11:01.000000000 -0500
@@ -32,7 +32,7 @@
  * master side
  */
 
-/*#define	AMANDAD_DEBUG*/
+#define	AMANDAD_DEBUG
 
 #include "amanda.h"
 #include "amandad.h"
diff -u -r --show-c-function --new-file --exclude-from=/home/martinea/src.orig/amanda.diff --ignore-matching-lines='$Id:' amanda-2.5.1p3.new/common-src/bsdtcp-security.c amanda-2.5.1p3.new.testing/common-src/bsdtcp-security.c
--- amanda-2.5.1p3.new/common-src/bsdtcp-security.c	2006-09-29 07:28:55.000000000 -0400
+++ amanda-2.5.1p3.new.testing/common-src/bsdtcp-security.c	2007-02-14 11:11:18.000000000 -0500
@@ -45,7 +45,7 @@
 
 #ifdef BSDTCP_SECURITY
 
-/*#define	BSDTCP_DEBUG*/
+#define	BSDTCP_DEBUG
 
 #ifdef BSDTCP_DEBUG
 #define	bsdtcpprintf(x)	dbprintf(x)
diff -u -r --show-c-function --new-file --exclude-from=/home/martinea/src.orig/amanda.diff --ignore-matching-lines='$Id:' amanda-2.5.1p3.new/common-src/security-util.c amanda-2.5.1p3.new.testing/common-src/security-util.c
--- amanda-2.5.1p3.new/common-src/security-util.c	2007-01-23 19:35:14.000000000 -0500
+++ amanda-2.5.1p3.new.testing/common-src/security-util.c	2007-02-14 11:11:36.000000000 -0500
@@ -43,7 +43,7 @@
 #include "stream.h"
 #include "version.h"
 
-/* #define	SEC_DEBUG */
+#define	SEC_DEBUG
 #define	SHOW_SECURITY_DETAIL
 
 #ifdef SEC_DEBUG

Reply via email to