2012.07.20 09:19
Proftpd – ‘unable to determine IP address’ 에러 발생시
=========================================================
Proftp 구동시 아래와 같은 에러 메시지가 발생될 경우가 있습니다.
proftpd: - getaddrinfo '호스트네임' error: Name or service not known
proftpd: - error: unable to determine IP address of '호스트네임'
proftpd: - error: no valid servers configured
proftpd: - Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
서버의 hostname과 /etc/hosts 파일에 등록된 localhost 정보가 일치하지 않아
발생하는 것으로, 두 정보를 일치 시켜주면 됩니다.