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

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!europa.asd.contel.com!emory!athena.cs.uga.edu!weinri
  2. From: weinri@athena.cs.uga.edu (Kevin Weinrich)
  3. Newsgroups: comp.unix.misc
  4. Subject: Can't get logging to work in latest ftpd
  5. Message-ID: <1992Jul28.145207.29327@athena.cs.uga.edu>
  6. Date: 28 Jul 92 14:52:07 GMT
  7. Organization: University of Georgia, Athens
  8. Lines: 28
  9.  
  10. I have just built and installed the latest ftpd from wustl.  It
  11. works well except for a few omissions.  When a user enters his/her
  12. name/userid at the first prompt, two lines are added to the file
  13. /var/adm/messages that look like:
  14.   Jul 27 17:12:18 hermes ftpd[4924]: open of pid file failed: No such file or directory
  15.   Jul 27 17:12:18 hermes ftpd[4924]: open of pid file failed: No such file or directory
  16.  
  17. When the user logs in, I want the file /etc/msgs/welcome.msg to be
  18. displayed, but it's not happening.  When the user cd's to the /pub
  19. directory, the .message file *IS* being displayed.  I'm using the
  20. /usr/local/etc/ftpaccess file almost straight out of the box.  Two
  21. sample lines read:
  22.   message /etc/msgs/welcome.msg   login
  23.   message .message                cwd=*
  24.  
  25. I changed the line in /etc/inetd.conf to read:
  26.   ftp    stream    tcp    nowait    root    /usr/local/etc/ftpd    ftpd -d -l -a
  27. and did a "kill -1" on inetd.
  28.  
  29. So far as I can tell, I'm not getting any notification when someone
  30. starts an ftp session to my machine, but I can tell when they
  31. "get" a file.
  32.  
  33. Any ideas what I'm doing wrong or where to look?
  34. I appreciate any help.
  35.  
  36. -Kevin Weinrich
  37. weinri@athena.cs.uga.edu
  38.