Amanda-Users

Re: client failure

2009-04-09 19:27:36
Subject: Re: client failure
From: Jean-Louis Martineau <martineau AT zmanda DOT com>
To: Brian Cuttler <brian AT wadsworth DOT org>
Date: Thu, 09 Apr 2009 19:20:06 -0400
Brian,

Can you try this patch?
I need this path to connect to a 2.4.2p1 client, I was not able to compile 2.4.1

Jean-Louis

Brian Cuttler wrote:
I'm trying to migrate an amanda client, SGI/IRIX with amanda 2.4.1p1
from server Solaris 9 with amanda 2.4.4 to a server Solaris 10 with
amanda 2.6.1.

I have an error, but don't see anything standing out in the client's
/tmp/amanda tree.

FAILURE DUMP SUMMARY:
   everest /images3 lev 0  FAILED [dumper1 died]

Did I cross a threshhold on versioning ?

You'd think I could easilly find this on the internet but no.

I'd thought there was a client server protocal issue at 2.4.0,
did I misremember or am I looking at a different issue ?

This page suggests that I can work with clients older than 2.5.1, but
I'm not sure its not a client/server protocal issue and not rather
than a communications issue.

http://wiki.zmanda.com/index.php/Selfcheck_request_failed#Backing_Up_Older_Amanda_Clients_.28pre-2.5.1.29

Suggested that auth "bsd" would allow me to backup older clients. But
that wasn't the solution for me.

                                                thank you,

                                                Brian
---
   Brian R Cuttler                 brian.cuttler AT wadsworth DOT org
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



Index: server-src/dumper.c
===================================================================
--- server-src/dumper.c (revision 1854)
+++ server-src/dumper.c (working copy)
@@ -2089,7 +2089,7 @@
                   " ", dumpdate,
                   " OPTIONS ", options,
                   /* compat: if authopt=krb4, send krb4-auth */
-                  (strcasecmp(authopt, "krb4") ? "" : "krb4-auth"),
+                  (authopt && strcasecmp(authopt, "krb4") ? "" : "krb4-auth"),
                   "\n",
                   NULL);
     }
<Prev in Thread] Current Thread [Next in Thread>