From owner-freebsd-current@freebsd.org Sun Dec 17 21:41:39 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28932E96CE6 for ; Sun, 17 Dec 2017 21:41:39 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E7DE77FA02; Sun, 17 Dec 2017 21:41:38 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1513546890; bh=9K0U4EaT IDR1g/hGnsEVQBY4QL9Xe8Q0jzvdRGAgN6s=; b=Ee08mGiC9u3Cnzgk8lHiTAza FVQCmrCy3uy4l2Nxw2P/1d+THavVxtBuRFgmfUkHSQ2NpQS7E+5IW1BjeA+4Fdhf 49ql4JBqydZudH4I7S+R58axSElcB+4bp1GOe7KuYto55Pzpfpto7RjpqRHfA9D+ jtRch68xz+4NHC3CXNs= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 2C87E1D6F3; Sun, 17 Dec 2017 16:41:30 -0500 (EST) Subject: Re: what's changed with newsyslog? To: Ben Woods , Baptiste Daroussin Cc: freebsd-current References: <7c79c676-3414-8cab-bcf8-b3e3d08a70f6@protected-networks.net> From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492; url=0442D492 Message-ID: Date: Sun, 17 Dec 2017 16:41:29 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2017 21:41:39 -0000 On 12/17/17 16:38, Ben Woods wrote: > On Mon, 18 Dec 2017 at 3:47 am, Michael Butler > > wrote: > > In the past week or so I've been getting warnings like this .. > > bzip2: Can't open input file /var/log/snmpd.log.0: No such file or > directory. > newsyslog: `/usr/bin/bzip2 -f /var/log/snmpd.log.0 > /var/log/fwlw_clean_log.0' terminated with a non-zero status (1) [ .. snip .. ] > > > Hints? > >         imb > > Could this be related to bapt’s recent change 11 days ago to allow > newsyslog to use different style of compression commands? > https://svnweb.freebsd.org/base?view=revision&revision=326617 Yes - I reverted to r326616 and the issue no longer appears, imb