home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3165 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  6.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!agate!usenet
  2. From: rsalz@news.UU.NET (Rich Salz)
  3. Newsgroups: comp.archives
  4. Subject: [news.software.b] Announcing the release of InterNetNews
  5. Followup-To: news.software.b,news.software.nntp
  6. Date: 30 Aug 1992 17:01:43 GMT
  7. Organization: UUNET Communications
  8. Lines: 144
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <17qutnINNqtv@agate.berkeley.edu>
  12. References: <inn-announce-real@uunet.uu.net>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: news.software.b,news.software.nntp
  15. X-Original-Date: 20 Aug 1992 10:50:54 -0400
  16.  
  17. Archive-name: auto/news.software.b/Announcing-the-release-of-InterNetNews
  18.  
  19. I am pleased to announce the official release of InterNetNews.
  20.  
  21. InterNetNews, or INN, is a news transport system.  The core part of the
  22. package is a single long-running daemon that handles all incoming NNTP
  23. connections.  It files the articles and arranges for them to be forwarded
  24. to downstream sites.  Because it is long-running, it can be directed to
  25. spawn other long-running processes, telling them exactly when an article
  26. should be sent to a feed.
  27.  
  28. INN is a complete Usenet system.  It provides article expiration and
  29. archiving, NNTP transport, and UUCP support.  Nntplink works fine.
  30.  
  31. INN does not include a newsreader.  It does provide a version of the NNTP
  32. reference implementation "clientlib" routines so that rrn and other
  33. newsreaders compile with little trouble.  The next release of xrn will
  34. include INN support.
  35.  
  36. The spool directory is unchanged while the history database is
  37. upwardly-compatible with that of C News and the log file is very similar.
  38. All system configuration files are different.
  39.  
  40. INN assumes that memory is cheap and fast while disks are slow.  No
  41. temporary files are used while incoming articles are being received, and
  42. once processed the entire article is written out using a single system
  43. call (this includes updating the Path and Xref headers).  The active file
  44. is kept in memory, and the newsfeeds file is parsed at start-up to build a
  45. complete matrix of which sites receive which newsgroups.  A paper
  46. describing the implementation was presented at the June 1992 Usenix
  47. conference.
  48.  
  49. INN uses many features of standard BSD sockets including non-blocking
  50. I/O.  It is highly doubtful that the official version will ever provide
  51. support for TLI, DECNET, or other facilities.  Among others, INN beta
  52. sites include ATT Unix System V Release 4, Apple A/UX, BSDI BSD/386 0.3.3,
  53. DEC Ultrix 3.x and 4.x, HP-UX s800 8.0, IBM AIX 3.1 and 3.2, Next NeXT-OS
  54. 2.1, Pyramid OSx 5.1, SCO Xenix 2.3.4, SGI Irix 4.0, Sequent Dynix 3.0.4
  55. and 3.0.12, and Sun SunOS 3.5 and 4.x.
  56.  
  57. Almost all of the beta-testers have reported faster performance and less
  58. load once they installed INN.  Many people find it easy to maintain.
  59.  
  60. A number of sites have graciously agreed to provide FTP access to this
  61. release.  The machine names and directories are listed below.  Within
  62. those directories you will find one or more of the following files:
  63.     README            Intro and unpacking instructions;
  64.      -or-            a copy appears at the end of this
  65.     README.INN        article.
  66.     inn1.0.tar.Z        The full distribution
  67.     inn.usenix.ps.Z        The Usenix paper on INN
  68.  
  69. The sites providing access are:
  70.     cs.utexas.edu        /pub/inn
  71.     ftp.cs.widener.edu    /pub/inn
  72.     ftp.germany.eu.net    /pub/news/inn
  73.     ftp.ira.uka.de        pub/network/news
  74.     ftp.msen.com        /pub/packages/inn
  75.     ftp.uu.net        /pub/news/nntp/inn
  76.     gatekeeper.dec.com    /pub/news/inn
  77.     grasp1.univ-lyon1.fr    /pub/unix/news/inn
  78.     munnari.oz.au        /pub/news/inn
  79.     sparky.Sterling.COM    /news/inn
  80.     src.doc.ic.ac.uk    /computing/usenet/software/transport
  81.     stasys.sta.sub.org    /pub/src/inn
  82.         (Stasys also has anonymous UUCP; contact <fkk@sta.sub.org>.
  83.     ucsd.edu        /INN
  84.     usc.edu            /pub/inn
  85.  
  86. Discussion about INN should be posted to news.software.b and
  87. news.software.nntp.  Email should be sent to <rsalz@uunet.uu.net>.  Please
  88. do NOT send it to <rsalz@osf.org> -- it will only just delay your response
  89. since I will have to forward it to UUNET.
  90.  
  91. The README follows after the formfeed.
  92.     /r$
  93.  
  94. InterNetNews -- the Internet meets Netnews
  95. ------------------------------------------
  96. "Remember to tell your kids about the days when USENET was store and
  97.  forward."  -- Jim Thompson, as part of a message that said he was getting
  98.  under 200ms propagation, disk to disk.
  99.  
  100. InterNetNews is a complete Usenet system.  The cornerstone of the package
  101. is innd, an NNTP server that multiplexes all I/O.  Think of it as an nntpd
  102. merged with the B News inews, or as a C News relaynews that reads multiple
  103. NNTP streams.  Newsreading is handled by a separate server, nnrpd, that is
  104. spawned for each client.  Both innd and nnrpd have some slight variances
  105. from the NNTP protocol; see the manpages.
  106.  
  107. The distribution is a compressed tar file.  Create a directory, cd into it,
  108. and unpack the tar file in that directory.  For example:
  109.     ; mkdir inn
  110.     ; cd inn
  111.     ; ftp ftp.uu.net
  112.     ftp> user anonymous <you@your.host.name>
  113.     ftp> type image
  114.     ftp> get pub/news/nntp/inn/inn.tar.Z inn.tar.Z
  115.     ftp> quit
  116.     ; uncompress <inn.tar.Z | tar vxf -
  117.     ; rm inn.tar.Z
  118.  
  119. The installation instructions are in Install.ms.  This is an nroff/troff
  120. document that uses the -ms macro package, and is about 30 typeset pages.
  121. The distribution has this file split into two pieces; you can join them
  122. by typing either of the following commmands:
  123.     ; make Install.ms
  124.     ; cat Install.ms.? >Install.ms
  125. You should probably print out a copy of config/config.dist when you print
  126. out the installation manual.
  127.  
  128. Please read the COPYRIGHT.  This package has NO WARRANTY; use at your
  129. own risk.
  130.  
  131. When updating from a previous release, you will usually want to do "make
  132. update" from the top-level directory.  If/when you do "make install" in
  133. the site directory, watch what it does carefully!
  134.  
  135. If you have a previous release you will probably also want to update the
  136. pathnames, etc., in the new config file from your old config.  Here is one
  137. way to do that:
  138.     % cd config
  139.     % make subst
  140.     % cp config.dist config.data
  141.     % ./subst -f {OLDFILE} config.data
  142. where "{OLDFILE}" names your old config.data file.
  143.  
  144. Configuration is done using subst.   Subst is in config/subst.sh and
  145. doc/subst.1.  The history file is written using DBZ.  The DBZ sources and
  146. manual page are in the dbz directory.  Unlike subst, DBZ is kept
  147. separately, to make it easier to track the C News release.  The subst
  148. script and DBZ data utilities are currently at the "Performance Release"
  149. patch date.  Thanks to Henry Spencer and Geoff Collyer for permission to
  150. use and redistribute subst, and to Jon Zeef for permission to use DBZ as
  151. modified by Henry.
  152.  
  153. I hope you find INN useful.  If you like it, send me a postcard.
  154.     Rich $alz
  155.     Open Software Foundation
  156.     11 Cambridge Center
  157.     Cambridge, MA  02142
  158.     INN mail:    <rsalz@uunet.uu.net>
  159.     Other mail:    <rsalz@osf.org>
  160.  
  161.