Bug 622347

Summary: anaconda fails trying to run rsyslogd during virt-install/kickstart
Product: [Fedora] Fedora Reporter: Mark S. Mathews <mark>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: anaconda-maint-list, bcl, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-09 03:09:12 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
script that calls virt-install none

Description Mark S. Mathews 2010-08-09 03:04:00 UTC
Description of problem:

Doing a virt-install+kickstart of release F13 fails with this log:

anaconda 13.42 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/iutil.py", line 162, in execWithRedirect raise RuntimeError, errstr
  File "/usr/lib/anaconda/backend_log.py", line 73, in start status = iutil.execWithRedirect(SYSLOG_PATH, args)
  File "/usr/lib/anaconda/backend.py", line 145, in initLog backend_log.log.start(instPath, syslogname)
  File "/usr/lib/anaconda/yuminstall.py", line 1556, in doPreInstall self.initLog(anaconda.rootPath)
  File "/usr/lib/anaconda/backend.py", line 293, in doPreInstall anaconda.backend.doPreInstall(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep()
  File "/usr/lib/anaconda/text.py", line 659, in run anaconda.dispatch.gotoNext()
  File "/usr/bin/anaconda", line 1223, in <module> anaconda.intf.run(anaconda)
  RuntimeError: Error running /sbin/rsyslogd: No such file or directory          

Version-Release number of selected component (if applicable):

13.42

How reproducible:
Always

Steps to Reproduce:
1. Run virt-install using the attached script and kickstart
2.
3.
  
Actual results:


Expected results:


Additional info:

Same setup works beautifully with F12.

Comment 1 Mark S. Mathews 2010-08-09 03:05:51 UTC
Created attachment 437510 [details]
script that calls virt-install

Comment 2 Mark S. Mathews 2010-08-09 03:09:12 UTC
Crap.  Nevermind....my mistake.  Sorry for reducing your SNR.