From owner-freebsd-hackers@freebsd.org Tue Sep 5 18:41:46 2017 Return-Path: Delivered-To: freebsd-hackers@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 E7B5EE18360 for ; Tue, 5 Sep 2017 18:41:46 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mx1.etoilesoft.fr (mx1.etoilesoft.fr [52.57.51.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7D2A667D9D for ; Tue, 5 Sep 2017 18:41:46 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mx1.etoilesoft.fr (localhost [127.0.0.1]) by mx1.etoilesoft.fr (Postfix) with ESMTP id 836A79D1A4 for ; Tue, 5 Sep 2017 18:42:35 +0000 (UTC) Received: from [172.20.159.85] (localhost [127.0.0.1]) (Authenticated sender: auryn@zirakzigil.org) by mx1.etoilesoft.fr (Postfix) with ESMTPA id 2A1549C944 for ; Tue, 5 Sep 2017 18:42:35 +0000 (UTC) Subject: Re: devd in jail To: freebsd-hackers@freebsd.org References: <20170810225439.Horde.1s8Qi_dlNtxgEigsNKbdrer@webmail.leidinger.net> <4a1a99a5-35ea-19c9-7ac8-77875ac6f71f@zirakzigil.org> <20170905151537.Horde.10cHNOX1OVri7mGaUcDeX1l@webmail.leidinger.net> <7ca865ee-b613-2f0c-daf0-d828884b5e74@zirakzigil.org> <1C181EF2-B8B1-4F42-BF80-ABEA0593DD43@dsl-only.net> From: Giulio Ferro Message-ID: Date: Tue, 5 Sep 2017 20:41:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1C181EF2-B8B1-4F42-BF80-ABEA0593DD43@dsl-only.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: fr X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 18:41:47 -0000 On 05/09/2017 20:35, Mark Millard wrote: > [I've no particular expertise but I noticed in what you > reported . . .] > > On 2017-Sep-5, at 11:25 AM, Giulio Ferro wrote: > >> . . . >> >> Actually I tried to apply the changes to xorg.conf, and now it doesn't try to access devd anymore. >> >> . . . >> [ 797.601] (EE) config/devd: fail to connect to devd >> . . . > I expect that the "(EE)" indicates an error is being reported > and so it is intended as more than an informational notice. > Hi Mark, yes, I missed that! Thanks for raising. Then I guess it's the same error as occurred before. It seems that xorg can't help trying to access devd and so it fails in jail... Giulio