From owner-freebsd-isp Fri Nov 22 11:52:25 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA13528 for isp-outgoing; Fri, 22 Nov 1996 11:52:25 -0800 (PST) Received: from i-gw.dalsys.com (i-gw.dalsys.com [207.42.153.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA13505 for ; Fri, 22 Nov 1996 11:52:05 -0800 (PST) Received: (from smap@localhost) by i-gw.dalsys.com (8.6.9/8.6.9) id NAA29799 for ; Fri, 22 Nov 1996 13:51:31 -0600 Received: from future.dsc.dalsys.com(199.170.161.3) by i-gw.dalsys.com via smap (V1.3) id sma029797; Fri Nov 22 13:51:21 1996 Received: from richards.dsc.dalsys.com by future.dsc.dalsys.com (AIX 3.2/UCB 5.64/8.6.12) id AA161123; Fri, 22 Nov 1996 13:56:53 -0600 Message-Id: <32962121.644B@herald.net> Date: Fri, 22 Nov 1996 13:54:41 -0800 From: Richard Stanford Organization: Herald Communications X-Mailer: Mozilla 3.0 (Win16; I) Mime-Version: 1.0 To: FreeBSD ISP Mailing List Subject: Re: FreeBSD Craaaaaaash.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > > FreeBSD (karma.idirect.com) (ttyp4) > > login: carrera > Password: > Nov 22 13:31:38 karma login: login from localhost as carrera > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 > The Regents of the University of California. All rights > reserved. The fact that you got this message shows that you logged in correctly... > FreeBSD 2.1.5-RELEASE (GENERIC) #0: Wed Jul 17 03:09:31 1996 > > login: /usr/local/bin/tcsh: Permission denied > Connection closed by foreign host. > [root@karma.idirect.com]:[/root]:(1013)//> This means just what it says, permission to execute tcsh as a user denied. Do an ls -al on /usr/local/bin and see what the permissions and ownership are -- should be: -r-xr-xr-x 1 bin bin .... At least, make sure that a normal user has r-x on it. After that, if there are no problems logging in, check the permissions of the rest of your system as well. You said you were doing pwd_mkdb's -- I'd also check the user's groups, etc (do an id as that user)... Although if the shell is 555 it shouldn't make a difference. Check anyway. HTH -Richard