vsftpd 的 priv_sock_get_cmd 错误

Ksh*_*rma 5 ftp vsftpd

我已经安装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
Run Code Online (Sandbox Code Playgroud)

Ksh*_*rma 9

有一个帖子在这里描述的问题。自 3.0.0 版起seccomp自动使用新的内核模块vsftpdvsftpd使用 seccomp 时有点问题。

将此行添加到 /etc/vsftpd.conf 的末尾

seccomp_sandbox=NO
Run Code Online (Sandbox Code Playgroud)

并重新启动服务器:

sudo service vsftpd restart
Run Code Online (Sandbox Code Playgroud)

  • 链接已失效... (2认同)