From owner-freebsd-ports@FreeBSD.ORG Sat May 24 08:24:04 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B701065670 for ; Sat, 24 May 2008 08:24:04 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id DB2C78FC0C for ; Sat, 24 May 2008 08:24:04 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 5DDCD1CD1A; Sat, 24 May 2008 01:24:04 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id UUZL2fAbsh9W; Sat, 24 May 2008 01:23:57 -0700 (PDT) Date: Sat, 24 May 2008 04:23:54 -0400 From: Sahil Tandon To: Brian Message-ID: <20080524082353.GB4936@shepherd> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: ports@freebsd.org Subject: Re: webmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "sahil@tandon.net" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 08:24:04 -0000 * Brian [05-23-2008]: > I tried to install the above and got the permission denied errors noted at > the bottom, and don't seem to have a server running on the designated port > I decided on. Is this bug ports/110536 still unfixed? According to the author of webmin, you can safely ignore the permission denied error. But out of curiosity, do you have apache installed? The post-install script calls a series of other Perl scripts, one of which is apache-lib.pl. If httpd cannot be found, there is a permission denied error; if httpd *does* exist, the error does not appear. Did you webmin_enable="YES" in your /etc/rc.conf and run the rc.d script to start it? The install script does not automatically start webmin because nostart="yes" in setup.sh. -- Sahil Tandon