Archive for May, 2011
FTP not working?
by z3n on May.24, 2011, under Linux Happyness
Problem:
FTPd is working however when you try to login you get access denied on user’s home folder, no matter what accesses and group/user combination.
Solution:
Check /var/log/audit/autit.log and /var/log/messages
This usually is a SELinux block, fix it using:
setsebool -P ftp_home_dir=1