Index: [Article Count Order] [Thread]

Date:  Thu, 4 May 2006 23:59:23 -0700
From:  "Bruce Timberlake" <brucetimberlake (at mark) gmail.com>
Subject:  [coba-e:05036] Re: BQ-5102R-YUM-GUI-2.0.1-1.pkg errors
To:  coba-e (at mark) bluequartz.org
Message-Id:  <f76f5d3e0605042359l20a03e9n9c3ff7f4900eb118 (at mark) mail.gmail.com>
In-Reply-To:  <445AECC6.2090008 (at mark) mixfans.org>
References:  <200605030527.14605.bq (at mark) solarspeed.net>	 <200605031252.07791.bq (at mark) solarspeed.net>	 <010801c66fd7$d54fb3e0$9601a8c0 (at mark) mcs3>	 <200605050317.30561.bq (at mark) solarspeed.net> <445AECC6.2090008 (at mark) mixfans.org>
X-Mail-Count: 05036

> Suddenly I get these errors:
>
> /etc/cron.hourly/yum_checker:

<snip>

> Even I did not activate the tool through the GUI yet. Just only installed it ..

If the script is in the cron directory, it's going to be run every
hour. Has nothing to do with you setting it up in the GUI.

If you want to disable it, you can just make it not executable for now:

  su -
  cd /etc/cron.hourly
  chmod -x yum_checker

When you get it configured, you can make the script executable again:

  su -
  cd /etc/cron.hourly
  chmod +x yum_checker