Re: Disable Redhat Network Alert

From: Paul Howarth (paul_at_city-fan.org)
Date: 05/30/05

  • Next message: Phil: "Re: General routing question?"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Date: Mon, 30 May 2005 17:47:27 +0100
    
    

    On Sun, 2005-05-29 at 14:28 -0400, Tony Nelson wrote:
    > At 10:49 AM +0100 5/29/05, Paul Howarth wrote:
    > >On Sun, 2005-05-29 at 02:58 +0200, Alexander Dalloz wrote:
    > >> Am So, den 29.05.2005 schrieb Yang Xiao um 2:38:
    > >>
    > >> > I have internal yum server setup for updates, so I want to disable the
    > >> > redhat network alert applet from trying to get to redhat.com for
    > >> > updates, how do I disable it?
    > >>
    > >> > Yang
    > >>
    > >> Just remove the applet from the notification bar (right mouse button
    > >> click) and then save your Gnome session before exiting.
    > >
    > >Or alternatively you could edit /etc/sysconfig/rhn/sources and make
    > >up2date use the same internal repository that yum uses, so the two will
    > >be in sync with each other.
    >
    > Could you give more detail? I see that in my FC3 installation, sources
    > uses the standard yum (remote) repos. Do you mean that he (and I) should
    > add a "dir" repo pointing to the yum repo cache?
    >
    > Does having run "yum makecache" affect this? For that matter, does
    > makecache have to be done more than once, or will yum keep it up-to-date as
    > yum is used?

    You point up2date at a yum repo just like you point yum at a yum repo;
    you can't (AFAIK) just point up2date at a local yum cache. You can
    however set up a local yum repo, and have both yum and up2date use it.

    So for instance if you had the following in a repo definition in
    yum.conf or yum.repos.d/*.repo:

    [fedora-updates]
    name=Fedora Core $releasever - $basearch - Released Updates
    baseurl=http://my.local.repo/fedora/updates/$releasever/$basearch
    enabled=1
    gpgcheck=1

    Then the equivalent for up2date would be the following entry
    in /etc/sysconfig/rhn/sources:

    yum updates-released-fc3 http://my.local.repo/fedora/updates/3/$ARCH/

    A yum repo can be based on a file:// or a http:// or an ftp:// style
    URL.

    Paul.

    -- 
    Paul Howarth <paul@city-fan.org>
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Phil: "Re: General routing question?"