From owner-freebsd-stable@FreeBSD.ORG Thu Oct 2 20:05:45 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FCFAC9B for ; Thu, 2 Oct 2014 20:05:45 +0000 (UTC) Received: from m2.gritton.org (gritton.org [63.246.134.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5CAA99 for ; Thu, 2 Oct 2014 20:05:44 +0000 (UTC) Received: from [192.168.0.34] (c-50-168-192-61.hsd1.ut.comcast.net [50.168.192.61]) (authenticated bits=0) by m2.gritton.org (8.14.9/8.14.9) with ESMTP id s92K5hHW063488; Thu, 2 Oct 2014 14:05:43 -0600 (MDT) (envelope-from jamie@gritton.org) Message-ID: <542DB00D.9020908@gritton.org> Date: Thu, 02 Oct 2014 14:05:33 -0600 From: James Gritton User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: rc.d/syslogd link socket to /dev/log fails in jails References: <542C600B.8030701@gmail.com> In-Reply-To: <542C600B.8030701@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Johan Hendriks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 20:05:45 -0000 On 10/1/2014 2:11 PM, Johan Hendriks wrote: > Hello all. > > When starting jails I always get an error like this one. > > ln: /dev/log: Operation not permitted > > I found an old BUG report with a patch that mentioned it. It also > explained it was for a TRANSSITIONAL period. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179828 > > If I apply the patch, the error is gone, and everything works like it > should. Nice find! There's no reason I can think not to drop that in to get rid of a constant (if harmless) annoyance. As to the transitional period note ... yeah it says that, but I doubt it means it :-). - Jamie