rtyler / vagrant-plugin

An experimental Vagrant plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin
103 stars 45 forks source link

Waiting for VM to boot. Never ends #18

Open fnmunhoz opened 12 years ago

fnmunhoz commented 12 years ago

I'm having the following problem after resolve #12

https://gist.github.com/2367573

The env is:

jruby 1.6.7 (ruby-1.8.7-p357) (2012-02-22 3e82bc8) (OpenJDK 64-Bit Server VM 1.6.0_20) [linux-amd64-java]

The jenkins version is 1.455.

Any sugestions?

rtyler commented 12 years ago

This job is running on the master node correct? I'm wondering if there might be something in /var/log coming from VirtualBox to indicate any underlying error here.

When you say the "env" is jruby 1.6.7, what do you mean by that? Jenkins is packaging its own Ruby runtime with the plugin

fnmunhoz commented 12 years ago

Sorry about the "env", I didn't realized that ruby was already packaged.

Anyway, I'm giving some more details in the following gists:

First try:

https://gist.github.com/2368821

Second try:

https://gist.github.com/2368854

I didn't find relevant logs to show in /var/log

It looks like to me that the SSH to vagrant is not working, because in the second try vagrant detects the VM but can't execute apt-get update