From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 23:10:28 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00CD1065672 for ; Fri, 2 Mar 2012 23:10:28 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by mx1.freebsd.org (Postfix) with ESMTP id C3CBE8FC13 for ; Fri, 2 Mar 2012 23:10:28 +0000 (UTC) MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp028.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0M0A009DC5PFSI40@asmtp028.mac.com> for freebsd-questions@freebsd.org; Fri, 02 Mar 2012 15:10:27 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7498,1.0.260,0.0.0000 definitions=2012-03-02_06:2012-03-02, 2012-03-02, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1203020223 From: Chuck Swiger In-reply-to: <4F514F23.7040804@ukr.net> Date: Fri, 02 Mar 2012 15:10:26 -0800 Content-transfer-encoding: quoted-printable Message-id: <36E43B7A-DCB4-4EFD-92A2-4B5B50BF89AD@mac.com> References: <4F514F23.7040804@ukr.net> To: "Vladislav V. Prodan" X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Mailing List Subject: Re: Do not work turn-off line to syslogd "last message repeated N times'" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 23:10:29 -0000 On Mar 2, 2012, at 2:52 PM, Vladislav V. Prodan wrote: > # ps -auxww | grep syslog > root 84784 0,0 0,0 12168 1348 ?? Ss =D1=81=D1=8000 = 0:03,24 /usr/sbin/syslogd -sc > root 24776 0,0 0,0 16408 1364 9 S+ 2:50 0:00,00 = grep syslog Try specifying "-c" twice. > #man syslogd >=20 > ... > -c Disable the compression of repeated instances of the same = line > into a single line of the form ``last message repeated N = times'' > when the output is a pipe to another program. If = specified > twice, disable this compression in all cases. Presumably, you are just logging to a file, rather than to a pipe.... Regards, --=20 -Chuck