Bug 1498137 - missing Req't: epel 5 epylog-1.0.7-1.el5
Summary: missing Req't: epel 5 epylog-1.0.7-1.el5
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: epylog
Version: epel7
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: R P Herrold
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-03 14:35 UTC by R P Herrold
Modified: 2020-08-07 13:05 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description R P Herrold 2017-10-03 14:35:06 UTC
informational only -- no fix anticipated

Description of problem:

missing Requirement

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

epylog-1.0.7-1.el5

How reproducible:

simply install epylog

Steps to Reproduce:

cron runs it

Actual results:
/etc/cron.daily/epylog.cron:

Traceback (most recent call last):
  File "/usr/sbin/epylog", line 300, in ?
    main(sys.argv)
  File "/usr/sbin/epylog", line 284, in main
    epylog.publish_report()
  File "/usr/lib/python2.4/site-packages/epylog/__init__.py", line 378, in
publish_report
    self.report.publish(rawfh, unparsed)
  File "/usr/lib/python2.4/site-packages/epylog/report.py", line 245, in
publish
    rawfh)
  File "/usr/lib/python2.4/site-packages/epylog/publishers.py", line 298, in
publish
    from email.mime.base      import MIMEBase
ImportError: No module named mime.base


Expected results:

working package


Additional info:

I'll track down what the provider might be and update this ticket

Comment 1 R P Herrold 2017-10-03 14:37:39 UTC
by C7, it is a default library

[root@centos-7 ~]# rpm -qf /usr/lib64/python2.7/email/mime/text.pyc
python-libs-2.7.5-58.el7.x86_64

Comment 2 R P Herrold 2017-11-27 18:28:51 UTC
back in EPEL 5, a failed epylog litters the /var/tmp directory with failure turdlets

[root@ns1 bin]# cd /var/tmp
[root@ns1 tmp]# ls
tmp1bw28KEPYLOG  tmp-_c8QGEPYLOG  tmpkT4pisEPYLOG  tmpSW85huEPYLOG
tmp1_Fy8cEPYLOG  tmpD36L3yEPYLOG  tmplCxYE-EPYLOG  tmpTdqKccEPYLOG
tmp2VA_oVEPYLOG  tmpdqpHpcEPYLOG  tmplFB7KHEPYLOG  tmpu0aAvVEPYLOG
tmp4AFshZEPYLOG  tmpdS-S7fEPYLOG  tmplIQNdeEPYLOG  tmpvdq07sEPYLOG

[root@ns1 bin]# ./find-fat.sh  | sort -nr
2450016 /var
1997188 /var/tmp
251464 /var/log
...


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