Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-06-29 Thread Andrew Coggins
Fixed my issue. I fixed up the hosts file according to this documentation: http://docs.puppetlabs.com/pe/latest/release_notes_known_issues.html#debianubuntu-local-hostname-issue I had puppet pointing to 127.0.0.1 in the hosts file. Changing this to the private IP of the ec2 instance resolved th

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-06-28 Thread Andrew Coggins
The above steps fixed my installer issues on Ubuntu 14.04 running on a VirtualBox VM, however moving to AWS and going through the steps again, I can't successfully install puppet 3.8.1. The unusual thing is I don't see any issues logged in puppetserver.log and telnet to localhost 8140 works. An

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-05-25 Thread Martin Alfke
Hi Paolo, the answer was a few mails earlier: install the following package list: zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties Also see http://tuxmea.blogspot.de/2015/05/puppe

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-05-25 Thread Paolo Marin
I am having the same issue. Installing PE 3.8 to ubuntu 12.04. Installer fail with the following: " ** cp /opt/puppet/share/installer/install_log.lastrun."FQDN".log /var/log/pe-installer ** sed "s/^\(q_.*password\)=.*/#\1=REDACTED/g" < "/tmp/pe-installer-wU0wqDPV/install/answers.lastrun."FQDN"

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-05-01 Thread Martin Alfke
I have created a blog posting with PE 3.8 installation issues and fixes on Debian 6 and 7, CentOS 6 and 7, SLES 11 and 12, Ubuntu 12.04 and 14.10: http://tuxmea.blogspot.de/2015/05/puppet-enterprise-38-installation-steps.html On 01 May 2015, at 19:58, Martin Alfke wrote: > Confirmed. > This pac

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-05-01 Thread Martin Alfke
Confirmed. This package list also solves installation issue on Ubuntu 14.10 Many thanks, Martin On 01 May 2015, at 19:49, Jay Benner wrote: > Nailed it! Not sure which package did the trick, but smooth sailing after > installing these. > > On Thursday, April 30, 2015 at 5:21:20 PM UTC-7, Ka

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-05-01 Thread Jay Benner
Nailed it! Not sure which package did the trick, but smooth sailing after installing these. On Thursday, April 30, 2015 at 5:21:20 PM UTC-7, Kamil Keski wrote: > > Scratch 2.1.5 as the issue. Quick lsof shows that everything is still > using the 1.9.1 binary pulled in the install. Only other

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Kamil Keski
Scratch 2.1.5 as the issue. Quick lsof shows that everything is still using the 1.9.1 binary pulled in the install. Only other thing I installed was the following packages as they are my default pulls for a ruby build. zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlit

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Kamil Keski
Going to answer my own question here as there is likely no way a fresh install of PE 3.8 will succeed on Ubuntu 12.04 or 14.04. Ruby comes preinstalled with the distro's with a version of 1.9 (old for sure). However this should be known. I Installed 2.1.5, made global and the installation of

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Kamil Keski
Yes, I've added the temp path arg to the pe-puppetserver init as well. No go. Has anyone installed successfully from scratch using an ubuntu 12.04 or 14.04 distro? Not an existing one, but a nice fresh build? On Thursday, April 30, 2015 at 11:49:29 AM UTC-6, Martin Alfke wrote: > > Hi Kamil,

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Martin Alfke
Hi Kamil, have you tried setting the path attribute at the exec resource? Puppet exec starts with an empty environment and you are using several Unix commands without full path. hth, Martin On Apr 30, 2015 7:29 PM, "Kamil Keski" wrote: > Thanks for the reply Josh. I worked through this and oth

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Kamil Keski
Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/usr/tmp java version "1.7.0_79" OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) The last printout was from another fresh image I tried on 12.04 (same result). On Thursday,

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-30 Thread Kamil Keski
Thanks for the reply Josh. I worked through this and other posts I found pointing to the tmp issue. However I don't have /tmp or /usr/tmp mounted, they are just dir's on the root mount. fstab: # /dev/mapper/ITTPuppet--vg-root / ext4errors=remount-ro 0

Re: [Puppet Users] Fresh Puppet PE 3.8 install error

2015-04-29 Thread Josh Cooper
On Wed, Apr 29, 2015 at 1:10 PM, Kamil Keski wrote: > Clean slate install on Ubuntu 14.04 produces the following error and will > not proceed. > > ** HTTP_PROXY= http_proxy= HTTPS_PROXY= https_proxy= curl --tlsv1 -s > https://puppetmaster.local:8140 > ** HTTP_PROXY= http_proxy= HTTPS_PROXY= http