--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/15c4a365-30c2-4d99-93e6-1edae3110d61o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/ce3db330-8c19-6117-3ce9-186a2faa6326%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/d00fcca1-cd98-4bf7-a486-6d1d889dada0n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/15c4a365-30c2-4d99-93e6-1edae3110d61o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/569060ad-94f3-62c2-8e3f-a9faf3642a72%40gmail.com.
I would recommend doing something like UUCP over internet rather than land lines.
If we rebuild uunet, we may as well do BITNET while we're at it.Don't listen to me, though. I'm currently having trouble getting v7 to communicate over UUCP to its host on the Pi. Which is irritating me, because once I have a decent file-transfer system to and from v7, since the s editor is working, it's very close to being a usable system for me.
UUCP's remaining role, in so far as I am concerned, is to be able to transfer files to and from systems lacking a TCP/IP stack.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/911d1fed-d4de-4268-8788-7314ce55ba68o%40googlegroups.com.
Ah. I've found it. I neglected to include the following in the setup guide:
set dz lines = 16
att dz -m 1107
att dz -am line=n,1108;notelnet
set dz 8b
Where "n" is whatever line you want to dedicate to UUCP.
The "notelnet" bit is the really critical part. Taylor UUCP connects to the specified port raw, and simh by default tries to talk telnet back to it. This works for long enough to log in, and then something gets corrupted and the connection hangs.
I think what happened is I thought I had it running and finalized
the guide, and then I realized that I was getting far too many
dropped calls and mangled files, but then neglected to update the
guide when I found the fix.
I keep the UUCP login on a separate line so that the other lines can still speak telnet protocol for human logins.
Jon,Please feel free to try. Note that I'm CC'ing a few of the folks involved, whom I encourage to chime in.I am seriously not trying to rain on your parade but I am warning you it has been tried before. It seems like a cool idea. But setting it up was a lot of work but failed to stick. By using The Unix Heritage Society (TUHS) as his base, Warren did actually create a retro Usenet a few years before the 50th UNIX anniversary (managed as part of the 50th-anniversary mailing list). To his credit, he managed to get many of the people involved with the original USENET, to set up simh based systems reclaiming their old node names. It lasted for a few weeks/months, but after it was set up, it sort of died. I actually think the structure may be still there, but nothing really runs over it.
But if you're going to do UUCP-over-internet....just use NNTP.
No one says you have to use the usual Usenet groups. There's nothing stopping you from creating a private hierarchy and using it.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/2b61e3a5-ce8c-4c9c-9492-ee9b54af1b98o%40googlegroups.com.
Clem mentioned that, a few years back I tried to recreate a UUCP/Usenet (CNews) environment. This was with simulated Vaxen running 4.3BSD and using TCP connections as simulated land lines. All the code is at https://github.com/DoctorWkt/4bsd-uucp. We got to about 30 machines in the network. At the time, I also got a 2.11BSD SimH system working with UUCP and CNews, and it was connected to the UUCP network. So, this is definitely doable but, as Clem mentioned, it all fizzled out due to lack of interest.
And I did see someone who had also set up UUCP and CNews on a 2.11BSD image, somewhere on Github but, alas, I can't find it now. That would make it much easier :-)
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/4609dbde-fcd6-428e-927a-6098339df4d8n%40googlegroups.com.
On Jun 19, 2022, at 12:28 AM, jon....@gmail.com <jon....@gmail.com> wrote:Same concept, different implementation, and a different set of typical machines that it typically ran on. This seems to imply that there was at least some interconnectivity between USENET and BITNET, but I have no idea if the set of specific machines with historical connectivity to both networks included any PDP-11s, or whether any PDP-11 OS had software stacks for both protocols (such that it could have been theoretically possible for a PDP-11 to be an interconnect point between the two networks, whether that possibility was ever realized or not), or indeed, whether a BITNET stack existed for any PDP-11 OS at all.Certainly getting BITNET up and running on a PiDP-11 would be an interesting thing to do, assuming that a suitable BITNET stack exists, as would getting UUCP and BITNET up on the same machine (assuming a suitable pair of software stacks exists), but the point of this thread (at least until someone can post a howto on getting BITNET running, or better yet, on getting a UUCP-BITNET interconnect node running) is to discuss putting together a UUCP network.