[증상]
CentOS7 서버에 FTP를 구축하여 처음 연결을 시도하였는데 아래와 같이
500 OOPS vsftpd: refusing to run with writable root inside chroot()라는 메시지와 함께
Critical error가 뜨면서 연결이 되지를 않았다.
원인은 chroot내에 쓰기 권한이 없어서 발생한 문제로써, 설정을 바꿔주면 해결되는 문제다.
[해결책]
vi /etc/vsftpd/vsftpd.conf
allow_writeable_chroot=YES 구문을 적당한 위치에 추가해 준다.
systemctl restart vsftpd.service
'Works > 리눅스 트러블슈팅' 카테고리의 다른 글
500 OOPS vsftpd: refusing to run with writable root inside chroot() (1) | 2020.07.01 |
---|---|
CentOS7 에서 PHP 5.2 버전 컴파일 시 주요 오류 해결 방안 (0) | 2020.06.09 |
CentOS 5 에서 gpg key retrieval failed errno 14 http error 404 not found (0) | 2018.06.07 |
cgi 실행 안될 때 (0) | 2018.06.04 |
sendmail과 dovecot 설치 후 outlook에서 권한요청 중 발생시 (0) | 2018.06.01 |
[Apache] 2.4 버전에서 403 에러시 [authz_core:error AH01630: client denied by server configuration] (0) | 2017.05.29 |