質問編集履歴

3

プロセスの確認追加

2019/05/07 03:33

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -263,3 +263,31 @@
263
263
 
264
264
 
265
265
  どなたかご教授の程、宜しくお願いします。
266
+
267
+
268
+
269
+ 追記
270
+
271
+ プロセスの確認をしてみました。
272
+
273
+ ```ここに言語を入力
274
+
275
+ # ps aux | grep unicorn
276
+
277
+
278
+
279
+ kinoko 18282 0.0 5.4 457580 112368 ? Sl 01:26 0:04 unicorn master -c /usr/share/nginx/html/current/config/unicorn/production.rb -E
280
+
281
+ production -D
282
+
283
+ kinoko 18290 0.0 5.1 457448 105748 ? Sl 01:27 0:00 unicorn worker[0] -c /usr/share/nginx/html/current/config/unicorn/production.rb
284
+
285
+ -E production -D
286
+
287
+ kinoko 18293 0.0 5.1 457448 105032 ? Sl 01:27 0:00 unicorn worker[1] -c /usr/share/nginx/html/current/config/unicorn/production.rb
288
+
289
+ -E production -D
290
+
291
+ root 22024 0.0 0.0 112728 984 pts/0 S+ 12:29 0:00 grep --color=auto unicorn
292
+
293
+ ```

2

記述ミスの修正

2019/05/07 03:32

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  bundler: failed to load command: unicorn (/usr/share/nginx/html/shared/bundle/ruby/2.3.0/bin/unicorn)
56
56
 
57
- ArgumentError: Already running on PID:20187 (or pid=/usr/share/nginx/html/current/tmp/pids/unicorn.pid is stale)
57
+ ArgumentError: Already running on PID:18282 (or pid=/usr/share/nginx/html/current/tmp/pids/unicorn.pid is stale)
58
58
 
59
59
  /usr/share/nginx/html/shared/bundle/ruby/2.3.0/gems/unicorn-5.5.0/lib/unicorn/http_server.rb:207:in `pid='
60
60
 

1

記述ミスの修正

2019/05/06 16:39

投稿

koume
koume

スコア458

test CHANGED
@@ -1 +1 @@
1
- Capistrano3+Nginx+unicornでunicornの起動のエラーが解決出来ずに困っています。ArgumentError: Already running on PID:20187 (o
1
+ Capistrano3+Nginx+unicornでunicornの起動のエラーが解決出来ずに困っています。ArgumentError: Already running on PID:18282 (o
test CHANGED
File without changes