500 OOPS: priv_sock_get_cmd
macbook:~ PJunior$ ftp username@example.com Connected to example.com. 500 OOPS: priv_sock_get_cmd ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
seccomp_sandbox=NO
and restart the Server:
sudo service vsftpd restart
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
macbook:~ PJunior$ ftp username@example.com Connected to example.com. 500 OOPS: vsftpd: refusing to run with writable root inside chroot() ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
allow_writeable_chroot=YES
and restart the Server:
sudo service vsftpd restart
本文介绍了如何解决vsftpd服务器登录过程中出现的500OOPS错误,通过修改配置文件/etc/vsftpd.conf中的seccomp_sandbox和allow_writeable_chroot选项,并重启服务来修复问题。
188

被折叠的 条评论
为什么被折叠?



