https://bugzilla.samba.org/show_bug.cgi?id=5567
------- Comment #1 from [EMAIL PROTECTED] 2008-06-26 06:22 CST ------- Steps to reproduce: 1) cd /tmp 2) wget http://iki.fi/lindi/rsync/bug5567.tar.gz 3) sudo tar xzf bug5567.tar.gz 4) sudo rsync --numeric-ids --delete --delete-after -ax localhost:/tmp/bug5567/source/ /tmp/bug5567/target Expected results: 4) rsync does not give error messages Actual results: 4) rsync complains loudly with ... rsync: failed to open "/tmp/bug5567/target/scripts/mod/elfconfig.h", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/empty.o", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/file2alias.o", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/mk_elfconfig", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/modpost", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/modpost.o", continuing: Too many open files (24) rsync: failed to open "/tmp/bug5567/target/scripts/mod/sumversion.o", continuing: Too many open files (24) rsync: opendir "/tmp/bug5567/target/." failed: Too many open files (24) IO error encountered -- skipping file deletion rsync error: some files could not be transferred (code 23) at main.c(1506) [generator=3.0.3pre3] Please let me know if you are unable to reproduce this I am happy to provide more info. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
