URL for yum upgrade ydl-6.1 to ydl-6.2

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

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby AmaiWana » 04 Aug 2009, 21:05

some magic happened to me and yum upgrade worked. I didnt know it would take so long donwload 300mt, but yum upgrade did change my 6.1 to 6.2, and i think this faster than last one.
Thx for jester for help :D
lost in yellow dog.... it ate me.... :/
AmaiWana
ydl beginner
ydl beginner
 
Posts: 29
Joined: 24 May 2009, 13:39
Location: Finland

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby bonedome » 04 Aug 2009, 23:02

Hello
I used pup, you can see what's being updated, some of the updates need dependency updates :? that are in the same batch !!! so had to untick the things (gcc was one) that had deps that where too old, then run pup again, enabled the other repos and ran pup again.
60Gb ps3 otheros awol. currently playing:bad company and farcry 2 again (seeing how far I can get using permadeath principle)update: regretfully Warren Clyde was involved in a shootout south of Pala and killed when he was hit by a land rover. RIP Warren
User avatar
bonedome
ydl guru
ydl guru
 
Posts: 755
Joined: 07 Aug 2008, 16:03
Location: uk

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby Jester » 05 Aug 2009, 22:52

yea... my yum is going crazy I think. I mean I tried all your ways paul, on base trying to do the upgrade but it never found anything to do. So i just re-enabled all of my other repos and now I have 1559 packages being excluded from repo protections...
Code: Select all
[root@localhost ~]# yum repolist
Loading "protectbase" plugin
Loading "installonlyn" plugin
repo id              repo name                                 status
PS3Bodega            PS3Bodega.com YellowDog Compatible Packa  enabled
base                 Yellow Dog Linux 6.2 Base                 enabled
extras               Yellow Dog Linux 6.2 Extras               enabled
fedora-extras        Fedora Extras                             enabled
updates              Yellow Dog Linux 6.2 Updates              enabled
*this step takes FOREVER*
[root@localhost ~]# yum upgrade
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Upgrade Process
Excluding Packages from Fedora Extras
Finished
1559 packages excluded due to repository protections
No Packages marked for Update/Obsoletion

80GB CECHE01 - YDL 6.1 - PSN ACCT = Jester8648 - BenQ PE8700 Projector
Current Projects: Learning C++ & DIY Wind Turbine
User avatar
Jester
ydl lover
ydl lover
 
Posts: 96
Joined: 20 Jul 2009, 09:43
Location: California

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby ppietro » 06 Aug 2009, 00:54

Jester wrote:yea... my yum is going crazy I think. I mean I tried all your ways paul, on base trying to do the upgrade but it never found anything to do. So i just re-enabled all of my other repos and now I have 1559 packages being excluded from repo protections...
Code: Select all
[root@localhost ~]# yum repolist
Loading "protectbase" plugin
Loading "installonlyn" plugin
repo id              repo name                                 status
PS3Bodega            PS3Bodega.com YellowDog Compatible Packa  enabled
base                 Yellow Dog Linux 6.2 Base                 enabled
extras               Yellow Dog Linux 6.2 Extras               enabled
fedora-extras        Fedora Extras                             enabled
updates              Yellow Dog Linux 6.2 Updates              enabled
*this step takes FOREVER*
[root@localhost ~]# yum upgrade
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Upgrade Process
Excluding Packages from Fedora Extras
Finished
1559 packages excluded due to repository protections
No Packages marked for Update/Obsoletion



Okay - tell you what. I have a sure-fire way to get your system to upgrade. But - you'll have to double check your setup because - if set up incorrectly - this could be dangerous.

  • Disable these repositories by putting an enabled=0 in them:
    • ps3bodega
    • yellowdog-extras
    • yellowdog-updates
    • fedora-extras
  • Verify that only yellowdog-base is enabled by doing a yum repolist
  • Now, in yellowdog-base, remove any protect= entry. It should look like this:
    Code: Select all
    [base]
    name=Yellow Dog Linux 6.2 Base
    #baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/base/
    mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-base-mlist
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
  • Do a yum clean all
  • Do a yum upgrade

After you're done with the upgrade, you will have to put protect=1 back into yellowdog-base and yellowdog-updates.

Cheers,
Paul

P.S. Had to dig in our forum history a bit. Found this post:
viewtopic.php?f=19&t=3355&start=0
Good times.
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby donPedro » 06 Aug 2009, 04:29

Hey all, I have followed the instructions to upgrade to 6.2 from 6.1. I keep getting errors about missing dependencies. I have fedora-extras, livna-stable, and dribble. Regardless of whether they are enabled or not, I get the following errors

Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package libdhcp
Error: Missing Dependency: libmpcdec.so.3 is needed by package vlc
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package mkinitrd
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package nash
Error: Missing Dependency: libmpcdec.so.3 is needed by package xine-lib
Error: Missing Dependency: libmpcdec.so.3 is needed by package mplayer


I know I can remove vlc, mplayer, and xine-lib, but I'm not sure about the other packages. I don't want to remove something and then not be able to undo it after the upgrade. If I only leave yellowdog-base enabled, I get

Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package mkinitrd
Error: Missing Dependency: libreadline.so.5()(64bit) is needed by package gdb
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package libdhcp
Error: Missing Dependency: libgomp >= 4.1.2-44 is needed by package gcc
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package nash


I tried searching the boards, and I can't seem to find a solution to this problem other than what I've already tried. Any ideas or suggestions?
donPedro
ydl newbie
ydl newbie
 
Posts: 3
Joined: 06 Aug 2009, 03:56

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby ppietro » 06 Aug 2009, 06:03

donPedro wrote:Hey all, I have followed the instructions to upgrade to 6.2 from 6.1. I keep getting errors about missing dependencies. I have fedora-extras, livna-stable, and dribble. Regardless of whether they are enabled or not,


They definitely should not be enabled. Neither should yellowdog-extras or yellowdog-update. yellowdog-base should be the only repo enabled.

donPedro wrote: I get the following errors

Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package libdhcp
Error: Missing Dependency: libmpcdec.so.3 is needed by package vlc
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package mkinitrd
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package nash
Error: Missing Dependency: libmpcdec.so.3 is needed by package xine-lib
Error: Missing Dependency: libmpcdec.so.3 is needed by package mplayer


I know I can remove vlc, mplayer, and xine-lib, but I'm not sure about the other packages. I don't want to remove something and then not be able to undo it after the upgrade.


The vlc & xine-lib stuff is why we remove all those repos. There's too much dependency thrash if those are enabled.

If I only leave yellowdog-base enabled,


Now we're talking! :)

I get

Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package mkinitrd
Error: Missing Dependency: libreadline.so.5()(64bit) is needed by package gdb
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package libdhcp
Error: Missing Dependency: libgomp >= 4.1.2-44 is needed by package gcc
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package nash


I tried searching the boards, and I can't seem to find a solution to this problem other than what I've already tried. Any ideas or suggestions?


Normally, I'd tell you to just uninstall mkinitrd, gdb, gcc & nash and re-install them after you upgrade. But - the libdhcp bothers me. I have a feeling if you uninstall that, you might not get your networking started again.

So - you may have to manually install and/or upgrade libdhcp6client, libreadline, libgomp first, then try the upgrade.

Be very careful here - something looks weird about those dependencies. Did you try manually installing newer gcc, gdb, mkinitrd or nash packages at some point? Or use freshrpms instead of livna, etc.?

WAIT - HOLD THE PHONE.

Before you try my previous suggestions, post back the answer to these questions.

Are you running yum-protectbase? I might need to see your yellowdog-base.repo(s).

Are you getting messages about excluded packages? If you're upgrading, you shouldn't see any messages like that.

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

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby donPedro » 06 Aug 2009, 07:16

Hey Paul, thanks for the reply. I never manually installed any of those, I only got stuff like VLC and some other packages from the the repos I had. Never added any other repos either.

If I disable everything except yellowdog-base, run yum clean all, then yum upgrade, I get the error message I described earlier, regardless of whether protect is set to 0 or 1 for that repo.
Code: Select all
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package mkinitrd
Error: Missing Dependency: libreadline.so.5()(64bit) is needed by package gdb
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package libdhcp
Error: Missing Dependency: libgomp >= 4.1.2-44 is needed by package gcc
Error: Missing Dependency: libdhcp6client-0.10.so.0 is needed by package nash


Here's my repo file
Code: Select all
#generated by system-config-ydlnet
[base]
name=Yellow Dog Linux 6.2 Base
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/base/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-base-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
protect=1



I did get messages about excluding packages when the ydl repos were 6.1, but that's not been the case since they've been changed to 6.2. I just get the error messages I've described.

Thanks again,
Peter
donPedro
ydl newbie
ydl newbie
 
Posts: 3
Joined: 06 Aug 2009, 03:56

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby bonedome » 06 Aug 2009, 13:29

Hello
Code: Select all
Error: Missing Dependency: libgomp >= 4.1.2-44 is needed by package gcc
here's where using pup was handy, you can't install new version of gcc because libgomp is too old so whole process fails, if you use pup (package updater) you can select which packages you want to install, so don't install gcc or any others that are causing problems run pup, then run it again
60Gb ps3 otheros awol. currently playing:bad company and farcry 2 again (seeing how far I can get using permadeath principle)update: regretfully Warren Clyde was involved in a shootout south of Pala and killed when he was hit by a land rover. RIP Warren
User avatar
bonedome
ydl guru
ydl guru
 
Posts: 755
Joined: 07 Aug 2008, 16:03
Location: uk

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby donPedro » 06 Aug 2009, 23:14

Hmmm... it's strange. When I removed vlc, xine, and mplayer... yum still gave me three remaining errors I mentioned earlier. However, pup did not and I think it updated successfully. I rebooted, ran yum and it now says there are no packages for update. Not sure why yum and pup were producing different error messages when trying to upgrade to 6.2...

Anyways, got it working. Thanks for all the help!
donPedro
ydl newbie
ydl newbie
 
Posts: 3
Joined: 06 Aug 2009, 03:56

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby Jester » 07 Aug 2009, 04:17

It seems as if I am just going to have to download the ISO file from fixstars bc this is not working for me, I followed all your steps flawlessy Paul and it still had nothing to do. But then I went to fool around a little on mednafen and I realize that my blue tooth no longer works. Haha... awesome, I haven't followed steps to try and fix that yet, I'm not too worried about it though.
80GB CECHE01 - YDL 6.1 - PSN ACCT = Jester8648 - BenQ PE8700 Projector
Current Projects: Learning C++ & DIY Wind Turbine
User avatar
Jester
ydl lover
ydl lover
 
Posts: 96
Joined: 20 Jul 2009, 09:43
Location: California

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby ppietro » 07 Aug 2009, 07:46

Jester wrote:It seems as if I am just going to have to download the ISO file from fixstars bc this is not working for me, I followed all your steps flawlessy Paul and it still had nothing to do. But then I went to fool around a little on mednafen and I realize that my blue tooth no longer works. Haha... awesome, I haven't followed steps to try and fix that yet, I'm not too worried about it though.


Steps to do:

I need to see all of your repos now.

more /etc/yum.repos.d/*

from a terminal window. Cut and paste the results here.

If you download the ISO from Fixstars, you will have to do a clean install. You most likely don't want to do this.

BTW - if bluetooth no longer works, that's a sign you might be running some 6.2 components.

Let's see what your kernel thinks it's running. From a terminal window, type:
uname -a
and post the results here.

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

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby Jester » 08 Aug 2009, 06:02

ppietro wrote:I need to see all of your repos now.

more /etc/yum.repos.d/*


[fedora-extras]
name=Fedora Extras
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-6&arch=ppc
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/extras/6/ppc/
gpgcheck=0
enabled=1
exclude=finch pidgin libpurple libpurple-perl libpurple-tcl pidgin-perl \
libpurple-devel finch-devel pidgin-devel libsmi libsmi-devel oddjob \
pyxdg lzo lzo-devel cvsps convmv nautilus-open-terminal gtk+ gtk+-devel \
perl-Pod-Escapes netlabel_tools freeglut-devel freeglut perl-Pod-Simple \
perl-PAR-Dist perl-ExtUtils-CBuilder keyutils-libs keyutils \
keyutils-libs-devel gnash scribus splint scribus-devel perl-YAML \
perl-Pod-Coverage conman gnash-plugin libibverbs oddjob-libs libhugetlbfs \
libibverbs-utils libibverbs-devel oddjob-devel asciidoc perl-Error exim \
glib tla mesa-libGLw mesa-libGLw-devel exim-doc hatari sblim-testsuite \
perl-Module-Build help2man perl-Test-Pod libmthca-devel libmthca git \
git-cvs git-gui git-svn git-arch git-email gitk perl-Git meanwhile-doc \
meanwhile-devel meanwhile Canna exim-mon perl-Test-Pod-Coverage glib-devel \
lsscsi sabayon-apply sabayon sblim-cmpi-devel sblim-wbemcli \
sblim-cmpi-base-test sblim-cmpi-base-devel sblim-cmpi-base aide ddd \
Canna-devel liberation-fonts Canna-libs mod_nss imlib2-devel imlib2 \
gstreamer-python openvpn qt4 qt4-postgresql qt4-odbc qt4-mysql qt4-devel \
qt4-sqlite qt4-doc blas-devel blas lapack lapack-devel \
perl-ExtUtils-ParseXS python-imaging-devel python-imaging \
python-setuptools gdk-pixbuf-devel gdk-pixbuf python-iniparse \
cyrus-imapd-utils cyrus-imapd-perl cyrus-imapd-devel cyrus-imapd \
yum-cron apmud


[PS3Bodega]
name=PS3Bodega.com YellowDog Compatible Packages
baseurl=http://pleasantfiction.ipower.com/ps3linux/ps3bodega61/ppc/
gpgcheck=0
enabled=1

[base]
name=Yellow Dog Linux 6.2 Base
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/base/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-base-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
protect=1

[extras]
name=Yellow Dog Linux 6.2 Extras
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-extras-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[updates]
name=Yellow Dog Linux 6.2 Updates
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-updates-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
protect=1

ppietro wrote:uname -a

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.29-3.ydl61.3 #1 SMP Thu Jun 25 12:22:41 EDT 2009 ppc64 ppc64 ppc64 GNU/Linux
80GB CECHE01 - YDL 6.1 - PSN ACCT = Jester8648 - BenQ PE8700 Projector
Current Projects: Learning C++ & DIY Wind Turbine
User avatar
Jester
ydl lover
ydl lover
 
Posts: 96
Joined: 20 Jul 2009, 09:43
Location: California

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby billb » 08 Aug 2009, 15:44

Jester wrote:[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.29-3.ydl61.3 #1 SMP Thu Jun 25 12:22:41 EDT 2009 ppc64 ppc64 ppc64 GNU/Linux


That's the YDL 6.2 kernel, so yes -- no bluetooth for you! :P
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: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby ppietro » 08 Aug 2009, 19:05

billb wrote:
Jester wrote:[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.29-3.ydl61.3 #1 SMP Thu Jun 25 12:22:41 EDT 2009 ppc64 ppc64 ppc64 GNU/Linux


That's the YDL 6.2 kernel, so yes -- no bluetooth for you! :P


Are there any other packages Jester could check to verify the 6.2 upgrade? I have a weird feeling Jester's upgraded to 6.2 already. (Maybe a partial installation?)

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

Re: URL for yum upgrade ydl-6.1 to ydl-6.2

Postby bonedome » 12 Aug 2009, 13:21

Hello
jester just spotted something, well, missing
Code: Select all
[PS3Bodega]
name=PS3Bodega.com YellowDog Compatible Packages
baseurl=http://pleasantfiction.ipower.com/ps3linux/ps3bodega61/ppc/
gpgcheck=0
enabled=1
no protect=1 :( did you do what Paul suggested i.e disable all repos except yellowdog-base, remove protect=1 and run yum update or pup ?

If you haven't installed anything you should be fine, and don't forget to put protect=1 back in, if you did (draws breath through clenched teeth) well I'm keeping my fingers crossed for you
60Gb ps3 otheros awol. currently playing:bad company and farcry 2 again (seeing how far I can get using permadeath principle)update: regretfully Warren Clyde was involved in a shootout south of Pala and killed when he was hit by a land rover. RIP Warren
User avatar
bonedome
ydl guru
ydl guru
 
Posts: 755
Joined: 07 Aug 2008, 16:03
Location: uk

PreviousNext

Return to Installation

Who is online

Users browsing this forum: No registered users and 50 guests

cron