From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 29 16:00:04 2008 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 361751065690 for ; Fri, 29 Aug 2008 16:00:04 +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 F08A58FC08 for ; Fri, 29 Aug 2008 16:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7TG03BR066033 for ; Fri, 29 Aug 2008 16:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7TG03HZ066032; Fri, 29 Aug 2008 16:00:03 GMT (envelope-from gnats) Resent-Date: Fri, 29 Aug 2008 16:00:03 GMT Resent-Message-Id: <200808291600.m7TG03HZ066032@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, Dulmandakh Sukhbaatar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95778106566C for ; Fri, 29 Aug 2008 15:57:54 +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 80D188FC13 for ; Fri, 29 Aug 2008 15:57:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7TFvs9b056612 for ; Fri, 29 Aug 2008 15:57:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7TFvsSS056611; Fri, 29 Aug 2008 15:57:54 GMT (envelope-from nobody) Message-Id: <200808291557.m7TFvsSS056611@www.freebsd.org> Date: Fri, 29 Aug 2008 15:57:54 GMT From: Dulmandakh Sukhbaatar To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126954: cherokee 0.8.1 isn't starting 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, 29 Aug 2008 16:00:04 -0000 >Number: 126954 >Category: ports >Synopsis: cherokee 0.8.1 isn't starting >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 29 16:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dulmandakh Sukhbaatar >Release: 7.0 >Organization: >Environment: FreeBSD nagios.gov.mn 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 22 19:28:23 ULAT 2008 root@nagios.gov.mn:/usr/obj/usr/src/sys/NAGIOS amd64 >Description: after installing cherokee web server from ports (updated on 2008-08-29) I cannot start it using /usr/local/etc/rc.d/cherokee start command. I've added cherokee_enable="YES" in /etc/rc.conf. when I issue the command, error message below: Starting cherokee. cherokee: invalid option -- b Cherokee Web Server Usage: cherokee [options] -h, --help Print this help -V, --version Print version and exit -t, --test Just test configuration file -d, --detach Detach from the console -C, --config=PATH Configuration file -p, --port=NUM TCP port number -r, --documentroot=PATH Server directory content -i, --print-server-info Print server technical information Report bugs to http://bugs.cherokee-project.com I think that they've removed -b option, but maintainer didn't updated startup script >How-To-Repeat: it's easy. do make install in /usr/ports/www/cherokee/. and add cherokee_enable="YES" to /etc/rc.conf. after all issue /usr/local/etc/rc.d/cherokee start >Fix: --- cherokee.orig 2008-08-29 23:57:59.000000000 +0800 +++ cherokee 2008-08-29 23:49:20.000000000 +0800 @@ -25,7 +25,7 @@ : ${cherokee_conf="/usr/local/etc/cherokee/cherokee.conf"} command=/usr/local/sbin/cherokee -command_args="-C ${cherokee_conf} -b" +command_args="-C ${cherokee_conf}" pidfile=/var/run/cherokee.pid required_files=${cherokee_conf} stop_postcmd=stop_postcmd patch to rc script. >Release-Note: >Audit-Trail: >Unformatted: