Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150565 - net-misc/rsync doesn't output with -n (--dry-run)
Summary: net-misc/rsync doesn't output with -n (--dry-run)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 05:44 UTC by MAL
Modified: 2006-10-09 06:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MAL 2006-10-09 05:44:47 UTC
I have a script for generating differences between directory trees, that uses rsync to show the differences.  I hadn't used it for a while (~6 months), and now it fails.  The rsync command it runs is:

/usr/bin/rsync -a -R -H -I -c --delete --numeric-ids -n . ../old

(run from the "new" folder), and it no longer generates any output!

I have to add -v to get any output.  Has rsync's behaviour changed?  I can't see any mention of it in the rsync docs.
Comment 1 yogeshbug 2006-10-09 05:47:16 UTC
Its not gentoo problem.
Binary change could have affcted behaviour of rsync.
Gentoo only compiles latest binaries and it has nothing to do with binary behaviour.
Comment 2 MAL 2006-10-09 06:56:59 UTC
That's plain untrue.  Gentoo often patches binaries, and in this case they were patching rsync with a patch affecting -q/-v, which I thought could have been the culprit.

It turns out that the --dry-run code changed in 2.6.7 to no longer imply verbose.

Closing invalid.