You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now (Teleport v3.1.0-alpha.4 git:v3.1.0-alpha.4-224-g7b84e5d7):
# WTF
$ teleport start
error: initialization failed
# Only a developer would know to run this:
$ teleport start -d
ERROR REPORT:
Original Error: *os.PathError mkdir /var/lib/teleport: permission denied
Stack Trace:
/home/ekontsevoy/go/src/github.com/gravitational/teleport/lib/service/service.go:487 github.com/gravitational/teleport/lib/service.NewTeleport
/home/ekontsevoy/go/src/github.com/gravitational/teleport/lib/service/service.go:362 github.com/gravitational/teleport/lib/service.newTeleportProcess
/home/ekontsevoy/go/src/github.com/gravitational/teleport/lib/service/service.go:372 github.com/gravitational/teleport/lib/service.Run
/home/ekontsevoy/go/src/github.com/gravitational/teleport/tool/teleport/common/teleport.go:170 github.com/gravitational/teleport/tool/teleport/common.OnStart
/home/ekontsevoy/go/src/github.com/gravitational/teleport/tool/teleport/common/teleport.go:151 github.com/gravitational/teleport/tool/teleport/common.Run
/home/ekontsevoy/go/src/github.com/gravitational/teleport/tool/teleport/main.go:29 main.main
/opt/go/src/runtime/proc.go:207 runtime.main
/opt/go/src/runtime/asm_amd64.s:2362 runtime.goexit
User Message: initialization failed
Solution
"initialization failed" thing must go away completely. It hides the true errors and is 100% not helpful. We must be losing users who're trying Teleport for the first time without even knowing it.
The text was updated successfully, but these errors were encountered:
Problem
This is a regression. Something changed in the error handling on
teleport
daemon start-up so it's masking true errors now.Before:
Now (Teleport v3.1.0-alpha.4 git:v3.1.0-alpha.4-224-g7b84e5d7):
Solution
"initialization failed" thing must go away completely. It hides the true errors and is 100% not helpful. We must be losing users who're trying Teleport for the first time without even knowing it.
The text was updated successfully, but these errors were encountered: