Birol Bilgin

Results 20 comments of Birol Bilgin

Hi @jcmturner After some strace to see what curl does I found out that curl was using credentials cache to connect to the service. I could make this work by...

When I look into the code more dept, I realized that a TGT ticket for IPA.PKLCST-ZUM.EXAMPLE.COM is gotten, but there was no TGT for PKLNGNT-ZUM.EXAMPLE.COM, thus service ticket for HTTP/acxyz.pklngnt-zum.example.com...

I had a similar issue with SC2 with a Nvidia card, a recent PR resolved the issue for me it might resolve this issue as well. https://github.com/winepak/winepak-sdk-images/pull/15

I have been waiting for this future to start a personal project. So I appreciate it if it can be merged asap.

I know it took a lot of time to fix missing bits and pieces. It seems all the checks are passing now, so can we merge this now? @rn

I know everyone is busy and it is not realistic to expect things always go fast for opensource projects. But I would like to see this included in `k3os` asap....

As you said I am sure we should discuss these issues here either. I think the problem is key should be set as `guestinfo.userdata` not `guestinfo.user-data`

@deitch originally I open this PR because linuxkit's metadata package is used in [k3os](https://github.com/rancher/k3os) When it comes to your questions, 1) Changes suggested by @robertkaelin make sense I can add...

I do not have access to a vcenter currently, so I will test the latest changes next week just to make sure everything works as expected.

@deitch I have tested the package on a VMWare VM, and it works as expected. Also, rebase and squash my commits as requested.