VM上のコンテナ(centos8)でNginxを起動しています。しかしWebページにアクセスすることができず、journalctl -xe にてログを確認すると下記のメッセージが出力されています。
journalctl -xe
-- The start-up result is done. Jul 03 04:18:05 dedede dbus-daemon[45]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=46 comm="/usr/libexec/platform-python -s /usr/sbin/firewall" label="system_u:system_r:spc_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.ServiceUnknown" requested_reply="0" destination=":1.26" (uid=0 pid=414 comm="/usr/libexec/platform-python -s /usr/bin/firewall-" label="system_u:system_r:spc_t:s0") Jul 03 04:18:05 dedede dbus-daemon[45]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=46 comm="/usr/libexec/platform-python -s /usr/sbin/firewall" label="system_u:system_r:spc_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.ServiceUnknown" requested_reply="0" destination=":1.26" (uid=0 pid=414 comm="/usr/libexec/platform-python -s /usr/bin/firewall-" label="system_u:system_r:spc_t:s0") Jul 03 04:18:05 dedede dbus-daemon[45]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=46 comm="/usr/libexec/platform-python -s /usr/sbin/firewall" label="system_u:system_r:spc_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.ServiceUnknown" requested_reply="0" destination=":1.26" (uid=0 pid=414 comm="/usr/libexec/platform-python -s /usr/bin/firewall-" label="system_u:system_r:spc_t:s0") Jul 03 04:18:05 dedede dbus-daemon[45]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=46 comm="/usr/libexec/platform-python -s /usr/sbin/firewall" label="system_u:system_r:spc_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.ServiceUnknown" requested_reply="0" destination=":1.26" (uid=0 pid=414 comm="/usr/libexec/platform-python -s /usr/bin/firewall-" label="system_u:system_r:spc_t:s0") Jul 03 04:18:06 dedede dbus-daemon[45]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=46 comm="/usr/libexec/platform-python -s /usr/sbin/firewall" label="system_u:system_r:spc_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.ServiceUnknown" requested_reply="0" destination=":1.26" (uid=0 pid=414 comm="/usr/libexec/platform-python -s /usr/bin/firewall-" label="system_u:system_r:spc_t:s0") Jul 03 04:19:48 dedede systemd[1]: Stopping The nginx HTTP and reverse proxy server... -- Subject: Unit nginx.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nginx.service has begun shutting down. Jul 03 04:19:48 dedede systemd[1]: Stopped The nginx HTTP and reverse proxy server. -- Subject: Unit nginx.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nginx.service has finished shutting down. [root@dedede ~]#
エラーメッセージが長文であるため検索なども難しく、一部一部でググってもなかなか類似の事象がヒットしない状況です。
下記にNginxの詳細と環境情報を記載します。
yum info nginx
nginxの基本情報は以下になります。
# yum info nginx Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 2:30:22 ago on Fri Jul 3 01:56:02 2020. Installed Packages Name : nginx Epoch : 1 Version : 1.14.1 Release : 9.module_el8.0.0+184+e34fea82 Architecture : x86_64 Size : 1.7 M Source : nginx-1.14.1-9.module_el8.0.0+184+e34fea82.src.rpm Repository : @System From repo : AppStream Summary : A high performance web server and reverse proxy server URL : http://nginx.org/ License : BSD Description : Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and : IMAP protocols, with a strong focus on high concurrency, performance and low : memory usage.
nginx -t
configファイルの記載ミスも疑いましたが、問題なく読み込まれているように見えます。
[root@dedede ~]# nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful
curl
googleなどのヘッダー情報も取得できているので、nginxの機能は問題なく動いている認識です。
[root@dedede ~]# curl -I https://www.google.co.jp/ HTTP/2 200 content-type: text/html; charset=Shift_JIS p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info." date: Fri, 03 Jul 2020 04:30:18 GMT server: gws x-xss-protection: 0 x-frame-options: SAMEORIGIN expires: Fri, 03 Jul 2020 04:30:18 GMT cache-control: private set-cookie: 1P_JAR=2020-07-03-04; expires=Sun, 02-Aug-2020 04:30:18 GMT; path=/; domain=.google.co.jp; Secure set-cookie: NID=204=pyXBsvYS_-Y_ab8t6lONlNuISMygXwwGwtG1O2ayjop2KyMMm-ZdOllNHegG21J9OrbijEe2wBKPaBEl42eGXycHkzMhB6BvTk4qTGyp6897yuIBaJTXkXAqUcCX-Q6GrI4ggTDKuNQ3Ah7dsXshaoGlLD9J5Es8wiASRrqNcoQ; expires=Sat, 02-Jan-2021 04:30:18 GMT; path=/; domain=.google.co.jp; HttpOnly alt-svc: h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
環境情報
-ホストOS:Windows10
-VM:ホストOSのHyper-Vに立てたCentos8
-コンテナ:centos8, Networkはhost-hostになっており外部通信可能(ping yahoo.co.jpが通るなど)
最終的な目的はkubernetesを使用し、podを3台立て、downした際の自動復旧・Nginxページの表示の冗長性を見ることです。
不足している情報などありましたらご指摘いただければと思います。
質問に不慣れのため不手際等あるかもしれませんが、何卒よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。