gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.98k stars 1.71k forks source link

Failed reading web assets from the binary. zip: not a valid zip file #656

Closed adilsond closed 7 years ago

adilsond commented 7 years ago

I tried to build teleport from source since I need 32bit binaries. But the application is stuck with the following message:

build/teleport start [AUTH] Auth service is starting on 0.0.0.0:3025 [PROXY] Reverse tunnel service is starting on 0.0.0.0:3024 [PROXY] Web proxy service is starting on 0.0.0.0:3080 [PROXY] starting the web server: Failed reading web assets from the binary. zip: not a valid zip file Failed reading web assets from the binary. zip: not a valid zip file

I tried to figure out where is the zip file and why this message. This error doesn't occours with the binaries from github. But since only amd64 binaries are available, they are not a option for me.

To reproduce this error I used: Ubuntu 16.04 golang 1.7 from https://launchpad.net/~adilson/+archive/ubuntu/golang Follow all the istructions to build teleport and run, as root:

build/teleport start -d

klizhentas commented 7 years ago

try make release to get a binary with zip assets

adilsond commented 7 years ago

It worked here. Thanks. :+1: