vsftpd의 priv_sock_get_cmd 오류

vsftpd의 priv_sock_get_cmd 오류

vsftpd로컬 시스템에 설치했습니다 . filezilla를 사용하여 연결하려고 하면 다음 오류가 발생합니다.

Status: Connection established, waiting for welcome message...
Response:   500 OOPS: priv_sock_get_cmd
Error:  Critical error
Error:  Could not connect to server

답변1

게시물이 있습니다여기이것은 문제를 설명합니다. 버전 3.0.0부터 seccomp새로운 커널 모듈이 자동으로 사용됩니다. seccomp를 사용하는 데 문제가 있습니다.vsftpdvsftpd

/etc/vsftpd.conf 끝에 이 줄을 추가하세요.

seccomp_sandbox=NO

서버를 다시 시작합니다.

sudo service vsftpd restart

관련 정보