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