質問編集履歴
1
ポート5432の使用されている場所
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,45 @@
|
|
51
51
|
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: Unit postgresql.service entered failed state.
|
52
52
|
|
53
53
|
3月 15 22:40:57 tk2-260-39672.vs.sakura.ne.jp systemd[1]: postgresql.service failed.
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
下記のコマンドを実行したところ5432ポートがtcpで使用されていることがわかりました。
|
62
|
+
|
63
|
+
これが原因になりますでしょうか?原因ならばどう解決すればよいでしょうか?
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
sudo firewall-cmd --list-all
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
public (active)
|
72
|
+
|
73
|
+
target: default
|
74
|
+
|
75
|
+
icmp-block-inversion: no
|
76
|
+
|
77
|
+
interfaces: eth0
|
78
|
+
|
79
|
+
sources:
|
80
|
+
|
81
|
+
services: dhcpv6-client http ssh
|
82
|
+
|
83
|
+
ports: 5432/tcp 3000/tcp
|
84
|
+
|
85
|
+
protocols:
|
86
|
+
|
87
|
+
masquerade: no
|
88
|
+
|
89
|
+
forward-ports:
|
90
|
+
|
91
|
+
source-ports:
|
92
|
+
|
93
|
+
icmp-blocks:
|
94
|
+
|
95
|
+
rich rules:
|