Bug 1271766
Summary: | IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/yum/pluginconf.d/langpacks.conf' | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Alexander Todorov <atodorov> | ||||||||||||||||||||||||||
Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||||||||||||||||||||
Severity: | high | Docs Contact: | Petr Bokoc <pbokoc> | ||||||||||||||||||||||||||
Priority: | high | ||||||||||||||||||||||||||||
Version: | 7.2 | CC: | atodorov, mkovarik, pbokoc, pnemade | ||||||||||||||||||||||||||
Target Milestone: | rc | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:122310ef7d0da9aaf9e87942f5b0c4ce83aa1f3a845648f40c7e3fae04cfb261 | ||||||||||||||||||||||||||||
Fixed In Version: | anaconda-21.48.22.57-1 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
Doc Text: |
Installation no longer fails when using "%packages --nobase --nocore" in a Kickstart file
Previously, using a Kickstart file which contained the "%packages" section and specified the "--nobase" and "--nocore" options at the same time caused the installation to fail with a traceback message due to a missing _yum-langpacks_ package. The package is now available, and the described problem no longer occurs.
|
Story Points: | --- | ||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2016-11-03 23:18:06 UTC | Type: | --- | ||||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||||
Attachments: |
|
Description
Alexander Todorov
2015-10-14 15:58:42 UTC
Created attachment 1082885 [details]
File: anaconda-tb
Created attachment 1082886 [details]
File: anaconda.log
Created attachment 1082887 [details]
File: environ
Created attachment 1082888 [details]
File: ks.cfg
Created attachment 1082889 [details]
File: lsblk_output
Created attachment 1082890 [details]
File: nmcli_dev_list
Created attachment 1082891 [details]
File: os_info
Created attachment 1082892 [details]
File: program.log
Created attachment 1082893 [details]
File: storage.log
Created attachment 1082894 [details]
File: syslog
Created attachment 1082895 [details]
File: ifcfg.log
Created attachment 1082896 [details]
File: packaging.log
Testing with the ks.cfg from: https://bugzilla.redhat.com/show_bug.cgi?id=1190764#c2 At the end of the installation I hit this error. IIRC there was a similar error in RHEL 6 but can't find the bug right now. Using the kickstart file from bug #1190764, can you add "yum-langpacks" to the %packages section and see if it works? I think this is a bug from the rebase of anaconda, but one that we can work around for 7.2. (In reply to David Cantrell from comment #15) > Using the kickstart file from bug #1190764, can you add "yum-langpacks" to > the %packages section and see if it works? I think this is a bug from the > rebase of anaconda, but one that we can work around for 7.2. Adding yum-langpacks works. Documenting as a known issue with workaround for 7.2, moving to the 7.3 planning list. Thanks, Alexander. Verified on anaconda-21.48.22.81-1. System is installed successfully with: %packages --instLangs=bg_BG --nocore --nobase httpd %end Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2158.html |