Your message dated Tue, 10 May 2005 16:32:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#307923: fixed in rsync 2.6.4-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 May 2005 13:41:34 +0000
>From [EMAIL PROTECTED] Fri May 06 06:41:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 139-26.connection.cz (dibbler.cic) [81.31.26.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DU35C-0003JT-00; Fri, 06 May 2005 06:41:34 -0700
Received: from michal by dibbler.cic with local (Exim 4.50)
        id 1DU356-0000Qk-Uw; Fri, 06 May 2005 15:41:28 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?utf-8?b?TWljaGFsIMSMaWhhxZk=?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rsync daemon fails to work with syslog logging
X-Mailer: reportbug 3.11
Date: Fri, 06 May 2005 15:41:28 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: rsync
Version: 2.6.4-5
Severity: important

Current rsync fails to do anything when logging through syslog (this is
default). Client ends with:

rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(570)

2.6.4-2 works fine in same setup, 2.6.4-4 and 2.6.4-5 both fail with
same failure. Changing logging to file (adding log file=something to
rsyncd.conf) makes it work again.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.10-dibbler
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rsync depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters

-- no debconf information

---------------------------------------
Received: (at 307923-close) by bugs.debian.org; 10 May 2005 20:48:45 +0000
>From [EMAIL PROTECTED] Tue May 10 13:48:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DVbem-0000z2-00; Tue, 10 May 2005 13:48:45 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DVbOi-0001TP-00; Tue, 10 May 2005 16:32:08 -0400
From: Paul Slootman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#307923: fixed in rsync 2.6.4-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 10 May 2005 16:32:08 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: rsync
Source-Version: 2.6.4-6

We believe that the bug you reported is fixed in the latest version of
rsync, which is due to be installed in the Debian FTP archive:

rsync_2.6.4-6.diff.gz
  to pool/main/r/rsync/rsync_2.6.4-6.diff.gz
rsync_2.6.4-6.dsc
  to pool/main/r/rsync/rsync_2.6.4-6.dsc
rsync_2.6.4-6_i386.deb
  to pool/main/r/rsync/rsync_2.6.4-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Slootman <[EMAIL PROTECTED]> (supplier of updated rsync package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 May 2005 21:44:29 +0200
Source: rsync
Binary: rsync
Architecture: source i386
Version: 2.6.4-6
Distribution: unstable
Urgency: high
Maintainer: Paul Slootman <[EMAIL PROTECTED]>
Changed-By: Paul Slootman <[EMAIL PROTECTED]>
Description: 
 rsync      - fast remote file copy program (like rcp)
Closes: 307923 308428
Changes: 
 rsync (2.6.4-6) unstable; urgency=high
 .
   * Fixed grave bug:
     replaced the Debian-specific patch to log.c with the upstream CVS version,
     as upstream changes conflict with the Debian patch, causing syslog logging
     (the default!) to fail, meaning that for most people the rsync as daemon
     doesn't work.
     This includes people using systemimager-server, as that generates the
     rsyncd.conf on the fly without a log file line, hence the rsync bug
     causes a total failure of that package.
     closes:#307923,#308428
   * fixed the rsync.1 manpage, where cut&paste from a diff was not done
     correctly (the leading '+'s were still there).
Files: 
 dca2645832afb13b6935c5c2215fb4a9 543 net optional rsync_2.6.4-6.dsc
 369863596f4dd2ab910ecf3025dffc05 58008 net optional rsync_2.6.4-6.diff.gz
 34e5521b2e7d98483f769260cc585105 203298 net optional rsync_2.6.4-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCgRP0utvvqbTW3hMRAk2LAJ9yX07BNjirhF3hHCzFqlo+iqOytACfSaQc
uH0q8uDgUbhCnjYpfAmGh1o=
=b/AJ
-----END PGP SIGNATURE-----


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

Reply via email to