質問編集履歴

2

タイトルの変更、バージョンを追記

2021/02/01 01:59

投稿

shutoshinoda
shutoshinoda

スコア1

test CHANGED
@@ -1 +1 @@
1
- EC2内でRailsを起動できない
1
+ EC2内でRailsを起動できない(master failed to start, check stderr log for details)
test CHANGED
@@ -197,3 +197,9 @@
197
197
  [ec2-user@ip-172-31-45-189 newneu-hp]$ ps aux | grep unicorn
198
198
 
199
199
  ec2-user 20174 0.0 0.0 119436 956 pts/0 S+ 01:07 0:00 grep --color=auto unicorn
200
+
201
+
202
+
203
+ ###バージョン
204
+
205
+ unicorn (5.4.1)

1

killを使用した事について追記しました。

2021/02/01 01:59

投稿

shutoshinoda
shutoshinoda

スコア1

test CHANGED
File without changes
test CHANGED
@@ -187,3 +187,13 @@
187
187
  socket: /var/lib/mysql/mysql.sock
188
188
 
189
189
  ```
190
+
191
+
192
+
193
+ 動作中のプロセスに対してkillコマンドを使って全て停止させましたがエラーは変わりませんでしたがエラー文は変わりませんでした。
194
+
195
+ [ec2-user@ip-172-31-45-189 newneu-hp]$ kill 19975
196
+
197
+ [ec2-user@ip-172-31-45-189 newneu-hp]$ ps aux | grep unicorn
198
+
199
+ ec2-user 20174 0.0 0.0 119436 956 pts/0 S+ 01:07 0:00 grep --color=auto unicorn