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:
Hopefully fixed with: ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/diskcheck-1.4-1.src.rpm
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)
Correction: The warning messages are still there, but diskcheck works nevertheless. Thanks!
*** Bug 78662 has been marked as a duplicate of this bug. ***