为什么我的 vsftp 服务无法启动?

为什么我的 vsftp 服务无法启动?

这是我的 /etc/vsftpd.conf 。

listen=on
anonymous_enable=YES
local_enable=YES
write_enable=YES
chroot_local_user=YES
local_root=/home/ftp
anon_root=/home/ftp
xferlog_enable=YES
xferlog_file=/var/log/vsftpd.log

在控制台中,

service vsftpd start
root@pengsir:/home/debian8# service vsftpd status
● vsftpd.service - vsftpd FTP server
   Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled)
   Active: failed (Result: exit-code) since Sat 2015-10-17 15:37:34 HKT; 4s ago
  Process: 3060 ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf (code=exited, status=2)
  Process: 3057 ExecStartPre=/bin/mkdir -p /var/run/vsftpd/empty (code=exited, status=0/SUCCESS)
 Main PID: 3060 (code=exited, status=2)

Oct 17 15:37:34 pengsir systemd[1]: vsftpd.service: main process exited, co...NT
Oct 17 15:37:34 pengsir systemd[1]: Unit vsftpd.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.

为什么vsftp服务无法启动?

答案1

当我使用时sudo /usr/sbin/vsftpd,它给了

500 OOPS: unrecognised variable in config file: allow_ftpd_full_access. 

一旦我评论了那一行,vsftpd就开始了。

答案2

首先使用这些命令删除 vsftpd 包。

1:须藤 apt-get 删除 vsftpd 2:须藤 apt-get 删除 --自动删除 vsftpd 3:须藤 apt-get 清除 vsftpd 4:须藤 apt-get 清除 --自动删除 vsftpd

此过程成功完成后,你可以使用此命令再次安装它

sudo apt 更新 sudo apt-get 安装 vsftpd 服务 vsftpd 状态

相关内容