Warren's note reminds me of a few other Y2K bugs I've spotted that affect
ancient UNIX:
- date: no way to set the date past 1999 unless in the present year,
because two-digit input.
- at and atrun: commands are stored in the spooling directory with names
of the form YY.DDD.HHMM.xx, where xx is a unique number. This one is
trickier to fix, because the filename is already exactly 14 characters,
so there's no room for expansion. (On V10, I just rewrote the programs
to use a simple UNIX time expressed as a decimal number. A simpler solution
might be to print the year in hex.)
- Perhaps least consequential and most amusing: nroff and troff store the
year in a number register. The manual says it contains `the last two
digits of the year,' and many macro packages assume that is true, but the
truth is that it contains (year-1900), the same as tm_year. So, for example,
when I ran man on New Year's Day, I was told that the manual page had been
printed on 1/1/100.
I was about to fix the various troff macro packages when I noticed that
the manual implied that I shouldn't. I asked Brian Kernighan for an opinion
(since the code and the manual were both last touched by him); he thinks the
best view is that the manual is just wrong and the macro packages should be
fixed. \n(yr is a read-write register, so `.nr yr \n(yr+1900' is probably
the easiest fix, though Brian points out that it's not always the right one
(maybe you really wanted a two-digit year). If anyone is interested I can
pass along a more detailed note from Brian.
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id CAA33653
for pups-liszt; Wed, 5 Jan 2000 02:17:48 +1100 (EST)
Welcome back to all the PUPS mailing list members! They've finally turned our
router back on here, so now the list server Minnie is no longer deaf.
Over the past few weeks I've been working on my Apout simulator, with help
from Tim Shoppa, and it now runs binaries from 1st Edition UNIX. The
announcement is below; details of how to obtain the source, and some UNIX
binaries, are also given.
Hope you all had a good festive break, and best wishes for the New Year.
Cheers,
Warren
Apout -- Simulate PDP-11 Unix a.out binaries
Version 2.3 Alpha
Warren Toomey wkt(a)cs.adfa.edu.au
January 2000
Introduction
------------
This program is a user-level simulator for UNIX a.out binaries. Binaries
for V1, V5, V6, V7, 2.9BSD and 2.11BSD can be run with this simulator. The
user-mode PDP-11 instructions are simulated, and TRAP instructions are
emulated by calling equivalent native-mode system calls.
The advantages of an a.out simulator over a full-blown PDP-11 simulator are:
+ system calls can be done natively, thus speeding up execution
+ the simulator is less of a CPU-hog than a full-blown PDP-11 simulator
+ you don't need a simulated operating system or a simulated file system
Apout can be obtained via anonymous ftp at minnie.cs.adfa.edu.au in the
directory pub/PDP-11/Sims/Apout. The directory pub/PDP-11/Sims/Apout/UnixBins
contains tar archives of a.out binaries from several versions of UNIX.
Status
------
The program is now at release 2.3 Alpha1. Most of the binaries from V5, V6
and V7 run fine. All of the V5/V6/V7 system calls are caught, but some are
ignored and some generate EPERM errors. The V1, 2.9BSD and 2.11BSD
environments are still under construction: see the file LIMITATIONS for
details. Finally, the simulator won't run on a big-endian machine.
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id KAA29223
for pups-liszt; Tue, 4 Jan 2000 10:43:10 +1100 (EST)
>From Warren Toomey <wkt(a)cs.adfa.edu.au> Tue Jan 4 10:08:05 2000
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id KAA29219
for <pups(a)minnie.cs.adfa.edu.au>; Tue, 4 Jan 2000 10:42:51 +1100 (EST)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.9.2/8.9.3) id LAA03372
for pups(a)minnie.cs.adfa.edu.au; Tue, 4 Jan 2000 11:08:05 +1100 (EST)
From: Warren Toomey <wkt(a)cs.adfa.edu.au>
Message-Id: <200001040008.LAA03372(a)henry.cs.adfa.edu.au>
Subject: No Answer to `Unix Mallet' Mystery
To: pups(a)minnie.cs.adfa.edu.au (Unix Heritage Society)
Date: Tue, 4 Jan 2000 11:08:05 +1100 (EST)
Reply-To: wkt(a)cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL43 (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
Hi all,
I just received this e-mail from Keith Bostic, in reply to a
strange question which was discussed on this mailing list months (years?)
ago. Read on.....
----- Forwarded message from Keith Bostic -----
Hi, Warren, I'm digging out some old email, and found the following:
> [Chris] While looking over userland source, calendar(1)'s calendar.computer
> mentions:
> 08/14 First Unix-based mallet created, 1954
> Could someone please explain the joke. :)
>
> [Warren] I can't find it in V6/V7/2.11. According to the SCCS records on
> Kirk McKusick's 4th CD,
> /usr/src/usr.bin/calendar/calendars/calendar.computer was:
> date and time created 89/11/27 14:10:01 by bostic
> Mind you, this was obviously the first time it was checked into SCCS.
>
> The earliest calendar.computer files I can find, apart from the
> SCCS record, are:
>
> 4bsd/43reno.vax/src.tar, calendar.computer dated 1989/11/28
> 4bsd/net2/net2.tar, calendar.computer dated 1989/11/28
> 4bsd/43reno.vax/usr.tar, calendar.computer dated 1990/07/29
>
> so the finger of suspicion does point at Keith Bostic.
I think I'm just the one that checked it in... around that time
I went through the source tree and committed everything into
SCCS, and, my bet is that those files weren't already under SCCS.
I also broke the single calendar file up into a bunch of different
files as part of re-writing calendar(1) to make it AT&T free.
You might want to look in early releases for a "calendar" source
file, and not "calendar.computer" (although I'm not positive it
was named "calendar", I'm pretty sure that I broke an original
file up into multiple files, so I created the "calendar.computer"
file and filled it with stuff from an already existing file).
> So can you shed any light on this interesting entry in calendar.computer,
> was it a private joke, and were you the perpertrator?
Not me. Did you ever figure out where the line came from?
--keith
----- End of forwarded message from Keith Bostic -----
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id MAA29790
for pups-liszt; Tue, 4 Jan 2000 12:15:39 +1100 (EST)
>From Warren Toomey <wkt(a)cs.adfa.edu.au> Tue Jan 4 11:40:19 2000
Received: from henry.cs.adfa.edu.au (henry.cs.adfa.edu.au [131.236.21.158])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id MAA29784
for <pups(a)minnie.cs.adfa.edu.au>; Tue, 4 Jan 2000 12:15:19 +1100 (EST)
Received: (from wkt@localhost)
by henry.cs.adfa.edu.au (8.9.2/8.9.3) id MAA04392
for pups(a)minnie.cs.adfa.edu.au; Tue, 4 Jan 2000 12:40:19 +1100 (EST)
From: Warren Toomey <wkt(a)cs.adfa.edu.au>
Message-Id: <200001040140.MAA04392(a)henry.cs.adfa.edu.au>
Subject: 200 Ancient UNIX Licenses
To: pups(a)minnie.cs.adfa.edu.au (Unix Heritage Society)
Date: Tue, 4 Jan 2000 12:40:19 +1100 (EST)
Reply-To: wkt(a)cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL43 (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
Hi all,
Just a note to say that I have received SCO Ancient UNIX licenses
up to AU-201 in the mail today. Another note: a bug in the date libraries
in 5th and 6th Edition Unix prevents ctime() from properly displaying
dates after November 1999. I haven't bothered to find/fix it yet.
Cheers,
Warren
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id WAA32773
for pups-liszt; Tue, 4 Jan 2000 22:45:57 +1100 (EST)
On Mon, 13 Dec 1999, Steven M. Schultz wrote:
> > From: Arno Griffioen <arno(a)usn.nl>
> >
> > OK.. Biggie here is that this machine doesn't have a tape drive, just
> > 2 RA92 drives. It used to have a TU81, but it seems to have been junked
>
>
> Congratulations on getting a /94 with RA92 drives! Condolences
> on the tape drive being junked.
Agree. I'd like to get my hands on a /94 myself... :-)
> > No ethernet card either.. (anybody know where to get a DEUNA cheap??)
>
> In the US there are many places which sell used DEC equipment but
> I do not know of any in the Netherlands. If at all possible get
> a DELUA insetad - less power hungry and fewer bugs.
Less powerhungry, yes. It also takes less space on the Unibus, and is
faster. But I wasn't aware that the DEUNA had any more bugs than the
DELUA. Please enlight me. (I only use DELUAs myself, but I have one or two
DEUNAs lying around).
Johnny
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt(a)update.uu.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id DAA70763
for pups-liszt; Sat, 18 Dec 1999 03:31:16 +1100 (EST)
>From Johnny Billquist <bqt(a)Update.UU.SE> Sat Dec 18 02:30:33 1999
Received: from Zeke.Update.UU.SE (IDENT:2026@Zeke.Update.UU.SE [130.238.11.14])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id DAA70695
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 18 Dec 1999 03:31:05 +1100 (EST)
Received: from localhost (bqt@localhost)
by Zeke.Update.UU.SE (8.8.8/8.8.8) with SMTP id RAA15850;
Fri, 17 Dec 1999 17:30:35 +0100
Date: Fri, 17 Dec 1999 17:30:33 +0100 (MET)
From: Johnny Billquist <bqt(a)Update.UU.SE>
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
cc: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
In-Reply-To: <199912142119.NAA06698(a)moe.2bsd.com>
Message-ID: <Pine.VUL.3.93.991217172822.14918E-100000(a)Zeke.Update.UU.SE>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
On Tue, 14 Dec 1999, Steven M. Schultz wrote:
> Hi -
>
> > From arno(a)usn.nl Mon Dec 13 23:28:32 1999
> > this thing. At least the RA92's are quite a bit more 'civilized' than the
> > RA82 on my uVAX which is more like a howling banshee..
>
> Use less power and are more reliable (also larger capacity I believe)
RA82: 622 MB
RA92: 1.2GB
All with reservations about my memory going bad... :-)
> > Guess my first search will be for either an UNIBUS SCSI controller or
> > a TK50/TK70 controller as I still have some drives for those..
>
> A TK70 controller will run a TK50 drive very nicely _and_ offer
> the benefit of the buffer cache (which speeds things up greatly). I
> do not know if there was a Unibus TK50 adaptor though.
TUK50 was (is) the name of that controller. I've actually played with a
VAX-11/750 with a TK50 once upon a time many moons ago.
Johnny
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt(a)update.uu.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id FAA73336
for pups-liszt; Sat, 18 Dec 1999 05:38:00 +1100 (EST)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Sat Dec 18 04:26:03 1999
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id FAA73328
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 18 Dec 1999 05:37:27 +1100 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.9.0/8.9.0) id KAA04099
for pups(a)minnie.cs.adfa.edu.au; Fri, 17 Dec 1999 10:26:03 -0800 (PST)
Date: Fri, 17 Dec 1999 10:26:03 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199912171826.KAA04099(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Hi -
> From: Johnny Billquist <bqt(a)Update.UU.SE>
> RA82: 622 MB
> RA92: 1.2GB
That sounds a little small. AH, let me go check /etc/disktab on
the PDP-11
The RA90 was ~1.2GB:
:pc#2376153:oc#0:bc#1024:fc#1024:
and the RA92 was closer to 1.4GB:
:pc#2940951:oc#0:bc#1024:fc#1024:
> > A TK70 controller will run a TK50 drive very nicely _and_ offer
>
> TUK50 was (is) the name of that controller. I've actually played with a
> VAX-11/750 with a TK50 once upon a time many moons ago.
Was there a TUK70 - or was the TK70 for the Qbus systems only?
Steven Schultz
sms(a)moe.2bsd.com
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id FAA73337
for pups-liszt; Sat, 18 Dec 1999 05:38:01 +1100 (EST)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Sat Dec 18 04:22:39 1999
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id FAA73332
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 18 Dec 1999 05:37:31 +1100 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.9.0/8.9.0) id KAA04095
for pups(a)minnie.cs.adfa.edu.au; Fri, 17 Dec 1999 10:22:39 -0800 (PST)
Date: Fri, 17 Dec 1999 10:22:39 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199912171822.KAA04095(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Hi -
> From: Johnny Billquist <bqt(a)Update.UU.SE>
> Agree. I'd like to get my hands on a /94 myself... :-)
An 11/93 would be nice too, Qbus systems use less power and make less
noise from what I have seen.
> Less powerhungry, yes. It also takes less space on the Unibus, and is
> faster. But I wasn't aware that the DEUNA had any more bugs than the
> DELUA. Please enlight me. (I only use DELUAs myself, but I have one or two
> DEUNAs lying around).
I know the DEQNA had firmware problems that could cause the board to
lock up under load - perhaps I was confusing the DEQNA and DEUNA.
The later Qbus board (DELQA) was much nicer in the same way that the
DELUA is better than the DEUNA.
Steven Schultz
sms(a)moe.2bsd.com
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id GAA73620
for pups-liszt; Sat, 18 Dec 1999 06:10:57 +1100 (EST)
>From Johnny Billquist <bqt(a)Update.UU.SE> Sat Dec 18 05:10:31 1999
Received: from Zeke.Update.UU.SE (IDENT:2026@Zeke.Update.UU.SE [130.238.11.14])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id GAA73616
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 18 Dec 1999 06:10:46 +1100 (EST)
Received: from localhost (bqt@localhost)
by Zeke.Update.UU.SE (8.8.8/8.8.8) with SMTP id UAA20430;
Fri, 17 Dec 1999 20:10:32 +0100
Date: Fri, 17 Dec 1999 20:10:31 +0100 (MET)
From: Johnny Billquist <bqt(a)Update.UU.SE>
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
cc: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
In-Reply-To: <199912171822.KAA04095(a)moe.2bsd.com>
Message-ID: <Pine.VUL.3.93.991217200602.16096F-100000(a)Zeke.Update.UU.SE>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
On Fri, 17 Dec 1999, Steven M. Schultz wrote:
> Hi -
>
> > From: Johnny Billquist <bqt(a)Update.UU.SE>
> > Agree. I'd like to get my hands on a /94 myself... :-)
>
> An 11/93 would be nice too, Qbus systems use less power and make less
> noise from what I have seen.
Well, I'm in love with Unibus systems... I have an 11/84 at home, and of
course, there is always Magica, which is an 11/70... :-)
(And then we have Knase, which is our 11/70 with 2.11BSD. Unfortunately,
both systems are powered off right now because of cooling problems. :-(
> > Less powerhungry, yes. It also takes less space on the Unibus, and is
> > faster. But I wasn't aware that the DEUNA had any more bugs than the
> > DELUA. Please enlight me. (I only use DELUAs myself, but I have one or two
> > DEUNAs lying around).
>
> I know the DEQNA had firmware problems that could cause the board to
> lock up under load - perhaps I was confusing the DEQNA and DEUNA.
> The later Qbus board (DELQA) was much nicer in the same way that the
> DELUA is better than the DEUNA.
I don't think the DEUNA has that bug which riddles the DEQNA.
Also, the DEUNA/DELUA loads some microcode when I start using them, this
is running RSX. That microcode is located on the RSX system. Beats me what
it is for, or anything.
Worse (parhaps) is that the device driver for the DEUNA/DELUA don't work
with any Q-bus models, which means I don't have a driver for Q-bus
machines...
Anybody know anything more about this? I really don't care to dig around
the sources here, and also, I don't have the sources to all components.
Johnny
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt(a)update.uu.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id GAA73644
for pups-liszt; Sat, 18 Dec 1999 06:13:06 +1100 (EST)
>From Johnny Billquist <bqt(a)Update.UU.SE> Sat Dec 18 05:12:45 1999
Received: from Zeke.Update.UU.SE (IDENT:2026@Zeke.Update.UU.SE [130.238.11.14])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id GAA73639
for <pups(a)minnie.cs.adfa.edu.au>; Sat, 18 Dec 1999 06:12:56 +1100 (EST)
Received: from localhost (bqt@localhost)
by Zeke.Update.UU.SE (8.8.8/8.8.8) with SMTP id UAA20448;
Fri, 17 Dec 1999 20:12:46 +0100
Date: Fri, 17 Dec 1999 20:12:45 +0100 (MET)
From: Johnny Billquist <bqt(a)Update.UU.SE>
To: "Steven M. Schultz" <sms(a)moe.2bsd.com>
cc: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
In-Reply-To: <199912171826.KAA04099(a)moe.2bsd.com>
Message-ID: <Pine.VUL.3.93.991217201053.16096G-100000(a)Zeke.Update.UU.SE>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
On Fri, 17 Dec 1999, Steven M. Schultz wrote:
> Hi -
>
> > From: Johnny Billquist <bqt(a)Update.UU.SE>
> > RA82: 622 MB
> > RA92: 1.2GB
>
> That sounds a little small. AH, let me go check /etc/disktab on
> the PDP-11
>
> The RA90 was ~1.2GB:
>
> :pc#2376153:oc#0:bc#1024:fc#1024:
>
> and the RA92 was closer to 1.4GB:
>
> :pc#2940951:oc#0:bc#1024:fc#1024:
You got me. :-)
> > > A TK70 controller will run a TK50 drive very nicely _and_ offer
> >
> > TUK50 was (is) the name of that controller. I've actually played with a
> > VAX-11/750 with a TK50 once upon a time many moons ago.
>
> Was there a TUK70 - or was the TK70 for the Qbus systems only?
Yes, Q-bus only. When the TK70 came out, I guess DEC had decided to stop
development of Unibus peripherials.
I very much doubt they sold that many TUK50, or RUX50 controllers.
Johnny
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt(a)update.uu.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
> The "old" firmware will do fine up until the end of 28-Feb-2000, when it
> will promptly wrap back around to 1990. You can use 2.11BSD 'toyset'
> (or the RSX-11 or RT-11 equivalent) to set the TOY clock after that date,
> but at power on it'll reset back to 1990.
No prob.. If I get a SLIP link up and running I'll just suck down the right
date from an NTP server on my net which is synchronized to a radio clock.
Heck, I could just hook up a clock receiver to the machine directly!
I hardly ever bother to set hardware clocks in my machines anymore. The
batteries in my VAX for the clock and stuff ran out quite a while ago, but
no problem either..
> See the discussions in vmsnet.pdp-11 earlier this year for the ordering
> code and cost (I think it's around $25.00) for the new 11/93 and 11/94
> firmware.
Any idea about version numbers I could check? This machine was used until
pretty recently in a production environment and maintained pretty
well on the hardware/firmware level. I don't think it was decomissioned
because of Y2K, but because they were told that they could provide a 'better'
service with a Micro$oft solution.
Last thing I heard is that the new solution is sorta falling apart all over
the place.. Not surprising to me, but they're not getting this machine back! :-)
Bye, Arno.
--
PSINetworks Europe Fax: +31-23-5699841 | One disk to rule them all,
Siriusdreef 34 Tel: +31-23-5699840 | One disk to bind them,
2132WT Hoofddorp+--------------------------------+ One disk to hold the files
The Netherlands | * Musical Interlude * | And in the darkness grind 'em
----------------+--------------------------------+------------------------------
We say Retribution, We say Vengeance is bliss, We say Revolution,
With a Cast-Iron fist! (Megadeth, 'The Disintegrators')
--------------------------------------------------------------------------------
Hi -
> From arno(a)usn.nl Mon Dec 13 23:28:32 1999
> The '94 is way cool! I'm amazed at the extensive menu-based boot ROM in
Yep - I have seen that on the 11/93 at my place. Nice. Having the
"toyclock" to get the date/time from is real good too.
> this thing. At least the RA92's are quite a bit more 'civilized' than the
> RA82 on my uVAX which is more like a howling banshee..
Use less power and are more reliable (also larger capacity I believe)
> otherwise I wouldn't have had the problem.. I have an UC07 SCSI controller
> I could use for a while (but it's QBUS) to hook up a tape drive.
As I was reminded a short time ago - don't put a Qbus board into a
Unibus machine (or the other way around) :-)
> Any network connection will be OK.. I hope BSD has PPP support? That
> should give at least some rudimentary network connectivity (even if it's
> just 9600)
SL/IP yes but 2.11 predates PPP and I am not sure there is room in
the kernel/networking for PPP (which is a much more complex protocol).
I've run SL/IP just fine - and if you have the (fairly) recent updates
to enable hardware flowcontrol you can run considerably faster than
9600 and not worry about dropped characters or truncated packets.
> Or I could use 1 RA92 (with the problem you describe) and use it to
> run the install on the second drive? (partitioning that properly)
Ah, yes indeed! As long as the kernel's idea of the drive size
is less than what the actual disk image is then you should not have
any problems - i.e. if you put an RA60 sized image on an RA92 it
should work (at least well enough to configure the 2nd drive correctly).
Obviously the other way around would not work ;)
> Guess my first search will be for either an UNIBUS SCSI controller or
> a TK50/TK70 controller as I still have some drives for those..
A TK70 controller will run a TK50 drive very nicely _and_ offer
the benefit of the buffer cache (which speeds things up greatly). I
do not know if there was a Unibus TK50 adaptor though.
An inexpensive TS05 would be a real nice thing to have about now ;)
Steve
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id IAA53230
for pups-liszt; Wed, 15 Dec 1999 08:56:14 +1100 (EST)
>From Tim Shoppa <SHOPPA(a)trailing-edge.com> Wed Dec 15 07:55:41 1999
Received: from timaxp.trailing-edge.com (timaxp.trailing-edge.com [63.73.218.130])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with SMTP id IAA53226
for <PUPS(a)MINNIE.CS.ADFA.EDU.AU>; Wed, 15 Dec 1999 08:56:05 +1100 (EST)
Received: by timaxp.trailing-edge.com; Tue, 14 Dec 1999 16:55:41 -0500
Date: Tue, 14 Dec 1999 16:55:41 -0500
From: Tim Shoppa <SHOPPA(a)trailing-edge.com>
To: sms(a)moe.2bsd.com
CC: PUPS(a)minnie.cs.adfa.edu.au
Message-Id: <991214165541.246000ac(a)trailing-edge.com>
Subject: Re: Installing UNIX on an 11/94
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
>> From arno(a)usn.nl Mon Dec 13 23:28:32 1999
>> The '94 is way cool! I'm amazed at the extensive menu-based boot ROM in
> Yep - I have seen that on the 11/93 at my place. Nice. Having the
> "toyclock" to get the date/time from is real good too.
As long as you've updated to the Y2K-compliant KDJ11-E firmware, that is.
The "old" firmware will do fine up until the end of 28-Feb-2000, when it
will promptly wrap back around to 1990. You can use 2.11BSD 'toyset'
(or the RSX-11 or RT-11 equivalent) to set the TOY clock after that date,
but at power on it'll reset back to 1990.
See the discussions in vmsnet.pdp-11 earlier this year for the ordering
code and cost (I think it's around $25.00) for the new 11/93 and 11/94
firmware.
--
Tim Shoppa Email: shoppa(a)trailing-edge.com
Trailing Edge Technology WWW: http://www.trailing-edge.com/
7328 Bradley Blvd Voice: 301-767-5917
Bethesda, MD, USA 20817 Fax: 301-767-5927
>> I was thinking of using one of those TU58 emulators on the PC, but I
>> didn't find any mention of booting an 11/94 of these tape drives
>> or installing UNIX from it..
> No support for the TU58 in the kernel or boot program. At 256kb
> it's barely large enough to hold the standalone programs much less
> a dump of the root filesystem or anything like that.
Even if there was support, it'd be just plain cruel, even with emulated
TU58's. Reminds me of "The Wagner Ring Cycle on Convenient 45's".
--
Tim Shoppa Email: shoppa(a)trailing-edge.com
Trailing Edge Technology WWW: http://www.trailing-edge.com/
7328 Bradley Blvd Voice: 301-767-5917
Bethesda, MD, USA 20817 Fax: 301-767-5927
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id IAA46635
for pups-liszt; Tue, 14 Dec 1999 08:06:49 +1100 (EST)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Tue Dec 14 06:56:53 1999
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id IAA46631
for <PUPS(a)minnie.cs.adfa.edu.au>; Tue, 14 Dec 1999 08:06:41 +1100 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.9.0/8.9.0) id MAA18516
for PUPS(a)minnie.cs.adfa.edu.au; Mon, 13 Dec 1999 12:56:53 -0800 (PST)
Date: Mon, 13 Dec 1999 12:56:53 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199912132056.MAA18516(a)moe.2bsd.com>
To: PUPS(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
> From: Tim Shoppa <SHOPPA(a)trailing-edge.com>
>
> Even if there was support, it'd be just plain cruel, even with emulated
> TU58's. Reminds me of "The Wagner Ring Cycle on Convenient 45's".
That wasn't too bad. You should try Das Rheingold on 78's :)
Steve
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id SAA49123
for pups-liszt; Tue, 14 Dec 1999 18:28:33 +1100 (EST)
>From Arno Griffioen <arno(a)usn.nl> Tue Dec 14 17:28:16 1999
Received: from superluminal.usn.nl (root(a)superluminal.usn.nl [194.183.103.23])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id SAA49119
for <pups(a)minnie.cs.adfa.edu.au>; Tue, 14 Dec 1999 18:28:22 +1100 (EST)
Received: from lost.usn.nl (root(a)lost.usn.nl [194.183.103.34])
by superluminal.usn.nl (8.9.3/8.9.3/Debian/GNU) with ESMTP id IAA21873;
Tue, 14 Dec 1999 08:28:16 +0100
From: Arno Griffioen <arno(a)usn.nl>
Received: (from arno@localhost)
by lost.usn.nl (8.9.3/8.9.3/Debian/GNU) id IAA07390;
Tue, 14 Dec 1999 08:28:16 +0100
Message-Id: <199912140728.IAA07390(a)lost.usn.nl>
Subject: Re: Installing UNIX on an 11/94
In-Reply-To: <199912131935.LAA18041(a)moe.2bsd.com> from "Steven M. Schultz" at "Dec 13, 1999 11:35:35 am"
To: sms(a)moe.2bsd.com (Steven M. Schultz)
Date: Tue, 14 Dec 1999 08:28:16 +0100 (CET)
Cc: pups(a)minnie.cs.adfa.edu.au
X-Mailer: ELM [version 2.4ME+ PL48 (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
> > OK.. Biggie here is that this machine doesn't have a tape drive, just
> > 2 RA92 drives. It used to have a TU81, but it seems to have been junked
>
>
> Congratulations on getting a /94 with RA92 drives! Condolences
> on the tape drive being junked.
The '94 is way cool! I'm amazed at the extensive menu-based boot ROM in
this thing. At least the RA92's are quite a bit more 'civilized' than the
RA82 on my uVAX which is more like a howling banshee..
Pity I have little UNIBUS stuff.. Most of my other DEC hardware is QBUS based,
otherwise I wouldn't have had the problem.. I have an UC07 SCSI controller
I could use for a while (but it's QBUS) to hook up a tape drive.
The machine itself seems to work fine (and seems to be pretty much 'lodaded').
Runs RSX-11 now (at least a partial setup as I wasn't able to get all drives)
> > No ethernet card either.. (anybody know where to get a DEUNA cheap??)
>
> In the US there are many places which sell used DEC equipment but
> I do not know of any in the Netherlands. If at all possible get
> a DELUA insetad - less power hungry and fewer bugs.
Any network connection will be OK.. I hope BSD has PPP support? That
should give at least some rudimentary network connectivity (even if it's
just 9600)
> RP06 or 7. Then at the last minute install the MSCP bootblock.
> DD that image to an RA92 and hoo that up to the /94.
Worth a shot..
> The problem you will most likely encounter is that the size will not
> be exactly right for the last partition. Experimenting with the
> standalone 'disklabel' program and adjusting the sizes/geometry may
> be needed. If the size is changed then 'fsck -s' to force a
> rebuild of the freelist will be needed.
Or I could use 1 RA92 (with the problem you describe) and use it to
run the install on the second drive? (partitioning that properly)
> No support for the TU58 in the kernel or boot program. At 256kb
> it's barely large enough to hold the standalone programs much less
> a dump of the root filesystem or anything like that.
OK. Got that.
Guess my first search will be for either an UNIBUS SCSI controller or
a TK50/TK70 controller as I still have some drives for those..
I have little or no 9-track reel tape stuff :-)
Thanx for the help!
Bye, Arno.
--
PSINetworks Europe Fax: +31-23-5699841 | One disk to rule them all,
Siriusdreef 34 Tel: +31-23-5699840 | One disk to bind them,
2132WT Hoofddorp+--------------------------------+ One disk to hold the files
The Netherlands | * Musical Interlude * | And in the darkness grind 'em
----------------+--------------------------------+------------------------------
We say Retribution, We say Vengeance is bliss, We say Revolution,
With a Cast-Iron fist! (Megadeth, 'The Disintegrators')
--------------------------------------------------------------------------------
OK.. Biggie here is that this machine doesn't have a tape drive, just
2 RA92 drives. It used to have a TU81, but it seems to have been junked
along the way.
No ethernet card either.. (anybody know where to get a DEUNA cheap??)
What are my options to get 2.11BSD running on this beast?
I have a uVAX 3600 running NetBSD, so I could possibly dump a raw
filesystem image onto one of the RA92's and perhaps boot the 11/94
off of it. Is this feasible? I haven't looked into it yet..
I was thinking of using one of those TU58 emulators on the PC, but I
didn't find any mention of booting an 11/94 of these tape drives
or installing UNIX from it..
I don't have any other UNIBUS cards, so I can't plug my TK70 into
the 11/94..
Any thoughts on the subject are welcome..
Bye, Arno.
--
PSINetworks Europe Fax: +31-23-5699841 | One disk to rule them all,
Siriusdreef 34 Tel: +31-23-5699840 | One disk to bind them,
2132WT Hoofddorp+--------------------------------+ One disk to hold the files
The Netherlands | * Musical Interlude * | And in the darkness grind 'em
----------------+--------------------------------+------------------------------
We say Retribution, We say Vengeance is bliss, We say Revolution,
With a Cast-Iron fist! (Megadeth, 'The Disintegrators')
--------------------------------------------------------------------------------
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id GAA46129
for pups-liszt; Tue, 14 Dec 1999 06:36:50 +1100 (EST)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Tue Dec 14 05:35:35 1999
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id GAA46125
for <pups(a)minnie.cs.adfa.edu.au>; Tue, 14 Dec 1999 06:36:40 +1100 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.9.0/8.9.0) id LAA18041
for pups(a)minnie.cs.adfa.edu.au; Mon, 13 Dec 1999 11:35:35 -0800 (PST)
Date: Mon, 13 Dec 1999 11:35:35 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199912131935.LAA18041(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.edu.au
Subject: Re: Installing UNIX on an 11/94
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
Hi -
> From: Arno Griffioen <arno(a)usn.nl>
>
> OK.. Biggie here is that this machine doesn't have a tape drive, just
> 2 RA92 drives. It used to have a TU81, but it seems to have been junked
Congratulations on getting a /94 with RA92 drives! Condolences
on the tape drive being junked.
> No ethernet card either.. (anybody know where to get a DEUNA cheap??)
In the US there are many places which sell used DEC equipment but
I do not know of any in the Netherlands. If at all possible get
a DELUA insetad - less power hungry and fewer bugs.
> What are my options to get 2.11BSD running on this beast?
>
> I have a uVAX 3600 running NetBSD, so I could possibly dump a raw
> filesystem image onto one of the RA92's and perhaps boot the 11/94
> off of it. Is this feasible? I haven't looked into it yet..
Yes, it should be possible. You will need to run one of the emulators
(either Bob Supnik's or Willi Begemot's "P11"). The tricky part
will be in the geometry/size of the disk image. The emulators
do not know about MSCP drives so you will have to go thru the bootstrap
process using an SMD ('xp' driver) drive and pretend you have a
RP06 or 7. Then at the last minute install the MSCP bootblock.
DD that image to an RA92 and hoo that up to the /94.
The problem you will most likely encounter is that the size will not
be exactly right for the last partition. Experimenting with the
standalone 'disklabel' program and adjusting the sizes/geometry may
be needed. If the size is changed then 'fsck -s' to force a
rebuild of the freelist will be needed.
Experimentation - I think it'd take a few tries to get it right ;)
> I was thinking of using one of those TU58 emulators on the PC, but I
> didn't find any mention of booting an 11/94 of these tape drives
> or installing UNIX from it..
No support for the TU58 in the kernel or boot program. At 256kb
it's barely large enough to hold the standalone programs much less
a dump of the root filesystem or anything like that.
Steven Schultz
sms(a)moe.2bsd.com
[ apologies to those who receive this e-mail multiple times ]
This e-mail is being sent to you via a mailing list run on the machine
minnie.cs.adfa.edu.au. I've been informed that our entire network is
going to be shut down from Friday 24 December until Monday 3 January 2000.
In other words, all services on Minnie (web, ftp, CGI scripts, this mailing
list) will be temporarily unavailable during this period. Minnie, as always,
will be sitting here under my desk, waiting for someone to talk to her. So
as soon as the routers come back up, Minnie will reappear.
I'll take this opportunity to wish everybody a happy festive season; take it
safe on the roads, don't go anywhere near the CBD of Sydney on New Year's Eve,
and we'll catch you again in 2000, assuming your Microsloth Windoze box isn't
infected with gazillions of viruses :-)
Cheers all,
Warren Toomey wkt(a)cs.adfa.edu.au
[Snip instructions for installing a bootstrap]
No, I got the installation of the bootstrap just fine. I was told that
the bootstrap for MSCP disks uses a bug in the UDA50 that some 3rd party
controllers don't exhibit. (In my case, I have a Viking UDT SCSI controller)
I was saying I needed to know where/how to change the bootstrap (modify the
bootstrap, not use a different one) so that it will work.
I got a pointer at some 3BSD stuff on Minnie, but that code used a boot ROM on
the VAX 750 to get it's job done.
I don't have any MSCP books so I don't know where or how to change the
bootstrap to make it work on my machine.
-------
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id LAA22820
for pups-liszt; Fri, 10 Dec 1999 11:51:06 +1100 (EST)
>From "Steven M. Schultz" <sms(a)moe.2bsd.com> Fri Dec 10 10:50:12 1999
Received: from moe.2bsd.com (0(a)MOE.2BSD.COM [206.139.202.200])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id LAA22816
for <pups(a)minnie.cs.adfa.oz.au>; Fri, 10 Dec 1999 11:50:55 +1100 (EST)
Received: (from sms@localhost)
by moe.2bsd.com (8.9.0/8.9.0) id QAA18487
for pups(a)minnie.cs.adfa.oz.au; Thu, 9 Dec 1999 16:50:12 -0800 (PST)
Date: Thu, 9 Dec 1999 16:50:12 -0800 (PST)
From: "Steven M. Schultz" <sms(a)moe.2bsd.com>
Message-Id: <199912100050.QAA18487(a)moe.2bsd.com>
To: pups(a)minnie.cs.adfa.oz.au
Subject: Re: 2.11BSD boot looping
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
> From: "Daniel A. Seagraves" <DSEAGRAV(a)toad.xkl.com>
> I was saying I needed to know where/how to change the bootstrap (modify the
> bootstrap, not use a different one) so that it will work.
Hmmm, ok - that wasn't clear. It read as if the documentation was
needed to install a new/different bootblock.
> I got a pointer at some 3BSD stuff on Minnie, but that code used a boot ROM on
> the VAX 750 to get it's job done.
Yep - same in 4BSD too, I remember thinking at one time "ah, I'll
just use the 4BSD bootcode as a guide" only to find out it was
calling into the ROMs.
> I don't have any MSCP books so I don't know where or how to change the
> bootstrap to make it work on my machine.
IF the bug is what has been suspected so far then presenting a
vector to the controller during the 4 step init process is what
needs to be done.
Looking at the standalone MSCP driver (/sys/pdpstand/ra.c) which has
the logic to specify a vector even though interrupts are not use the
logic is:
if (rainit[ctlr] == 0) {
again: raaddr->raip = 0;
if (ra_step(raaddr, RA_STEP1, 1))
goto again;
raaddr->rasa = RA_ERR | (0154/4);
if (ra_step(raaddr, RA_STEP2, 2))
goto again;
iomapadr(&racom->ra_ca.ca_ringbase, &bae, &lo16);
raaddr->rasa = lo16;
if (ra_step(raaddr, RA_STEP3, 3))
goto again;
raaddr->rasa = bae;
if (ra_step(raaddr, RA_STEP4, 4))
goto again;
raaddr->rasa = RA_GO;
if (racmd(M_OP_STCON, io) < 0) {
printf("%s STCON err\n", devname(io));
return(-1);
}
rainit[ctlr] = 1;
}
Thus it is only done on 'first open'.
It is in step 1 that the vector divided by 4 needs to be "OR"'d into
the work presented to the controller.
The ra boot block code (/sys/mdec/rauboot.s) has a loop:
/
/ RA initialize controller
/
mov $RASTEP1,r0
mov raip,r1
clr (r1)+ / go through controller init seq.
mov $icons,r2
1:
bit r0,(r1)
beq 1b
---->>>>
mov (r2)+,(r1)
asl r0
bpl 1b
mov $ra+RARSPREF,*$ra+RARSPL / set controller characteristics
mov $ra+RACMDREF,*$ra+RACMDL
mov $RASTCON,r0
jsr pc,racmd
mov unit,*$ra+RAUNIT / bring boot unit online
mov $RAONLIN,r0
jsr pc,racmd
...
I suspect that the loop at ---->>> needs to be modified to do something
special for step 1.
Steve
Hi -
> From: James Lothian <simul8(a)simul8.demon.co.uk>
> For what it's worth, this does sound suspiciously like what the 4.3
> boot code did with the Viking. As far as I can remember, there is a
> flag in one of the UDA50 registers that is set to 1 one the device
> interrupts. The 4.3 boot code runs the UDA50 with interrupts disabled,
Actually it's in the response packet rather than a UDA 'register' but
yep - that sounds very familiar.
> but polls this flag to find out when the controller has finished a
> command.
> On the UDA50, even if interrupts are disabled, this flag gets set. On
> the viking, it doesn't. I can't remember the exact change I made, but I
At least one of the changes was to give the MSCP adaptor a vector
during the 3 or 4 step init process. Normally 4.3/2.11 didn't bother
to give a vector since interrupts were disabled. It doesn't
reall matter what the vector is as long as it's non zero - the
value used was 0154 (primary/1st MSCP adaptor).
Some other 3rd party adaptors (can't recall if it was Dilog or
Emulex or ...) had the same problem.
> "Daniel A. Seagraves" wrote:
> >
> > It's looping around at 157702.
> >
> > 157702 contains 001776
Hmmm, I wonder if that's in the bootblock code or the actual boot
program.
The standalone MSCP driver in 2.11 has the "give a vector to the
adaptor" change so my guess is that the bootblock is where the
looping is happening. The bootbock (rauboot.s from /sys/mdec)
relocates itself to 0160000-01000 or 0157000 so a loop at 0157702
would be where the 'racmd:' routine is looping waiting for a
command to complete (or the adaptor to come ready the first time).
I thought the same "give a vector" change had been made to rauboot.s
but it would appear that's not the case ;-(
Steven Schultz
Received: (from major@localhost)
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id CAA59602
for pups-liszt; Wed, 1 Dec 1999 02:59:41 +1100 (EST)
>From Martin Crehan <mjcrehan(a)earthlink.net> Wed Dec 1 01:59:21 1999
Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85])
by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with ESMTP id CAA59598
for <pups(a)minnie.cs.adfa.oz.au>; Wed, 1 Dec 1999 02:59:32 +1100 (EST)
Received: from gort (1Cust124.tnt2.covina.ca.da.uu.net [63.27.25.124])
by gull.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id HAA18132
for <pups(a)minnie.cs.adfa.oz.au>; Tue, 30 Nov 1999 07:59:21 -0800 (PST)
Date: Tue, 30 Nov 1999 07:59:21 -0800 (PST)
Message-Id: <199911301559.HAA18132(a)gull.prod.itd.earthlink.net>
X-Sender: mjcrehan(a)earthlink.net
X-Mailer: Windows Eudora Light Version 1.5.2
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: pups(a)minnie.cs.adfa.oz.au
From: Martin Crehan <mjcrehan(a)earthlink.net>
Subject: Salon.com article on John Lions book
Sender: owner-pups(a)minnie.cs.adfa.edu.au
Precedence: bulk
The site Salon.com has an article:
http://www.Salon1999.com/tech/feature/1999/11/30/lions/index.html
on John Lions' book about Sixth Edition Unix, written by from a non-computer
geek's viewpoint.
Martin Crehan