Bug 564269
| Summary: | logging error with liveinst for rawhide | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> |
| Component: | anaconda | Assignee: | Ales Kozumplik <akozumpl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | 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: | |||
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 *** |
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