In this video, we demonstrate how to solve the error: 500 OOPS: vsftpd: refusing to run with writable root inside chroot().
Commands used:
usermod -s /sbin/nologin testuser
chmod a-w /home/testuser
systemctl restart vsftpd
echo 'allow_writeable_chroot=YES' >> /etc/vsftpd/vsftpd.conf
systemctl restart vsftpd
The related article for this article can be found here: https://www.liquidweb.com/kb/error-500-oops-priv_sock_get_int-solved/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or for more information on new Managed Cloud product, visit: https://www.liquidweb.com/products/cloud-servers/ to learn more!
Video by: Justin Palmer
Commands used:
usermod -s /sbin/nologin testuser
chmod a-w /home/testuser
systemctl restart vsftpd
echo 'allow_writeable_chroot=YES' >> /etc/vsftpd/vsftpd.conf
systemctl restart vsftpd
The related article for this article can be found here: https://www.liquidweb.com/kb/error-500-oops-priv_sock_get_int-solved/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or for more information on new Managed Cloud product, visit: https://www.liquidweb.com/products/cloud-servers/ to learn more!
Video by: Justin Palmer
- Category
- Liquid Web
- Tags
- liquidweb, datacenter, web

Be the first to comment