我在我的fedora 16机器上安装了ftp server vsftpd。 直到今天早上,它一切正常。 突然,今天早上,当我input命令重新启动vsftpd它显示以下错误
[root@localhost bibeknam]# service vsftpd restart Redirecting to /bin/systemctl restart vsftpd.service Job failed. See system logs and 'systemctl status' for details.
状态报告如下
[root@localhost bibeknam]# service vsftpd status Redirecting to /bin/systemctl status vsftpd.service vsftpd.service - Vsftpd ftp daemon Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled) Active: failed since Wed, 27 Feb 2013 16:37:11 +0545; 8min ago CGroup: name=systemd:/system/vsftpd.service
有没有人有解决这个问题?
编辑1 :系统日志
Feb 27 17:01:42 localhost systemd[1]: vsftpd.service: control process exited, code=exited status=1 Feb 27 17:01:42 localhost systemd[1]: Unit vsftpd.service entered failed state.
提前致谢
尝试下面的命令
$ systemctl enable vsftpd.service $ systemctl start vsftpd.service
您可能会希望将这些行包含在启动脚本中