home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8197 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ce095
  2. From: ce095@cleveland.Freenet.Edu (Jeffrey Scott Traigle)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: ftp still causing problems
  5. Date: 12 Nov 1992 17:36:31 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 26
  8. Message-ID: <1du4n0INN86@usenet.INS.CWRU.Edu>
  9. Reply-To: ce095@cleveland.Freenet.Edu (Jeffrey Scott Traigle)
  10. NNTP-Posting-Host: hela.ins.cwru.edu
  11.  
  12.  
  13. I posted to comp.unix.admin about some ftp and talk problems I
  14. was having. The talk problem is fixed, but the ftp one persists.
  15.  
  16. We're running SunOS 4.1.1. When you try to ftp from outside the
  17. domain (as a user, not anonymously), it says that login failed
  18. even before it asks for a password. I glanced at the manual, but
  19. have been unable to locate it today to take a more thorough look.
  20.  
  21. Some things that have been suggested:
  22.  
  23. 1.) The inetd.conf entry is correct. To be exact:
  24.  
  25.      ftp    stream    tcp    nowait    root    /usr/etc/in.ftp    in.ftp
  26.  
  27. 2.) /etc/ftpusers or /etc/shells do not exist.
  28.  
  29. 3.) /etc/services contains the following two entries:
  30.  
  31.     ftp-data    20/tcp
  32.     ftp        21/tcp
  33.  
  34. Not only has the SunOS ftpd not worked, but I tried another one,
  35. which yielded the same results.
  36.  
  37. Any other ideas about what could be wrong?
  38.