Bug 14110 - Uncaught exception on running 'samba-tool domain schemaupgrade'
Summary: Uncaught exception on running 'samba-tool domain schemaupgrade'
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Tools (show other bugs)
Version: 4.10.4
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-02 09:34 UTC by Amit Kumar
Modified: 2019-09-25 08:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Kumar 2019-09-02 09:34:19 UTC
# samba-tool domain schemaupgrade 
ERROR(<class 'ModuleNotFoundError'>): uncaught exception - No module named 'markdown'
  File "/usr/lib64/python3.7/site-packages/samba/netcmd/__init__.py", line 185, in _run
    return self.run(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/samba/netcmd/domain.py", line 4157, in run
    from samba.ms_schema_markdown import read_ms_markdown
  File "/usr/lib64/python3.7/site-packages/samba/ms_schema_markdown.py", line 26, in <module>
    import markdown

MR: https://gitlab.com/samba-team/samba/merge_requests/757
Comment 1 Björn Jacke 2019-09-25 08:01:57 UTC
this is not a bug, more a cosmetic question being discussed in the merge request
Comment 2 Amit Kumar 2019-09-25 08:48:26 UTC
(In reply to Björn Jacke from comment #1)
Agree opened to just keep track of it!