Results 1 to 4 of 4
Hello all!
I'm runniing an AMI (Amazon Machine Image) instance (kind of virtual machine) already configured with some programs running on the top of Fedora.
The thing is that when ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-25-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 8
YUM dependencies problem
Hello all!
I'm runniing an AMI (Amazon Machine Image) instance (kind of virtual machine) already configured with some programs running on the top of Fedora.
The thing is that when I try to make an update (yum update) som errors come up. I tried to install everything related with libevent*via yum but I can't do it because the dependencie issue described below. I tried aswell to download manually but it didn't work neither.
What could I do to solve this? I thought of uninstalling and installing yum but I'm not sure the consecuences of this. Anything?
# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* updates-newkey: ftp-stud.hs-esslingen.de
* fedora: ftp-stud.hs-esslingen.de
* updates: ftp-stud.hs-esslingen.de
pgdg83 | 1.2 kB 00:00
yum.pgsqlrpms.org/8.3/fedora/fedora-8-i386/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for pgdg83: Damaged repomd.xml file
Trying other mirror.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libevent.i386 0:1.4.9-1.f8 set to be updated
---> Package postgresql-devel.i386 0:8.3.6-1PGDG.f8 set to be updated
---> Package postgresql-libs.i386 0:8.3.6-1PGDG.f8 set to be updated
---> Package postgresql.i386 0:8.3.6-1PGDG.f8 set to be updated
---> Package pgdg-fedora.noarch 0:8.3-6 set to be updated
--> Processing Dependency: libevent-1.3b.so.1 for package: nfs-utils
--> Finished Dependency Resolution
1:nfs-utils-1.1.1-2.fc8.i386 from installed has depsolving problems
--> Missing Dependency: libevent-1.3b.so.1 is needed by package 1:nfs-utils-1.1.1-2.fc8.i386 (installed)
Error: Missing Dependency: libevent-1.3b.so.1 is needed by package 1:nfs-utils-1.1.1-2.fc8.i386 (installed)
- 06-25-2012 #2Try another mirror, possibly the one of postgresql.org itself.yum.pgsqlrpms.org/8.3/fedora/fedora-8-i386/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for pgdg83: Damaged repomd.xml file
Other than that: fedora 8 seems wrong.
fedora 17 is the current version.You must always face the curtain with a bow.
- 06-25-2012 #3Just Joined!
- Join Date
- Apr 2012
- Posts
- 8
- 06-25-2012 #4
Repos are defined in /etc/yum.conf and in newer versions: /etc/yum.repos.d/
Upgrade of the OS means reinstallation.
Typically, these types of data are saved:
- data
- database dumps
- configs
- logs
Note:
A version jump of this magnitude will have consequences.
e.g. data/db dumps might need to be adjusted (think: charsets)
and configs have evolved.You must always face the curtain with a bow.


Reply With Quote

