From owner-freebsd-ports@freebsd.org Thu Sep 1 22:08:34 2016 Return-Path: Delivered-To: freebsd-ports@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 4AC63BCC714 for ; Thu, 1 Sep 2016 22:08:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (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 09E5298B for ; Thu, 1 Sep 2016 22:08:33 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:129f:ef01:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 505555C74C0; Fri, 2 Sep 2016 00:08:31 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 505555C74C0 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1472767711; bh=HQ+e2sHm2bU5URaLU/6GKmTrHXtzT6PmjRPOPBvgPZo=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=Sx+/aWfwrscuSxZRfk8lR+2hzQmMjFeinAnl61nJCMOoRGM/zbaSV4c2gFNfJVPj8 PqmB0skU1teTOahMKVavVtuYae9PiVGLNb4b61UUBvv6Z2XGCUjeJ3Hw7DfVGco+BJ EK2qGmbQoyMZnoEmQTNGogPiXtrsYDfUYfTsZTyU= Received: from [192.168.0.151] (aftr-88-217-181-200.dynamic.mnet-online.de [88.217.181.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 12469560A96; Fri, 2 Sep 2016 00:08:28 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> Cc: freebsd-ports@freebsd.org From: Matthias Fechner Message-ID: <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> Date: Fri, 2 Sep 2016 00:08:14 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160901181128.GK96200@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 22:08:34 -0000 Am 01.09.2016 um 20:11 schrieb Kurt Jaeger: > Yes, please attach that diff to the PR. ok, here we go: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212313 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201455 The index data will be stored in /var/db/solr Log file will go to /var/log/solr Solr is running now as user solr and not as root anymore. All other files are in /usr/local/solr. Any comment is welcome. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook