LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   problem using up2date (https://www.linuxquestions.org/questions/fedora-35/problem-using-up2date-446451/)

ismitevijay 05-19-2006 11:18 AM

problem using up2date
 
hi all..
when i try to use up2date prog it gives the following err!!

An error has occurred:
yum.Errors.RepoError

plz try to help me in fixing the problem. i m using fedora core 4.
thanx

jstephens84 05-19-2006 11:38 AM

If it is the up2date through the GUI then it might be having problems connecting. I know I have problems all the time when I was using Fedora Core 3 and Fedora Core 4.

PTrenholme 05-19-2006 12:41 PM

If yum is working for you, try a sudo yum install yumex, and then run yumex and select the update tab. That will show you what's available and let you select the updates you want to install. It's much easier to use than up2date, although it doesn't normally run "automatically." It does, however, show you all the available updates, not just the "critical" ones.

By the way, the sudo prefix in the command above will only work if you've added yourself to the sudoers file. See info sudoers for details.

spooon 05-19-2006 01:36 PM

up2date doesn't work in Fedora Core. Use yum

ismitevijay 05-20-2006 12:46 AM

re
 
hi all,
i used the repos of dag weirs in my yum.conf file but still its not working

the err! i m getting is

Setting up Update Process
Setting up repositories
apt.sw.be/fedora/4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
Cannot open/read repomd.xml file for repository: dag
failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.

can any1 giv me some other repos or mirrors for update of fedora core 4.

thanx

PTrenholme 05-20-2006 07:59 AM

For dag in FC4, try this in /etc/yum.repos.d:
Code:

$ cat /etc/yum.repos.d/dag.repo
# Repositories updated : 2005-06-08

#
# Repository : dag
#
[dag]
name=Dag
baseurl=http://dag.freshrpms.net/fedora/4/en/i386/dag/
 http://apt.sw.be/dries/fedora/fc4/$ARCH/dries/RPMS
 http://archive.cs.uu.nl/mirror/dag.w...RCH/dries/RPMS
 http://ftp2.lcpe.uni-sofia.bg/freshr...RCH/dries/RPMS
 http://ftp-stud.fht-esslingen.de/dag...RCH/dries/RPMS
 http://mirror.cpsc.ucalgary.ca/mirro...RCH/dries/RPMS
 http://mirrors.ircam.fr/pub/dag/drie...RCH/dries/RPMS
 http://rh-mirror.linux.iastate.edu/p...RCH/dries/RPMS
 http://rpmfind.net/linux/dag/dries/f...RCH/dries/RPMS
 http://wftp.tu-chemnitz.de/pub/linux...RCH/dries/RPMS
 http://www.mirrorservice.org/sites/a...RCH/dries/RPMS
gpgcheck=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
enabled=1

For the "standard" Fedora sites you should have something like this in your /etc/yum.repos.d/ directory:
Code:

$ cat /etc/yum.repos.d/fedora-core.repo
[core]
name=Fedora Core $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pu.../$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mi...re-$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[core-debuginfo]
name=Fedora Core $releasever - $basearch - Debug
baseurl=http://download.fedora.redhat.com/pu...asearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[core-source]
name=Fedora Core $releasever - Source
baseurl=http://download.fedora.redhat.com/pu.../source/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

$ cat /etc/yum.repos.d/fedora-extras.repo
[extras]
name=Fedora Extras $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pu...a/linux/extras
        ftp://limestone.uoregon.edu/fedora/e...ever/$basearch
        ftp://fedora.bu.edu/extras/$releasever/$basearch
        ftp://mirrors.kernel.org/fedora/extr...ever/$basearch
        ftp://ftp.muug.mb.ca/pub/fedora/linux/extras/
        ftp://mirror.hiwaay.net/redhat/fedora/linux/extras/
        ftp://mirror.phy.olemiss.edu/fedora/extras/
        ftp://fedora.mirrors.tds.net/pub/fed...ever/$basearch
        ftp://mirror.cpsc.ucalgary.ca/mirror.../linux/extras/
        ftp://ftp.gtlib.gatech.edu/pub/fedor.../linux/extras/
# http://limestone.uoregon.edu/fedora/...ver/$basearch/
mirrorlist=http://fedora.redhat.com/download/mi...as-$releasever
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1

$ cat /etc/yum.repos.d/fedora-updates.repo
[updates]
name=Fedora Core $releasever - $basearch - Updates
#baseurl=http://download.fedora.redhat.com/pu...ver/$basearch/
mirrorlist=http://fedora.redhat.com/download/mi...-fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-debuginfo]
name=Fedora Core $releasever - $basearch - Updates - Debug
baseurl=http://download.fedora.redhat.com/pu...asearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-source]
name=Fedora Core $releasever - Updates Source
baseurl=http://download.fedora.redhat.com/pu...easever/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora



All times are GMT -5. The time now is 06:49 AM.