The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] v7 uucp debugging help requested
@ 2020-07-03 20:52 Adam Thornton
  2020-07-03 21:26 ` Clem Cole
                   ` (2 more replies)
  0 siblings, 3 replies; 38+ messages in thread
From: Adam Thornton @ 2020-07-03 20:52 UTC (permalink / raw)
  To: The Eunuchs Hysterical Society

[-- Attachment #1: Type: text/plain, Size: 2309 bytes --]

(if this is better suited for COFF, that'd be fine too)

I've been trying to set up UUCP on my V7 system and its raspberry Pi host.
This plus the "s" editor (already working) are really all that's needed to
make this something pretty close to a daily driver, if all I wanted to do
was write text files (which in some sense is all my job _is_, but to be
fair I get a much more immediate feedback loop in my current environment).

I was following
https://github.com/jwbrase/pdp11-tools/blob/master/howtos/V7%20UUCP%20Installation%20Guide.pdf
more or less--I had already rebuilt v7 with the DZ terminal driver and was
using it for interactive sessions (albeit, before I started trying to get
UUCP running, with 7-bit line discipline--but I've since changed that).

I have 16 DZ lines, I've set them to 8-bit mode.  They're working fine,
because I can use them for terminal sessions.

I've built UUCP, set a node name, and set it up on the pi.

I can execute uucico to send files, and it, frustratingly, almost works.

From the Pi side, I see (with uulog):

uucico v7 - (2020-07-03 08:11:34.97 23106) Calling system v7 (port TCP)
uucico v7 - (2020-07-03 08:11:42.25 23106) Login successful
uucico v7 - (2020-07-03 08:11:44.44 23106) Handshake successful (protocol
'g' sending packet/window 64/3 receiving 64/7)
uucico v7 adam (2020-07-03 08:11:51.61 23106) Sending
/home/adam/git/simh/sim_scsi.h (6780 bytes)
uucico v7 adam (2020-07-03 08:16:21.79 23106) ERROR: Timed out waiting for
packet
uucico v7 - (2020-07-03 08:16:21.80 23106) Protocol 'g' packets: sent 86,
resent 6, received 1
uucico v7 - (2020-07-03 08:16:21.80 23106) Errors: header 2, checksum 0,
order 0, remote rejects 0
uucico v7 - (2020-07-03 08:16:22.51 23106) Call complete (283 seconds 5440
bytes 19 bps)

So it's clearly logging in, and if I telnet in directly, the v7 end is
starting uucico as expected:

login: pi-uucp
Password:
Shere

uulog -x on the v7 side has no output, and nothing ever appears in the
spool directory, which I suspect is a direct result of the timeout waiting
for packet.

So my question is, what else do I do to debug this?  Clearly the pi (Taylor
UUCP) side is expecting something else--maybe an acknowledgement?--from the
v7 side to let it know the transmission was successful.

Any help would be appreciated.

Adam

[-- Attachment #2: Type: text/html, Size: 2859 bytes --]

^ permalink raw reply	[flat|nested] 38+ messages in thread
* Re: [TUHS] v7 uucp debugging help requested
@ 2020-07-04  0:35 Norman Wilson
  0 siblings, 0 replies; 38+ messages in thread
From: Norman Wilson @ 2020-07-04  0:35 UTC (permalink / raw)
  To: tuhs

Grant Taylor:

  I'm a little surprised that you're trying to use the 'g' protocol to 
  talk to v7.  I thought the 'g' protocol came out later for TCP over 
  Ethernet connections.  As such I wonder if UUCP on v7 supports the 'g' 
  protocol.

=====

You're mis-remembering.  g was the original protocol,
intended for use over possibly-noisy serial lines (e.g.
modems on POTS).  It does error checking of various
sorts with retransmission.  I believe it is named g
after the protocol's original designer, Greg Chesson.

Later protocols meant to work over reliable, error-
checked links like a TCP/IP circuit were t and e.

Norman Wilson
Toronto ON

^ permalink raw reply	[flat|nested] 38+ messages in thread
* Re: [TUHS] v7 uucp debugging help requested
@ 2020-07-07 19:20 Norman Wilson
  2020-07-07 22:47 ` Rob Pike
  0 siblings, 1 reply; 38+ messages in thread
From: Norman Wilson @ 2020-07-07 19:20 UTC (permalink / raw)
  To: tuhs

Dave Horsfall:

  A boss of mine insisted that we all learned "ed", because one day it might 
  be the only editor available to you after a crash; he was right...

====

Besides which, as The Blessed Manual said in every
Research edition:
	ed is the standard text editor.

Norman Wilson
Toronto ON
(typing this in Toronto qed)

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2020-07-14  2:54 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 20:52 [TUHS] v7 uucp debugging help requested Adam Thornton
2020-07-03 21:26 ` Clem Cole
2020-07-03 22:38 ` Grant Taylor via TUHS
2020-07-04  0:28   ` Clem Cole
2020-07-04  0:31   ` Clem Cole
2020-07-04 19:33   ` Adam Thornton
2020-07-04 20:02     ` Clem Cole
2020-07-04 21:58       ` Adam Thornton
2020-07-05  5:42         ` Adam Thornton
2020-07-03 22:50 ` John Cowan
2020-07-04 16:33   ` Adam Thornton
2020-07-04 18:34     ` John Cowan
2020-07-04 18:44       ` Jon Forrest
2020-07-04 19:34       ` Adam Thornton
2020-07-06  4:12     ` Dave Horsfall
2020-07-06  4:18       ` Warner Losh
2020-07-06  6:51         ` arnold
2020-07-06  7:11           ` Michael Usher via TUHS
2020-07-06 13:57       ` Clem Cole
2020-07-06 18:51         ` John Cowan
2020-07-06 19:19           ` arnold
2020-07-06 19:36             ` John Cowan
2020-07-06 19:58               ` John Cowan
2020-07-06 20:48               ` Clem Cole
2020-07-07  6:21                 ` arnold
2020-07-10  5:05                 ` Win Treese
2020-07-10  5:19                   ` Warner Losh
2020-07-14  2:52                     ` Dave Horsfall
2020-07-06 21:47             ` Dave Horsfall
2020-07-07  6:23               ` arnold
2020-07-07 21:45                 ` Dave Horsfall
2020-07-06 21:18         ` Dave Horsfall
2020-07-06 21:47           ` John Cowan
2020-07-07  1:30         ` [TUHS] Editors (was: v7 uucp debugging help requested) Greg 'groggy' Lehey
2020-07-04  0:35 [TUHS] v7 uucp debugging help requested Norman Wilson
2020-07-07 19:20 Norman Wilson
2020-07-07 22:47 ` Rob Pike
2020-07-07 23:42   ` Adam Thornton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).