[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2016-01-28 Thread Anakan
*** This bug is a duplicate of bug 1384503 ***
https://bugs.launchpad.net/bugs/1384503

Simply move compression from rsync to ssh: -a -e "ssh -C"

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2015-12-24 Thread Viktor Szathmáry
*** This bug is a duplicate of bug 1384503 ***
https://bugs.launchpad.net/bugs/1384503

** This bug has been marked a duplicate of bug 1384503
   rsync fails on large files with compression

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2015-01-10 Thread Steve
Just wanted to note that the patch in #6 has been working fine for me.
Any luck on getting it patched into Trusty?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-21 Thread Nick Craig-Wood
I tried the patch and I can confirm it worked once.  However it didn't
fail every time before so it probably needs a bit more testing.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Charles Peters II
Attached is a patch which seems to fix the bug for Ubuntu Trusty or
14.04.

Please test the package from my PPA and confirm it works OK.
https://launchpad.net/~cp/+archive/ubuntu/bug-fixes/+packages

The easy way to install it:
sudo add-apt-repository ppa:cp/bug-fixes
sudo apt-get update
sudo apt-get upgrade


Changelog

rsync (3.1.0-2ubuntu0.2) trusty; urgency=medium

  * Use included zlib as transfers failed when using -z with the separate zlib.
(LP: #11300367)
- debian/rules: Add -Izlib to CPPFLAGS and change .configure to use
  -with-included-zlib=yes
- debian/control: Remove Build-Depends zlib1g-dev


My testing shows transfers with the -z option are working, but the real test 
will be when my backups run late tonight. ;)

** Patch added: Use rsync's internal zlib
   
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+attachment/4240742/+files/rsync-trusty-zlib-internal.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Ubuntu Foundations Team Bug Bot
The attachment Use rsync's internal zlib seems to be a patch.  If it
isn't, please remove the patch flag from the attachment, remove the
patch tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-20 Thread Robie Basak
Thank you for the patch!

Unfortunately using rsync's internal zlib violates policy section 4.13
(see in particular footnote 31 for rationale):
http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-
source.html#s-embeddedfiles

For example: if a security vulnerability were found in zlib, then the
security team expects to be able to fix it once in the archive. If we
used rsync's internal zlib, then it would escape being fixed, and this
would be dangerous.

However, from the changelog I see the Debian does the same thing:

  * revert to using included zlib as there have been numerous reports of failed
transfers when using -z with the separate zlib.

So perhaps we need to make an exception in this case.

To update Trusty, we need to follow the SRU procedure documented here:
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure and submit the
patch for sponsoring as described in the link from there. Please could
you see how far you can get with this?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-09-15 Thread Jürgen
rsync should ignore -z until the problem with zlib is fixed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-09-15 Thread Robie Basak
** Bug watch added: Samba Bugzilla #10332
   https://bugzilla.samba.org/show_bug.cgi?id=10332

** Also affects: rsync via
   https://bugzilla.samba.org/show_bug.cgi?id=10332
   Importance: Unknown
   Status: Unknown

** Changed in: rsync (Ubuntu)
   Importance: Undecided = High

** Changed in: rsync (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-09-15 Thread Bug Watch Updater
** Changed in: rsync
   Status: Unknown = In Progress

** Changed in: rsync
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-08-25 Thread Steve
and I'm also getting this same error between rsync 3.1.0 and rsync
3.1.0, so it's not just an incompatibility between the two versions:

inflate returned -3 (0 bytes)
rsync error: error in rsync protocol data stream (code 12) at token.c(557) 
[receiver=3.1.0]
rsync: [generator] write error: Broken pipe (32)
rsync error: error in socket IO (code 10) at io.c(837) [generator=3.1.0]


Both sides have version: 3.1.0-2ubuntu0.1

A workaround, reported in the other bugs above (and I've also confirmed
from my own use) is to avoid using the -z option.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-08-24 Thread Steve
This also seems to be a dup of:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741628#50

** Bug watch added: Debian Bug tracker #741628
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741628

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-06-20 Thread Nick Craig-Wood
I can confirm this problem.

It seems to be due to a miscompilation of rsync and the zlib library

https://bugzilla.samba.org/show_bug.cgi?id=10372

Trying the transfer without -z / --compress works fine.

The bug seems to show itself when transferring big files ( 1.5GB in my
case)

I think this should be fixed urgently!

** Bug watch added: Samba Bugzilla #10372
   https://bugzilla.samba.org/show_bug.cgi?id=10372

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-03-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rsync (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1300367

Title:
  rsync 3.1.0 and 3.0.9 incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1300367/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs