home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / gopher / 1082 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!cs.utexas.edu!rutgers!uwvax!cs.wisc.edu!dparter
  2. From: dparter@fyvie.cs.wisc.edu (David W. Parter)
  3. Newsgroups: alt.gopher
  4. Subject: Re: problems with gopherd under inetd
  5. Message-ID: <dparter.712246503@cs.wisc.edu>
  6. Date: 27 Jul 92 14:15:03 GMT
  7. References: <1992Jul27.035950.7779@mtu.edu>
  8. Sender: news@spool.cs.wisc.edu (The News)
  9. Organization: U of Wisconsin CS Dept
  10. Lines: 24
  11.  
  12. splite@mtu.edu (Steven Plite) writes:
  13.  
  14. >I'm having a problem in getting gopherd to use both a log and a security file.
  15. >The relevent line in inetd.conf is:
  16.  
  17. >gopher  stream  tcp     nowait  root    /local/mining/lib/gopherd       gopherd
  18. >-I -l /local/mining/gopher/.log -s /local/mining/gopher/.secure /local/mining/go
  19. >pher 70
  20.  
  21. >If I remove either the '-l ...' or the '-s ...' part, it works.  If both are
  22. >present, the server won't grant access.  My gopher directory looks like so:
  23.  
  24. Inetd has an internal limit of 5 arguments for a daemon. This is not
  25. documented in the sun man pages.  Call a shell script from inetd, 
  26. (I call mine run.gopherd), and in the shell exec gopherd with the
  27. arguments you want.
  28.  
  29. Perhaps this should be noted somewhere in the unix gopherd documentation...
  30.  
  31.     --david
  32.  
  33. --------
  34. david parter                university of wisconsin -- madison
  35. dparter@cs.wisc.edu                  computer sciences department
  36.