Re: [vagrant-up] vagrant-triggers: unzipping large file on host machine: /vagrant-triggers/dsl.rb:130:in `shellsplit': undefined method `scan' for false:FalseClass (NoMethodError)

2016-09-16 Thread Alvaro Miranda Aguilera
hello, what os is doing the unzip, the host or the guest? what version of unzip is that? is 32bit or 64bit ? As a test, try with something different than zip, some zip implementation cant handle 2GB+ size files, etc. try .tar.gz just as test Alvaro. On Fri, Sep 16, 2016 at 10:34 PM, Larry LeF

[vagrant-up] vagrant-triggers: unzipping large file on host machine: /vagrant-triggers/dsl.rb:130:in `shellsplit': undefined method `scan' for false:FalseClass (NoMethodError)

2016-09-16 Thread Larry LeFever
I'm trying to unzip a large file (> 1 GB) in the host system right after provisioning of the guest system. The unzipping starts and runs to the same point each time and then errors out. The zip-file seems to be valid. It can be unzipped directly at the cmdln and via a bash-script consistentl