Control Web Panel

WebPanel => FTP => Topic started by: filz51 on May 12, 2021, 09:29:17 AM

Title: pure-ftp.service does not exist
Post by: filz51 on May 12, 2021, 09:29:17 AM
Hi
FTP service doesn't start up.
Code: [Select]
systemctl enable pure-ftp returns "pure-ftp.service does not exist".

Output from
Code: [Select]
systemctl status pure-ftpd.service● pure-ftpd.service - Pure-FTPd FTP server
   Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: timeout) since Wed 2021-05-12 11:09:53 CEST; 12min ago
  Process: 924 ExecStart=/usr/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf (code=exited, status=0/SUCCESS)
Starting Pure-FTPd FTP server...
pure-ftpd.service: start operation timed out. Terminating.
pure-ftpd.service: Failed with result 'timeout'.
Failed to start Pure-FTPd FTP server.

What can I do?
Cheers, Filz51

Title: Re: pure-ftp.service does not exist
Post by: Sandeep on May 12, 2021, 02:07:46 PM
hi try to remove pure-ftpd and install it again and reboot your server once
Title: Re: pure-ftp.service does not exist
Post by: filz51 on May 15, 2021, 12:54:54 PM
Hi Sandeep
Thank you, it's fixed.