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
> -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
> -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
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
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
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
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
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
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