1. login as root (or sudo..) and do the following:
2. apt-get install python-software-properties
3. sudo add-apt-repository ppa:thefrontiergroup/vsftpd
4. sudo apt-get update
5. sudo apt-get install vsftpd
6. vi /etc/vsftpd.conf and add the following
allow_writeable_chroot=YES
7. sudo service vsftpd restart
source: http://www.mikestechblog.com/joomla/operating-systems-section/operating-systems-ubuntu/155-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot.html
No comments:
Post a Comment