On Tue, 20 Nov 2001 at 9:21am, Jay A. St. Pierre wrote > I have started to back up a couple of drives via samba, and > although the dumps seem to work OK, I get spurious "strange dump" > messages due to the "ssl CA certfile" messages. > *snip* > > The amanda client (kuma) is a fully patched Red Hat 7.1 i386 box > with RH's amanda-client-2.4.2p2-1 and samba-client-2.0.10-2 RPM's > installed.
This is "normal", as RedHat's samba is compiled with SSL support. Your options are to a) recompile samba yourself without SSL support or b) add those lines as a DMP_NORMAL flag in client-src/sendbackup-gnutar.c, and recompile/reinstall amanda on the Red Hat box. (There's also an ifdef to IGNORE_SMBCLIENT_ERRORS in there, but I don't see a ./configure option for it -- you could also add the DMP_NORMAL flag under that ifdef and #define IGNORE_SMBCLIENT_ERRORS). Or, my choice, c) Ignore 'em. ;) -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
