Hi Luis,

(sorry to break the thread as I just joined the mailing list and can't
reply to the past message).

In my case, using the ZEN appliance, I noticed that the httpd.admin was
also timing out. If i started httpd manually with the config file, it would
take almost 3 minutes to start. I was playing with the StartLimitInterval=120
parameter and wasn't working.

Turns out the StartLimitInterval is used to determine the max number of
restarts if the process keeps restarting in a loop. I needed to adjust

TimeoutStartSec=180

(I had to add it to the
/usr/lib/systemd/system/packetfence-httpd.admin.service file as it was
inheriting the default value from systemd)

Anyhow, in my case it worked after this, but the fact that its taking
almost 3 minutes to start regardless is quite something.

(StartLimitInterval is used together with StartLimitBurst to determine if
the service is starting too often, if there are more than StartLimitBursts
within StarLimitInterval, it will set the service to fail)

Best regards,
Diego
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to