home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / misc / 3031 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.1 KB

  1. Path: sparky!uunet!gumby!wupost!wuarchive.wustl.edu!chris
  2. From: chris@wupost.wustl.edu (Chris Myers)
  3. Newsgroups: comp.unix.misc
  4. Subject: Re: Can't get logging to work in latest ftpd
  5. Date: 28 Jul 1992 12:18:23 -0500
  6. Organization: Washington University in Saint Louis, MO USA
  7. Lines: 34
  8. Message-ID: <chris.712343631@wuarchive.wustl.edu>
  9. References: <1992Jul28.145207.29327@athena.cs.uga.edu>
  10. NNTP-Posting-Host: wuarchive.wustl.edu
  11.  
  12. weinri@athena.cs.uga.edu (Kevin Weinrich) writes:
  13.  
  14. > I have just built and installed the latest ftpd from wustl.  It
  15. > works well except for a few omissions.  When a user enters his/her
  16. > name/userid at the first prompt, two lines are added to the file
  17. > /var/adm/messages that look like:
  18. >   Jul 27 17:12:18 hermes ftpd[4924]: open of pid file failed: No such file or directory
  19. >   Jul 27 17:12:18 hermes ftpd[4924]: open of pid file failed: No such file or directory
  20.  
  21. By default the ftp server wants to put the PID files, which are used
  22. for counting the number of active users in each class, in
  23. /usr/local/daemon/ftpd.  You need to edit pathnames.h and recompile to
  24. put the files elsewhere or create that directory.
  25.  
  26. > When the user logs in, I want the file /etc/msgs/welcome.msg to be
  27. > displayed, but it's not happening.  When the user cd's to the /pub
  28. > directory, the .message file *IS* being displayed.  I'm using the
  29. > /usr/local/etc/ftpaccess file almost straight out of the box.  Two
  30. > sample lines read:
  31. >   message /etc/msgs/welcome.msg   login
  32. >   message .message                cwd=*
  33.  
  34. Remember that once an anonymous user is logged in, all paths are now
  35. relative to ~ftp.  So, does ~ftp/etc/msgs/welcome.msg exist?  Also,
  36. little nits like: is it world-readable, is ~ftp/etc/msgs at least
  37. world execute (searchable)?
  38.  
  39. > -Kevin Weinrich
  40. > weinri@athena.cs.uga.edu
  41. -- 
  42. Chris Myers                                Internet: chris@wugate.wustl.edu
  43. Software Engineer                           UUCP: ...!uunet!wuarchive!chris
  44. Office of the Network Coordinator                BITNET: chris@wunet.bitnet
  45. Washington University in Saint Louis                 Phone: +1 314 935 7390
  46.