Skip to content

Instantly share code, notes, and snippets.

@glamrock
Created April 1, 2014 17:35
Show Gist options
  • Save glamrock/9919035 to your computer and use it in GitHub Desktop.
Save glamrock/9919035 to your computer and use it in GitHub Desktop.
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