Bug 981256

Summary: SystemExit: 1
Product: [Fedora] Fedora Reporter: Ameya Sathe <aakreet40-rhce>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: aakreet40-rhce, anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, stephent98, vanmeeuwen+fedora
Target Milestone: ---Flags: dshea: needinfo-
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:aa6939d4a3c4dd1e46f948a52ee0381819e74e2d5438378581b4950a7c88eaf1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-01 20:35:44 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 Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Ameya Sathe 2013-07-04 10:20:33 UTC
Description of problem:
In 'Installation source', I had selected the option of 'Closest mirror'.  Then, I changed it to a definate http URL.  Anaconda installer prompted to change & review the package selection again.  I reviewed the package selection.  Once, I clicked on 'Done, installer said that, 'Books' as selected is not available inside your current Installation selection.  I selected 'No' for the question of 'Continue installation as is'.  It gave the following problem.

Version-Release number of selected component:
anaconda-19.30.13-1

The following was filed automatically by anaconda:
anaconda 19.30.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1329, in _handleMissing
    sys.exit(1)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1359, in _applyYumSelections
    self._handleMissing(e)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1410, in checkSoftwareSelection
    self._applyYumSelections()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py", line 104, in checkSoftwareSelection
    self.payload.checkSoftwareSelection()
  File "/usr/lib64/python2.7/threading.py", line 764, 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)
SystemExit: 1

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019\x20x86_64 rd.live.check quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19

Potential duplicate: bug 865953

Comment 1 Ameya Sathe 2013-07-04 10:20:50 UTC
Created attachment 768709 [details]
File: anaconda-tb

Comment 2 Ameya Sathe 2013-07-04 10:20:55 UTC
Created attachment 768710 [details]
File: anaconda.log

Comment 3 Ameya Sathe 2013-07-04 10:20:59 UTC
Created attachment 768711 [details]
File: environ

Comment 4 Ameya Sathe 2013-07-04 10:21:03 UTC
Created attachment 768712 [details]
File: lsblk_output

Comment 5 Ameya Sathe 2013-07-04 10:21:09 UTC
Created attachment 768713 [details]
File: nmcli_dev_list

Comment 6 Ameya Sathe 2013-07-04 10:21:14 UTC
Created attachment 768714 [details]
File: os_info

Comment 7 Ameya Sathe 2013-07-04 10:21:19 UTC
Created attachment 768715 [details]
File: program.log

Comment 8 Ameya Sathe 2013-07-04 10:21:25 UTC
Created attachment 768716 [details]
File: storage.log

Comment 9 Ameya Sathe 2013-07-04 10:21:30 UTC
Created attachment 768717 [details]
File: syslog

Comment 10 Ameya Sathe 2013-07-04 10:21:34 UTC
Created attachment 768718 [details]
File: ifcfg.log

Comment 11 Ameya Sathe 2013-07-04 10:21:42 UTC
Created attachment 768719 [details]
File: packaging.log

Comment 12 David Shea 2013-08-01 20:35:44 UTC
You told anaconda not to continue, so it exited. This is the expected behavior.

Comment 13 Steve Tyler 2013-08-02 21:33:51 UTC
(In reply to Ameya Sathe from comment #0)
...
> Then, I changed it to a definate http URL.
...

Ameyo: From the attached logs it appears that you were use this URL:
http://download.eng.pnq.redhat.com/pub/fedora/linux/releases/19/Fedora/x86_64/os/

Could you confirm that?

What output do you get from this?

$ curl -I http://download.eng.pnq.redhat.com/pub/fedora/linux/releases/19/Fedora/x86_64/os/

When try that, I get:

$ curl -I http://download.eng.pnq.redhat.com/pub/fedora/linux/releases/19/Fedora/x86_64/os/
curl: (6) Could not resolve host: download.eng.pnq.redhat.com; Name or service not known

Comment 14 Steve Tyler 2013-08-02 21:36:51 UTC
(In reply to David Shea from comment #12)
> You told anaconda not to continue, so it exited. This is the expected
> behavior.

The user should not be asked to report a bug when exiting the installer.
This bug needs further analysis and should be reopened.