We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zeus crashes on startup.
uname -a
Linux hostname 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
zeus start
$ zeus --log /dev/stderr start zeus --log /dev/stderr start Starting Zeus server v0.15.14 2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] development_environment/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] default_bundle/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886211 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] boot/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886288 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:391] boot/(no PID) running the root command now [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] zeus server (alias: s) [run to see backtrace]
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Description of Problem
Zeus crashes on startup.
System details
uname -a
:Linux hostname 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ruby -v
:ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
Steps to Reproduce
zeus start
in a new rails projectObserved Behavior
$ zeus --log /dev/stderr start zeus --log /dev/stderr start Starting Zeus server v0.15.14 2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] development_environment/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] default_bundle/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886211 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] boot/(no PID) entering state SUnbooted 2017/07/31 09:25:26.886288 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:391] boot/(no PID) running the root command now [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] [ready] [crashed] [running] [connecting] [waiting] boot └── default_bundle └── development_environment Available Commands: [waiting] [crashed] [ready] zeus server (alias: s) [run to see backtrace]
The text was updated successfully, but these errors were encountered: