On Thu, Feb 07, 2008 at 02:40:02PM +0100, Tim Lauridsen wrote:
> yum-cron is not a part of yum or yum-utils. it is a 3 party package.
> yum-merge-conf is a TYPE_INTERACTIVE plugin which means that it could 
> interact with the user, so if you want to yum from a cron job, you have 
> to only have TYPE_CORE plugins enabled.
> you can use 'yum --disable-plugin=merge-conf -y some action' in you 
> cronjob to disable the plugin.

I don't think this is the right solution. It doesn't matter that yum-cron is
a 3rd party package -- the problem would happen any time yum happens to be
run from cron or otherwise noninteractively. The plugin should act
gracefully in this situation.

-- 
Matthew Miller           [EMAIL PROTECTED]          <http://mattdm.org/>
Boston University Linux      ------>              <http://linux.bu.edu/>
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to