質問編集履歴
1
ポート5432の使用されている場所
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,4 +24,25 @@
|
|
24
24
|
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: postgresql.service: control process exited, code=exited status=1
|
25
25
|
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: Failed to start PostgreSQL database server.
|
26
26
|
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: Unit postgresql.service entered failed state.
|
27
|
-
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: postgresql.service failed.
|
27
|
+
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: postgresql.service failed.
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
下記のコマンドを実行したところ5432ポートがtcpで使用されていることがわかりました。
|
32
|
+
これが原因になりますでしょうか?原因ならばどう解決すればよいでしょうか?
|
33
|
+
|
34
|
+
sudo firewall-cmd --list-all
|
35
|
+
|
36
|
+
public (active)
|
37
|
+
target: default
|
38
|
+
icmp-block-inversion: no
|
39
|
+
interfaces: eth0
|
40
|
+
sources:
|
41
|
+
services: dhcpv6-client http ssh
|
42
|
+
ports: 5432/tcp 3000/tcp
|
43
|
+
protocols:
|
44
|
+
masquerade: no
|
45
|
+
forward-ports:
|
46
|
+
source-ports:
|
47
|
+
icmp-blocks:
|
48
|
+
rich rules:
|