From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 30 13:48:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTP id 3D124F42 for ; Wed, 30 Oct 2013 13:48:41 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3AB622A3 for ; Wed, 30 Oct 2013 13:48:40 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id o19so886029vbm.21 for ; Wed, 30 Oct 2013 06:48:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5AGhh4U3bXL9alzAScrdI0RVJ//V7WeBLXZ6l5fyAEg=; b=cwUFoADwhdCYL4nPmyeb5VZxShV7NMPHNLOdmxV1CE8xAk3JvpBamBjFeK27BD2kxN ZCWFpgvdBGgYIJpp7p0qE2Sqs+Cw+ZoB1teaJ6fJqnCwVb9kEuLxZOzHiAQnhzhjwJES H0CVxhpa0rD5cPsfidC2dsNVCoOGZi5FLnq/TJX7M7fytFT9e+XUZmN5wKfcIuuD2l3u DYx6LAGBBCiDkFX01zhKhD+obGARjQk5dld09+l0TElAk+bJe+L/AtAhjdXShg5srKxc npdWnZxURXH1alWHOj7sFkfJ4Y2E7P3YwkjFvTiDRkx/Ys5zmBQuBp/3arTlOo2k8k5c K0Lg== MIME-Version: 1.0 X-Received: by 10.52.103.35 with SMTP id ft3mr2653754vdb.5.1383140920079; Wed, 30 Oct 2013 06:48:40 -0700 (PDT) Received: by 10.52.168.106 with HTTP; Wed, 30 Oct 2013 06:48:39 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 17:48:39 +0400 Message-ID: Subject: Re: Multiple problems with net-mgmt/zabbix2-* From: Pavel Timofeev To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 13:48:41 -0000 Sorry. I'll do it in normal way. 2013/10/30 Pavel Timofeev : > I forgot to say the last one: > Zabbix 2.0.8 has vulnerability. See [ZBX-7091] on this page > http://www.zabbix.com/rn2.0.9.php > So it has to be updated. > > 2013/10/30 Pavel Timofeev : >> Hi! Here is a couple of problems that a noticed. >> >> 1. net-mgmt/zabbix2-frontend is missing net/php5-ldap dependency. In >> web gui you can use LDAP authentification. But if net/php5-ldap is not >> installed there is no way to make it work. >> >> 2. net-mgmt/zabbix2-server has wrong plist. >> If you install zabbix-server with java support you will get this files >> %%JAVAGW%%%%ZABBIX_JAVA%%/settings.sh >> %%JAVAGW%%%%ZABBIX_JAVA%%/startup.sh >> But there is another file that is not is plist >> %%JAVAGW%%%%ZABBIX_JAVA%%/shutdown.sh >> >> And %%JAVAGW%%%%ZABBIX_JAVA%%/settings.sh is a config file. It mustn't >> be removed during reinstallation on deletion of zabbix-server.