Created
April 1, 2014 17:35
-
-
Save glamrock/9919035 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting up trousers (0.3.10-3) ... | |
* Starting Trusted Computing daemon tcsd [ OK ] | |
cyril@ISISmainframe:~$ cd Pond/ | |
cyril@ISISmainframe:~/Pond$ $GOPATH/bin/client | |
bash: /bin/client: No such file or directory | |
cyril@ISISmainframe:~/Pond$ go get github.com/agl/pond/client | |
package github.com/agl/pond/client: cannot download, $GOPATH not set. For more details see: go help gopath | |
cyril@ISISmainframe:~/Pond$ ls | |
gopkg | |
cyril@ISISmainframe:~/Pond$ export GOPATH=$HOME/Pond/gopkg | |
cyril@ISISmainframe:~/Pond$ go get github.com/agl/pond/client | |
cyril@ISISmainframe:~/Pond$ $GOPATH/bin/client | |
Apr 1 13:27:26: Connecting to local tcsd | |
Apr 1 13:27:26: Attempting to create NVRAM index 25 | |
Apr 1 13:27:26: TPM has no owner. Attempting to set default keys. | |
Apr 1 13:27:26: Setup failed with error: failed to take ownership of TPM: tpm: layer: tpm, code: 0x6: TPM is deactivated | |
Apr 1 13:27:26: You can click the button to try again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment