From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 00:14:02 2004 Return-Path: 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 5B12016A4CE for ; Fri, 3 Dec 2004 00:14:02 +0000 (GMT) Received: from gatekeeper.gardnerclan.net (adsl-66-125-241-166.dsl.sntc01.pacbell.net [66.125.241.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A0B43D31 for ; Fri, 3 Dec 2004 00:14:02 +0000 (GMT) (envelope-from jg2@gardnerclan.net) Received: by gatekeeper.gardnerclan.net (Postfix, from userid 1002) id 05B9665EAD; Thu, 2 Dec 2004 16:13:19 -0800 (PST) Date: Thu, 2 Dec 2004 16:13:19 -0800 From: Jerry Gardner To: freebsd-questions@freebsd.org Message-ID: <20041203001318.GB6015@gardnerclan.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: FreeBSD 5.3 Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:14:02 -0000 I just loaded FreeBSD 5.3 a few days ago, and generally things are running well, with a few exceptions: 1) How do I stop the Sendmail daemons from starting at boot? I have sendmail_enable="NO" set in /etc/rc.conf, but two sendmail processes are running after boot. 2) How do I set GCC flags when compiling a port. I added CFLAGS="-O2 -march=pentium3 -pipe" to /etc/make.conf, but get an error when building a port. The error is get is "env: -pipe No such file or directory" 3) I think I might have a permissions problem in my home directory. Certain applications (Firefox and xfce, for exacmple) can't seem to write files under my home directory. I can create files using an editor, and download files, but these two applications fail when trying to modify their configuration options. 4) I installed portupgrade from the port, and built the database using 'pkgdb -f', but whenever I run portupgrade or portversion, it displays a message "Generating INDEX.tmp - please wait.." and hangs there forever. How do I fix this? - Jerry