From owner-freebsd-current@freebsd.org Tue Dec 20 00:44:04 2016 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 1792AC870C4 for ; Tue, 20 Dec 2016 00:44:04 +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 DC603FA7; Tue, 20 Dec 2016 00:44:03 +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-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1482194642; bh=McQBuQhZaxgIKtJNNA1u+wp7ZVV8r53V5+pfzUm0FMg=; b=G bwfLc1+WpaYfIApF674VJlzUg/1PT3Eh/121RIkcAbN01WpzmTdrdlDcq4iec8a7 TUZIkF7R5dLayKvNFP5GNhTRdisQmU8KS4B54mw/xk4jyq8WPe2/1BVLmZjY2HFr PNwND41cAcyTU5NGfnAsT1p9bPeU5c6enLgbOSg+YA= 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 03D3F11E15; Mon, 19 Dec 2016 19:44:02 -0500 (EST) Subject: Re: syslogd no longer listens (or sends) on a network socket To: Hiroki Sato References: <20161220.021234.885117715060624657.hrs@allbsd.org> Cc: freebsd-current@freebsd.org From: Michael Butler Message-ID: Date: Mon, 19 Dec 2016 19:44:00 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161220.021234.885117715060624657.hrs@allbsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 20 Dec 2016 00:44:04 -0000 On 12/19/16 12:12, Hiroki Sato wrote: > Michael Butler wrote > in : > > im> It appears that SVN r309925 and onward no longer opens a network > im> socket unless the command-line explicitly contains "-b :syslog" :-( > im> > im> This also stops one syslog daemon forwarding to another (which is why > im> I noticed). > im> > im> Was this an intentional behaviour change? > > Sorry, it was broken due to another mismerge at r309933. I fixed it > at r310278. Can you try the latest one and let me know if the > problem still persists or not? No, it does not. "netstat -an -finet | grep 514" shows that it doesn't listen on a UDP socket without adding "-b :syslog" to syslogd_flags in /etc/rc.conf, Michael