Bug 966435

Summary: Text mode installation fails with anaconda exception.
Product: [Fedora] Fedora Reporter: IBM Bug Proxy <bugproxy>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, bugproxy, dshea, g.kaviyarasu, jkachuck, jonathan, jstodola, mkolman, sbueno, vanmeeuwen+fedora, wgomerin
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-06 13:25:58 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:
Bug Depends On:    
Bug Blocks: 467765    
Attachments:
Description Flags
anaconda-tb
none
storage.log none

Description IBM Bug Proxy 2013-05-23 09:41:58 UTC
== Comment: #0 - SACHIN P. SANT <ssant.com> - 2013-05-23 04:39:54 ==
Steps to recreate the problem :

1) Start F19 text based installation.
2) Provide required information like device for installation, timezone setup etc
3) Continue with the installation.

After some time the installation fails with following  anaconda exception

anaconda 19.28-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1194, in _selectYumGroup
    raise NoSuchGroup(groupid)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1299, in _applyYumSelections
    self._selectYumGroup("core")
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1373, in checkSoftwareSelection
    self._applyYumSelections()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1460, in preInstall
    self.checkSoftwareSelection()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 154, in doInstall
    payload.preInstall(packages=packages, groups=payload.languageGroups())
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run
    threading.Thread.run(self, *args, **kwargs)
NoSuchGroup: core

== Comment: #1 - SACHIN P. SANT <ssant.com> - 2013-05-23 04:40:27 ==


== Comment: #3 - Onkar N. Mahajan <onmahaja.com> - 2013-05-23 05:35:06 ==
From strorage logs attached - I see couple of dm related errors - 

$ cat storage.log | grep -i 'fail\|error'
08:15:28,734 DEBUG blivet: failed to find dm node for rhel_r1715050
08:15:29,162 INFO blivet: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab'
08:15:30,205 INFO blivet: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab'
08:23:50,797 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory
08:23:50,802 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory
08:23:50,853 INFO blivet: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported

Not sure if this is an anaconda issue ...

Regards,
Onkar

Comment 1 IBM Bug Proxy 2013-05-23 09:42:13 UTC
Created attachment 752062 [details]
anaconda-tb

Comment 2 IBM Bug Proxy 2013-05-23 09:42:25 UTC
Created attachment 752063 [details]
storage.log

Comment 3 IBM Bug Proxy 2013-05-24 10:50:53 UTC
------- Comment From ssant.com 2013-05-24 10:41 EDT-------
The problem seems to be related to type of repo being used during installation.

I ran into this issue while using http based installation repository ( inst.repo=http://.... )
If I instead use ftp based installation repository ( inst.repo=ftp://....) installation works fine.

Comment 4 David Shea 2013-08-02 15:30:19 UTC
IBM, did the ftp and http repos you were using during installation contain the same repodata? A NoSuchGroup error indicates that anaconda was unable to download the group data in comps.xml from the repo, which could indicate either a download error or a repository that was created without groups data.

Comment 5 IBM Bug Proxy 2013-08-06 06:41:11 UTC
------- Comment From ssant.com 2013-08-06 06:31 EDT-------
This problem was due to issue with repository being used for installation.
The problem can be closed.

Comment 6 David Shea 2013-08-06 13:25:58 UTC
Glad to hear it's working. Closing the bug.