我已经安装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)
有一个帖子在这里描述的问题。自 3.0.0 版起seccomp
自动使用新的内核模块vsftpd
。vsftpd
使用 seccomp 时有点问题。
将此行添加到 /etc/vsftpd.conf 的末尾
seccomp_sandbox=NO
Run Code Online (Sandbox Code Playgroud)
并重新启动服务器:
sudo service vsftpd restart
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
11047 次 |
最近记录: |