LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-11-2006, 10:26 PM   #1
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Rep: Reputation: 30
livna.org + YUM


I installed FC5 and tried adding livna.org as stated here: http://www.gagme.com/greg/linux/fc5-tips.php

after doing so yum wouldnt work (python errors) and after a few hours of attempting to fix it I thought a reinstall would just be easier. During this time I did read that if you have an improper repository things can really go bad.

So how can I be sure this wont happen again? Im much further along and a reinstall isnt an option anymore.

Cant a brotha just get some tunes?

i386 FC5
 
Old 09-11-2006, 10:55 PM   #2
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
He's making a very huge mistake in this tip:
Quote:
Add support for other repositories
Fedora comes with a ton of software but there are still plenty of packages of interest to most users that are not included for a variety of reasons. This is where you find the MP3 plug-in and a ton of other packages. Yum is now the preferred update format, however the handy RHN icon on the GNOME task bar that I like (but nobody else does) still seems to be tied to the old RHN method using up2date.

Before you add repositories it's probably a good idea to make sure your system is fully updated first. It's still early but right now the Livna and freshrpms repositories seems to be the most useful. The easiest way to get started is to install the freshrpms-release packages:

# rpm -ihv http://rpm.livna.org/fedora/5/i386/l...5-8.noarch.rpm
# rpm -ihv http://ayo.freshrpms.net/fedora/linu....fc.noarch.rpm

You can browse the packages available there at http://rpm.livna.org/fedora/5/i386/ and http://bordeaux.freshrpms.net/. To automatically install/update the Macromedia Flash plug-in copy This File to your /etc/yum.repos.d directory.
Never combine Livna with rpmforge(FreshRPMS, Dag, Dries, ...).
With this setup it's not surprising that you ran in trouble(they're simply not compatible).

I personally prefer RPMForge over Livna.
The repos I use are:
*core
*updates
*extras
*freshrpms
*dries

You can find an example of a simular setup here:
http://stanton-finley.net/fedora_cor...notes.html#Yum
Livna gets installed(for the 3D drivers), but not enabled. This allows you to use Livna packages without breaking your system.

If you use Livna for udpating, you can't use anthing else (core,updates,extras,livna).

Last edited by jens; 09-11-2006 at 11:09 PM.
 
Old 09-12-2006, 02:30 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
Quote:
If you use Livna for udpating, you can't use anthing else (core,updates,extras,livna).
This is not true. I have been using livna as an update repo for well over 3 months with those repos you list without issue.
 
Old 09-12-2006, 05:41 AM   #4
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by Jongi
This is not true. I have been using livna as an update repo for well over 3 months with those repos you list without issue.
Please read again.
Their's no problem with livna and extras (livna even started out of it). Their are problems between rpmforge(FreshRPMS, Dag, Dries, ...) and Livna.

You'll find a warning on any guide or howto:

Stanton Finley:
Quote:
Special warning regarding mixing incompatible repositories for software installation and updates:

...


As you continue please keep the following in mind: You should not use the livna.org repository in conjunction with the dag/freshrpms/dries/newrpms (RPMforge) collection of rpms in your configuration files for automatic updates. Use one group or the other but not both. These two groups are mutually incompatible and can cause errors in your installation if used together for automatic updates. Regardless of which group you choose you should also avoid using the ATrpms repository in your yum or apt configuration files for these reasons. Some additional information can be found here.

With this being said please note that it is nonetheless possible to obtain single RPM packaged applications from incompatible third party repositories in cases where such packages do not create errors when installed with yum. More specifically it is possible to configure other repositories with their enable flags set to "0" (off) so that the yum "--enablerepo" command must be used when one of those packages is desired.

I myself subscribe to the RPMforge collection as you can see in my repository selection instructions below. The dag/freshrpms/dries/newrpms/PlanetCCRMA (RPMforge) repositories have provided me with all of the programs I have needed as additions to the Fedora base.

To configure your Fedora Core 5 yum application to use the RPMForge repositories proceed as follows:
It's going in the right direction though. The extras repo(excluding Livna) should not give you troubles anymore (even though it did still gave me a few dubble packages).

Good luck with your system though, you'll need it.

Last edited by jens; 09-12-2006 at 05:54 AM.
 
Old 09-12-2006, 05:55 AM   #5
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Stanton Finley is not the great champion but its true thats erros can occure if
you mix too many repos. So just use the ones that are "supported..." by Fedora Release Notes.

but sometimes try a little
Code:
yum install blahfassel --exclude-repo=whatever
If you're running in trouble


PS: I like the hints described by S.F.
 
Old 09-12-2006, 06:57 AM   #6
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by odcheck
Stanton Finley is not the great champion but its true thats erros can occure if
you mix too many repos. So just use the ones that are "supported..." by Fedora Release Notes.
You will not run in trouble using only one of them. They're all build against the fedora tree. It's combining non-official repos that can cause trouble. Extras and RPMForge are already working (see the FreshRPMS mailing list) on this. Why the Livna addon isn't following yet, remains unclear for me (and annoying for everyone)

Quote:
Originally Posted by odcheck
but sometimes try a little
Code:
yum install blahfassel --exclude-repo=whatever
If you're running in trouble


PS: I like the hints described by S.F.
IMO it makes more sense to do the opposite (and avoiding trouble)
Disabling either Livna or RPMforge and using "--include-repo=whatever" for installing something from the other one...

Last edited by jens; 09-12-2006 at 07:06 AM.
 
Old 09-12-2006, 08:58 PM   #7
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
Thank you

Jens,
SMP support, ATI 3D drivers, & VLAN all running within 10 minutes! Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem of accessing rpm.livna.org lalabu Fedora 1 05-29-2006 07:58 AM
Yum update fails for gstreamer (FC5 with livna) jimgeorge Fedora 3 04-29-2006 09:34 PM
livna repo appears to be broken? Is it me or livna? jamesjoy Linux - Newbie 2 11-06-2005 06:09 AM
Livna.org Engmar Fedora 9 04-26-2004 05:45 PM
How to fix XMMS mp3 w/o rpm.livna.org? (which is down) Trinity22 Fedora 2 04-17-2004 02:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration