On 07/02/17 14:57, NM wrote: > While provisionning VM through fore man getting the following error. > > > # *Unable to save*Deploy TFTP PXELinux config for lou-servant.local task > failed with the following error: ERF12-5472 [ProxyAPI::ProxyException]: > Unable to set TFTP boot entry for 00:5F:09:D0:A6:3E > ([RestClient::ResourceNotFound]: 404 Resource Not Found) for proxy > https://foreman-server.local:8443/tftp [..] > # > # [root@foreman-server ~]# cat /etc/foreman-proxy/settings.d/tftp.yml > # --- > # # TFTP management > # :enabled: https > # :tftproot: /var/lib/tftpboot > # # Defines the TFTP Servername to use, overrides the name in the subnet > declaration > # :tftp_servername:192.168.253.131 > # [root@foreman-server ~]# > # > > # > # tail -f /var/log/foreman-proxy/proxy.log > # > # > > # > # I, [2017-02-08T00:47:19.192980 ] INFO -- : 192.168.253.131 - - > [08/Feb/2017:00:47:19 +0530] "POST /tftp/PXELinux/00:5F:09:D0:A6:3E > HTTP/1.1" 404 27 0.0069
A 404 on this call might suggest that the TFTP module isn't enabled correctly, despite :enabled: https in the configuration file. First try restarting foreman-proxy in case the config has since changed, but otherwise please show the log file from the smart proxy startup process, preferably with log_level set to DEBUG in /etc/foreman-proxy/settings.yml. It should log a few lines about the "tftp" module. -- 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.
