Can't stop WEBrick 1.3.1 with ctrl-c on Ubuntu 11.04

前端 未结 13 1780
终归单人心
终归单人心 2020-12-05 02:43

I\'m using RVM, Ruby 1.9.2, and Rails 3.0.7

A standard kill of the process from another terminal doesn\'t work, either, but kill -9 does, of course.

I found

相关标签:
13条回答
  • 2020-12-05 03:13

    Interesting experience (and good workaround for the next weeks):

    If you are under Ubuntu and use Guake for quick terminal access, you can launch

    rails s
    

    there. Ctrl + C reproducibly works there for me and stops the server.

    Hope I could help! :)

    EDIT: As obviously this is not reproducibly for everyone, here is my setup: Ubuntu 11.04, 32-bit, Guake 0.4.2-4ubuntu1

    0 讨论(0)
提交回复
热议问题