Re: [Crowbar] install iso

2013-03-06 Thread Andi_Abes
The answer is your question ;) From: crowbar-bounces On Behalf Of Tim Cook Sent: Wednesday, March 06, 2013 7:03 PM To: crowbar Subject: [Crowbar] install iso I have been trying to create the initial install iso, I first used build_crowbar.sh and waited for all the downloads to finish , then fo

Re: [Crowbar] install iso

2013-03-06 Thread Judd Maltin
You're likely missing the ISO from your library path. Sledgehammer doesn't use it, admin does. On Wed, Mar 6, 2013 at 7:02 PM, Tim Cook wrote: > I have been trying to create the initial install iso, I first used > build_crowbar.sh and waited for all the downloads to finish , then found > that

[Crowbar] install iso

2013-03-06 Thread Tim Cook
I have been trying to create the initial install iso, I first used build_crowbar.sh and waited for all the downloads to finish , then found that I could not mount the iso, with the trailing error logs. Is there anyway I can skip the downloading of all the files once they are downloaded the first t

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Victor_Lowther
OK, so that path is not the one that it should be using from /etc/environment. :( How are you getting root? From: Abes, Andi Sent: Wednesday, March 06, 2013 1:30 PM To: Lowther, Victor; crowbar Subject: RE: setting GEM_PATH chef related bits root@unassigned-hostname:/opt/dell/bin# echo $PATH /u

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
root@unassigned-hostname:/opt/dell/bin# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Yay - games ;) From: Lowther, Victor Sent: Wednesday, March 06, 2013 2:29 PM To: Abes, Andi; crowbar Subject: RE: setting GEM_PATH chef related bits Hmmm... What does echo

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Victor_Lowther
Hmmm... What does echo $PATH as root have for the path? From: Abes, Andi Sent: Wednesday, March 06, 2013 1:26 PM To: Lowther, Victor; crowbar Subject: RE: setting GEM_PATH chef related bits I was running as root. One of the possible difference is that I'm adding executing a rake task, which n

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
I was running as root. One of the possible difference is that I'm adding executing a rake task, which needs to be wrapped in a bundle exec, which finally, triggers a bundle install behind the scenes. That possibly polluted the system gem dir with our stuff. From: Lowther, Victor Sent: Wednesda

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Victor_Lowther
Where were you hitting this? What user were you running knife client create as? From: crowbar-bounces On Behalf Of Abes, Andi Sent: Wednesday, March 06, 2013 12:37 PM To: crowbar Subject: [Crowbar] setting GEM_PATH chef related bits Been hitting a funky error (see below), from deep in the bowls

[Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
Been hitting a funky error (see below), from deep in the bowls of knife. The interesting part is how this was resolved - using the chef server embedded gemsite, rather than the system one ( i.e. adding GEM_PATH=/opt/chef/embedded/lib/ruby/gems to the env). Might be worth keeping that in mind a

Re: [Crowbar] Discussion: CB 2.0 routing pattern finalization

2013-03-06 Thread David_Paterson
The discussion happened quite a while ago with Rob. I was originally hoping we could have a single controller for both API and UI who's methods would handle returning both JSON and HTML which is really the rails way of doing it. But because of the requirement of the API and the need of the Ser