Dear friends,
when I used " systemctl start vsftpd" in the root directory, the fedora 35 replies that :
Job for vsftpd.service failed because the control process exited with error code.
See “systemctl status vsftpd.service” and “journalctl -xeu vsftpd.service” for details.
What can i do? what kind of change can i do inside the above “systemctl status vsftpd.service” and “journalctl -xeu vsftpd.service” ?
thank you for your reply in advance
Those commands provide information and do not provide means of change.
After reviewing the information provided then you decide what may need to be changed.
You, as the user, are expected to gather information about any perceived problems and then take needed action (even if that action is providing the information while asking pertinent questions).
This looks like a bug. On my system I set the ftp service up as a socket activated service with the following two files, and run systemctl start vsftpd.socket.
One possible problem is that some other service is listening on the ftp socket. Run sudo ss -tlp to get a list of listening sockets and the processes which owns them.