From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 13:24:56 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 DE0C316A4CE for ; Tue, 14 Sep 2004 13:24:56 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C65243D1F for ; Tue, 14 Sep 2004 13:24:56 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.12.10) with ESMTP id i8EDOs9Q047318; Tue, 14 Sep 2004 15:24:54 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id i8EDOrmm047317; Tue, 14 Sep 2004 15:24:53 +0200 (CEST) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 14 Sep 2004 15:24:53 +0200 From: Ruben de Groot To: Bill Moran Message-ID: <20040914132453.GA47198@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Bill Moran , A W , freebsd-questions@freebsd.org References: <20040913232250.6e63b7da.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040913232250.6e63b7da.wmoran@potentialtech.com> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, hits=0.9 required=5.0 tests=FROM_ENDS_IN_NUMS autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on ei.bzerk.org cc: freebsd-questions@freebsd.org cc: A W Subject: Re: new 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: Tue, 14 Sep 2004 13:24:57 -0000 On Mon, Sep 13, 2004 at 11:22:50PM -0400, Bill Moran typed: > > There is no such command "xfree86", but if your system can't find kldload, > something is wrong. Not necesarily. If he's typing kldload as a non-root user, whose PATH doesn't include /sbin or /usr/sbin, the command won't be found. Ruben