I've assembled some notes from old manuals and other sources
on the formats used for on-disk file systems through the
Seventh Edition:
http://www.cita.utoronto.ca/~norman/old-unix/old-fs.html
Additional notes, comments on style, and whatnot are welcome.
(It may be sensible to send anything in the last two categories
directly to me, rather than to the whole list.)
I know that there must be some setup guides for BSD2.11 still floating around there, but I have not been able to find anything.. Here is what I am trying to do:
I noticed that the sim2.3d+BB1 emulator will allow you to connect Unix "devices" to the DL1 lines. I set it to connect the serial port on my Linux box, and connected a IBM 3151 (VT100 like terminal), and it worked great! Taking this a step further, I took the serial port and moved it to my Cisco router (the aux port).. I have been trying to configure SL/IP on it.. I first setup my Linux box to connect to the router via slip so that I can verify my cisco config. I am having trouble on the BSD side.. As far as I can tell it is not routing replys over the sl0 interface.. (Or the emulator is cooking the serial data...) A final test I tried to connect to copies of sim2.3d+BB1 via pty's.. same thing. The good part is when you try to telnet from the router, you can see the socket accept on the BSD side.. The BSD box seems not to reply.. Additionally I saw some stuff on increasing the size of CBLOCK in param.h (my default was 32, I tried 64), which seemed to have no effect.
I started SL/IP by running
slattach ttyl1 9600
then
ifconfig sl0 10.1.1.1 10.1.1.2 up
by default as this I can't ping the 10.1.1.1 (my side).. so I added a route
route add 10.1.1.1 127.0.0.1 0
I don't know if I have to do this... Oh the image that I'm using is the 2.11_rp_unknown from the archive.. (It has a note that it is patch level 400.) Also the person that maintains BSD 2.11's site is down.. bummer..
Sorry for the rambling!
Received: (from major@localhost)
by minnie.tuhs.org (8.9.3/8.9.3) id OAA96454
for pups-liszt; Thu, 17 May 2001 14:04:16 +1000 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Thu May 17 13:52:31 2001
Received: from moe.2bsd.com (MOE.2BSD.COM [206.139.202.200])
by minnie.tuhs.org (8.9.3/8.9.3) with ESMTP id OAA96450
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 17 May 2001 14:04:12 +1000 (EST)
(envelope-from sms(a)moe.2bsd.com)
Received: (from sms@localhost)
by moe.2bsd.com (8.10.1/8.10.1) id f4H3qVx16950
for pups(a)minnie.cs.adfa.edu.au; Wed, 16 May 2001 20:52:31 -0700 (PDT)
Date: Wed, 16 May 2001 20:52:31 -0700 (PDT)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <200105170352.f4H3qVx16950(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] BSD 2.11 SL/IP and sim2.3d+BB1
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
> From: PUP <jstevep(a)tron.superglobalmegacorp.com>
I've taken the liberty of adding <\n> characters - something about 1k
character lines bugs me ;)
> I know that there must be some setup guides for BSD2.11 still floating
> around there, but I have not been able to find anything.. Here is what I
/usr/doc/2.10/setup.2.11
bit of a misnomer and it's a long enough story I won't bother anyone
with the details. That's the raw troff sources though. If it's the
formatted version that is wanted there should be a copy in the 2.11
portion of the PUPS/TUHS section of the archive. It shows up at
PDP-11/Distributions/ucb/2.11BSD and there are also complete tarballs
and a dump of the root filesystem all at rev level 431. It should be
a simple matter of putting the bits on tape/disk (using the makesimtape
or similar utility provided with the emulator being used). At that
point the normal 2.11 installation process can be followed - there have
only been 5 updates since then (432 thru 436) so catching up wouldn't be
hard at all.
> I noticed that the sim2.3d+BB1 emulator will allow you to connect Unix
> "devices" to the DL1 lines. I set it to connect the serial port on my Linux
> box, and connected a IBM 3151 (VT100 like terminal), and it worked great!
Probably doing 7E1 and just about anything would work with that ;)
> Taking this a step further, I took the serial port and moved it to my Cisco
> router (the aux port).. I have been trying to configure SL/IP on it..
That'll definitely require a 'raw' or 8bit clean path and I don't know
if the sim2.3d does that or not - never tried it. The stock sim2.3d
doesn't appear to have extra serial line support - or if it does it
isn't obvious. Perhaps that is what the BB1 part is about.
> I first setup my Linux box to connect to the router via slip so that I can
> verify my cisco config. I am having trouble on the BSD side.. As far as I
> can tell it is not routing replys over the sl0 interface.. (Or the emulator
> is cooking the serial data...)
That's a real possibility. The 'slattach' command on the 11 side will
take care of setting all the modes so that an 8bit path is obtained. If
the emulator is stripping the parity bit (which wouldn't show up in the
normal "hook a terminal up" test) then SL/IP will obviously have
problems.
You might have better luck with the Begemot emulator P11. No need for
SL/IP since P11 has an emulated DEQNA ethernet driver.
> A final test I tried to connect to copies of sim2.3d+BB1 via pty's.. same
> thing. The good part is when you try to telnet from the router, you can see
> the socket accept on the BSD side.. The BSD box seems not to reply..
> Additionally I saw some stuff on increasing the size of CBLOCK in param.h
> (my default was 32, I tried 64), which seemed to have no effect.
I'd not muck about with CBLOCK - it doesn't really buy much and from
the sounds of things aren't getting anywhere near the conditions that
comment was aimed at.
> I started SL/IP by running
> slattach ttyl1 9600
> then
> ifconfig sl0 10.1.1.1 10.1.1.2 up
That should be all that's necessary
> by default as this I can't ping the 10.1.1.1 (my side).. so I added a route
>
> route add 10.1.1.1 127.0.0.1 0
> I don't know if I have to do this...
You shouldn't have to do that because in /etc/netstart, if things are
set up right you would have:
slattach ttyl1 9600
ifconfig sl0 10.1.1.1 10.1.1.2 up
route add $hostname localhost 0
route add default $default 1
So if 'hostname' and 'default' are set at the top of the file all the
routing is all set to go. Just make sure that 'ifconfig sl0' happens
before 'ifconfig lo0 ...'. Also, by default the C library is compiled
to use DNS resolver routines so it will likely be necessary to use
a combination of numeric IP addresses and entries in /etc/hosts
> Oh the image that I'm using is the 2.11_rp_unknown from the archive..
> (It has a note that it is patch level 400.)
That is fairly old, but SL/IP hasn't changed since the system came out
eons ago.
> Also the person that maintains BSD 2.11's site is down.. bummer..
It has _never_ been down except for a reboot the other day to install
another 512MB of memory a week or so ago. With a 1400VA UPS the
system can ride out most of the power problems California's having.
If the FTP site here is unreachable you might try going to the mirror
at FTP.TO.GD-ES.COM - all the updates are in /pub/2.11BSD
Steven Schultz
sms(a)moe.2bsd.com
Received: (from major@localhost)
by minnie.tuhs.org (8.9.3/8.9.3) id OAA96508
for pups-liszt; Thu, 17 May 2001 14:11:44 +1000 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From Warren Toomey <wkt(a)henry.cs.adfa.edu.au> Thu May 17 14:00:06 2001
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.tuhs.org (8.9.3/8.9.3) with ESMTP id OAA96503
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 17 May 2001 14:11:41 +1000 (EST)
(envelope-from wkt(a)henry.cs.adfa.edu.au)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.11.2/8.9.3) id f4H406m51958;
Thu, 17 May 2001 14:00:06 +1000 (EST)
(envelope-from wkt)
From: Warren Toomey <wkt(a)henry.cs.adfa.edu.au>
Message-Id: <200105170400.f4H406m51958(a)henry.cs.adfa.edu.au>
Subject: Re: [pups] BSD 2.11 SL/IP and sim2.3d+BB1
In-Reply-To: <200105170352.f4H3qVx16950(a)moe.2bsd.com> from "Steven M. Schultz"
at "May 16, 2001 08:52:31 pm"
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Date: Thu, 17 May 2001 14:00:06 +1000 (EST)
CC: PDP-11 Unix Preservation Society <pups(a)minnie.cs.adfa.edu.au>
Reply-To: wkt(a)tuhs.org
X-Mailer: ELM [version 2.4ME+ PL68 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
In article by Steven M. Schultz:
>> I noticed that the sim2.3d+BB1 emulator will allow you to connect Unix
>> "devices" to the DL1 lines. I set it to connect the serial port on my Linux
>> box, and connected a IBM 3151 (VT100 like terminal), and it worked great!
>
> Probably doing 7E1 and just about anything would work with that ;)
>
> > Taking this a step further, I took the serial port and moved it to my Cisco
> > router (the aux port).. I have been trying to configure SL/IP on it..
>
> That'll definitely require a 'raw' or 8bit clean path and I don't know
> if the sim2.3d does that or not - never tried it. The stock sim2.3d
> doesn't appear to have extra serial line support - or if it does it
> isn't obvious. Perhaps that is what the BB1 part is about.
I can confirm that sim2.3d is not 8-bit clean on output. I got bitten
on this when working on Vtserver, and I tore my hair out for a whole day.
443c449
< if ((temp = sim_putchar (tto_unit.buf & 0177)) != SCPE_OK) return temp;
---
> if ((temp = sim_putchar (tto_unit.buf)) != SCPE_OK) return temp;
It is 8-bit clean on input.
Warren
Received: (from major@localhost)
by minnie.tuhs.org (8.9.3/8.9.3) id RAA97320
for pups-liszt; Thu, 17 May 2001 17:04:28 +1000 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From PUP <jstevep(a)tron.superglobalmegacorp.com> Thu May 17 17:37:56 2001
Received: from tron.superglobalmegacorp.com ([12.21.28.170])
by minnie.tuhs.org (8.9.3/8.9.3) with ESMTP id RAA97316
for <pups(a)minnie.cs.adfa.edu.au>; Thu, 17 May 2001 17:04:24 +1000 (EST)
(envelope-from jstevep(a)tron.superglobalmegacorp.com)
Received: (from jstevep@localhost)
by tron.superglobalmegacorp.com (8.10.1/8.10.1) id f4H7buK16947
for pups(a)minnie.cs.adfa.edu.au; Thu, 17 May 2001 02:37:56 -0500 (EST)
Date: Thu, 17 May 2001 02:37:56 -0500 (EST)
From: PUP <jstevep(a)tron.superglobalmegacorp.com>
Message-Id: <200105170737.f4H7buK16947(a)tron.superglobalmegacorp.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: [pups] BSD 2.11 SL/IP and sim2.3d+BB1
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Thanks for the pointer, I found the part you mentioned for the ASCII clean up and removed them from the DL11 and KL11 drivers, and noticed that I need to detect the 0 device so the console is usable =) but the big thing is that I telneted into the VM using slip ok!!!!
Thanks again, I didn't know what to look for in the source (I was looking @ the other half in the attach stuff not I/O (doh!))
If you want/need I'll gladly diff mine out...
Oh btw Steven, every time I try to ftp the site, I get connection closed.. It
's definatly "up" but I can't get to it.. does your site try to reverse lookup clients? if so, that's the issue.. I don't have reverse entries for dns.
Thanks again!
Hi all,
In case you're trying to get a hold of John Wilson, or were going to look at
his
web site... no go. Due to a fairly serious ISP, uhh, "issue", his machine
died
on him.
I talked to him last night, and he was going to see if he could revive his
(co-lo)
machine, or would have to install a new one.
Cheers,
Fred
--
Fred N. van Kempen Fred.van.Kempen(a)MicroWalt.NL
Microsoft MCSE+I/MCSE/MCSD Compaq ASE/ACT
UNIX Systems Programmer Cisco ACRC/CCDA/CCNA/SupportPro
InterNetworking en Network Security Consultant
MicroWalt Corporation (Netherlands), Korte Heul 95, 1403 ND BUSSUM
Phone +31 (35) 6980059 FAX +31 (35) 6980215 http://WWW.MicroWalt.NL/
Dit bericht en eventuele bijlagen is uitsluitend bestemd voor de
geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding aan
derden is niet toegestaan. Er wordt geen verantwoordelijkheid
genomen voor de juiste en volledige overbrenging van de inhoud van
dit bericht, noch voor de tijdige ontvangst ervan.
All,
The machine which hosts the pups mailing list,
minnie.cs.adfa.edu.au, is going to change its domain name in mid-July.
To help alleviate any problems, I have taken out a separate domain,
and have put in aliases to the current minnie address, and will migrate
the aliases to the new address when the time comes.
So, if possible could you send e-mail to the pups mailing list
using the address
pups(a)tuhs.org
from now on.
Thanks,
Warren Toomey wkt(a)tuhs.org
Hi,
In "SETTING UP UNIX - Sixth Edition" some documents are mentioned
that are not in the V6 distribution (v6doc in from Dennis or the
corresponding part of the tape from Ken Wellsch). These are:
(numbers from the cover page)
10. NROFF Users' Manual
12. A Manual for the Tmg compiler-writing Language
14. The M6 Macro Processor
15. A System for Typewriting Mathematics
16. DC - An interactive desk calculator
Does anyone know, why these docs were not included in the distribution
if they are somewhere on minnies disks? I am only searching for the V6 docs,
not V7, where these files were distributed. Just curious.
Wolfgang
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id JAA60328
for pups-liszt; Wed, 2 May 2001 09:16:53 +1000 (EST)
(envelope-from owner-pups(a)minnie.cs.adfa.edu.au)
>From "Ian King" <iking(a)microsoft.com> Wed May 2 09:06:28 2001
Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.121])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with SMTP id JAA60324
for <pups(a)minnie.cs.adfa.edu.au>; Wed, 2 May 2001 09:16:49 +1000 (EST)
(envelope-from iking(a)microsoft.com)
Received: from 157.54.7.67 by mail5.microsoft.com (InterScan E-Mail VirusWall NT); Tue, 01 May 2001 16:06:37 -0700 (Pacific Daylight Time)
Received: from red-msg-06.redmond.corp.microsoft.com ([157.54.12.71]) by inet-imc-04.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.2883);
Tue, 1 May 2001 16:06:29 -0700
X-MimeOLE: Produced By Microsoft Exchange V6.0.4688.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Subject: RE: [pups] missing V6 Docs
Date: Tue, 1 May 2001 16:06:28 -0700
Message-ID: <8D25F244B8274141B5D313CA4823F39C018EEE43(a)red-msg-06.redmond.corp.microsoft.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [pups] missing V6 Docs
Thread-Index: AcDSkhyKhFEdVS1oROOZeiHhCJbMgAAALYgg
From: "Ian King" <iking(a)microsoft.com>
To: "Wolfgang Helbig" <helbig(a)Informatik.BA-Stuttgart.DE>,
<pups(a)minnie.cs.adfa.edu.au>
X-OriginalArrivalTime: 01 May 2001 23:06:29.0285 (UTC) FILETIME=[5ADD4550:01C0D293]
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by minnie.cs.adfa.edu.au id JAA60325
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
I recall stumbling across them in an odd place in Ken Wellsch's
distribution. I'll try to remember to look when I get home (it's on my
PDP-11) and send another mail -- Ian
-----Original Message-----
From: Wolfgang Helbig [mailto:helbig@Informatik.BA-Stuttgart.DE]
Sent: Tuesday, May 01, 2001 3:19 PM
To: pups(a)minnie.cs.adfa.edu.au
Subject: [pups] missing V6 Docs
Hi,
In "SETTING UP UNIX - Sixth Edition" some documents are mentioned that
are not in the V6 distribution (v6doc in from Dennis or the
corresponding part of the tape from Ken Wellsch). These are: (numbers
from the cover page)
10. NROFF Users' Manual
12. A Manual for the Tmg compiler-writing Language
14. The M6 Macro Processor
15. A System for Typewriting Mathematics
16. DC - An interactive desk calculator
Does anyone know, why these docs were not included in the distribution
if they are somewhere on minnies disks? I am only searching for the V6
docs, not V7, where these files were distributed. Just curious.
Wolfgang