From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2638 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Dewayne Geraghty Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: A better method than daisy-chaining logging files? Date: Tue, 18 Jun 2019 17:48:15 +1000 Message-ID: References: <6b30c85a-b49b-d7ed-f5a8-ba9ad54d421f@heuristicsystems.com.au> <16c909e2-9b84-63c8-7c60-380befe28f01@heuristicsystems.com.au> <8447f17e-0960-196d-bdf5-64a3d203cff0@heuristicsystems.com.au> <6b30c85a-b49b-d7ed-f5a8-ba9ad54d421f@heuristicsystems.com.au> <20190618072620.GA12330@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="210074"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 To: supervision@list.skarnet.org Original-X-From: supervision-return-2228-gcsg-supervision=m.gmane.org@list.skarnet.org Tue Jun 18 09:50:13 2019 Return-path: Envelope-to: gcsg-supervision@m.gmane.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hd8se-000sUm-FI for gcsg-supervision@m.gmane.org; Tue, 18 Jun 2019 09:50:12 +0200 Original-Received: (qmail 4753 invoked by uid 89); 18 Jun 2019 07:50:38 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Original-Received: (qmail 4746 invoked from network); 18 Jun 2019 07:50:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1560844095; x=1561448896; bh=XeUmd+aXyxC74CqJll1PNctuas2J1VTWYGmCsh6sedU=; h=Subject:To:From:Message-ID:Date; b=JwvZqbqJCYZrYwqDyP3KX3IJ42jsFYNHsOR5Kgt3D997QB6KyignPyMw413XiELKd iWVne0DT/TQYkKLaIGuVVcHr9yIhIMmCmSe4/pEFjnkDdeY2IiI0QX9dz95Ss2WgqK bPaoj1rQNGZd3lC+Wl0vxLk3/nUt3ojlRJk4PDuTW5sflvpubEhjK X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] Openpgp: preference=signencrypt In-Reply-To: <20190618072620.GA12330@grummit.biaix.org> Content-Language: en-AU Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2638 Archived-At: Thanks Joan, I appreciate the advise, unfortunately the box I'm working returns: # ps -axw | grep s6-l|grep erro 83417 - Is 0:00.01 s6-log n14 r7000 s100000 S3000000 n14 -.* +fatal: 2 -.* +^STAT =/var/log/httpd/error/status f !/usr/bi # ktrace -f /tmp/s-log.txt -p 83417 ktrace: /tmp/s-log.txt: Function not implemented Its a preproduction box, everything optimised and stripped (no debug symbols). I've worked with nullfs since 2004, probably a little delicate then, but I've used extensively on customer sites and its proven to be ok. :) The nullfs component is where the files are piped through, and not the end-point destination which is ufs2 on an SSD. Regards, Dewayne.