Raghu,

It looks like your permissions are not letting you create ~/core/rails/.bundle 
on your dev system.

Check your permissions and try again.  Perhaps even create that directory.

If could also be that you need to create the noproxy env variable: export 
no_proxy="127.0.0.1,[::1],localhost,192.168.124.0/24,172.16.0.0/12"

Check both and try again.

You may also want to just make sure the container is working w/ internet access.

From ~/core Try  tools/docker-admin centos
Then check your internet connection inside the container
Then run ./production.sh smoke.crowbar.test


From: Raghu Katti [mailto:notificati...@github.com]
Sent: Sunday, April 13, 2014 4:13 PM
To: opencrowbar/core
Cc: Hirschfeld, Rob
Subject: Re: [core] Added ubuntu specific Time saving tips (#121)

Rob,

I did try running it on Ubuntu precise in docker centos container and ran
into below error, hence i specified ubuntu in pull and didnt see any
errors (docker pull opencrowbar/ubuntu).

Here is the complete log on ubuntu precise


raghu@raghu-VirtualBox:~$
raghu@raghu-VirtualBox:~$ docker pull opencrowbar/centos:6.5-4

…
* bash[install required gems for Crowbar using Bundler] action
run[2014-04-13T17:08:37-04:00] INFO: Processing bash[install required gems
for Crowbar using Bundler] action run (crowbar-bootstrap::default line 349)
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!

================================================================================
Error executing action `run` on resource 'bash[install required gems for
Crowbar using Bundler]'
================================================================================


Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '1'
---- Begin output of "bash" "/tmp/chef-script20140413-22709-1kt6590" ----
STDOUT: Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
STDERR: /usr/share/ruby/fileutils.rb:245:in `mkdir': Permission denied -
/opt/opencrowbar/core/rails/.bundle (Errno::EACCES)
from /usr/share/ruby/fileutils.rb:245:in `fu_mkdir'
from /usr/share/ruby/fileutils.rb:219:in `block (2 levels) in mkdir_p'
from /usr/share/ruby/fileutils.rb:217:in `reverse_each'
from /usr/share/ruby/fileutils.rb:217:in `block in mkdir_p'
from /usr/share/ruby/fileutils.rb:203:in `each'



_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to