Subject: UUCP again...
To: None <netbsd-help@netbsd.org>
From: Phil C <pchampon@sefl.satelnet.org>
List: netbsd-help
Date: 10/22/1999 18:02:09
[this is my first time actually setting up a UUCP environment]

I am running Taylor UUCP v1.06.1 on NetBSD 1.4.1... I have a user dialing in
through a Portmaster (they hit u and then telnet to the NetBSD machine and
login, shell is uucico), with Ultrix. Right now he usually connects to an
older distribution on a Solaris 2.5.1 machine without any trouble, but on
the NetBSD machine he always gets Bad Checksum errors on protocol g...
From the log file:

uucico edco1 - (1999-10-06 15:25:40.77 19401) Setting debugging mode to 0117
uucico edco1 - (1999-10-06 15:25:40.77 19401) DEBUG: fsend_uucp_cmd: Sending "ROK"
uucico edco1 - (1999-10-06 15:25:40.77 19401) DEBUG: fsend_uucp_cmd: Sending "PiagGjfvy"
uucico edco1 - (1999-10-06 15:25:40.77 19401) DEBUG: zget_uucp_cmd: Got "\020Ug\000"
uucico edco1 - (1999-10-06 15:25:41.09 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a6f, data 0xaa6f
uucico edco1 - (1999-10-06 15:25:50.95 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a6f, data 0xaa6f
uucico edco1 - (1999-10-06 15:26:00.94 19401) DEBUG: fgsend_control: Sending control INITA 7
uucico edco1 - (1999-10-06 15:26:01.00 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a6f, data 0xaa6f
uucico edco1 - (1999-10-06 15:26:01.33 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a79, data 0xaa79
uucico edco1 - (1999-10-06 15:26:11.10 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a79, data 0xaa79
uucico edco1 - (1999-10-06 15:26:21.10 19401) DEBUG: fgsend_control: Sending control INITA 7
uucico edco1 - (1999-10-06 15:26:21.26 19401) DEBUG: fgprocess_data: Bad checksum: header 0x2a79, data 0xaa79


I have tried to set up automatic limits on window sizes for this user in their
system file without any change ...


------------
from /etc/uucp/

[config]

hostname fep

# edco
sysfile /etc/uucp/sys.edco
# phil's test
sysfile /etc/uucp/sys.phil

#hdb-files y
#v2-files n

spool /var/spool/uucp
pubdir /var/spool/uucppublic
lockdir /var/spool/lock

max-uuxqts 4
run-uuxqt 'percall'

passwdfile '/etc/master.passwd'

[sys.edco]


system edco1
myname fep

# edco1 uses a special login name
called-login Uedco1
called-chat-timeout 60

# ports and protos
port modem
protocol-parameter g retries 3
protocol-parameter g remote-window 3
protocol-parameter g remote-packet-size 64

# Files
request y
transfer y
local-send /var/spool/uucp ~
remote-send /var/spool/uucp ~
local-receive /var/spool/uucp ~
#remove-receive /var/spool/uucp ~

# Debug
max-remote-debug abnormal,chat,handshake,uucp-proto,config

[port]

port modem
type stdin

port tcpip
type tcp


------------


Any help would be greatly appreciated...

thanks
phil