Kraktorist

Results 10 comments of Kraktorist

Hi! I've just run the example provided in the repo using gitBash console and it works for me. `tar (GNU tar) 1.34` is installed in my gitBash. Have you checked...

Got it. I've reproduced the bug with the couple of different images.

There is no built-in cloud-init mechanism in VirtualBox. And as I see nothing similar hasn't been implemented in this provider. `user_data` parameter runs the following command: `VBoxManage setextradata RESOURCE_VM user_data...

Looks like it can be implemented using sharedfolder functionality. ``` VBoxManage sharedfolder add VM_NAME --name user_data --transient -hostpath /path/VM_NAME_user_data -automount ```

Try to run cmd.exe with "Run as Administrator" option and then run the MSI package from this console.

This means that the URL on you SCCM Management Point is not available. Check this path on your server manually http://{my_sccm_server}/CCM_Client/ccmsetup.exe

0x87d00215 = Item not found. I believe it's not related to sccmclictr. Usually it appears when a package is assigned for deployment but cannot be found for downloading. Try to...

The directory `pyfiglet/fonts` was removed for some reason. Maybe it's related to this issue #89 (Font licensing). The one way to fix it is to create `pyfiglet/fonts` and put required...

For some reason this doesn't work well on `docker-1.13.1` The variable GRAYLOG_HOME is exported from /etc/profile.d/graylog.sh https://github.com/Graylog2/graylog-docker/blob/74912b55010c9d01fe78130d17945ad97b835199/docker/oss/Dockerfile#L52 https://github.com/Graylog2/graylog-docker/blob/74912b55010c9d01fe78130d17945ad97b835199/docker/oss/Dockerfile#L68 which is executed by the following code in the entrypoint https://github.com/Graylog2/graylog-docker/blob/74912b55010c9d01fe78130d17945ad97b835199/docker-entrypoint.sh#L9 This...

any chance to complete this?