Your message dated Sun, 02 Mar 2008 13:47:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#466950: fixed in rsync 3.0.0-1 has caused the Debian Bug report #466950, regarding rsync: does not log with --exclude-from=- (stdin) specified 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466950: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466950 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: rsync Version: 2.6.9-6 Severity: important rsync does not log when `exclude-from' if from stdin. See the typescript: $ mkdir /tmp/dir1 /tmp/dir2 $ touch /tmp/dir1/a $ echo "XXX" > /tmp/exclude.list $ rsync --log-file=/tmp/log --exclude-from=/tmp/exclude.list /tmp/dir1/* /tmp/dir2/ $ cat /tmp/log 2008/02/21 22:00:01 [18964] receiving file list 2008/02/21 22:00:01 [18964] >f+++++++++ a 2008/02/21 22:00:01 [18964] sent 46 bytes received 24 bytes total size 0 $ touch /tmp/dir1/b $ rsync --log-file=/tmp/log --exclude-from=- /tmp/dir1/* /tmp/dir2/ XXX^D $ ls /tmp/dir2 a b $ cat /tmp/log 2008/02/21 22:00:01 [18964] receiving file list 2008/02/21 22:00:01 [18964] >f+++++++++ a 2008/02/21 22:00:01 [18964] sent 46 bytes received 24 bytes total size 0 <NO LOG HERE!?> $ rsync --log-file=/tmp/log --exclude-from=/tmp/log /tmp/dir1/* /tmp/dir2/ $ cat /tmp/log 2008/02/21 22:00:01 [18964] receiving file list 2008/02/21 22:00:01 [18964] >f+++++++++ a 2008/02/21 22:00:01 [18964] sent 46 bytes received 24 bytes total size 0 2008/02/21 22:01:06 [19111] receiving file list 2008/02/21 22:01:06 [19111] >f..T...... a <NOW LOG> 2008/02/21 22:01:06 [19111] >f..T...... b 2008/02/21 22:01:06 [19111] sent 68 bytes received 35 bytes total size 0 Thanks, semente -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages rsync depends on: ii libacl1 2.2.45-1 Access control list shared library ii libc6 2.7-8 GNU C Library: Shared libraries ii libpopt0 1.10-3 lib for parsing cmdline parameters ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip rsync recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: rsync Source-Version: 3.0.0-1 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_3.0.0-1.diff.gz to pool/main/r/rsync/rsync_3.0.0-1.diff.gz rsync_3.0.0-1.dsc to pool/main/r/rsync/rsync_3.0.0-1.dsc rsync_3.0.0-1_amd64.deb to pool/main/r/rsync/rsync_3.0.0-1_amd64.deb rsync_3.0.0.orig.tar.gz to pool/main/r/rsync/rsync_3.0.0.orig.tar.gz 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: Sun, 02 Mar 2008 13:45:09 +0100 Source: rsync Binary: rsync Architecture: source amd64 Version: 3.0.0-1 Distribution: unstable Urgency: low Maintainer: Paul Slootman <[EMAIL PROTECTED]> Changed-By: Paul Slootman <[EMAIL PROTECTED]> Description: rsync - fast remote file copy program (like rcp) Closes: 412448 414636 415648 416316 418923 451558 458200 458442 466950 Changes: rsync (3.0.0-1) unstable; urgency=low . * new upstream release * manpage typo fixed upstream. closes:#414636 * fixed LSB header in init.d script. closes:#458442 * the progress display will not show negative values, if the file changes (becomes shorter) during the transfer. closes:#415648 * manpage now correctly show the short form of copy-dirlinks as -k, not -K closes:#418923 * invalid free() pointer doesn't occur anymore. closes:#451558 * rsync will now write in log when --exclude-from is stdin. closes:#466950 * check for rsyncd.conf in init.d script when starting or restarting. closes:#412448 * include scripts from upstream support directory in /usr/share/doc/rsync/scripts/ closes:#458200 * include example logrotate config file in /usr/share/doc/rsync/examples/ closes:#416316 * filename conversion is now possible with the --iconv option. Noe exactly what was asked, but close enough IMHO to close:#320223 Files: e0684880bb443a7c0a1a2acffff68ae9 570 net optional rsync_3.0.0-1.dsc 2122d460b4119749c6e5993938a9b501 757821 net optional rsync_3.0.0.orig.tar.gz e8a914d8fd78e00e81df78e1489d8f70 13453 net optional rsync_3.0.0-1.diff.gz 60bf4be6af4509d80707ff084519df17 333496 net optional rsync_3.0.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHyq7SutvvqbTW3hMRAvzgAJ0SSjEjUU6Isvd5WYI4Nifw5MnvWgCeNu75 rDImlsYuaosAW0u8uPGkiP0= =jMUU -----END PGP SIGNATURE-----
--- End Message ---

