From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 Description of problem: if the device name is long then the diskcheck script produces a cryptic error message. This appears to be related to parsing the output of the df command - which for a long device name will produce one entry split across two lines. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.mount --bind /home/odonnell/lib/wnr /var/ftp/pub/wnr/lib/wnr 2./etc/cron.hourly/diskcheck Actual Results: Traceback (innermost last): File "/etc/cron.hourly/diskcheck", line 65, in ? (volume, total, used, avail, pct, mountpt) = string.split(line) ValueError: unpack list of wrong size Additional info:
*** This bug has been marked as a duplicate of 55069 ***