From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 11:05:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60F933C5 for ; Thu, 18 Sep 2014 11:05:13 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (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 CEC271A0 for ; Thu, 18 Sep 2014 11:05:12 +0000 (UTC) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id s8IB52YV031812; Thu, 18 Sep 2014 12:05:03 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <541ABC5E.6010903@qeng-ho.org> Date: Thu, 18 Sep 2014 12:05:02 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Matthias Apitz , freebsd-questions@freebsd.org Subject: Re: A lot of pkg problems References: <1812950.bWcWxrzvJI@penguin> <54189CD1.7070102@webrz.net> <5418A5EE.1030304@hiwaay.net> <541936C5.3080601@qeng-ho.org> <20140917085023.GA1534@tiny-r269739> <541967D1.90108@qeng-ho.org> <20140917134133.GA2080@tiny-r269739> <5419A13A.30301@qeng-ho.org> <20140918064103.GA1195@tiny-r269739> In-Reply-To: <20140918064103.GA1195@tiny-r269739> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 11:05:13 -0000 On 18/09/2014 07:41, Matthias Apitz wrote: > El día Wednesday, September 17, 2014 a las 03:56:58PM +0100, Arthur Chance escribió: > >>> Thanks. Is this with a recent version of poudriere. The presentation of >>> the logs has changed to use 'json'. See here: >> >> root@arthur:1# poudriere version >> 3.0.17 > > I'm using a poudriere version 3.1pre from around mid of August (I have > not updated since this the host itself, only the ports tree in the > jail). I take it that's the development version of the port? >> I tend to upgrade at weekends, so haven't got yesterday's 3.0.18 version. >> >>> https://wiki.freebsd.org/internal/pkg.FreeBSD.org/PortmgrSetup >> >> My logs are plain text and I see nothing in that link that suggests they >> should be JSON. Are you sure that's the link you meant? It was last >> updated 2013-07-16 so wouldn't contain anything new. > > Yes, at the very end in the mime types. That's just a generic directive for nginx, as already exists in the current mime.types. > Check also this page: > http://www.bsdnow.tv/tutorials/poudriere > "... There’s even a very useful JSON-based web frontend to poudriere > that’s included. Point your webserver or FTP server to show > /usr/local/poudriere/data/logs/bulk/91x64/latest and take a look. This > is an easy way to monitor the status of bulk port builds without looking > at the terminal. ..." Does you have an index.html in the latest log directory? If you do, what do you get if you point your browser at it? Using the URL just ending in "latest" should do the usual web server tap dance to redirect it to the directory form of the URL with a trailing slash and that should pick up index.html but will only work if you have an nginx index directive in your config. By default nginx won't do that. > As I said, until now I could make this working, maybe because it's > nearly at the end of my todo list :-) > > matthias > >