Patrick McCandless <
flai...@gmail.com> writes:
>I have recently installed AT&T System V/386 in Bochs. The base OS
>successfully installed and I can log in as root.
Is this straight up AT&T? Or some other companies rebranded stuff?
At the time, there were many licensees, and they usually did lots of
customization for it. Ie. at the time, AT&T didn't really ship a 386 box,
but was still on their 3B2. You may find more info on SysV for the 3B2
than for a 386 box.
You are reaching the area I term the computer documentation gray-zone,
where computer knowledge isn't old enough for archival/memory dump
purposes yet, but yet very little is actually online, still being
mostly presented in paper books. The FAQs have rotated offline, the
how_I_used_to_do_this have rotated offline. The paper documentation
set being the most useful, but nobody has scanned them in yet.
>There are supplementary floppies including things like remote login,
>networking tools, and other applications. I cannot for the life of me
>figure out how to install them, however. They are not bootable, and all
>attempts to mount the floppy drive using what I know from Linux have
>failed (as have attempted google searches on this hoary old OS). I see:
Could they be SysV packages in datastream format? ie..
pkgadd -d /dev/fd/0
If you dump things off the disks, do they look like ##DaTaStReAm##?
>So if I attempt to mount this to mountpoint /floppy:
># mount /dev/fd0 /floppy
>mount: /dev/fd0 no such device
Could be because there isn't any valid filesystem on that media. They
weren't big on error reporting and clueing you in back in those days.
>I am not sure what these other two accounts are used for but I wonder if
>that install account (which has a password assigned) is involved in
>installing these additional utilities.
root can still do anything. The others give a restricted permision for
field techs to be able to login onsite and do their work.
>What I'd *really like* is a pointer to documentation on this OS.
Your best bet online is solaris 2.x documentation. Although Sun took
SysV in really different directions for many items with Solaris, they
did do a lot of the initial work with AT&T to develop SysV, and there
are many areas here and there that match up.
Otherwise,
http://www.alibris.com/booksearch?keyword=system+v+release+4&mtype=B&hs.x=0&hs.y=0&hs=Submit
>And since someone is bound to ask: "Why are you installing a 20+ year
>old version of proprietary UNIX?" -- Curiosity. I want to see how much
>I can make it do and I am interested in the differences between it and
>Linux/modern xBSDs. For fun.
Also, you need to know that AT&T SysVr4 is different than SCOs
version, is different than Dell's version, is different from
Commodore's version, is different than Consensys's version, is
different than Apple's version, etc. etc.
If you get real stuck, you probably can ask around at
www.tuhs.org,
although they typically like older Unix's than that.