500 OOPS: priv_sock_get_cmd
macbook:~ PJunior$ ftp [email protected]
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 [email protected]
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