[comp.mail.uucp] UUCP error message

UH2@PSUVM.BITNET (Lee Sailer) (04/06/89)

I am trying to set up a connection between a ATT 6300+ V.2.0 and a
remote ATT 3B2.  The 6300+ is polling the 3B2.  The login succeeds,
but then I get:

Login successful: System=Bisnet1
Handshake Failed:  REMOTE REJECT AFTER LOGIN

So, what's this mean?

And more importantly, what books or manuals could you recommend so that
I could look this up instead of publicly displaying my ignorance 8-).

                                                                   lee

jbayer@ispi.UUCP (Jonathan Bayer) (04/07/89)

In article <89096.10:22:17.378274UH2@PSUVM> UH2@PSUVM.BITNET (Lee Sailer) writes:
>I am trying to set up a connection between a ATT 6300+ V.2.0 and a
>remote ATT 3B2.  The 6300+ is polling the 3B2.  The login succeeds,
>but then I get:
>
>Login successful: System=Bisnet1
>Handshake Failed:  REMOTE REJECT AFTER LOGIN

You logged in, but weren't in the Systems file, or there was a problem
with the Permissions file.  I also saw it when the remote uucico had a
problem.


>And more importantly, what books or manuals could you recommend so that
>I could look this up instead of publicly displaying my ignorance 8-).


Get the nutshell handbook "Managing UUCP and Usenet".  It is a
good book for beginners and advanced users alike.




JB
-- 
Jonathan Bayer			      Beware: The light at the end of the
Intelligent Software Products, Inc.	      tunnel may be an oncoming dragon
19 Virginia Ave.				...uunet!ispi!jbayer
Rockville Centre, NY 11570  (516) 766-2867    jbayer@ispi.UUCP

rg@psgdc (Dick Gill) (04/08/89)

In article <89096.10:22:17.378274UH2@PSUVM> UH2@PSUVM.BITNET (Lee Sailer) writes:
>I am trying to set up a connection between a ATT 6300+ V.2.0 and a
...
>And more importantly, what books or manuals could you recommend so that
>I could look this up instead of publicly displaying my ignorance 8-).

Without doubt, the clearest and best organized uucp books are
from the O'Reilly & Associates 'Nutshell' series.  Specifically,
'Managing UUCP and Usenet' and 'Using UUCP and Usenet'.  You can
reach them at uunet!ora!nuts.

pjh@mccc.UUCP (Pete Holsberg) (04/10/89)

In article <89096.10:22:17.378274UH2@PSUVM> UH2@PSUVM.BITNET (Lee Sailer) writes:
=Handshake Failed:  REMOTE REJECT AFTER LOGIN
=
=So, what's this mean?
=
=And more importantly, what books or manuals could you recommend so that
=I could look this up instead of publicly displaying my ignorance 8-).
=

Sys Adm's Guide, p C-64: "The login used by your 3B2 Computer to login does
not agree with what the remote machine was expecting."  Helpful, no?

Here's what others have told me:

I have seen this problem before!
We are running SVR3.1 on a Motorola Box and have some local Suns dumpping
things to it constantly, so a minor change in policies have thrown us off!

This error is one of four problems:
	1) In the Permissions file (on the remote machine) the LOGNAME
parameter is not what you are logging in as.
	e.g.: Their Permissions file say:
		LOGNAME=XXXXX,MACHINE=mccc
	but you are logging in as (say) uucp.
	2) Again in the Permissions file, the READ and WRITE parameters
are not set correctly.  They should at least be:
		READ=/usr/spool,WRITE=/usr/spool
	3) The login shell for your uucp login (again on the remote
machine) is not set to /usr/lib/uucp/uucico (or equivalent).
	4) During your poll of that machine you are not executing uucico
with the -r1 option.  If *you* are polling, this should be set.

	Good luck and I hope this helps!!!!!!!

scott barman
gatech!dtscp1!scott

So, the possible problems are:
 1) your machine is not in his /usr/lib/uucp/Systems file, or
 2) the /usr/lib/uucp/Systems file is not readable by the login id muucp

Randy Davis                     		UUCP: ...(att!)ocrjd!randy
3B2 System Test Engineering                           ...(att!)occrsh!rjd
AT&T Network Systems, Oklahoma City Works

i had this just last week ;-).  uucp is unable to read one of the
files that it needs.  the problem i had was that uucico was SUID
nuucp and the uucp files were owned by uucp.  your remote system
probably thinks you are an unknown machine.  i'd start by checking
the permissions on your Systems file.
-- 
 jfh@rpp386.uucp	(The Beach Bum at The Big "D" Home for Wayward Hackers)

Hope some of this helps.
Pete

-- 
Pete Holsberg                   UUCP: {...!rutgers!}princeton!mccc!pjh
Mercer College					CompuServe: 70240,334
1200 Old Trenton Road           GEnie: PJHOLSBERG
Trenton, NJ 08690               Voice: 1-609-586-4800

aeh@sfsup.UUCP (+Herzog A.) (04/12/89)

In article <659@mccc.UUCP>, pjh@mccc.UUCP (Pete Holsberg) writes:
> In article <89096.10:22:17.378274UH2@PSUVM> UH2@PSUVM.BITNET (Lee Sailer) writes:

Most of the information (from various sources) is on target, but ...

> 	2) Again in the Permissions file, the READ and WRITE parameters
> are not set correctly.  They should at least be:
> 		READ=/usr/spool,WRITE=/usr/spool

DON'T DO IT! Unless of course you want to open up everything writable
by uucp under /usr/spool to persons unknown from remote machines: like
/usr/spool/cron, /usr/spool/uucp [also known as "giving away the shop"].
Make them /usr/spool/uucppublic, and you're OK.

> scott barman
> gatech!dtscp1!scott

Artie