Project

General

Profile

ERF50-9294 » History » Version 1

Lukas Zapletal, 09/24/2015 10:02 AM

1 1 Lukas Zapletal
h1. ERF50-9294 Failed to save: failed to detect boot server
2
3
ERF50-9294 [Foreman::WrappedException]: Unable to find IP address for 'foreman.home.lan' ([Resolv::ResolvError]: DNS result has no information for foreman.home.lan)
4
5
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):
6
7
<pre>
8
[root@foreman ~]# cat /etc/foreman-proxy/settings.d/tftp.yml 
9
---
10
:enabled: true
11
:tftproot: /var/lib/tftpboot/
12
:tftp_servername: 192.168.80.128
13
</pre>
14
15
Then restart foreman-proxy.
16
17
Foreman installer can set this automatically via @--foreman-proxy-tftp-servername@ option.