Bug 1497796 - Anaconda fails to start due to missing pyanaconda.anaconda_logging
Summary: Anaconda fails to start due to missing pyanaconda.anaconda_logging
Keywords:
Status: CLOSED DUPLICATE of bug 1497677
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 26
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-02 17:07 UTC by Subsentient
Modified: 2017-10-03 07:46 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-03 07:46:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Subsentient 2017-10-02 17:07:35 UTC
Description of problem:
The version of anaconda in the repos seems to be stricken by a bug that prevents it from launching.

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

How reproducible:
Generate a LiveCD with Lorax/livemedia-creator and attempt to launch the installer from that CD.

Actual results:

Starting installer, one moment...
anaconda 26.21.12-1 for anaconda bluesky (pre-release) started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
 * when reporting a bug add logs from /tmp as separate text/plain attachments
Traceback (most recent call last):
  File "/usr/sbin/anaconda", line 577, in <module>
    blivet.enable_installer_mode()
  File "/usr/lib/python3.6/site-packages/blivet/__init__.py", line 127, in enable_installer_mode
    from pyanaconda.anaconda_logging import program_log_lock
ModuleNotFoundError: No module named 'pyanaconda.anaconda_logging'


Expected results:
A functioning installer.

Additional info:
It can be patched with "sudo ln -s /usr/lib64/python3.6/site-packages/pyanaconda/anaconda_log.py /usr/lib64/python3.6/site-packages/pyanaconda/anaconda_logging.py"

Comment 1 Jiri Konecny 2017-10-03 07:46:47 UTC

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


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