質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.46%
CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

Q&A

解決済

1回答

5563閲覧

CentOS7 vsftpdが起動してくれない

Yachon007

総合スコア1

CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

0グッド

0クリップ

投稿2020/06/04 10:03

前提・実現したいこと

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/ツールのバージョンなど)

ここにより詳細な情報を記載してください。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

500 OOPS: run two copies of vsftpd for IPv4 and IPv6

これから
CentOS7でのvsftpdの起動エラー
にたどり着くんですが、これではないってことですか?

投稿2020/06/04 11:04

rururu3

総合スコア5545

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

Yachon007

2020/06/05 01:42

早々のご回答ありがとうございます。 vsftpd.confの中身が誤っていたようです。ちゃんと起動してくれました。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.46%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問