I have created a VM on Windows Azure and running Ubuntu on that I have been able to successfully communicate using the http protocol on port 80
However, I am not able to make a successful FTP connection. Here is what I have done so far
local_enable=YES, write_enable=YES
Now when I try to make a normal FTP connection on Filezilla, I have and error which says500 OOPS: priv_sock_get_cmd
Can someone please let me know what I am missing
Help would be greatly appreciated Thanks
The following may help:
seccomp_sandbox=NO
As reto suggested, adding:
seccomp_sandbox=NO
To your vsftpd.conf file (usually located in /etc) should fix this problem (make sure you "sudo service vsftpd restart" afterwards).
VSFTPD uses kernel module seccomp in a way that produces this bug on certain kernels. See this post for more info: http://chemdroid.net/en/ubuntu/23-vsftpd-500-oops-priv-sock-get-cmd.
I wanted to add this detail to reto's post, but I don't have enough reputation to comment yet...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With