Project

General

Profile

Actions

ERF50-9294 » History » Revision 1

Revision 1/9 | Next »
Lukas Zapletal, 09/24/2015 10:02 AM


ERF50-9294 Failed to save: failed to detect boot server

ERF50-9294 [Foreman::WrappedException]: Unable to find IP address for 'foreman.home.lan' ([Resolv::ResolvError]: DNS result has no information for foreman.home.lan)

This happens when Foreman server or Smart Proxy has no valid DNS record therefore the hostname cannot be resolved. The default TFTP server can be overriden by TFTP Smart Proxy plugin module configuration. Set the tftp_servername value to IP address of the TFTP server (Smart Proxy):

[root@foreman ~]# cat /etc/foreman-proxy/settings.d/tftp.yml 
---
:enabled: true
:tftproot: /var/lib/tftpboot/
:tftp_servername: 192.168.80.128

Then restart foreman-proxy.

Foreman installer can set this automatically via --foreman-proxy-tftp-servername option.

Updated by Lukas Zapletal over 9 years ago · 9 revisions