From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 13 16:00:11 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32F7F106567A for ; Fri, 13 Mar 2009 16:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E66938FC27 for ; Fri, 13 Mar 2009 16:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2DG0AUv015289 for ; Fri, 13 Mar 2009 16:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2DG0AAa015288; Fri, 13 Mar 2009 16:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 13 Mar 2009 16:00:10 GMT Resent-Message-Id: <200903131600.n2DG0AAa015288@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gavin Chappell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52B871065701 for ; Fri, 13 Mar 2009 15:58:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 412BD8FC14 for ; Fri, 13 Mar 2009 15:58:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2DFwdwn052050 for ; Fri, 13 Mar 2009 15:58:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2DFwc9s052049; Fri, 13 Mar 2009 15:58:38 GMT (envelope-from nobody) Message-Id: <200903131558.n2DFwc9s052049@www.freebsd.org> Date: Fri, 13 Mar 2009 15:58:38 GMT From: Gavin Chappell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132607: command_interpreter warnings in /var/log/messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 16:00:12 -0000 >Number: 132607 >Category: ports >Synopsis: command_interpreter warnings in /var/log/messages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 13 16:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gavin Chappell >Release: 7.1-RELEASE-p3 >Organization: >Environment: FreeBSD mpc 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 10:55:31 GMT 2009 root@mpc:/usr/obj/usr/src/sys/7.1-RELEASE_MPC i386 >Description: After installing denyhosts via "portmaster security/denyhosts" and configuring it, I sudo-started it and got the following warning: Mar 13 15:30:36 xxx xxx: /usr/local/etc/rc.d/denyhosts: WARNING: $command_interpreter /usr/local/bin/python != /usr/local/bin/python2.5 Denyhosts still runs and works OK, but it could clog up logfiles especially if you don't run denyhosts in daemon mode (this would mean one error printed for every invocation) >How-To-Repeat: Install denyhosts via portmaster Start it >Fix: /usr/local/bin/python and /usr/local/bin/python2.5 are copies of the same file (MD5 verified), so to fix this I've changed the /usr/local/etc/rc.d/denyhosts init script to: command_interpreter="/usr/local/bin/python2.5" >Release-Note: >Audit-Trail: >Unformatted: