Skip to content

Instantly share code, notes, and snippets.

@BekaValentine
Created September 22, 2016 10:27
Show Gist options
  • Select an option

  • Save BekaValentine/01602d681b5ebef42892866935c0a3c2 to your computer and use it in GitHub Desktop.

Select an option

Save BekaValentine/01602d681b5ebef42892866935c0a3c2 to your computer and use it in GitHub Desktop.
mysterious cloud haskell error
darryl-mcadamss-macbook-pro:test-project darryl$ stack exec new-template-exe slave localhost 8080 & stack exec new-template-exe slave localhost 8081 & stack exec new-template-exe master localhost 8082
[3] 4928
[4] 4929
new-template-exe: bind: resource busy (Address already in use)
new-template-exe: bind: resource busy (Address already in use)
Slaves: [nid://localhost:8080:0,nid://localhost:8081:0]
[1] Done stack exec new-template-exe slave localhost 8080
[2] Done stack exec new-template-exe slave localhost 8081
[3]- Exit 1 stack exec new-template-exe slave localhost 8080
[4]+ Exit 1 stack exec new-template-exe slave localhost 8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment