From owner-freebsd-questions@FreeBSD.ORG Mon Mar 20 01:50:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3686D16A423 for ; Mon, 20 Mar 2006 01:50:25 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CED043D49 for ; Mon, 20 Mar 2006 01:50:24 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost.twisted.net [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 2D033FC4CDD for ; Sun, 19 Mar 2006 19:50:31 -0600 (CST) Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83444-08 for ; Sun, 19 Mar 2006 19:50:31 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1001) id 977DCFC4D07; Sun, 19 Mar 2006 19:50:30 -0600 (CST) Date: Sun, 19 Mar 2006 19:50:30 -0600 From: Troy To: freebsd-questions@freebsd.org Message-ID: <20060320015030.GC84890@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at twisted.net Subject: Dracd startup script giving $command_interpreter error upon boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 01:50:25 -0000 I recently installed drac-1.12_4 and it's working fine but upon startup I get an error /etc/rc: WARNING: $command_interpreter -i !=xELFxxx [: /usr/local/sbin/rpc.dracd: unexpected operator My settings in rc.conf are straight forward dracd_enable="YES" dracd_flags="-i -e 5 /usr/local/etc/postfix/dracd.db" I can't see what would be causing this strange error on startup. I'm using the default rc script that came with the port. Thoughts? -Troy