Bug 1492285 - unknown keyword in configuration file: IPAPPEND on console while booting host w/ static IP full host bootdisk
Summary: unknown keyword in configuration file: IPAPPEND on console while booting host...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Bootdisk Plugin
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: Unspecified
Assignee: Lukas Zapletal
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-16 06:15 UTC by Sachin Ghai
Modified: 2017-11-13 08:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-13 08:26:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
unknown keyword in configuration file: IPAPPEND (36.90 KB, image/png)
2017-09-16 06:15 UTC, Sachin Ghai
no flags Details

Description Sachin Ghai 2017-09-16 06:15:51 UTC
Created attachment 1326673 [details]
unknown keyword in configuration file: IPAPPEND

Description of problem:

I was testing out full host bootdisk w/ static IP and found that when we
boot the host w/ bootdisk, an error appeared on screen as :

unknown keyword in configuration file: IPAPPEND


its not affecting the overall provisioning but appears while booting the host w/ ISO. 

here is the preview pf PXELinux template:
=======================================


# This file was deployed via 'Kickstart default PXELinux' template


TIMEOUT 10
DEFAULT Kickstart default PXELinux

LABEL Kickstart default PXELinux
  KERNEL boot/RedHat-7.4-x86_64-vmlinuz
  APPEND initrd=boot/RedHat-7.4-x86_64-initrd.img ks=http://SAT_SERVER/unattended/provision?token=0436500f-61a9-4140-81b5-348a75e16c0c  network ksdevice=bootif ks.device=bootif BOOTIF=00-52-54-00-85-88-36 kssendmac ks.sendmac inst.ks.sendmac ip=192.168.100.101::192.168.100.1:255.255.255.0:::none nameserver=192.168.100.1
  IPAPPEND 2



Version-Release number of selected component (if applicable):
sat6.3 snap15

How reproducible:


Steps to Reproduce:
1. boot the host w/ static IP full host bootdisk
2.
3.

Actual results:

on booting the host w/ bootdisk ISO: unknown keyword in configuration file: IPAPPEND


Expected results:
no error should be there

Additional info:

Comment 2 Lukas Zapletal 2017-09-18 08:18:23 UTC
So I took a closer look on this, IPAPPEND is a statement which is not recognized in SYSLINUX older than 5.10.

In both RHEL6 and RHEL7 there is SYSLINUX version 4.0x therefore this warning is expected.

https://access.redhat.com/downloads/content/syslinux/4.05-13.el7/x86_64/fd431d51/package

I suggest to put this on backlog but there is no work associated, after SYSLINUX is rebased in RHEL this will disappear. Bootdisk does not need the IPAPPEND 2 option at all, we might want to remove it.

Comment 3 Marek Hulan 2017-11-10 07:40:00 UTC
Is that tracked upstream? It should be linked or cloned when marked as devel triaged. Also I changed the component, tje template should be updated in bootdisk right?


Note You need to log in before you can comment on or make changes to this bug.