Skip to content

Instantly share code, notes, and snippets.

@Janfy
Created September 12, 2013 21:33
Show Gist options
  • Save Janfy/6544093 to your computer and use it in GitHub Desktop.
Save Janfy/6544093 to your computer and use it in GitHub Desktop.
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
wget http://ftp.us.debian.org/debian/pool/main/v/vsftpd/vsftpd_3.0.2-3_amd64.deb
dpkg -i vsftpd_3.0.2-3_amd64.deb
echo "allow_writeable_chroot=YES" >> /etc/vsftpd.conf
echo "seccomp_sandbox=NO" >> /etc/vsftpd.conf
service vsftpd reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment