Edward J. Schwartz
Edward J. Schwartz
Try the real_nic_ip option. Not sure why this isn't on by default...
The only other Vagrant provider I use is `vagrant-aws`, which builds in parallel by default. I agree that this inconsistency between providers is undesirable, but I think it's something that...
What do you mean @rylarson?
@rylarson I use parallel mode all the time. It works fine for me. Maybe you should file a bug.
I bring up between 2 and 10 at a time fairly routinely.
@ggascoigne Can you include a Vagrantfile, and the full output from Vagrant? There really isn't enough information here to investigate.
So I believe my hunch about the key sizes was correct. After I changed 220 to 0xfc and also adjusted the command size in the TPM2_Load header, it produced a...
If I carve out the pub and priv files, I can use `tpm2_load` successfully..... :thinking: ``` m/e/e/bitleaker $ sudo tpm2_load -C 0x81000001 -u pub.bin -r priv.bin -c key.ctx 12:19:52 name:...
I wonder if the error message is referencing the 0x40000009 handle (instead of 0x81000001, which was implied in #9)
So I was having the same problem as #3 in that the `orderly` bit was clear, and I guess that causes `TPM2_Load` to fail.