proftpd.conf 에서
servertype inetd 라고 되어 있네요
여기서 inetd 지우고 standalone 적고,
그런데,,,,
inetd.conf 파일은 어디 있어요?
이걸 찾아야 ftp 부분을 주석처리 하는데..아무리 찾아도 없어요
혹시나 해서 xinetd.conf 를 열었는데
#simple confiuration file for xinetd
#
#some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = syslog authpriv
log_on_success = host pid
log_on_failure = host record
}
includedir /etc/xinetd.d
이것만 있어염...
모르겠어요..도와 주세요
//-----------------------------------
: 일단 inetd.conf에서 ftp에 해당되는 부분을 주석처리하고,
:
: proftp.conf에서 servertype을 standalone으로 하세요.
:
: 그리고 리스타트하세요.
:
:
:
: : 와우리눅 사용하는데요
: : Anonymous FTP를 서버를 열고저 하는데..
: : 아무리 해두 안되요
: :
: : [root@localhost init.d]#proftpd start
: :
: : 하니깐..
: :
: : localhost.localdomain-fatal:socket operation on non-socket
: : localhost.localdomain-(Running from command line?use "servertype standalone" in config file!)
: :
: : 이런 에러 메세지 뜹니다.
: :
: : 그리고, /etc/proftpd.conf 파이를 수정하려고 하니깐..별루 수정할것이 없어서..그냥 놔뒀어
: : 요
: : 어떤 분은..
: :
: : /etc/hosts 화일을 열어서 서버의 이름과 아이피를 적어주셨는지
: : 확인 해보라고 하는데...여기 hosts 파일을 열어보니깐..
: :
: : order hosts,bind
: :
: : 라고만 적혀있고,,아무것도 없는데..
: :
: : 어떻게 해야 하나요..
: :
: : 문제는 anonymous FTP 서버를 만드겁니다..
: :
: : 그리고, 와우 설치할때 FTP 서버패키지를 설치했거든요..
: :
: : 도와주세요