Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated

Tags:

centos

centos6

I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error after selecting the drive option, which comes after selecting the country. This is complete message,

Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated. 

Failare:
repodata/743fec56b2af0ce8d6ec82c47a4efafc2a4d18cddfa9683f29611cb18d1a33de-primary.sqlite.bz2 from anaconda-CentOS-201311271240.i386: [Ermo 256] No more mirrors to try.   

Sorry but I am new here, so I can't put the exact image here.

like image 979
Indra KP Avatar asked Feb 07 '14 20:02

Indra KP


3 Answers

I believe that i had this same issue and was able to solve it.

The files under the /repodata folder are missing their file extensions and are not matching their full names in the "TRANS.TBL" file, under this same dir.

Rename all the files to match what is in the "TRANS.TBL" file, then try the install over again.

Please let everyone know if this works for you.

In the past i would just put a URL in that pointed to the correct files on a server, i feel that most people take this workaround and that's why it's not as hot of an item as it should be. I hope this gets fixed in the .ISO.

Thank you,

YourFriend

like image 121
Bradlee818 Avatar answered Nov 11 '22 14:11

Bradlee818


It worked for me. I renamed all 8 files. i.e. 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de-primary.sqlite.bz2

The correct file name is given in file "repomd" under folder repodata example - location href="repodata/b124f0ec5323cfee56b420906a3103f0daef656dde3f7ac8220120aa7504e57a-primary.xml.gz"

like image 42
Sanjay Saraf Avatar answered Nov 11 '22 14:11

Sanjay Saraf


I had exactly the same issue ; under "repodata" directory opened "repmod" xml file Searched file name within repmond xml file Found matching strings Renamed 8 files as specified in .xml file and it worked like a charm

Thanks to "Your Friend"

like image 40
Raja Govindan Avatar answered Nov 11 '22 12:11

Raja Govindan