Hi everyone I'm currently trying to install Puppetdb on my puppet master server (on Suse 11 SP2 64bits) using the Source method<http://docs.puppetlabs.com/puppetdb/1.3/install_from_source.html>and I can't figure out why it is not working. It's seems to be stuck at the begining of the rake install
I have Facter in version 2.0.0 # facter -v 2.0.0 I installed Leiningen (2.2.0) with the installation procedure I found on the official page <http://leiningen.org/#install>. I put the lein script in /usr/local/bin. I'm using the Root account. On the first run, lein tried to get the leiningen-2.2.0-standalone.jar from internet but since I disabled this possibility for my server I put it myself in the .lein/self-installs/ folder. I installed the Java JDK 1.7u25 # java -version java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) Since I don't let the possibilty to my server to get files from the internet, I went on the github page of PuppetDB<https://github.com/puppetlabs/puppetdb>and I downloaded the zip file with the projet. I extracted this zip file in /tmp/puppetdb and so I got the puppetdb-master once extracted. Then I go in this folder and try to run rake install I got this error WARNING: You're currently running as root; probably by accident. Press control-C to abort or Enter to continue as root. Set LEIN_ROOT to disable this warning. So I just set $LEIN_ROOT with export LEIN_ROOT=1 to continue in with the root user. I'm now able to launch rake install but I got stuck. # rake install lein uberjar I have no more information, it's the only thing displayed on my screen. Do you have an idea why I can't go further in my installation? Thank you! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.