home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / other / Venix / README < prev    next >
Encoding:
Text File  |  1996-02-22  |  3.7 KB  |  91 lines

  1. This directory contains all the resources needed to install VenturCom
  2. Venix on a DEC PRO 350 or 380.  
  3.  
  4. Use Venix 1.0 on a PRO 350 and Venix 2.0 on a PRO 380.  Your machine
  5. should have an RD50, RD51, RD51A, or RD31 disk drive.  Venix will
  6. not install properly on an RD52 or RD53 drive.
  7.  
  8. venix1s.zip and venix1u.zip contain the VenturCom distribution of
  9. Venix 1.0 for the DEC PRO 350.
  10.  
  11. venix2s.zip and venix2u.zip contain the VenturCom distribution of
  12. Venix 2.0 for the DEC PRO 380.
  13.  
  14. Download venix1?.zip or venix2?.zip to your DOS machine, unpack it with
  15. PKUNZIP, then use TELEDISK to make RX50 floppies from the *.TD0 images. 
  16. There is a copy of TELEDISK.ZIP included in both archives.
  17.  
  18. One of the RX50 disks will be a bootable transfer/installation diskette.
  19. The others are tar format diskettes which the XFER/Boot diskette
  20. will read as it builds your root and usr areas onto the hard drive.
  21.  
  22. You will need the installation code, which can be computed
  23. from the 'proacc' program on the venix.tar collection.  Note
  24. that venix.tar is from a VAX development environment, not from
  25. a Venix machine.  You should FTP venix.tar to a Unix platform
  26. and compile and run proacc as explained below.
  27.  
  28. venix.tar contains the VenturCom algorithm for generating installation
  29. codes for Venix 1.0 and 2.0 on the DEC PRO 350 and 380.  The source code
  30. is in dist/dist/proacc.c and the VAX executable is in dist/dist/proacc
  31. The algorithm can be compiled for other platforms as well.
  32.  
  33. If you have no way to compile or run proacc, contact Barry Kort,
  34. bkort@musenet.org, and I'll run it for you.  You will need to
  35. give me the serial numbers that come up when you try to install
  36. Venix on your PRO.
  37.  
  38. There are other utilities in venix.tar including some for writing
  39. the serial number on the XFER diskette.  This algorithm might also
  40. be usable to increase the number of permitted logins.
  41.  
  42. The root password on Venix is 'gnomes'.
  43.  
  44. Venix is essentially the same as Bell Labs' System III Unix.
  45. It includes UUCP, but there is no support for any TCP/IP.
  46.  
  47. To make a raw copy of an RX50 diskette on Venix:
  48.  
  49.         dd < /dev/f0 > /dev/f1 bs=10b count=79
  50.  
  51. You can use RX50 floppies for raw tar backups.  You can create a 
  52. mountable file system on a floppy with 
  53.  
  54.     /etc/mkfs -b /dev/f0 790
  55.     mount /dev/f0 /f0
  56.  
  57. It is possible to log in via the serial port if /etc/ttys is
  58. edited appropriately.  A line in /etc/ttys is "on" if the first
  59. digit is a 1.  The second digit encodes the baud rate; for 
  60. 9400, use the digit 1.  After editing /etc/ttys, either reboot
  61. or do kill -2 1.
  62.  
  63. venix?u.zip includes an additional raw tar RX50, goodies.td0,
  64. which has Kermit and other goodies on it.  Binaries compiled
  65. for the PRO 350 will run on the 380, but generally not vice versa,
  66. since the 380 supports a more liberal overlay architecture than
  67. the 350.  The version of Kermit is 4e(70).  One final caution:
  68. goodies.td0 is a raw tar with ABSOLUTE PATHNAMES.  I suggest
  69. examining it first with tar tv, because you may not want to
  70. overwrite all the original files there.  The Goodies include
  71. Compress, Man, Head, Printenv, Kermit 4E and some UUCP stuff.
  72.  
  73. RX50.notes is an archive collection of correspondence about 
  74. reading, formatting, and archiving RX50 diskettes  on an AT DOS
  75. machine, using various drivers and utilities.
  76.  
  77. raind112.zip is one of the AT DOS driver packages discussed in
  78. RX50.notes.  rx50.zip contains the RX50DRVR.SYS driver package.
  79. You don't need either of these for TELEDISK, but I offer them
  80. for those who want them for whatever purpose on their DOS machine.
  81.  
  82. teledisk.zip is the Sydex utility for archiving RX50 diskettes
  83. for distribution via the Internet.  It must be run on a DOS
  84. machine with a 5 1/4 HD floppy drive to create the RX50 format
  85. floppies from the *.TD0 archive files.
  86.  
  87. Good luck!  Post comments to comp.sys.dec.com
  88.  
  89. Barry Kort
  90. bkort@musenet.org
  91.