Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not stop service server #273

Open
zendzo opened this issue Feb 6, 2014 · 4 comments
Open

can not stop service server #273

zendzo opened this issue Feb 6, 2014 · 4 comments

Comments

@zendzo
Copy link

zendzo commented Feb 6, 2014

after i run this command on my terminal
bundle exec ruhoh server 9292

i can't not terminate with ctrl+c

@Stebalien
Copy link
Contributor

I can't reproduce. What's your OS, distro, terminal emulator, shell, etc...

@zendzo
Copy link
Author

zendzo commented Feb 8, 2014

i use windows 7 and git terminal

@Stebalien
Copy link
Contributor

Just to be absolutely sure, what's the output of echo $SHELL. However, it might just not work under the standard windows terminal emulator. You might need to run some other terminal emulator (rxvt, console2, etc.).

@daviesjamie
Copy link

I've also experienced this problem. If I try to CTRL + C out of the server before the server has dumped the initialisation information, it will hang and require a manual kill of the process.

$ bundle exec ruhoh server 9292
Using theme: "theme-jamie"
=> Start watching: /Users/jamie/Code/jamiedavies.me
# Ctrl + C here before the rest of the information is displayed will cause a hang
[2014-02-11 22:23:04] INFO  WEBrick 1.3.1
[2014-02-11 22:23:04] INFO  ruby 2.1.0 (2013-12-25) [x86_64-darwin13.0]
[2014-02-11 22:23:04] INFO  WEBrick::HTTPServer#start: pid=31664 port=9292
# Ctrl + C here will exit normally

I'm using OS X 10.9, with Fish shell inside iTerm 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants