From owner-freebsd-questions@FreeBSD.ORG Thu May 8 09:39:53 2003 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 1CCA237B401 for ; Thu, 8 May 2003 09:39:53 -0700 (PDT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3004343F3F for ; Thu, 8 May 2003 09:39:52 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030508163951.CUKY25152.out005.verizon.net@mac.com>; Thu, 8 May 2003 11:39:51 -0500 Message-ID: <3EBA884C.6070307@mac.com> Date: Thu, 08 May 2003 12:39:40 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030505 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20030508162218.65341.qmail@web41706.mail.yahoo.com> In-Reply-To: <20030508162218.65341.qmail@web41706.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [129.44.60.214] at Thu, 8 May 2003 11:39:51 -0500 cc: Gavin Kenny Subject: Re: what is /var/empty 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: Thu, 08 May 2003 16:39:53 -0000 Gavin Kenny wrote: [ ... ] > 1) I usually put var in /usr/var and softlink it. only > I can't delete the original /var as there is a > directory called empty in it, even as root I can't > change it's permissions or delete it. What is this > empty directory?!?! It's used as a unwritable chroot() environment for daemons like ssh when they are doing privsep. Try "chflags noschg /var/empty" to make it deletable. Note that there are some good reasons to want to have /var on a seperate partition; you might try doing that (by preference), or else simply create one big root partition and not bother to move and symlink things around. > 2)my xe (Xircom pccard) network adapter is no longer > recognised, it was in 4.4 and it is compiled in the > GENERIC driver, what gives? Take a look at /etc/defaults/pccard.conf, and the pccardd manpage. -Chuck