Bug 1021667

Summary: OSError: [Errno 2] No such file or directory
Product: [Fedora] Fedora Reporter: A.J. Werkman <aj.werkman>
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: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:c959ab968a4ee24bb408927bb76b9ae965856a3369364937f9bf29414461dfb0
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-21 19:04:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: ks.cfg
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 A.J. Werkman 2013-10-21 18:37:57 UTC
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/lib/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/site-packages/pyanaconda/iutil.py", line 80, in _run_program
    preexec_fn=chroot, cwd=root, env=env)
  File "/usr/lib/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/lib/python2.7/site-packages/pyanaconda/kickstart.py", line 121, in run
    root = scriptRoot)
  File "/usr/lib/python2.7/site-packages/pyanaconda/kickstart.py", line 1615, in <lambda>
    map (lambda s: s.run(ROOT_PATH), postScripts)
  File "/usr/lib/python2.7/site-packages/pyanaconda/kickstart.py", line 1615, in runPostScripts
    map (lambda s: s.run(ROOT_PATH), postScripts)
  File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 97, in doConfiguration
    runPostScripts(ksdata.scripts)
  File "/usr/lib/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 168, 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.ks=hd:UUID=dfc7a3f5-dfea-4f4f-8742-ec5614206349:/ks.cfg ip=172.18.92.70::172.18.92.65:255.255.255.192:cfl.lc.digifarma.nl::off noipv6 nameserver=172.18.92.65 inst.stage2=hd:UUID=dfc7a3f5-dfea-4f4f-8742-ec5614206349
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.i686
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19

Comment 1 A.J. Werkman 2013-10-21 18:38:04 UTC
Created attachment 814737 [details]
File: anaconda-tb

Comment 2 A.J. Werkman 2013-10-21 18:38:08 UTC
Created attachment 814738 [details]
File: anaconda.log

Comment 3 A.J. Werkman 2013-10-21 18:38:11 UTC
Created attachment 814739 [details]
File: environ

Comment 4 A.J. Werkman 2013-10-21 18:38:15 UTC
Created attachment 814740 [details]
File: ks.cfg

Comment 5 A.J. Werkman 2013-10-21 18:38:19 UTC
Created attachment 814741 [details]
File: lsblk_output

Comment 6 A.J. Werkman 2013-10-21 18:38:23 UTC
Created attachment 814742 [details]
File: nmcli_dev_list

Comment 7 A.J. Werkman 2013-10-21 18:38:27 UTC
Created attachment 814743 [details]
File: os_info

Comment 8 A.J. Werkman 2013-10-21 18:38:32 UTC
Created attachment 814744 [details]
File: program.log

Comment 9 A.J. Werkman 2013-10-21 18:38:37 UTC
Created attachment 814745 [details]
File: storage.log

Comment 10 A.J. Werkman 2013-10-21 18:38:41 UTC
Created attachment 814746 [details]
File: syslog

Comment 11 A.J. Werkman 2013-10-21 18:38:45 UTC
Created attachment 814747 [details]
File: ifcfg.log

Comment 12 A.J. Werkman 2013-10-21 18:38:49 UTC
Created attachment 814748 [details]
File: packaging.log

Comment 13 David Shea 2013-10-21 19:04:27 UTC
The programs being run by /usr/lib/cfl/cflsysinit are failing to link. Since the commands in the kickstart %post before this are running, it's likely that cflsysinit is modifying the library path in some invalid way. This program is not provided by Fedora.