Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    This is on Fedora 10

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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

  4. #4
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    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.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    yum repolist
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just 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

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  8. #8
    Just 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

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...