== 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
Created attachment 752062 [details] anaconda-tb
Created attachment 752063 [details] storage.log
------- 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.
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 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.
Glad to hear it's working. Closing the bug.