mwrock / packer-templates

Templates for creating vagrant boxes
Other
536 stars 250 forks source link

VBoxGuestAdditions.iso installation fails because oracle.cer is not valid anymore ? #78

Closed dbroeglin closed 7 years ago

dbroeglin commented 7 years ago

I have failures when building boxes and installing the VBox Guest Additions. It looks like oracle.cer is not valid anymore which might be the cause:

thoth:packer-templates dom$ openssl x509 -in scripts/oracle.cer -inform DER -text | grep -A 2 Validity
        Validity
            Not Before: Dec 23 00:00:00 2013 GMT
            Not After : Dec 22 23:59:59 2016 GMT

When I install them by hand afterwards it works but I have to validate the package when running it.

dbroeglin commented 7 years ago

Duplicate of #65 but still it does not work for 2016. I will investigate more.