At  times, you will find the following error message in the “/var/log/messages”
=======
FAIL: ftp per_source_limit from=xxx.xxx.xxx.xxx
=======
You can resolve the issue by adding the following line in the file ‘/etc/xinet.d/ftp_psa’
=======
per_source            = UNLIMITED 
=======
After saving the file, restart xinet.d by using the following command.
/sbin/service xinetd restart
 The issue will be resolved. :) 

Leave a Reply