Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Huge rsyncd.log file - what do I grep for to debug rscync failures

1 view
Skip to first unread message

Dariusz Dolecki

unread,
Sep 6, 2012, 2:52:46 PM9/6/12
to
Hi,

-rw-r--r--   1 root     other    5291457346 Sep  6 13:44 rsyncd.log

what pattern should I grep for to send you guys more information on rsync failures (server side)


Client side messages are:
rsync of /oradb/d10 appeared to complete with NON-NOMINAL
  status (rc=12) at Thu Sep  6 07:33:58 PDT 2012
  with the following files reported in output:


receiving incremental file list
HR8PRD/temp1_02.dbf
rsync: read error: Connection reset by peer (131)
rsync error: error in rsync protocol data stream (code 12) at io.c(759) [receiver=3.0.6]
rsync: connection unexpectedly closed (88 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6]



errors are being generated ONLY on sparse files I had put in the --sparse switch, now trying with the -avS options










Thank you

Kevin Korb

unread,
Sep 6, 2012, 2:58:56 PM9/6/12
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Connection reset by peer essentially means that the program you were
talking to went away (crashed). Therefore whatever is at or near the
end is probably what is important.
- --
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
Kevin Korb Phone: (407) 252-6853
Systems Administrator Internet:
FutureQuest, Inc. Ke...@FutureQuest.net (work)
Orlando, Florida k...@sanitarium.net (personal)
Web page: http://www.sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBI8nAACgkQVKC1jlbQAQcFDACfaET2zVwoNo0NtFgMi9UI2wKw
8HcAn07HijcBE4K8XpUi76OhzNofJepU
=uYAH
-----END PGP SIGNATURE-----
--
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

Paul Slootman

unread,
Sep 7, 2012, 6:30:29 AM9/7/12
to
On Thu 06 Sep 2012, Kevin Korb wrote:
>
> Connection reset by peer essentially means that the program you were
> talking to went away (crashed). Therefore whatever is at or near the

.. or a stateful firewall somewhere lost the state of the connection.
Sometimes happens when a connection is idle for too long, especially if
the firewall isn't very good or configured wrong (too few connection
tracking entries).


Paul
0 new messages