Error message "500 OOPS: vsftpd: refusing to run with writable root inside chroot()" [closed] Error message "500 OOPS: vsftpd: refusing to run with writable root inside chroot()" [closed] linux linux

Error message "500 OOPS: vsftpd: refusing to run with writable root inside chroot()" [closed]


This blog here points out how to fix this problem.

http://www.mikestechblog.com/joomla/operating-systems-section/operating-systems-ubuntu/155-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot.html

The issue being that the user's root directory is writable. The Frontier Group provides you with a fix on vsFTPd.

Here are the steps to be taken (copy paste from the tutorial, in case the link dies)

  1. login as root (or sudo..) and do the following:

  2. vi /etc/vsftpd.conf and add the followingallow_writeable_chroot=YES

  3. sudo service vsftpd restart