I have a problem with my server. I installed proftpd in my server, and on filezilla its work. But sometime i have this following error
ECONNREFUSED - Connection refused by server
So, i have to go on my server and restart my proftpd with this following code:
sudo /etc/init.d/proftpd restart
* Stopping ftp server proftpd [ OK ]
* Starting ftp server proftpd [ OK ]
Then its work again.
The problem is that i have this error every week so i have to restart each time.
Thanks for your help.
/var/log/messagesor similar places? – Eric Renouf Apr 29 '16 at 16:34proftpdare you running? – Castaglia Apr 29 '16 at 16:46logrotateconfiguration (or some other process) might sendSIGHUPtoproftpd, triggering this bug. If you can, I'd recommend removing anyLoadModule mod_facl.cfrom your config files. – Castaglia May 04 '16 at 03:04