[root@CentOS5 sbin]# service proftpd restart
Shutting down proftpd: [FAILED]
Starting proftpd: - warning: unable to determine IP address of 'hostname'
- error: no valid servers configured
- Fatal: error processing configuration file '/usr/local/proftpd/etc/proftpd.conf'
[FAILED]
proftpd.conf 제일 하단에 아래 내용 추가
DefaultAddress ip address
DefaultAddress ip address
[root@CentOS5 bin]# ps aux | grep proftpd
nobody 1193 0.0 0.0 2600 996 ? Ss 23:46 0:00 proftpd: (accepting connections)
root 1198 1.2 0.1 3056 1608 ? S 23:46 0:01 proftpd: linux - 192.168.10.199: IDLE
출처: https://ibabo.tistory.com/116 [Hello, World ♡.♡:티스토리]
'Works > 리눅스 트러블슈팅' 카테고리의 다른 글
[APACHE] OpenSSL 설정 이후 오류 (0) | 2023.10.27 |
---|---|
ssh 로그인할때 로그인이 느려지는 현상 (0) | 2023.06.19 |
Apache 2.4.x 서버에서 mod_cband 설치시 오류 메세지 처리방법 (0) | 2022.11.24 |
500 OOPS vsftpd: refusing to run with writable root inside chroot() (1) | 2020.07.01 |
CentOS7 에서 PHP 5.2 버전 컴파일 시 주요 오류 해결 방안 (0) | 2020.06.09 |