2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vsftpdが起動しなかった話

Posted at

#起動したらこんなエラー

起動した結果
# systemctl start vsftpd
Job for vsftpd.service failed because the control process exited with error code.  
See "systemctl status vsftpd.service" and "journalctl -xe" for details.

#設定ファイルの文法が違うっぽい

  • ~~ =YES のあとに空白文字がある
  • 誤字脱字

などはありがちなミス

#文法に問題がないかチェックしてもらう

文法の確認
#/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf

#問題があれば指摘してくれる
逆になければ、そのまま起動するので注意

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?