home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10836 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.0 KB  |  62 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!tasman.cc.utas.edu.au!dermoudy
  3. From: dermoudy@tasman.cc.utas.edu.au (Julian Dermoudy)
  4. Subject: Re: help ftp problem
  5. Message-ID: <dermoudy.728179133@tasman>
  6. Sender: news@newsroom.utas.edu.au
  7. Reply-To: J.R.Dermoudy@cs.utas.edu.au
  8. Organization: University of Tasmania, at Hobart.
  9. References: <1993Jan26.103334.46773@kuhub.cc.ukans.edu>
  10. Date: Wed, 27 Jan 1993 23:58:53 GMT
  11. Lines: 49
  12.  
  13. In <1993Jan26.103334.46773@kuhub.cc.ukans.edu> nanda@kuhub.cc.ukans.edu writes:
  14.  
  15. >Hi!!
  16. >
  17. >I am having problems with the FTP on my Sum workstation. I can ftp out of it
  18. >but not into it. Am I supposed to have a config file for it?
  19. >
  20. >pls send reply to nanda@kuhub.cc.ukans.edu
  21. >or Jolly@cadlab.engr.ukans.edu
  22. >
  23. >thanks in advance
  24. >
  25. >
  26. >-sushmeeta nanda
  27. >
  28.  
  29. G'day,
  30.  
  31. Your problem sounds like it is related to /etc/shells.  If you are using a
  32. non-standard (i.e. /bin/sh, /bin/csh) shell, ftp will refuse login attempts
  33. unless that shell appears in the (text) file /etc/shells.  By default this
  34. file doesn't exist, and your sys. admin. must create it.  The file should
  35. contain the pathname of legal shells - one on each line.  For example:
  36.  
  37. /bin/sh
  38. /bin/csh
  39. /usr/new/bin/tcsh
  40. /usr/new/bin/ksh
  41. /usr/new/bin/bash
  42.  
  43. When this file is present "chsh" also uses it: if you try to change your shell
  44. to one that is not in the file the change will be dis-allowed.  It is for
  45. security purposes, i.e. you disable logins on an account by providing a dummy
  46. shell but you can still get in with ftp - unless the file is present...
  47.  
  48. I hope this is your problem.  If it isn't then I suppose it is a network
  49. related problem - you don't mention if you can ping your host from outside
  50. using its qualified domain name and/or IP number or if it is just you and ftp
  51. that don't work...
  52.  
  53. Good luck.
  54.  
  55.                         -Julian.
  56.  
  57. --
  58.   Julian Dermoudy            AARNet: J.R.Dermoudy@cs.utas.edu.au
  59.   Department of Computer Science,    'Phone: +61 02 202962
  60.   University of Tasmania,        Fax   : +61 02 202913
  61.                 GPO Box 252C Hobart, Tasmania, AUSTRALIA, 7001.
  62.