Re: errors from mcelog.cron Fedora 14

2010-11-19 Thread Tom Horsley
On Tue, 16 Nov 2010 08:32:40 -0500 Jerry Feldman wrote: > I'm receiving errors from the mcelog.cron script in /etc/cron.hourly: > > /etc/cron.hourly/mcelog.cron: > > read: No such device Yea, I got those too, but after reading the description of the rpm that owned the mcelog.cron file I decided

Re: errors from mcelog.cron Fedora 14

2010-11-18 Thread Jerry Feldman
On 11/16/2010 08:47 AM, Tom Horsley wrote: > On Tue, 16 Nov 2010 08:32:40 -0500 > Jerry Feldman wrote: > >> I'm receiving errors from the mcelog.cron script in /etc/cron.hourly: >> >> /etc/cron.hourly/mcelog.cron: >> >> read: No such device > Yea, I got those too, but after reading the description

Re: errors from mcelog.cron Fedora 14

2010-11-16 Thread Kevin J. Cummings
On 11/16/2010 08:32 AM, Jerry Feldman wrote: > I'm receiving errors from the mcelog.cron script in /etc/cron.hourly: > > /etc/cron.hourly/mcelog.cron: > > read: No such device > > The mcelog.cron script contains the following 2 lines > #!/bin/bash > /usr/sbin/mcelog --ignorenodev --filter >> /va

errors from mcelog.cron Fedora 14

2010-11-16 Thread Jerry Feldman
I'm receiving errors from the mcelog.cron script in /etc/cron.hourly: /etc/cron.hourly/mcelog.cron: read: No such device The mcelog.cron script contains the following 2 lines #!/bin/bash /usr/sbin/mcelog --ignorenodev --filter >> /var/log/mcelog This script is also consistent with RHEL 5.2. Thi