search for: logfile_format

Displaying 5 results from an estimated 5 matches for "logfile_format".

2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
...9 ++++++++- rsync.1.md | 1 + rsync.h | 3 ++- 6 files changed, 46 insertions(+), 3 deletions(-) diff --git a/log.c b/log.c index e4ba1cce..a973b519 100644 --- a/log.c +++ b/log.c @@ -47,6 +47,7 @@ extern mode_t orig_umask; extern char *auth_user; extern char *stdout_format; extern char *logfile_format; +extern char *logafter_format; extern char *logfile_name; #ifdef ICONV_CONST extern iconv_t ic_chck; @@ -271,6 +272,8 @@ void rwrite(enum logcode code, const char *buf, int len, int is_utf8) * that the msg gets logged and then sent to stderr after that. */ if (am_daemon > 0 &&...
2004 Aug 06
1
Clients connect but no stream...
...omepasswd DESCRIPTION Radio Station NO_MIXER #ESDMON_MODE #SHOUT_MODE #MIXER #PLAYLIST playlist DECODER_COMMAND mpg123 #REMOTE_DUMPFILE remote.mp3 #DURATION 3600 UPDATE_DELAY 2 #MIX_CONTROL_MANUAL #MIX_CONTROL_AUTO #MIX_CONTROL_LOGGED #CONTROL_FILE mix_command #TRACK_LOGFILE track.log #LOGFILE_FORMAT %t %T %f %F %a %n %b %u #UPDATE_SCRIPT VERBOSE 0 #################### >>> Matt@cmitech.com 9/19/01 11:57:59 AM >>> Tried Sonique and Winamp. Both connect to Icecast but never show that they are buffering and I never hear anything. Icecast shows that the clients connect and...
2004 Aug 06
3
Liveice & Icecast...help
Yes, I downloaded the aumix utility and am using it now. Set line in to %50 then %25 and to record but still the same thing. I'm streaming from the line in on the sound card which is being fed from a portable radio nearby. I get the distortion whether I have the audio fed into 'line in' or not. Matt -----Original Message----- From: owner-icecast@xiph.org
2004 Aug 06
2
Multiple Mountpoints Problem
...y specifying fractions. UPDATE_DELAY 2 <p># #if you use the mixer you can record and replay events. # #MIX_CONTROL_MANUAL #MIX_CONTROL_AUTO #MIX_CONTROL_LOGGED #CONTROL_FILE mix_command # # You can log every track played to a file # #TRACK_LOGFILE track.log # and even specify the format #LOGFILE_FORMAT %t %T %f %F %a %n %b %u # # update script can be executed at every track change... # Not well documented - in fact not documented at all #UPDATE_SCRIPT # while this sets the debugging level # set this to 10 if ytouhave problems and send scott the output ;-) VERBOSE 0 ENCODER_STREAM_SET 0 MOUNTP...
2007 Sep 22
0
rsync build on IA64 using icc
...19: external declaration in primary source file extern int do_xfers; ^ generator.c(29): remark #1419: external declaration in primary source file extern int stdout_format_has_i; ^ generator.c(30): remark #1419: external declaration in primary source file extern int logfile_format_has_i; ^ generator.c(31): remark #1419: external declaration in primary source file extern int am_root; ^ generator.c(32): remark #1419: external declaration in primary source file extern int am_server; ^ generator.c(33): remark #1419: external declarat...