From owner-freebsd-hackers Mon Jan 5 20:06:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA23192 for hackers-outgoing; Mon, 5 Jan 1998 20:06:36 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA22856 for ; Mon, 5 Jan 1998 20:01:25 -0800 (PST) (envelope-from handy@sag.space.lockheed.com) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA10470; Mon, 5 Jan 1998 20:01:22 -0800 Date: Mon, 5 Jan 1998 20:01:22 -0800 (PST) From: Brian Handy To: freebsd-hackers@FreeBSD.ORG Subject: Re: tcsh question In-Reply-To: Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk Revisiting my shell script problem, I started with this: > kriek:~ ->source .cshrc > SSW setup will include: > > Type to start SSW IDL > ^E\242@\222@x@^Z^ALoad: Command not found. > ^A^F\314ALA\312@\202^HERROR:: Too many arguments. > kriek:~ -> I noticed if I ran this as root...it worked fine! This leads me to believe it may be a problem with my @#$^! /etc/login.conf file. Attempts to make it work so far aren't getting me anywhere, but it feels like that's where the problem lies. Brian