質問編集履歴

3

a

2018/08/02 01:24

投稿

abbey_wakos
abbey_wakos

スコア17

test CHANGED
File without changes
test CHANGED
@@ -58,9 +58,13 @@
58
58
 
59
59
  $ rm /usr/local/var/postgres/postmaster.pid
60
60
 
61
+ rm: cannot remove ‘/usr/local/var/postgres/postmaster.pid’: No such file or directory
61
62
 
62
63
 
64
+
63
- rm: cannot remove ‘/usr/local/var/postgres/postmaster.pid’: No such file or directory
65
+ $ sudo service postgresql start
66
+
67
+ postgresql: unrecognized service
64
68
 
65
69
 
66
70
 

2

2018/08/02 01:24

投稿

abbey_wakos
abbey_wakos

スコア17

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,18 @@
54
54
 
55
55
 
56
56
 
57
+ ### 試したコマンド
58
+
59
+ $ rm /usr/local/var/postgres/postmaster.pid
60
+
61
+
62
+
63
+ rm: cannot remove ‘/usr/local/var/postgres/postmaster.pid’: No such file or directory
64
+
65
+
66
+
67
+
68
+
57
69
  ググっても解決にいたらなかったので、ギブアップです。
58
70
 
59
71
  パスが原因でしょうか?

1

2018/08/02 01:21

投稿

abbey_wakos
abbey_wakos

スコア17

test CHANGED
File without changes
test CHANGED
@@ -56,4 +56,6 @@
56
56
 
57
57
  ググっても解決にいたらなかったので、ギブアップです。
58
58
 
59
+ パスが原因でしょうか?
60
+
59
61
  もしよろしければ解決策をお願いします。