Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-07 Thread Ralf Haferkamp
On Thu, Mar 07, 2013 at 07:59:49AM -0600, andi_a...@dell.com wrote: > > > > -Original Message- > > From: Ralf Haferkamp [mailto:rha...@suse.de] > > Sent: Thursday, March 07, 2013 3:13 AM > > To: crowbar > > Cc: Abes, Andi; Nanuk Krinner > > Su

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-07 Thread Victor_Lowther
> -Original Message- > From: crowbar-bounces On Behalf Of Abes, Andi > Sent: Thursday, March 07, 2013 8:00 AM > To: rha...@suse.de; crowbar > Cc: nkrin...@suse.de > Subject: Re: [Crowbar] setting GEM_PATH chef related bits > > > > > -Original Mess

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-07 Thread Andi_Abes
> -Original Message- > From: Ralf Haferkamp [mailto:rha...@suse.de] > Sent: Thursday, March 07, 2013 3:13 AM > To: crowbar > Cc: Abes, Andi; Nanuk Krinner > Subject: Re: [Crowbar] setting GEM_PATH chef related bits > > Hi, > > On Wednesday 06 March 20

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-07 Thread Ralf Haferkamp
Hi, On Wednesday 06 March 2013 12:36:56 andi_a...@dell.com wrote: > 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/em

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