Results 1 to 9 of 9
whenever I try to update my system or download a package I get the message:
Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again
...
- 11-08-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 8
Cannot update
whenever I try to update my system or download a package I get the message:
Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again
I have tried editing the /etc/yum.repos.d/fedora.repo file and yum cleanall. I'm at a loss for what to do next.
- 11-08-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 8
This is on Fedora 10
- 11-08-2009 #3
It seems like there is a problem with the adobe-linux-i386 repo. You can disable it in /etc/yum.repos.d/adobe-linux-i386.repo or when doing something with yum, use the --disablerepo flag e.g.
Code:yum --disablerepo=adobe-linux-i386 update
- 11-08-2009 #4
is it your new install?
and you are trying to update for first time?
FC.10 had a bug.Sorry, it was unintentional.
You should have told me at least once and i could have fix it.
thanks for reminding me.
- 11-08-2009 #5
Execute this
Post output here.Code:su - yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-08-2009 #6Just Joined!
- Join Date
- Jun 2009
- Posts
- 8
No its not a new install and I have updated in the past, this just started this week.
The results for
yum repolist was
[root@CDTA charicner]# yum repolist
Loaded plugins: refresh-packagekit
(this is where the URL goes but i cant post it yet because im not allowed: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 0
fedora Fedora 10 - i386 enabled: 0
rpmfusion-free RPM Fusion for Fedora 10 - Free enabled: 0
rpmfusion-free-updates RPM Fusion for Fedora 10 - Free - Updates enabled: 0
updates Fedora 10 - i386 - Updates enabled: 0
repolist: 0
- 11-09-2009 #7
Disable Adobe Linux repo as suggested by daark.child. If it works fine, disable it permanently in /etc/yum.repos.d folder.
Code:yum --disablerepo=adobe-linux-i386 update
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-09-2009 #8Just Joined!
- Join Date
- Jun 2009
- Posts
- 8
This is what I got
[root@CDTA charicner]# yum --disablerepo=adobe-linux-i386 update
Loaded plugins: refresh-packagekit
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. </body></html>/
removing mirrorlist with no valid mirrors: /var/cache/yum/fedora/mirrorlist.txt
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
- 11-09-2009 #9
Post the contents of files available in /etc/yum.repos.d folder.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote