前提・実現したいこと
linuxサーバ(CentOS7)上でFTP機能を有効にしたいのですが、
下記エラーメッセージが表示され起動しません。
本サイトやネット上で色々と調べましたが、エラーのあたりがつかず困っています。
ずぶの素人で申し訳ないのですが、ご意見を頂ければと思います。
発生している問題・エラーメッセージ
[root@show ~]# systemctl start vsftpd.service
Job for vsftpd.service failed because the control process exited with error code. See "systemctl status vsftpd.service" and "journalctl -xe" for details.
[root@show ~]#
[root@show ~]#
[root@show ~]#
[root@show ~]# systemctl status vsftpd.service
● vsftpd.service - Vsftpd ftp daemon
Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 木 2020-06-04 18:41:26 JST; 6s ago
Process: 3130 ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf (code=exited, status=2)
6月 04 18:41:26 show systemd[1]: Starting Vsftpd ftp daemon...
6月 04 18:41:26 show vsftpd[3130]: 500 OOPS: run two copies of vsftpd for IPv4 and IPv6
6月 04 18:41:26 show systemd[1]: vsftpd.service: control process exited, code=exited status=2
6月 04 18:41:26 show systemd[1]: Failed to start Vsftpd ftp daemon.
6月 04 18:41:26 show systemd[1]: Unit vsftpd.service entered failed state.
6月 04 18:41:26 show systemd[1]: vsftpd.service failed.
[root@show ~]#
[root@show ~]#
[root@show ~]#
[root@show ~]# journalctl -xe
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-3.scope has finished starting up.
-- The start-up result is done.
6月 04 18:36:20 show sshd[3100]: pam_unix(sshd:session): session opened for user root by (uid=0)
6月 04 18:36:25 show sshd[2858]: pam_unix(sshd:session): session closed for user root
6月 04 18:36:25 show systemd-logind[1832]: Removed session 2.
-- Subject: Session 2 has been terminated
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- A session with the ID 2 has been terminated.
6月 04 18:41:26 show polkitd[1825]: Registered Authentication Agent for unix-process:3124:127675 (system bus name :1.44 [/usr/bin/pkttyagent --notify-fd 5 -
6月 04 18:41:26 show systemd[1]: Starting Vsftpd ftp daemon...
-- Subject: Unit vsftpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit vsftpd.service has begun starting up.
6月 04 18:41:26 show vsftpd[3130]: 500 OOPS: run two copies of vsftpd for IPv4 and IPv6
6月 04 18:41:26 show systemd[1]: vsftpd.service: control process exited, code=exited status=2
6月 04 18:41:26 show systemd[1]: Failed to start Vsftpd ftp daemon.
-- Subject: Unit vsftpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit vsftpd.service has failed.
-- The result is failed.
6月 04 18:41:26 show systemd[1]: Unit vsftpd.service entered failed state.
6月 04 18:41:26 show systemd[1]: vsftpd.service failed.
6月 04 18:41:26 show polkitd[1825]: Unregistered Authentication Agent for unix-process:3124:127675 (system bus name :1.44, object path /org/freedesktop/Poli
lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)lines 2183-2216/2216 (END)[root@show ~]#
[root@show ~]#
該当のソースコード
ソースコード
試したこと
下記コマンド投入を試しました。
systemctl start vsftpd.service
systemctl status vsftpd.service
journalctl -xe
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/05 01:42