On 23/06/16 20:15, Thomas Cheng wrote: > I got the following errors in forman-proxy's proxy.log file, after I > turned on debugging, Any one know what this error means? Thanks. > > # Logfile created on Wed Jun 22 17:15:26 -0700 2016 by logger.rb/1.2.6 > E, [2016-06-22T17:17:38.836692 #58935] ERROR -- : Failed to list puppet > environments: Connection refused - connect(2) > E, [2016-06-22T17:17:48.592771 #58935] ERROR -- : Failed to list puppet > environments: Connection refused - connect(2)
The smart proxy connects to the Puppet master to retrieve a list of environments, this suggests that the master isn't running (usually under Apache). Also check that :puppet_url is set correctly in /etc/foreman-proxy/settings.d/puppet.yml, see https://theforeman.org/manuals/1.11/index.html#4.3.6Puppet. You should be able to telnet to the same host/port specified in the config. -- Dominic Cleal [email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
