Dear All,
First of all let me tell you where I stand now.
Right now I have a system that runs, but it is un-updateable(sic!). Before trying a reinstall, i reach out for your help. But how, did I end up here? This evening i did a regular
Which crashed yum with a 'segmentation fault'.
Then I did a
But neither did that help a thing. After these two steps I turned to google, which came up with a seemingly plausible solution.
Code:
rm -f /var/lib/rpm/__db*
Here, when I tried to install a package it did complain about missing dependencies first, but after another yum cleanall and rpm -rebuilddb my computer produced a new way of speeding up my aging process.
Code:
rpmdb: PANIC: fatal region error detected; run recovery error:
Then I read on google that erasing /etc/yum.repos.d 's contents can solve this. Do I need to tell you it didnt? ;-)
So as I see now; I lost my repos, which is okay I can write or download them back.
But the major problem is, that I lost all data to my installed rpm packages as well. The system does not know it has anything installed.
For instance, when doing a repo install i get the following:
Code:
[root@localhost log]# rpm -Uhv http://rpm.livna.org/livna-release-7.rpm
Retrieving http://rpm.livna.org/livna-release-7.rpm
warning: /var/tmp/rpm-xfer.TWSFvS: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
/bin/bash is needed by livna-release-7-2.noarch
fedora-release >= 7 is needed by livna-release-7-2.noarch
This was ...well .... sort of funny, because I typed in everything in the missing shell. But I understand that yum having lost its database didn't realize this. Anyway I installed it with --nodeps.
An update test produces:
Code:
yum update
http://rpm.livna.org/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Content-Length: 345
Date: Mon, 24 Sep 2007 19:59:22 GMT
Accept-Ranges: bytes
Content-Type: text/html
Server: lighttpd/1.3.16
Trying other mirror.
http://livna.cat.pdx.edu/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Server: nginx/0.4.13
Date: Mon, 24 Sep 2007 20:00:26 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Trying other mirror.
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Content-Length: 345
Date: Mon, 24 Sep 2007 19:59:23 GMT
Accept-Ranges: bytes
Content-Type: text/html
Server: lighttpd/1.3.16
Trying other mirror.
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Content-Length: 345
Date: Mon, 24 Sep 2007 19:59:23 GMT
Accept-Ranges: bytes
Content-Type: text/html
Server: lighttpd/1.3.16
Trying other mirror.
http://mirror.atrpms.net/livna/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Mon, 24 Sep 2007 20:00:27 GMT
Server: Apache/2.2.3 (Red Hat)
Content-Length: 330
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/%24releasever/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again
Do I have hope, or shall I use my livecd again? I hope someone is able to give me guidance on how to resolve this.