Bug 1057120

Summary: OSError: [Errno 2] No such file or directory
Product: [Fedora] Fedora Reporter: Leslie Satenstein <lsatenstein>
Component: anacondaAssignee: David Shea <dshea>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, ram, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:07bbf7c05e8ebcc7f81a0d0f472d6a815f8f505aa7f3ae41458f94e12b6feed1
Fixed In Version: anaconda-21.25-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-28 14:22:32 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 Leslie Satenstein 2014-01-23 13:36:23 UTC
Description of problem:
Was doing a network installation (Using the Russian RXSpin).  It crashed. I restarted multiple times, each time selecting fewer groups, and after 4 tries, I am going back to the DVD installation.

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

The following was filed automatically by anaconda:
anaconda 20.25.15-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 81, in _run_program
    preexec_fn=chroot, cwd=root, env=env)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 116, in execWithRedirect
    return _run_program(argv, stdin=stdin, stdout=stdout, root=root, env_prune=env_prune)[0]
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 237, in execute
    iutil.execWithRedirect("/usr/sbin/authconfig", args, root=ROOT_PATH)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 66, in doConfiguration
    ksdata.authconfig.execute(storage, ksdata, instClass)
  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 192, in run
    threading.Thread.run(self, *args, **kwargs)
OSError: [Errno 2] No such file or directory

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=RFRemix\x2020\x20x86_64 quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.11.10-301.fc20.x86_64
product:        Fedora
release:        Fedora release 20 (Heisenbug)
type:           anaconda
version:        20

Potential duplicate: bug 971179

Comment 1 Leslie Satenstein 2014-01-23 13:36:34 UTC
Created attachment 854382 [details]
File: anaconda-tb

Comment 2 Leslie Satenstein 2014-01-23 13:36:36 UTC
Created attachment 854383 [details]
File: anaconda.log

Comment 3 Leslie Satenstein 2014-01-23 13:36:38 UTC
Created attachment 854384 [details]
File: environ

Comment 4 Leslie Satenstein 2014-01-23 13:36:40 UTC
Created attachment 854385 [details]
File: lsblk_output

Comment 5 Leslie Satenstein 2014-01-23 13:36:42 UTC
Created attachment 854386 [details]
File: nmcli_dev_list

Comment 6 Leslie Satenstein 2014-01-23 13:36:43 UTC
Created attachment 854387 [details]
File: os_info

Comment 7 Leslie Satenstein 2014-01-23 13:36:45 UTC
Created attachment 854388 [details]
File: program.log

Comment 8 Leslie Satenstein 2014-01-23 13:36:47 UTC
Created attachment 854389 [details]
File: storage.log

Comment 9 Leslie Satenstein 2014-01-23 13:36:50 UTC
Created attachment 854390 [details]
File: syslog

Comment 10 Leslie Satenstein 2014-01-23 13:36:53 UTC
Created attachment 854391 [details]
File: ifcfg.log

Comment 11 Leslie Satenstein 2014-01-23 13:36:58 UTC
Created attachment 854392 [details]
File: packaging.log

Comment 12 Ram Chillarege 2014-02-04 22:10:55 UTC
Installing FC20 on Thinkpad T61 - DVD install of full package (not live). Almost at the end, the Complete! shows and then the "unknown error"

cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020\x20x86_64 quiet BOOT_IMAGE=vmlinuz 
hashmarkername: anaconda
kernel:         3.11.10-301.fc20.x86_64
package:        anaconda-20.25.15-1
product:        Fedora
reason:         OSError: [Errno 2] No such file or directory
release:        Cannot get release name.
version:        20

Comment 13 David Shea 2014-02-24 23:03:21 UTC
anaconda is trying to run authconfig before it's been installed

Comment 14 David Shea 2014-02-25 19:42:31 UTC
Our anaconda-yum script is failing in a way that anaconda is isn't catching. I don't know what the actual error is, but I've posted a patch to catch any problems we may have missed while running anaconda-yum so that if this happens again we can find the real problem.