[Bug 12583] [PATCH] Add new daemon option "syslog tag"

2017-04-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12583 Wayne Davison changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 12583] [PATCH] Add new daemon option "syslog tag"

2017-04-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12583 --- Comment #2 from Ben RUBSON --- Wayne thank you very much !! Really perfect :) Many thx ! -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list

[Bug 12583] New: [PATCH] Add new daemon option "syslog tag"

2017-02-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=12583 Bug ID: 12583 Summary: [PATCH] Add new daemon option "syslog tag" Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severi

[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 Nathan Neulinger changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 --- Comment #4 from Nathan Neulinger --- Unfortunately, that just moves the buffering issue to tr instead of rsync. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omi

Re: [Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-04 Thread Ken Chase
Imagine it, all those updates to a transfering large files with -P , 100,000 lines of progress PER file... /kc On Sat, Jul 04, 2015 at 06:56:21PM +, samba-b...@samba.org said: >https://bugzilla.samba.org/show_bug.cgi?id=11378 > >--- Comment #3 from Karl O. Pinc --- >On Sat, 04 Jul

[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 --- Comment #3 from Karl O. Pinc --- On Sat, 04 Jul 2015 17:56:25 + samba-b...@samba.org wrote: > --- Comment #2 from Nathan Neulinger --- > Perhaps the naming is not correct on my suggested option (and I'll > admit, I completely missed the o

Re: [Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-04 Thread Karl O. Pinc
On Sat, 04 Jul 2015 17:56:25 + samba-b...@samba.org wrote: > --- Comment #2 from Nathan Neulinger --- > Perhaps the naming is not correct on my suggested option (and I'll > admit, I completely missed the outbuf option) - unfortunately, outbuf > doesn't actually solve the problem. > > The go

[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 Nathan Neulinger changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-02 Thread Ken Chase
buffered' option to rsync to make > logging/output more friendly with pipes/syslog/CI >systems/etc. > Product: rsync > Version: 3.1.1 > Hardware: All >OS: All >

[Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.

2015-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11378 Bug ID: 11378 Summary: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc. Product: rsync

syslog

2004-07-19 Thread gurkan
Hi Is there a syslog package exist for cygwin ? -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsyncd without syslog

2004-03-15 Thread Tim Conway
First, good luck with your dynamic data... it sounds like you might be wanting a distributed filesystem instead, but on to the question: In your rsyncd.conf log file = /dev/null That stops sending to syslog, and throws away the log data (rather than storing it in a file). Oh, and if you hadn&#

rsyncd without syslog

2004-03-15 Thread Torsten Senf
Hi, is it possible to use the rsyncd Daemon without any logging. I would like to make a network synchronization on a specific directory in a small network (10 Hosts) . These synchronisation should happen every 10 secounds. My logfile increases to fast with the logging option therefore it is bet

Rsync and SSH syslog problem

2003-06-19 Thread David Nickel
is called over ssh from one server to the other, the ssh daemon tries to authenticate first with password and with public keys second. This writes an authentication error to my syslog causing my syslog monitor to email every time rysnc is called with ssh. Any help would be much appreciated