Ftp
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
這裡有一篇文章描述了這個問題。從 3.0.0 版開始
seccomp
自動使用新的核心模組。使用 seccomp 時有點錯誤。vsftpd``vsftpd
將此行添加到 /etc/vsftpd.conf 的末尾
seccomp_sandbox=NO
並重新啟動伺服器:
sudo service vsftpd restart