Subject: su: /bin/csh: Permission denied
To: 'port-pmax@netbsd.org' <port-pmax@NetBSD.ORG>
From: Josef Watzko <Watzko@mail.dec.com>
List: port-pmax
Date: 02/10/1998 13:46:13
Hi,
	i can't get running nonroot users. See below:

# su - postgres
su: /bin/csh: Permission denied

# ls -lag /bin/csh
-r-xr-xr-x  1 bin  bin  435540 Jan 17 03:29 /bin/csh

# grep postgres /etc/passwd
postgres:*:600:15:psql admin:/home/pqsql:/bin/csh

# grep 15 /etc/group
users:*:15:

# ls -lagd /home/pqsql
drwxr-xr-x  2 postgres  users  512 Feb  9 17:22 /home/pqsql

# file /bin/csh
/bin/csh: ELF 32-bit LSB executable, MIPS R3000_BE - invalid byte order,
versio1

# uname -a
NetBSD sahaja 1.3 NetBSD 1.3 (GENERIC) #0: Mon Feb  9 19:57:13 MET 1998
roox
--------

	This will also happen with other users and shells.

Thanks for any hint.
Joe