1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WEBrick A server is already running

1
Posted at
$ ps ax
  :
  :
  :
  :
 5441 pts/0    Tl     0:06 /home/vagrant/.rbenv/versions/1.9.3-p448/bin/ruby script/rails s
 5582 ?        S      0:00 pickup -l -t fifo -u
 5855 pts/0    R+     0:00 ps ax
# 起動中のプロセスを終了
$ kill -9 5441
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?