vsftpd 에러 질문질문.

eusunung의 이미지

vi /etc/vsftpd/vsftpd.conf

파일 내에 background=yes listen=yes
이렇게 추가 되어 있는데도

vsftpd 스크립트실행하면

/etc/vsftpd/vsftpd.conf must contain background=YES and either
* listen=YES or listen_ipv6=YES (but not both)
* in order to start vsftpd from /etc/init.d/vsftpd
이런 에러 메시지가 나오고면서 실행이 안되고

/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf

이렇게 직접 실행하면 실행이 됩니다..

왜 이런 현상이 나타나는지 알수가 없네요??

doodoo의 이미지

저의 설정에는(어제 설치 완료 했거든요)
background=YES
listen_ipv6=YES
항목이 아예 없네요

일단 메세지에는 둘다 있으면 않ㅤㄷㅙㄴ다...정도 인것 같은데요

저는 그것의 설정 없이 성공했습니다.

소리의 이미지

Quote:
/etc/vsftpd/vsftpd.conf must contain background=YES and either
* listen=YES or listen_ipv6=YES (but not both)

* in order to start vsftpd from /etc/init.d/vsftpd

설정에 background=YES를 넣으시고, listen=YES와 listen_ipv6=YES는 둘 중 하나만 넣으세요.

에러 메시지를 잘 읽읍시다. 왜 vsftpd 스크립트로 실행할 때만 안 되는지까지 적혀있잖아요. :evil: