Bug 1497796

Summary: Anaconda fails to start due to missing pyanaconda.anaconda_logging
Product: [Fedora] Fedora Reporter: Subsentient <thinkingrodent>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 26CC: anaconda-maint-list, jkonecny, jonathan, kellin, mkolman, pjones, sbueno, vanmeeuwen+fedora, vpodzime, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-03 07:46:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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