From owner-freebsd-ports@FreeBSD.ORG Tue Jul 2 04:43:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C0117830 for ; Tue, 2 Jul 2013 04:43:24 +0000 (UTC) (envelope-from benlaurie@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 98D6C1464 for ; Tue, 2 Jul 2013 04:43:24 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so11146565iec.27 for ; Mon, 01 Jul 2013 21:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=7Mfm3d/F99khbA7lR+utoiR4K4+1nTscliARA7MZoWs=; b=P03WCRbdCHvL1ggjLL3hlq3Xif3o4r4zFz/59GvPGcuOM5iH2en9Hq+z1TZlYjkykU 3s8XiO/m9kqyrpdY506Yv03qbljhZcm1l3PtQoiWmNAbBshCg9IYPpWgumQcHs0zSL8G v5x0iUf2acId3IoUj2MZND1B2tnpwYFn3JEINKAWlgNdsrzHFVWZcNrWX6FgCmXpYlZK DhHRWLkwbocluJyaYVuy0XUJMtBbsPXz95ow3aKpqNNuApA72I9lm4HWQjJfOiWXhdas Yv5JgN1TrS4LMYm8ePeEJGbsdAOkJQmZHO0sxBR5r4HEjkREk161A9vcZtXRv4JbgWKe Y+Ag== MIME-Version: 1.0 X-Received: by 10.50.21.70 with SMTP id t6mr18362496ige.36.1372740204363; Mon, 01 Jul 2013 21:43:24 -0700 (PDT) Sender: benlaurie@gmail.com Received: by 10.64.38.162 with HTTP; Mon, 1 Jul 2013 21:43:24 -0700 (PDT) In-Reply-To: <51C98C71.1030609@knigma.org> References: <51C98C71.1030609@knigma.org> Date: Tue, 2 Jul 2013 05:43:24 +0100 X-Google-Sender-Auth: _cSRGMUSa1YC0HbNe-TLCY0qSzs Message-ID: Subject: Re: Log rotation kills squeezeboxserver CLI From: Ben Laurie To: Mark Knight Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 04:43:24 -0000 On 25 June 2013 13:26, Mark Knight wrote: > Hi Ben, if you change newsyslog.conf to recreate the file with slimserv > ownership, does it fix the error (although not the warnings)? > > /var/log/squeezeboxserver/server.log slimserv:slimserv 644 3 100 * J > /var/run/squeezeboxserver/squeezeboxserver.pid Forgot to report back - yes, this fixes the problem. > > -- > Mark Knight > Mobile: +44 7880 556751. Home: +44 1223 858596 > Email: markk@knigma.org. Skype: knigma > > > On 25/06/2013 10:35, Ben Laurie wrote: >> >> I haven't figured out why, unfortunately, but if you use SBS' CLI >> interface, it stops responding when the log gets rotated by newsyslog. >> >> Removing it from newsyslog.conf fixes the problem (obviously at the >> cost of no log rotation :-). >> >> It also logs a _lot_ of crap, btw. >> >