From owner-freebsd-questions Fri Aug 9 13:27:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02527 for questions-outgoing; Fri, 9 Aug 1996 13:27:23 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA02498 for ; Fri, 9 Aug 1996 13:27:19 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id LAA00615 for ; Fri, 9 Aug 1996 11:37:53 -0700 (PDT) Received: from ken.u.washington.edu (cs6-15.u.washington.edu) by mail.crl.com with SMTP id AA12477 (5.65c/IDA-1.5 for ); Fri, 9 Aug 1996 11:34:58 -0700 Received: from localhost (localhost [127.0.0.1]) by ken.u.washington.edu (8.7.5/8.7.3) with SMTP id LAA03910; Fri, 9 Aug 1996 11:20:51 -0700 (PDT) Date: Fri, 9 Aug 1996 11:20:50 -0700 (PDT) From: Ken Marsh To: Jesse Cc: questions@freebsd.org Subject: Re: X-Windows has ceased to exist (sorta) In-Reply-To: <199608091702.KAA12785@m4.sprynet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 9 Aug 1996, Jesse wrote: > I have plenty of space, no errors (exept the X: command not found, > xstart : command not found, etc. etc. etc. In fact, as near as I can > tell, there isn't a single file thats executable anywhere in my X11R6 > directory. > Jesse Brown (bextreme@sprynet.com) sounds to me like your $PATH environment variable is null. type: echo $PATH to check. If it is null, then your should put it in your /etc/rc so that it'll always be there. My $PATH is set to: /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin in your rc file, don't forget to export your PATH, so that it will remain after rc finishes executing. It will look like this: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin export PATH If that's not it, check the file permissions on the executable files, with ls -l. This will show you something like: -r-xr-xr-x 1 bin bin 16384 Jul 13 19:48 vidcontrol -r-xr-xr-x 2 bin bin 8798 Jul 13 19:48 vidfont -r-xr-xr-x 1 bin bin 12288 Jul 13 19:48 vipw -r-xr-xr-x 1 bin bin 12288 Jul 13 19:48 vnconfig /\ \____ the first spot is - for a regular file and d for a directory the next three are read, write, and execute for the file owner. the three after than are r,w,x for the group, and final three are for anybody on the system. Most of your executable should be like these. If the aren't then you really messed up the install, and you should probably do it again, unless a guru has a shell script or something to make it right. Hope this was helpful. These things are covered in any basic book about UNIX in general. Ken Marsh _ _ __ _ _ / \ / \ / | / \ / \ Student of Engineering | | / / / / | \ | | University of Washington | |/ / / /_ | \ \ | | Ken Marsh: Durang@U.Washington.edu | \ \ __| | | \ \| | | |\ \ \ \ | | \ | "If you're going to eat a frog, | | \ \ \ \ | | \ | eat a nice juicy one." \_/ \_\ \_| \_/ \_/ - Wongani Nyasulu -