hilverd / vagrant-ubuntu-oracle-xe

Install Oracle 11g XE in a Vagrant virtual machine running Ubuntu 12.04.
MIT License
287 stars 96 forks source link

Puppet unzip [oracle zip] returned 2 instead of one of [0] #21

Closed ataraxie closed 9 years ago

ataraxie commented 9 years ago

I get this error in the log when I do Vagrant up:

==> default: err: /Stage[main]/Oracle::Xe/Exec[unzip xe]/returns: change from notrun to 0 failed: /usr/bin/unzip -o oracle-xe-11.2.0-1.0.x86_64.rpm.zip returned 2 instead of one of [0] at /tmp/vagrant-puppet/modules-79fe1534dfe8664ac594dd7ac064a9c7/oracle/manifests/init.pp:154

I have the file oracle-xe-11.2.0-1.0.x86_64.rpm.zip in modules/oracle/files.

Any ideas?

hilverd commented 9 years ago

The Oracle zip file might be corrupted, please see #18.