SUMMARY: su: no shell

From: J. Davis (jd@lri.stjosephs.london.on.ca)
Date: Fri Feb 10 1995 - 22:17:51 CST


Thanks to those who responded to my question regarding the
su: no shell problem. The solution, thankfully, was simple.
I had checked directory permissions down through /usr/bin/sh
but had neglected to notice that '.' and '..' (ie, /) had
lost their world search privledges, not 0755.

Thanks to :

"Marc P. Rinfret" <Marc.Rinfret@cit.canadair.ca>
bf6y34v@is000913.bell-atl.com (Jordan)
and
Simon-Bernard Drolet <droletb@CCG.RNCan.gc.ca>,

whose responses appear below, in the order received:

====================================================================================
In-Reply-To: Your message of "Thu, 09 Feb 1995 23:45:25 EST."
             <Pine.3.89.9502092337.A29638-0100000@daisy.stjosephs.london.on.ca>
Date: Fri, 10 Feb 1995 06:43:10 -0500
From: "Marc P. Rinfret" <Marc.Rinfret@cit.canadair.ca>
Status: RO
X-Status: A

>
> Ok gurus...here's a wierd one (guess they are ALL wierd
> before you figure them out!)
>
> One of our users on a solaris2.3 box (no NIS) tried to log
> in and got a 'no directory!' message, followed by another
> login: prompt. As a normal user, I myself got the same
> message, although my home directory is on a different file-
> system than the first user. OK. Login as root is fine. I
> start to check the 'obvious' things:

I had this one a while back. Are you sure the permissions are
correct? My problem was that a directory in the path (/) had
"lost" (!) its "search" permisssion (aka execute bit).

I solved that one by trussing 'su', and seeing that execlp (if I
remember correctly) was returning EACCESS. The execlp man
pages describes the situations where this error is returned.
>

                                Hope this helps,
                                                Marc.

====================================================================================
From: bf6y34v@is000913.bell-atl.com (Jordan)
Message-Id: <9502101350.AA09024@is000913.BELL-ATL.COM>
Subject: Re: su: No shell ??
To: jd@lri.stjosephs.london.on.ca
Date: Fri, 10 Feb 1995 08:50:50 -0500 (EST)
In-Reply-To: <9502091755.AA26932@lri.stjosephs.london.on.ca> from "J. Davis" at Feb 9, 95 12:55:35 pm
X-Mailer: ELM [version 2.4 PL23]
Content-Type: text
Content-Length: 62

Have you check to make sure there is no /etc/nologin
file?

====================================================================================
From: Simon-Bernard Drolet <droletb@CCG.RNCan.gc.ca>
Message-Id: <199502101400.JAA04840@dino>
To: jd@lri.stjosephs.london.on.ca
Subject: Re: su: no shell
X-Sun-Charset: US-ASCII

You should verify the ownership of /. It sould be own by root and the group
should also be root. Also, the protection should be 755.

I had the same problem last week-end. Your problem is that when
/etc/rc2.d/S21perf is doing a su -c sys ..., / is not own by root, so
su ... fails.

Regards, J.

*-------------------------------------------------------------------------*
| J. Davis | email: jd@lri.stjosephs.london.on.ca |
| SysMgr, research programmer | voice: (519) 646 6100 x4166 (rm H508) |
| Lawson Research Institute | fax: (519) 646 6135 |
| London, Ontario | http://www.stjosephs.london.on.ca/~jd |
*-------------------------------------------------------------------------*



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:16 CDT