젠투에서 proftpd 설정 여러분은 어떻게 하셨나요?
전, 다른 배포판에서 별 무리없이 잡혔는데. 젠투에서는 계속 삽질입니다. 
아래, FTP 구동시 에러내용과 주변 부수적인 것들을 모아 올립니다. 
<오류메시지>
{xxxxxxx} init.d # /etc/init.d/proftpd start
 * Starting proftpd...
 - getaddrinfo '_xxxxxxx_' error: Name or service not known
 - warning: unable to determine IP address of '_xxxxxxx_'
 - error: no valid servers configured
 - Fatal: error processing configuration  file '/etc/proftpd/proftpd.conf  [ !! ]
<관련된 것>
--------------------------------------------------------------------
{xxxxxxxx}/etc# vi  hosts
127.0.0.1       localhost
192.168.0.4     {roselancer}
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
-------------------------------------------------
{xxxxxxxx}/etc# vi  hostname
{xxxxxxxx}
-------------------------------------------------
{xxxxxxxx}/etc# vi dnsdomainname
{homeunix.com}
------------------------------------------------
{xxxxxxxx}/etc# vi nisdomainname
{xxxxxxxx.homeunix.com}
-------------------------------------------------
{xxxxxxxx}/etc/proftpd# vi proftpd.conf
   :
   :
# Set the user and group that the server normally runs at.
User                            proftpd 
Group                          proftpd 
   :
   :
-------------------------------------
오류내용과 prompt 떨어질때 젠투에선 원래 {xxxxxx}/root # 이렇게 지정된건지 알고싶습니다.


댓글 달기