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 - logging error with liveinst for rawhide
Summary: logging error with liveinst for rawhide
Keywords:
Status: CLOSED DUPLICATE of bug 564213
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Ales Kozumplik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-12 07:40 UTC by Jens Petersen
Modified: 2014-09-30 23:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-12 09:23:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.