Re: ks file not found via dhcp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 09:24:38,293 DEBUG   : activating device eth2
> 09:24:45,305 INFO    : wait_for_iface_activation (2274): device eth2
> activated
> 09:24:45,317 ERROR   : no bootserver was found

That's the problem right there.  This is printed out in the
getFileFromNfs function, specifically in the path of looking for the
implicit kickstart file location.  It means the following is failing:

            server_name = nm_dhcp4_config_get_one_option(dhcp, "server_name");
            if (!server_name) {
                logMessage(ERROR, "no bootserver was found");
                g_object_unref(client);
                return 1;
            }

I wonder if that DHCP option even exists, or if this is a problem with the NM
bindings, or what.  Could you file a bug about this?

- Chris

_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/kickstart-list


[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux