Jay Perry

Results 51 comments of Jay Perry

Ah, sorry I didn't look there. Might be a good idea to link to it on the README. I'll let you know if I run into any issues. Thanks!

Hey Dan, Does the :q option support booleans? Thanks, Jay

nevermind I found the usage in our code. I would suggest adding an example in the wiki for this. Thanks!

This becomes a problem in a CI environment where this may cause your builds to hang.

Digging into the [code](https://github.com/spil-ruslan/vagrant-box-updater/blob/master/lib/vagrant-box-updater/action/up_box.rb#L130) I see you can pass the --force flag but `vagrant up ` doesn't support --force. Is this a bug?

Okay, looks like I have an older version that didn't check the autoupdate flag. Any plans to release 0.0.4? Using vagrant plugin install grabs 0.0.3 but has old code. This...

Bump, any chance you can release master?

I dug in a little further and it looks to be failing with memory issues. ``` [2012-06-27T22:08:48+02:00] INFO: Sending client(0fc4b3b8-bbd1-4c22-b8aa-2df45c916c93) to the index queue for deletion.. /usr/lib/ruby/gems/1.8/gems/bunny-0.8.0/lib/qrack/client.rb:191:in `read': failed to...

When it goes to run the rake command: ``` cd /vagrant && rake hatch:init['hatch'] ``` The server is down because of the memory issues. Increasing the memory on the vm...

Anthony, Check out knife server: http://fnichol.github.com/knife-server/