I've since increased resources on the vm and now the puppetserver starts 
however something between that and all the curl lines something is missing 
so its failing to get something from the curl


[root@node1 system]# systemctl status pe-puppetserver.service
pe-puppetserver.service - pe-puppetserver Service
   Loaded: loaded (/usr/lib/systemd/system/pe-puppetserver.service; enabled)
   Active: active (running) since Thu 2015-04-30 16:02:40 CDT; 3min 20s ago
 Main PID: 4914 (java)
   CGroup: /system.slice/pe-puppetserver.service
           └─4914 /opt/puppet/bin/java -Xms2048m -Xmx2048m 
-XX:MaxPermSize=256m -XX:OnOutOfMemoryError=kill -9 %p -XX:+Hea...

Apr 30 16:02:07 node1 systemd[1]: Starting pe-puppetserver Service...
Apr 30 16:02:40 node1 systemd[1]: Started pe-puppetserver Service.

[2015-04-30 21:02:42.630 UTC] INFO Notice: Finished catalog run in 110.10 
seconds
[2015-04-30 21:02:42.744 UTC] INFO ** yum clean all --disablerepo='*' 
--enablerepo=puppet-enterprise-installer
[2015-04-30 21:02:42.874 UTC] INFO Loaded plugins: fastestmirror, 
priorities, protectbase
[2015-04-30 21:02:42.909 UTC] INFO Cleaning repos: 
puppet-enterprise-installer
[2015-04-30 21:02:42.909 UTC] INFO Cleaning up everything
[2015-04-30 21:02:42.911 UTC] INFO Cleaning up list of fastest mirrors
[2015-04-30 21:02:42.927 UTC] INFO ** rm -f 
/etc/yum.repos.d/puppet-enterprise-installer.repo
...
[2015-04-30 21:04:57.205 UTC] INFO ** HTTP_PROXY= http_proxy= HTTPS_PROXY= 
https_proxy= curl --tlsv1 -s https://node1.sullung.com:8140
[2015-04-30 21:04:58.370 UTC] INFO ** HTTP_PROXY= http_proxy= HTTPS_PROXY= 
https_proxy= curl --tlsv1 -s https://node1.sullung.com:8140
[2015-04-30 21:04:59.536 UTC] INFO ** HTTP_PROXY= http_proxy= HTTPS_PROXY= 
https_proxy= curl --tlsv1 -s https://node1.sullung.com:8140
[2015-04-30 21:05:00.705 UTC] INFO ** HTTP_PROXY= http_proxy= HTTPS_PROXY= 
https_proxy= curl --tlsv1 -s https://node1.sullung.com:8140
[2015-04-30 21:05:01.871 UTC] INFO ** HTTP_PROXY= http_proxy= HTTPS_PROXY= 
https_proxy= curl --tlsv1 -s https://node1.sullung.com:8140
[2015-04-30 21:05:03.045 UTC] INFO 
[2015-04-30 21:05:03.046 UTC] INFO 
========================================================================
[2015-04-30 21:05:03.047 UTC] INFO ** cp 
/opt/puppet/share/installer/install_log.lastrun.node1.log 
/var/log/pe-installer
[2015-04-30 21:05:03.057 UTC] INFO ** sed 
"s/^\(q_.*password\)=.*/#\1=REDACTED/g" < 
"/tmp/pe-installer-uBobtWl1/install/answers.lastrun.node1" > 
"/var/log/pe-installer/answers.install"


On Thursday, April 30, 2015 at 12:48:03 PM UTC-5, Roman Mueller wrote:
>
> Hi,
>  
>
>> > [root@node1 system]# systemctl status pe-puppetserver.service 
>>> > pe-puppetserver.service - pe-puppetserver Service 
>>> >    Loaded: loaded (/usr/lib/systemd/system/pe-puppetserver.service; 
>>> > disabled) 
>>> >    Active: failed (Result: timeout) since Wed 2015-04-29 20:59:18 CDT; 
>>> 7min 
>>> > ago 
>>> >   Process: 4465 ExecStartPost=/bin/bash 
>>> ${INSTALL_DIR}/ezbake-functions.sh 
>>> > wait_for_app (code=exited, status=0/SUCCESS) 
>>> >   Process: 4464 ExecStart=/opt/puppet/bin/java $JAVA_ARGS 
>>> > -XX:OnOutOfMemoryError=kill -9 %%p -XX:+HeapDumpOnOutOfMemoryError 
>>> > -XX:HeapDumpPath=/var/log/pe-puppetserver 
>>> -Djava.security.egd=/dev/urandom 
>>> > -cp ${INSTALL_DIR}/puppet-server-release.jar clojure.main -m 
>>> > puppetlabs.trapperkeeper.main --config ${CONFIG} -b 
>>> ${BOOTSTRAP_CONFIG} $@ 
>>> > (code=exited, status=143) 
>>> >   Process: 4463 ExecStartPre=/usr/bin/install --group=pe-puppet 
>>> > --owner=pe-puppet -d /var/run/pe-puppet (code=exited, 
>>> status=0/SUCCESS) 
>>> >  Main PID: 4464 (code=exited, status=143) 
>>> >    CGroup: /system.slice/pe-puppetserver.service 
>>>
>>
> This sounds to me like puppetserver started, the first ExecStartPost 
> command succeeded but then the systemd TimeoutStartSec value was reached.
> I had the same with the open source puppetserver (
> https://tickets.puppetlabs.com/browse/SERVER-557).
> It could simply be that the VM you are using is not fast enough to start 
> it in less than 120 seconds.
>
> Cheers,
> Roman
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/253c4414-893f-4fcc-a48f-7abe548b50aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to