Yauhen

Results 58 comments of Yauhen

I'm now trying to create and silver bullet for collectd where such things can be easily done. It almost work but not well tested. In few weeks I plan to...

@kalebwalton , that's why I have to fork this cookbook. For such cases I had developed another way to define these via hash. It still buggy but works: https://github.com/jsirex/collectd-lib-cookbook ```...

Unable to make it work :( Tried different versions of oab-java.sh. Also, from ladios. Tried script mentiod by @drdamour OS: Debian Jessie Using rraptorr/oracle-java7 directly works. It seems that something...

Update to previous post: recently make it works with branch from ladios/master

I have setup with linux + openitg beta 2 + pacdrive, and I can confirm that it works. So, if stepmania will merge this somehow or implement pacdrive for linux,...

I built stepmania with these changes based on 5_1-new branch. And it works! But I changed bits order like it was on openitg-beta, so no re-wiring is required: https://github.com/jsirex/stepmania/blob/pacdrive/src/arch/Lights/LightsDriver_LinuxPacDrive.cpp#L42-L61

I see exactly opposite case: Each time I do kitchen converge few times, without destroying, I see that all my cached files being re-downloaded (looks like file_cache_path destroys on each...

Any "call" ends up with sandbox_cleanup. This is bad idea. Whenever I developing cookbook I want to run converge multiple times. And each time it re-downloads all huge stuff. https://github.com/someara/kitchen-dokken/blob/master/lib/kitchen/provisioner/dokken.rb#L61...

I have the same configuration like docker cookbook. ```yaml --- driver: name: dokken chef_version: 13.2.20 privileged: true provisioner: name: dokken transport: name: dokken verifier: name: inspec format: doc platforms: -...

Use-case: In `reload` hook I can decide what to do with a service. If reload is possible I write something: ```bash kill -USR2 $(cat {{pkg.svc_pid_file}}) ``` But if I want...