home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / anu-faq < prev    next >
Internet Message Format  |  2004-05-25  |  8KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!news.cc.ukans.edu!not-for-mail
  2. From: sloane@kuhub.cc.ukans.edu (Bob Sloane)
  3. Newsgroups: news.software.anu-news,news.answers
  4. Subject: FAQ: news.software.anu-news
  5. Followup-To: news.software.anu-news
  6. Date: 16 May 2004 00:10:00 -0500
  7. Organization: University of Kansas Computing Services
  8. Lines: 158
  9. Sender: news@news.cc.ukans.edu
  10. Approved: news-answers-request@MIT.Edu
  11. Message-ID: <c86t38$hu0$1@news.cc.ukans.edu>
  12. NNTP-Posting-Host: news.cc.ukans.edu
  13. Summary: frequently asked questions for news.software.anu-news
  14. Xref: senator-bedfellow.mit.edu news.software.anu-news:10955 news.answers:271302
  15.  
  16. Archive-name: anu-faq
  17.  
  18. FAQ for NEWS.SOFTWARE.ANU-NEWS. Last update 24-Aug-1998.
  19.  
  20.  
  21.  
  22. This monthly posting is edited by Bob Sloane, University of Kansas.
  23. Please send any suggestions for improvement to sloane@kuhub.cc.ukans.edu.
  24.  
  25. 1.  What is ANU News?
  26.  
  27. ANU NEWS is a computer-based conferencing system for OpenVMS systems.  ANU
  28. NEWS can be connected into the Global USENET news network and/or any other
  29. news network.  ANU NEWS supports both DECnet and TCP/IP (Multinet, WIN/TCP,
  30. Ultrix Connection, EXCELAN TCP, and CMU) as transports.
  31.  
  32. The current version of ANU NEWS is 6.2.
  33.  
  34. 2.  Purpose of News.software.anu-news
  35.  
  36. The purpose of news.software.anu-news is to discuss any and all ANU NEWS
  37. related issues.  It is the primary support channel for ANU NEWS users.
  38. New versions, fixes, workarounds, etc are posted to the newsgroup.  Bug 
  39. reports/fixes and suggestions for improvement are always welcome.  Please 
  40. always RTFM (Read The Friendly Manual) before posting.
  41.  
  42. 3.  How to subscribe
  43.  
  44. On USENET, news.software.anu-news is a regularly available newsgroup.  In
  45. general, it is preferable to read the newsgroup instead of the mailing list.
  46.  
  47. Email users may send MAIL to LISTSERV@listserv.NoDak.EDU or
  48. LISTSERV@NDSUVM1 with the first line of the TEXT or BODY of mail
  49. being:
  50.  
  51.       SUB ANU-NEWS firstname lastname   (e.g. SUB ANU-NEWS John Doe ).
  52.  
  53.  
  54. 4.  Frequently Asked Questions:
  55.  
  56. Q: How do I acquire a copy of ANU News?  A: ANU News is available for
  57.    anonymous FTP from kuhub.cc.ukans.edu (Kansas, USA).  Other sites may
  58.    also have it available..
  59.  
  60.    Archives of the mailing list/newsgroup are available via anonymous ftp
  61.    from listserv.nodak.edu.
  62.    
  63.    Patches are available via anonymous ftp from perl.newman.upenn.edu.
  64.  
  65. Q: Does anybody have documentation for ANU News?
  66. A: At the anonymous FTP sites, you will find another compressed backup
  67.    saveset called something like NEWS_V61-BETA10_DOC.ZIP.  It contains the
  68.    documentation for ANU News.
  69.  
  70. Q: What should I do about all these compilation errors in V6.1b10?
  71.  
  72. A: The u_int problem is fixed by an ECO from Cisci/TGV.  Ftp to
  73.    eco.tgv.cisco.com, username anonymous, password decc052h, grab
  74.    the header files, and put them in [multinet.include.sys].
  75.  
  76.    The getopt problems are cured by editing inpaths.c and changing all
  77.    strings "getopt" to "my_getopt".
  78.  
  79.    You may also need to edit nntpinclude.h and delete the definition
  80.    of getpeername around line 127
  81.  
  82.    You may also need to edit newsutility.c and delete the definition of sleep.
  83.  
  84.    You may still get a few warnings but you can probably ignore them.
  85.    (Thanks to James Kirkpatrick for this answer)
  86.  
  87. Q: Does ANU News support XOVER in the NNTP Server?
  88. A: Well, sort of.  There is some simple minded XOVER code in the V6.1b10
  89.    server.  First, you needed to get patch 950817_NNTP_SERVER.PATCH
  90.    from the patch archives at perl.newman.upenn.edu and apply it.  Then put
  91.    "#define XOVER" near the beginning of NNTP_SERVER.C and rebuild NEWS.
  92.    A better version of XOVER support is available in V6.2, but the
  93.    "#define XOVER" is still needed.
  94.  
  95. Q: NEWS is sending everything I get back to my feed system. What do I do?
  96. A: Make sure that the system name in NEWS.SYS matches what your feed
  97.    system puts in the Path: header.
  98.  
  99. Q: I am remote reading (diskless client) with ANU from a Cnews site and
  100.    my users regularly crash due to memory problems.
  101. A: Verify that NNTP on the Cnews side is returning the correct message
  102.    numbers on the list command.  If not, then ask the remote system's news
  103.    administrator to run upact on a regular basis to update the number in
  104.    the active file.
  105.  
  106. Q: How do I connect to an NNTP server?
  107. A: Try "news/netsever=newshost/netproto=tcp" where "newshost" is the name
  108.    of the NNTP server. Note this connects over a TCP/IP network and requires
  109.    that News was built to support to support that service. Also requires
  110.    that the server accept a connection from your system.
  111.  
  112. Q: News is awfully slow to start up. Especially for NNTP connections.
  113. A: News> set profile/fastload
  114.    Will configure news to only load those newsgroup in which you are registered.
  115.    This makes the start up considerably faster but you don't have access to
  116.    groups you're not registered in.  There have been reports of problems
  117.    such as access violations and hangs when using this feature.
  118.  
  119. Q: News is still slow to start up to an NNTP server.
  120. A: News> set profile/display=(unseenstack,nolines,nopost)
  121.    Will configure news to only show you new articles and will not retrieve
  122.    the line count or posting date. This is especially useful if you're
  123.    running off of an NNTP server that doesn't support ANU extensions to NNTP.
  124.    Retrieving line counts and posting dates is notoriously time consuming.
  125.  
  126. Q: How do I get a signature file appended to my articles?
  127. A: News> set profile/signature=file.name
  128.    Note you should keep your signature file brief -- no more than three
  129.    lines.
  130.  
  131. Q: How do I get my full name into my return address?
  132. A: News> set profile/personal_name="Your Name"
  133.  
  134. Q: I want to use emacs as my editor.
  135. A: News> set profile/editor=emacs
  136.    Note this requires, of course, that you have emacs installed on your
  137.    system.
  138.  
  139. Q: Command recall doesn't work.
  140. A: Of course it does -- use CTRL-B to go back a command. The arrow keys
  141.    have been bound to other commands.  If you would prefer to use the arrow
  142.    keys for command recall, then do: News> set profile/line_editing
  143.  
  144. Q: Do I need this big newsrc. file?
  145. A: News> set profile/rcfilter
  146.    Will store only the registered groups in your newsrc. file, this makes
  147.    rewritting the file quicker. Note that this will prevent you from
  148.    accessing any groups not in your newsrc. file.
  149.  
  150. Q: I want to display groups in a different order.
  151. A: News> set profile/rcorder
  152.    Will display newsgroups in the order they are listed in your newsrc.
  153.    file -- edit the file to order things accordingly.
  154.  
  155. Q: I have just installed the NEWS server software.  When I ran it the first
  156.    time, I got the message:
  157.         RMS-E-FNF, file not found
  158.         RMS-F-IFI, invalid internal file identifier
  159. A: Either there is some problem with your NEWS logicals, the NEWS
  160.    executable is not properly installed, or the account that you started
  161.    NEWS from the first time doesn't have the NEWS manager id granted to it.
  162.  
  163. Q: I am having problems getting KILL filters to work.
  164. A: In some versions of NEWS there is a bug in KILL/FROM.  Just do
  165.    MODIFY KILL n where n is the number of the kill filter that isn't
  166.    working and delete the from: from the beginning of the filter.
  167. -- 
  168. USmail: Bob Sloane, University of Kansas Computer Center, Lawrence, KS, 66045
  169. E-mail: sloane@ukans.edu http://www.ukans.edu/home/sloane Phone:(785)864-0444
  170. -- 
  171. -- 
  172. USmail: Bob Sloane, University of Kansas Computer Center, Lawrence, KS, 66045
  173. E-mail: sloane@kuhub.cc.ukans.edu, Phone: (913) 864-0444, FAX: (913) 864-0485
  174.