-
Notifications
You must be signed in to change notification settings - Fork 45
Politely exit with OSE versions #51
Comments
Interesting. Vagrant used to in fact check for OSE and give an error message and quit, but the OSE version is no longer available, according to Oracle. They replaced OSE with the "extension packs." So instead of checking for OSE, I would need to check for the Oracle extention pack perhaps? |
I think the distros may still provide them: $ apt-cache search virtualbox-ose |
Interesting, and what is the VirtualBox version string associated with them? |
This is lucid, maverick etc may have later versions? $ apt-cache --full search virtualbox-ose|grep -i version |
Seems they do: |
The following
vagrant up
works fine with non-OSE VirtualBox 4.0.4.Guest Additions were installed as described here
Nonetheless, perhaps OSE versions should be no-op (unsupported) since it seems the only way to get (at least for Ubuntu Lucid) OSE guest additions is via an X11 package.:
The text was updated successfully, but these errors were encountered: