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

前端 未结 13 1821
终归单人心
终归单人心 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:11

    Seems to be a problem with Unity and Terminal the ^c is not processed correctly for some reason. try doing the same thing using terminator (a better terminal). Or just use gnome.

    At least this is how I resolved the problem. I propose we move this to askubuntu.com.

    In U10.04 I had this problem running webrick, mongrel, console, sqlite, it didn't matter what I ran actually.

提交回复
热议问题