Hello Steve, or anyone else affected, Accepted rsnapshot into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/rsnapshot/1.3.1-4ubuntu0.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Description changed: + [Impact/Test Case] + In ubuntu 14.04 LTS, rsnapshot 1.3.1-4 is broken when 'ssh_args' are set in the rsnapshot configuration file. For example, I set ssh_args to '-p 22022', which causes my rsnapshot backup to fail with he following error: - rsync: Failed to exec /usr/bin/ssh -p 22022: No such file or directory (2) - rsync error: error in IPC code (code 14) at pipe.c(85) [Receiver=3.1.0] + rsync: Failed to exec /usr/bin/ssh -p 22022: No such file or directory (2) + rsync error: error in IPC code (code 14) at pipe.c(85) [Receiver=3.1.0] This worked in saucy's 1.3.1-3 rsnapshot; the newer version has changed the way rsync is invoked from rsnapshot, passing an array to perl's system() function (which is not interpreted by a shell before being exec()ed) rather than a constructed single string, which is interpreted by a shell, and thus requires the arguments passed to rsync's -rsh argument to be quoted so as to be gathered into a single argument by the shell. + [Regression Potential] + Fix identified here: + https://github.com/DrHyde/rsnapshot/pull/1 + (This was also reported in debian bug https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=717451) ** Changed in: rsnapshot (Ubuntu Trusty) Status: New => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309710 Title: Backups broken when "ssh_args" are set To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rsnapshot/+bug/1309710/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
