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

Kill process is breaking things #37

Open
aCyborg opened this issue May 23, 2016 · 3 comments
Open

Kill process is breaking things #37

aCyborg opened this issue May 23, 2016 · 3 comments
Assignees

Comments

@aCyborg
Copy link
Contributor

aCyborg commented May 23, 2016

We think it needs and if statement, but it breaks if you run it on vagrant

@froboy
Copy link
Contributor

froboy commented Nov 15, 2016

I'm seeing this on a new vagrant box. Any workarounds that you've come up with?

Specifically, butler doesn't seem to watch files on vagrant and needs to be killed when code is updated (possibly related or maybe different issue). Once the process is killed, npm run butler gives the following error:

Error: Command failed: /bin/sh -c ../../vendor/bin/sculpin generate --watch --server --project-dir="../../styleguide/"


  [React\Socket\ConnectionException]                            
  Could not bind to tcp://0.0.0.0:8000: Address already in use  

@becw
Copy link
Member

becw commented Nov 15, 2016

@froboy you might try checking who's using the port? I think this should give you a pid:

fuser -n tcp 8000

@froboy
Copy link
Contributor

froboy commented Nov 15, 2016

@labbydev helped resolve this. We added the kill command and then removed it and everything was fine.

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

4 participants