From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 18:51:10 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 1352D37B401 for ; Sun, 27 Apr 2003 18:51:10 -0700 (PDT) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C3443FA3 for ; Sun, 27 Apr 2003 18:51:09 -0700 (PDT) (envelope-from clists@www.gotbrains.org) Received: from www.gotbrains.org (localhost [127.0.0.1]) by www.gotbrains.org (8.12.8p1/8.12.8) with ESMTP id h3S1p6It081399 for ; Sun, 27 Apr 2003 20:51:06 -0500 (CDT) (envelope-from clists@www.gotbrains.org) Received: from localhost (clists@localhost)h3S1p657081396 for ; Sun, 27 Apr 2003 20:51:06 -0500 (CDT) Date: Sun, 27 Apr 2003 20:51:05 -0500 (CDT) From: Stephen Cravey To: freebsd-questions@freebsd.org Message-ID: <20030427203029.T78082@www.gotbrains.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 5.0-RELEASE, XL driver problem with ACLs 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: Mon, 28 Apr 2003 01:51:10 -0000 I've recently decided to start testing ACLs. After a few false starts, I figured out that I needed to do a 'tunefs -a enable'. As soon as I did it and mounted the filesystem, my xl0 decided to go on vacation. If the filesystem isn't mounted yet, there's no problem and the card works perfectly. As soon as I mount the filesystem, the lights on the card all turn off and ifconfig shows the interface as being in hw-loopback. If I use the xl1 interface (different card), xl0 seems to be fine as long as it's not configured. Plug an ethernet cable into it and it lights up and acts happy until it gets an IP address. At that point, It goes into hw-loopback and the lights go out. Basically, if ACLs are turned on on /usr AND the interface is configured, the card goes into hw loopback and is unable to detect a live ethernet cable. If ACLs are turned off or the interface is not configured, it works fine. The problem being obviously that if it's not configured, it might as well not be working otherwise. I've found the errata mention of xl problems, but i'm foggy on why ACL's would be affecting the xl driver. I'd love to be able to use the xl driver from -CURRENT, but I need more stability that -CURRENT offers. If anyone can: A. Tell why ACLs break the xl driver and/or B. Tell me how to get the -CURRENT xl driver running on -RELEASE I would be very thankful. I'm running GENERIC from 5.0-RELEASE. xl0 dies when it gets configured. During the detection phase and preceding part of the boot process, it seems to behave perfectly. Thanks. -Stephen