Got puppetmaster 3.3.2 installed and running.
Ruby version: /usr/local/rvm/rubies/ruby-2.0.0-p353/bin/ruby
also tried with : ruby 1.9.3 same error
when trying to run the foreman installer it fails with
/usr/sbin/foreman-installer:9:in `<main>': uninitialized constant
KafoConfigure (NameError)
> From: "imneo" <haimari1@gmail.com>
> To: foreman-users@googlegroups.com
> Sent: Monday, December 9, 2013 10:27:31 AM
> Subject: [foreman-users] foreman-installer fails
> Got puppetmaster 3.3.2 installed and running.
> Ruby version: /usr/local/rvm/rubies/ruby-2.0.0-p353/bin/ruby
> also tried with : ruby 1.9.3 same error
> when trying to run the foreman installer it fails with
> /usr/sbin/foreman-installer:9:in `<main>': uninitialized constant
> KafoConfigure (NameError)
The gems that you need to run the installer got installed to the system ruby library path. Run rvm use system
and then re-run the installer and things should work.
···
----- Original Message -----
–
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users .
For more options, visit https://groups.google.com/groups/opt_out .
do you have solved this problem?
在 2013年12月9日星期一UTC+8下午11时27分31秒,imneo写道:
···
>
> Got puppetmaster 3.3.2 installed and running.
>
> Ruby version: /usr/local/rvm/rubies/ruby-2.0.0-p353/bin/ruby
> also tried with : ruby 1.9.3 same error
>
>
> when trying to run the foreman installer it fails with
>
> /usr/sbin/foreman-installer:9:in `': uninitialized constant
> KafoConfigure (NameError)
>
This problem in general indicates that you have old version of kafo installed.
This can happen if kafo is installed via gem and using rpm. Could you look at
what do gem list kafo
and rpm -qa '*kafo*'
display? Also can you describe a
way how you installed the installer? From which repository etc.
···
On Tuesday 28 of January 2014 07:19:08 haim ari wrote:
> no...
>
> On Tue, Jan 28, 2014 at 7:13 AM, Colynn Liu wrote:
> > do you have solved this problem?
> >
> > 在 2013年12月9日星期一UTC+8下午11时27分31秒,imneo写道:
> >
> >> Got puppetmaster 3.3.2 installed and running.
> >>
> >> Ruby version: /usr/local/rvm/rubies/ruby-2.0.0-p353/bin/ruby
> >> also tried with : ruby 1.9.3 same error
> >>
> >>
> >> when trying to run the foreman installer it fails with
> >>
> >> /usr/sbin/foreman-installer:9:in `': uninitialized constant
> >> KafoConfigure (NameError)
> >>
> > --
> >
> > You received this message because you are subscribed to a topic in the
> > Google Groups "Foreman users" group.
> > To unsubscribe from this topic, visit
> > https://groups.google.com/d/topic/foreman-users/9AAgm0a_q6M/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to
> > foreman-users+unsubscribe@googlegroups.com.
> > To post to this group, send email to foreman-users@googlegroups.com.
> > Visit this group at http://groups.google.com/group/foreman-users.
> > For more options, visit https://groups.google.com/groups/opt_out.
–
Marek