Open asloan7 opened 9 years ago
I'm not sure anyone is supporting this project anymore, if you get in touch with @gerhard who wrote the original blog post he might be able to help.
@asloan7 this seems to be a Vagrant issue, specifically Vagrant on Windows. I'm not a Windows user, but I would start at the private network Vagrant config and find an alternative way to NFS dir sharing. You will also need to setup port forwarding for Jenkins as you won't have a private IP address.
Tried a 2nd time, looks like it went further - but now have to find out why VirtualBox is digging up an older version of extensions
==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 4.2.0 default: VirtualBox Version: 4.3
Hi, tried running this from your blog post http://blog.howareyou.com/post/62157486858/continuous-delivery-with-docker-and-jenkins-part
Used current pieces VirtualBox-4.3.28-100309-Win.exe, Oracle_VM_VirtualBox_Extension_Pack-4.3.28-100309.vbox-extpack, vagrant_1.7.2.msi, Git-1.9.5-preview20150319.exe
This is what happened:
Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'ubuntu' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Adding box 'ubuntu' (v0) for provider: virtualbox default: Downloading: http://files.vagrantup.com/precise64.box default: Progress: 100% (Rate: 577k/s, Estimated time remaining: --:--:--) ==> default: Successfully added box 'ubuntu' (v0) for 'virtualbox'! ==> default: Importing base box 'ubuntu'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: hi_sinatra-docker_default_1434409184461_11936 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly default: Adapter 3: hostonly default: Adapter 4: hostonly default: Adapter 5: hostonly default: Adapter 6: hostonly default: Adapter 7: hostonly default: Adapter 8: hostonly default: Adapter 9: hostonly There was an error while executing
VBoxManage
, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.Command: ["modifyvm", "928e9c53-0b37-4d63-9d33-33623337ea8f", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadapter2", "VirtualBox Host-Only Ethernet Adapter #2", "--cableconnected2", "on", "--nic 3", "hostonly", "--hostonlyadapter3", "VirtualBox Host-Only Ethernet Adapter #2", "--cableconnected3 ", "on", "--nic4", "hostonly", "--hostonlyadapter4", "VirtualBox Host-Only Ethernet Adapter #2", "-- cableconnected4", "on", "--nic5", "hostonly", "--hostonlyadapter5", "VirtualBox Host-Only Ethernet A dapter #2", "--cableconnected5", "on", "--nic6", "hostonly", "--hostonlyadapter6", "VirtualBox Host- Only Ethernet Adapter #2", "--cableconnected6", "on", "--nic7", "hostonly", "--hostonlyadapter7", "V irtualBox Host-Only Ethernet Adapter #2", "--cableconnected7", "on", "--nic8", "hostonly", "--hoston lyadapter8", "VirtualBox Host-Only Ethernet Adapter #2", "--cableconnected8", "on", "--nic9", "hosto nly", "--hostonlyadapter9", "VirtualBox Host-Only Ethernet Adapter #2", "--cableconnected9", "on"]
Stderr: VBoxManage.exe: error: Invalid NIC number 9 VBoxManage.exe: error: Invalid NIC number 9 VBoxManage.exe: error: Invalid NIC number 9