inetd.conf에서 ftp를 #으로 다시막고 inetd restart합니다.
proftpd.conf에서 servertype을 standalone에서 #을 제거하고
inetd에서 #으로 막으세요.
그후 proftpd restart하세요.
도움이 되기를.......
: proftp를 실행할려구 하면...
:
: [root@localhost init.d]# ./proftpd start
: Starting proftpd: Was not suspended
: localhost.localdomain - Fatal:비소켓상의 소켓 동작
: localhost.localdomain - (Running from command line? Use `ServerType
: standalone' in config file!)
: [FAILED]
: [root@localhost init.d]#
: 이렇게 에러가 뜹니다..
:
: 모..설치 과정은...
: rpm -e proftpd 로 먼저 설치 된 proftp를 지우구여..
: rpm 받아서....
: rpm -Uvh proftpd어쩌구 저쩌구..rpm
: 하구...
:
: inetd가 몬지 standalone가 몬지를 모르지만...설명에는 inetd로 하라고 되
: 어 있길래..하라는 대로...
: /etc/proftpd/conf/proftpd.conf
: 파일에..
: --------proftpd.conf------------
: # ServerType standalone
: ServerType inetd
: ---------------------------------
: 이런 식으로 standalone 주석 처리 해주었구여..
:
: /etc/inetd.conf
: 파일을...하라는 데로..
: -----------inetd.conf--------------
: ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
: ------------------------------------
: 이렇게 바꾸었습니다..
: 그뒤..inetd를 재시동하구여...
: /etc/rc.d/init.d/inet restart
:
: 그 담에..proftp를 실행할려구 했는데 아까 그 에러 메세지가...
: 쫌 도와 주세여..
: 전 알짜 6.2를 사용 하고 있습니다...