Path: utzoo!attcan!uunet!ginosko!rex!ames!ncar!asuvax!mcdphx!mcdchg!ddsw1!indep1!pete From: pete@indep1.UUCP (Peter Franks) Newsgroups: comp.unix.xenix Subject: Re: SCO dial-in site install help Summary: Make sure you set up the proper shell Message-ID: <300@indep1.UUCP> Date: 28 Jul 89 13:37:30 GMT References: <20741@cup.portal.com> <2251@wasatch.utah.edu> Reply-To: pete@indep1.UUCP (Peter Franks) Organization: /usr/lib/news/organization Lines: 22 In article <2251@wasatch.utah.edu> GU.GEYMONT%SCIENCE.UTAH.EDU@wasatch.utah.edu (Rick Geymont) writes: >You have set up aconnection for a uucp site. A dialup is set up quite >differently. Just set up the port to handle the baud rate, make sure it is >enabled, and log in using your normal id and passwd. >Rick Geymont What Rick means is that you should make sure you assign the shell (in /etc/passwd) properly: If the account is to be used for normal users, the shell should be /bin/ksh, etc. If the account is to be used for uucp logins, the shell should be /usr/lib/uucp/uucico. The port setup will handle either type of logon (provided it is set up properly for baud rate, etc.). The problem you had was that you tried logging into a uucp account manually. When you do that, you will get an 'Shere' response instead of a '$' or '%' (or whatever) from a user shell. Pete