Update and YUM problems

If you have problems installing YDL, or need some information before you start.

Update and YUM problems

Postby zubaran » 05 Feb 2010, 18:10

Hello Everybody,

I have just installed Yello Dog Linux on my PS3 and i have some trouble with the configuration of it, hope you can help me :)

First problem, i'm trying to put the keyboard in "French"

For that i gone on /etc/X11/xorg.conf configuration and i have replaced the configuration by the following, but still in english keyboard :

Option "XkbModel" "pc105"
Option "XkbLayout" "fr"


Second problem, and the most important. When i'm trying to update or install a package in SSH i always got an error message. Example with "yum update" or "yum install vlc" :

http://download.fedoralegacy.org/fedora/6.2/legacy-utils/ppc/repodata/repomd.xm : [Errno 14] HTTP Error 404 : Not Found
Trying other mirror
Error : Cannot open/read repomd.xml file for repository: legacy-utils


On google i've found some informations who says link are dead. I have tried to replace them with information of fedora website. For that, i'm going on "etc/yum.conf" and "etc/yum.repos.d/..." and edit in :

[base]
gpgcheck=1
name=Fedora Core $releasever base
baseurl=http://download.fedoralegacy.org/fedora/$releasever/os/$basearch

[updates]
gpgcheck=1
name=Fedora Core $releasever updates
baseurl=http://download.fedoralegacy.org/fedora/$releasever/updates/$basearch

[legacy-utils]
gpgcheck=1
name=Fedora Legacy utilities for Fedora Core $releasever
baseurl=http://download.fedoralegacy.org/fedora/$releasever/legacy-utils/$basearch


But nothing change, message error is still showing.

Hope you can help me, and sorry for my english.

Thank You !
zubaran
ydl newbie
ydl newbie
 
Posts: 7
Joined: 05 Feb 2010, 18:01

Re: Update and YUM problems

Postby ppietro » 05 Feb 2010, 18:33

zubaran wrote:Hello Everybody,

I have just installed Yello Dog Linux on my PS3 and i have some trouble with the configuration of it, hope you can help me :)

First problem, i'm trying to put the keyboard in "French"

For that i gone on /etc/X11/xorg.conf configuration and i have replaced the configuration by the following, but still in english keyboard :

Option "XkbModel" "pc105"
Option "XkbLayout" "fr"


Second problem, and the most important. When i'm trying to update or install a package in SSH i always got an error message. Example with "yum update" or "yum install vlc" :

http://download.fedoralegacy.org/fedora/6.2/legacy-utils/ppc/repodata/repomd.xm : [Errno 14] HTTP Error 404 : Not Found
Trying other mirror
Error : Cannot open/read repomd.xml file for repository: legacy-utils


On google i've found some informations who says link are dead. I have tried to replace them with information of fedora website. For that, i'm going on "etc/yum.conf" and "etc/yum.repos.d/..." and edit in :

[base]
gpgcheck=1
name=Fedora Core $releasever base
baseurl=http://download.fedoralegacy.org/fedora/$releasever/os/$basearch

[updates]
gpgcheck=1
name=Fedora Core $releasever updates
baseurl=http://download.fedoralegacy.org/fedora/$releasever/updates/$basearch

[legacy-utils]
gpgcheck=1
name=Fedora Legacy utilities for Fedora Core $releasever
baseurl=http://download.fedoralegacy.org/fedora/$releasever/legacy-utils/$basearch


But nothing change, message error is still showing.

Hope you can help me, and sorry for my english.

Thank You !


Unfortunately, YDL is not based on Fedora. It is based on Red Hat Enterprise Linux. Also - the YDL version numbers do not correspond to Fedora version numbers. So - the yum.conf and yum.repos.d scripts you list above won't work on YDL.

You'll want to delete all that you've listed above - put YDL back to factory settings - and follow our guide here:
viewtopic.php?f=19&t=3017

If you're running YDL 6.2, you'll want to disable yellowdog-extras. There's a conflict between it and Fedora-extras. (right, billb?)

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Re: Update and YUM problems

Postby zubaran » 05 Feb 2010, 18:39

Oh... I have done a terrible mistake.

Thank you for your help i'll follow your link and guide.

Can i delete the configuration files placed on "etc/yum.repos.d/" ?

Have you an idea to put the keyboard in french ?

Thanks again :lol:
zubaran
ydl newbie
ydl newbie
 
Posts: 7
Joined: 05 Feb 2010, 18:01

Re: Update and YUM problems

Postby billb » 05 Feb 2010, 20:06

ppietro wrote:If you're running YDL 6.2, you'll want to disable yellowdog-extras. There's a conflict between it and Fedora-extras. (right, billb?)


Having both fedora-extras and yellowdog-extras enabled on YDL 6.2 causes protectbase to take an extremely long and unreasonable amount of time to exclude packages (15 minutes or more), so yes I'd agree. Also there may be other less obvious problems from newer packages in yellowdog-extras vs. the ones in fedora-extras.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Update and YUM problems

Postby zubaran » 05 Feb 2010, 21:06

Unfortunaly i got a new error message when i want to Add/Remove Software, error access impossible to found software... :/

Following the guide, when i create the file "fedora-extras.repo" i'm going to add/remove software and i got the error message. Can i use SSH to add this "fedora extras" package ? If yes, how ?

Thank you
zubaran
ydl newbie
ydl newbie
 
Posts: 7
Joined: 05 Feb 2010, 18:01

Re: Update and YUM problems

Postby ppietro » 05 Feb 2010, 22:04

zubaran wrote:Unfortunaly i got a new error message when i want to Add/Remove Software, error access impossible to found software... :/


Sounds like your repositories are messed up. We'll need to take a look at them. Use these commands to print out the contents, then copy and paste from there:

Code: Select all
su -

<enter root password>

Code: Select all
more /etc/yum.repos.d/*

(you'll need to press the spacebar a few times to get the full output)

Also - it sounds like you edited /etc/yum.conf. We'll need to see that too.

zurbaran wrote:Following the guide, when i create the file "fedora-extras.repo" i'm going to add/remove software and i got the error message. Can i use SSH to add this "fedora extras" package ? If yes, how ?


No - sorry. You'll have to manually edit the files.

We have general troubleshooting steps here:
viewtopic.php?f=19&t=4785#p25379

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Re: Update and YUM problems

Postby zubaran » 06 Feb 2010, 12:08

All it works fine now :)

Thank you very much !
zubaran
ydl newbie
ydl newbie
 
Posts: 7
Joined: 05 Feb 2010, 18:01


Return to Installation

Who is online

Users browsing this forum: No registered users and 38 guests