From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2211 Path: news.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: >2G file support for svlogd? Date: Wed, 19 Jun 2013 14:07:27 -0400 (EDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1371665250 14084 80.91.229.3 (19 Jun 2013 18:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 18:07:30 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-2445-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Jun 19 20:07:31 2013 Return-path: Envelope-to: gcsg-supervision@plane.gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UpMn5-0004Ud-JC for gcsg-supervision@plane.gmane.org; Wed, 19 Jun 2013 20:07:31 +0200 Original-Received: (qmail 7092 invoked by uid 76); 19 Jun 2013 17:00:47 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 7083 invoked from network); 19 Jun 2013 17:00:47 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2211 Archived-At: Has anyone built svlogd to handle large files? If svlogd is set up for time based log rotation: s0 t86400 with a very verbose service, then we see: nanosleep({3, 0}, 0xbf9a245c) = 0 write(6, "rverCore.setThreadName: (ServerCore.java:96) Renamed thread to UspService-InternalServer-ServerMain\n", 100) = -1 EFBIG (File too large) write(2, "svlogd: pausing: unable to write to current: /var/log/mom-server: file too big\n", 79) = 79 ..so it's trying to write, getting EFBIG, sleeping, trying to write etc...