Bug#313553: amanda-server: unexpected output from smbclient

2005-07-12 Thread Dave Love
Tags: patch

This patch fixes the `strange result' warning for Windows shares with
smbclient 3.0.14 (at least):

? Domain=[SRD] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

It's against the amanda 2.4.5 source (Debian testing).

2005-07-12  Dave Love  [EMAIL PROTECTED]

	* client-src/sendbackup-gnutar.c: Move `^Domain=' pattern outside
	SAMBA_VERSION  2 conditional.

--- client-src/sendbackup-gnutar.c	2005/07/08 10:45:52	1.1
+++ client-src/sendbackup-gnutar.c	2005/07/08 10:52:48
@@ -73,6 +73,7 @@
   AM_NORMAL_RE(^[Aa]dded interface),
   AM_NORMAL_RE(^session request to ),
   AM_NORMAL_RE(^tar: dumped [0-9][0-9]* (tar )?files),
+  AM_NORMAL_RE(^Domain=),
 
 #if SAMBA_VERSION  2
   AM_NORMAL_RE(^doing parameter),
@@ -80,7 +81,6 @@
   AM_NORMAL_RE(^adding IPC),
   AM_NORMAL_RE(^Opening),
   AM_NORMAL_RE(^Connect),
-  AM_NORMAL_RE(^Domain=),
   AM_NORMAL_RE(^max),
   AM_NORMAL_RE(^security=),
   AM_NORMAL_RE(^capabilities),


Bug#313553: amanda-server: unexpected output from smbclient

2005-06-15 Thread Dave Love
Bdale Garbee [EMAIL PROTECTED] writes:

 I don't back up any Windows filesystems with my installation, so I don't
 have any easy way to investigate this.  Hopefully someone else using
 Amanda will see this report and have some insight.

I think it's simply a question of not matching the text after the `?'
against patterns in sendbackup-gnutar.c.  I'm just confused what's
changed to make this pop up, and why there's no evidence of it
happening for anyone else...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#313553: amanda-server: unexpected output from smbclient

2005-06-14 Thread Dave Love
Package: amanda-server
Severity: normal

Sorry I can't report this from the server itself.  It applies to both
the current stable or unstable (1:2.4.5-1) amanda-server with the
stable smbclient (3.0.14a-3).  It started after an upgrade of the
amanda server to sarge, but I thought I was already running the sarge
versions of amanda and smbclient, so I'm puzzled why I'm now seeing a
problem with it reporting `strange' results like this:

/-- srbac4.dl. //bl121vig3/gda/stn12_1 lev 1 STRANGE
sendbackup: start [srbac4.dl.ac.uk://bl121vig3/gda/stn12_1 level 1]
sendbackup: info BACKUP=/usr/bin/smbclient
sendbackup: info RECOVER_CMD=/bin/gzip -dc |/usr/bin/smbclient -f... -
sendbackup: info COMPRESS_SUFFIX=.gz
sendbackup: info end
? Domain=[SRD] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
| tar: dumped 156 files and directories
| Total bytes written: 7680
sendbackup: size 8
sendbackup: end
\

I checked amanda CVS for relevant updates, but couldn't see any.

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.4.26-sparc64
Locale: LANG=C, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#313553: amanda-server: unexpected output from smbclient

2005-06-14 Thread Bdale Garbee
On Tue, 2005-06-14 at 11:58 +0100, Dave Love wrote:
 I'm puzzled why I'm now seeing a
 problem with it reporting `strange' results 

I don't back up any Windows filesystems with my installation, so I don't
have any easy way to investigate this.  Hopefully someone else using
Amanda will see this report and have some insight.

Bdale



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]