-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
INFO[0000] Killing 1 cmds sourceLine="setup/cmds.go:75"
INFO[0005] Still waiting; killing all sourceLine="setup/cmds.go:102"
FATA[0005] fork/exec : no such file or directory sourceLine="setup-cloud-scoot/main.go:53"
exit status 1
Which file does not exist?
[root@host-10-0-133-169 ~]# tar -C /usr/local -xzf go1.14.linux-amd64.tar.gz
e[root@host-10-0-133-169 ~]# export PATH+=:/usr/local/go/bin
[root@host-10-0-133-169 ~]# cd scoot/
[root@host-10-0-133-169 scoot]# go run ./binaries/setup-cloud-scoot/main.go --strategy local.local
go: downloading github.com/apache/thrift v0.0.0-20160616201512-0e9fed1e12ed
go: downloading github.com/sirupsen/logrus v1.4.2
go: downloading github.com/golang/protobuf v1.3.2
go: downloading golang.org/x/sys v0.0.0-20190422165155-953cdadca894
go: downloading google.golang.org/grpc v1.14.0
go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
go: downloading golang.org/x/net v0.0.0-20190628185345-da137c7871d7
go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/twitter/groupcache v0.0.0-20191021194929-8215cbf3be0f
go: downloading github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
go: downloading github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/rcrowley/go-metrics v0.0.0-20160613154715-cfa5a85e9f0a
INFO[0000] Starting up a Local ApiServer sourceLine="setup/api.go:49"
INFO[0000] RunCmd: [-http_addr localhost:11100 -grpc_addr localhost:12100 -log_level info] sourceLine="setup/cmds.go:122"
INFO[0000] Starting[ -http_addr localhost:11100 -grpc_addr localhost:12100 -log_level info] sourceLine="setup/cmds.go:142"
INFO[0000] Killing 1 cmds sourceLine="setup/cmds.go:75"
INFO[0005] Still waiting; killing all sourceLine="setup/cmds.go:102"
FATA[0005] fork/exec : no such file or directory sourceLine="setup-cloud-scoot/main.go:53"
exit status 1
[root@host-10-0-133-169 scoot]# go run ./binaries/setup-cloud-scoot/main.go --strategy local.local --log_level debug
INFO[0000] Starting up a Local ApiServer sourceLine="setup/api.go:49"
INFO[0000] RunCmd: [-http_addr localhost:11100 -grpc_addr localhost:12100 -log_level debug] sourceLine="setup/cmds.go:122"
INFO[0000] Starting[ -http_addr localhost:11100 -grpc_addr localhost:12100 -log_level debug] sourceLine="setup/cmds.go:142"
INFO[0000] Killing 1 cmds sourceLine="setup/cmds.go:75"
INFO[0005] Still waiting; killing all sourceLine="setup/cmds.go:102"
FATA[0005] fork/exec : no such file or directory sourceLine="setup-cloud-scoot/main.go:53"
exit status 1
[root@host-10-0-133-169 scoot]# go run ./binaries/setup-cloud-scoot/main.go --strategy local.local -log_level debug
INFO[0000] Starting up a Local ApiServer sourceLine="setup/api.go:49"
INFO[0000] RunCmd: [-http_addr localhost:11100 -grpc_addr localhost:12100 -log_level debug] sourceLine="setup/cmds.go:122"
INFO[0000] Starting[ -http_addr localhost:11100 -grpc_addr localhost:12100 -log_level debug] sourceLine="setup/cmds.go:142"
INFO[0000] Killing 1 cmds sourceLine="setup/cmds.go:75"
INFO[0005] Still waiting; killing all sourceLine="setup/cmds.go:102"
FATA[0005] fork/exec : no such file or directory sourceLine="setup-cloud-scoot/main.go:53"
exit status 1
[root@host-10-0-133-169 scoot]# go run ./binaries/setup-cloud-scoot/main.go --help
Usage of /tmp/go-build935509414/b001/exe/main:
-api_strategy string
api strategy to setup server w/bundlestore. (default "local")
-apiservers int
number of apiservers to use (default 3)
-log_level string
Log everything at this level and above (error|info|debug) (default "info")
-repo_dir string
backing repo to use as a basis for handling bundles
-strategy string
scheduler/worker strategy to setup (default "local.memory")
-workers int
number of workers to use (default 5)
exit status 2
Are the command line options given with double dashes, or single dash. Instructions in readme show double dashes, here in --help output I see single dash.
Metadata
Metadata
Assignees
Labels
No labels