Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 564269

Summary: logging error with liveinst for rawhide
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: anacondaAssignee: Ales Kozumplik <akozumpl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jonathan, jzeleny, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-12 09:23:25 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:

Description Jens Petersen 2010-02-12 07:40:10 UTC
Description of problem:
When I try to run liveinst on a Live instance with current rawhide,
I get a backtrace:

:
umount: /media/*: not found
Traceback (most recent call last):
  File "/usr/sbin/anaconda", line 578, in <module>
    import anaconda_log
  File "/usr/lib/anaconda/anaconda_log.py", line 134, in <module>
    logger = AnacondaLog()
  File "/usr/lib/anaconda/anaconda_log.py", line 75, in __init__
    self.forwardToSyslog(self.logger)
  File "/usr/lib/anaconda/anaconda_log.py", line 130, in forwardToSyslog
    logger.name)
  File "/usr/lib/anaconda/anaconda_log.py", line 58, in __init__
    SysLogHandler.__init__(self, address, facility)
  File "/usr/lib/python2.6/logging/handlers.py", line 710, in __init__
    self._connect_unixsocket(address)
  File "/usr/lib/python2.6/logging/handlers.py", line 725, in _connect_unixsocket
    self.socket.connect(address)
  File "<string>", line 1, in connect
socket.error: [Errno 111] Connection refused

Comment 1 Ales Kozumplik 2010-02-12 09:23:25 UTC
This is because rsyslogd is not running, which is because its libraries are missing from the install images. Closing as a dupe of 564213.

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