Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionHeinz Mauelshagen
2013-11-28 14:22:42 UTC
Description of problem:
Kickstart installation of RHEL-7.0-20131117.n.0 in a qemu-kvm VM fails with
"** (anaconda:1224): WARNING **: could not open X-Display **"
Version-Release number of selected component (if applicable):
Fedora-19 host
anaconda 19.31.36-1
qemu-kvm-1.4.2-12.fc19
How reproducible:
Run kickstart installation
Steps to Reproduce:
1.
2.
3.
Actual results:
Fails with aforementioned error trying to open X-Display, even thought kickstart installation restricts to text mode.
Expected results:
Kickstart intsllation succeeds.
Additional info:
Comment 2Heinz Mauelshagen
2013-11-29 12:21:06 UTC
Unable to reproduce the problem using RHEL-7.0-20131127.1.
Comment 4Heinz Mauelshagen
2013-12-12 23:10:09 UTC
(In reply to David Cantrell from comment #3)
> Unable to reproduce the problem using RHEL-7.0-20131127.1.
David,
I can reproduce this with every RHEL-7 nightly newer than
RHEL-7-20130920.n.0, which still WFM.
Even RHEL-7-beta does not WFM.
Comment 5Heinz Mauelshagen
2013-12-12 23:12:13 UTC
Created attachment 836073[details]
RHEL-7-beta kickstart failing
RHEL-7-beta kickstart file which fails for me.
In my case this is not under KVM, but on a Dell XE2 performing a PXE boot with a kickstart that is trying to do a text mode install.
install
url --url=http://yumhost/distro/rhel/7.0b/x86_64/os
text
skipx
lang en_US.UTF-8
keyboard us
reboot
authconfig --enablemd5 --enableshadow
firewall --disabled
selinux --disabled
bootloader --location=mbr
timezone --utc US/Eastern
network --device=eth0 --bootproto=dhcp --hostname=euler
zerombr
clearpart --all --initlabel
partition /boot --size 128
partition pv.00 --size 1 --grow
volgroup VolumeGroup00 pv.00
logvol / --vgname VolumeGroup00 --size 1 --name=rootlv --grow
%packages
....
Looks like the X error is a red herring. Removing 'text' and 'skipx' and the X message goes away ... however the real anaconda stack trace shows:
...pyanaconda/nm.py, line 200, in nm_device_property
raise UnknownDeviceError(name, e)
...nm.py, line 274, in nm_device_hwaddress
...network.py, line 515, in add_connection_for_ksdata
This seems like maybe my network line is wrong ... I will test