Bug 78495

Summary: diskcheck fails silently
Product: [Retired] Red Hat Linux Reporter: Axel Thimm <axel.thimm>
Component: diskcheckAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-26 13:22:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Axel Thimm 2002-11-24 16:01:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021018

Description of problem:
diskcheck returns without perfoming any action.


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

How reproducible:
Always

Steps to Reproduce:
1.LANG=C LC_ALL=C python -vd /etc/cron.hourly/diskcheck
2.
3.
	

Actual Results:  # /usr/lib/python2.2/encodings/aliases.pyc matches
/usr/lib/python2.2/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.2/encodings/aliases.pyc
Python 2.2.1 (#1, Aug 30 2002, 12:15:30) 
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
/etc/cron.hourly/diskcheck: inconsistent use of tabs and spaces in indentation
# /usr/lib/python2.2/string.pyc matches /usr/lib/python2.2/string.py
import string # precompiled from /usr/lib/python2.2/string.pyc
import strop # dynamically loaded from /usr/lib/python2.2/lib-dynload/strop.so


Expected Results:  diskcheck should have reported on file systems which are more
than 90% full.

Additional info:

Comment 1 Harald Hoyer 2002-11-25 10:32:57 UTC
Hopefully fixed with:
ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/diskcheck-1.4-1.src.rpm

Comment 2 Axel Thimm 2002-11-26 13:22:28 UTC
I did rebuilt 1.4-1 on Red Hat 8.0 and the same error persists.

Is the problem perhaps within python 2.2.1 itself, or some module of it?
(I hesitate a bit to upgrade to rawhide's python, as so many redhat tools depend
on python)


Comment 3 Axel Thimm 2002-11-26 13:30:15 UTC
Correction: The warning messages are still there, but diskcheck works
nevertheless. Thanks!

Comment 4 Harald Hoyer 2002-11-27 11:56:35 UTC
*** Bug 78662 has been marked as a duplicate of this bug. ***