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.
Bug 621315 - update section about @conflicts
Summary: update section about @conflicts
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Installation_Guide
Version: 6.1
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Ruediger Landmann
QA Contact: ecs-bugs
URL:
Whiteboard:
: 622919 (view as bug list)
Depends On:
Blocks: 253443
TreeView+ depends on / blocked
 
Reported: 2010-08-04 18:36 UTC by Dennis Gregorovic
Modified: 2010-11-11 15:35 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-11 15:35:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dennis Gregorovic 2010-08-04 18:36:29 UTC
In 32.5. Package Selection:

The following should be changed from

"""
You can use a kickstart file to install every available package by specifying @Everything or simply * in the %packages section. Red Hat does not support this type of installation.
Moreover, using a kickstart file in this way will introduce package and file conflicts onto the installed system. Packages known to cause such problems are assigned to the @Conflicts group. If you specify @Everything in a kickstart file, be sure to exclude @Conflicts or the installation will fail:

@Everything
-@Conflicts

Note that Red Hat does not support the use of @Everything in a kickstart file, even if you exclude @Conflicts. 
"""

to

"""
You can use a kickstart file to install every available package by specifying @Everything or simply * in the %packages section. Red Hat does not support this type of installation.
Moreover, using a kickstart file in this way will introduce package and file conflicts onto the installed system. Packages known to cause such problems are assigned to the @Conflicts (VARIANT) group, where VARIANT is one of Server, Client, etc. If you specify @Everything in a kickstart file, be sure to exclude @Conflicts (VARIANT) or the installation will fail:

@Everything
-@Conflicts (Server)

Note that Red Hat does not support the use of @Everything in a kickstart file, even if you exclude @Conflicts (VARIANT). 
"""

Comment 1 Ruediger Landmann 2010-08-08 20:03:29 UTC
Thanks Dennis -- fixed in build 0-85

Comment 2 Andrew Ross 2010-08-08 22:50:26 UTC
Verified: Red_Hat_Enterprise_Linux-Installation_Guide-6-web-en-US-0-85.el5

Text included in Warning at start of page.

Comment 3 Ruediger Landmann 2010-08-15 23:56:17 UTC
*** Bug 622919 has been marked as a duplicate of this bug. ***

Comment 4 releng-rhel@redhat.com 2010-11-11 15:35:08 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


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