Bug 1079969

Summary: OSError: [Errno 2] No such file or directory
Product: [Fedora] Fedora Reporter: G.Wolfe Woodbury <redwolfe>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4742a558624dd502c55f057be85281471e8928e7cca88f8502ee6948cd467e1b
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-24 16:00:50 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 G.Wolfe Woodbury 2014-03-24 12:18:58 UTC
Description of problem:
Normal install into EFI enabled VBox instance

boot.iso from x86_64 rawhide repo synched just befor starting install (2014-03-24 01:00 EDT)

source repo from local mirror synchead as above.


A once over of the traceback indicates a missing piece of a python library (threads.py)

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

The following was filed automatically by anaconda:
anaconda 21.27-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
    raise child_exception
  File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 83, in _run_program
    preexec_fn=chroot, cwd=root, env=env)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 146, in execWithCapture
    return _run_program(argv, stdin=stdin, root=root, log_output=log_output)[1]
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1670, in efibootmgr
    return exec_func("efibootmgr", list(args), **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1677, in remove_efi_boot_target
    buf = self.efibootmgr(capture=True)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1721, in install
    self.remove_efi_boot_target()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1741, in write
    self.install()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2400, in writeBootLoader
    storage.bootloader.write()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 174, in doInstall
    writeBootLoader(storage, payload, instClass, ksdata)
  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 227, 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:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.14.0-0.rc7.git2.1.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 G.Wolfe Woodbury 2014-03-24 12:19:23 UTC
Created attachment 878027 [details]
File: anaconda-tb

Comment 2 G.Wolfe Woodbury 2014-03-24 12:19:26 UTC
Created attachment 878028 [details]
File: anaconda.log

Comment 3 G.Wolfe Woodbury 2014-03-24 12:19:28 UTC
Created attachment 878029 [details]
File: environ

Comment 4 G.Wolfe Woodbury 2014-03-24 12:19:30 UTC
Created attachment 878030 [details]
File: lsblk_output

Comment 5 G.Wolfe Woodbury 2014-03-24 12:19:32 UTC
Created attachment 878031 [details]
File: nmcli_dev_list

Comment 6 G.Wolfe Woodbury 2014-03-24 12:19:33 UTC
Created attachment 878032 [details]
File: os_info

Comment 7 G.Wolfe Woodbury 2014-03-24 12:19:36 UTC
Created attachment 878033 [details]
File: program.log

Comment 8 G.Wolfe Woodbury 2014-03-24 12:19:42 UTC
Created attachment 878034 [details]
File: storage.log

Comment 9 G.Wolfe Woodbury 2014-03-24 12:19:45 UTC
Created attachment 878035 [details]
File: syslog

Comment 10 G.Wolfe Woodbury 2014-03-24 12:19:47 UTC
Created attachment 878036 [details]
File: ifcfg.log

Comment 11 G.Wolfe Woodbury 2014-03-24 12:20:02 UTC
Created attachment 878037 [details]
File: packaging.log

Comment 12 David Shea 2014-03-24 16:00:50 UTC
Same issue as bug 1079974, the bootloader packages are not being installed.

*** This bug has been marked as a duplicate of bug 1079974 ***