Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
11-05-2007, 01:41 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Rep:
|
FC7: Installing 'transcode' - "hal conflicts with kernel < 2.6.17"
I'm trying to install, among others, ffmpeg, transcode, and suchlike on a clean FC7 box.
I keep hitting a brick wall because of some package called 'hal'. I get this message:
Code:
Error: hal conflicts with kernel < 2.6.17
The thing is, my kernel isn't what it thinks, as I updated it to
Code:
# uname -r
2.6.18-8.1.14.el5xen
So, I'm completely confuzzled. I just need these few packages installed via yum, and it's starting to annoy me, as I've been playing (and failing) all day.
Google searches, and a search on here brings up no mention of the issue on FC7.
Does anyone have any suggestions? Mucho thanko in advance 
|
|
|
|
11-05-2007, 02:08 PM
|
#2
|
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,591
|
It isn't an issue on FC7, because you didn't install an FC7 kernel. The "el5" designation indicates that you installed a Red Hat Enterprise Linux 5 kernel. I'm surprised this is your only problem.
|
|
|
|
11-05-2007, 02:08 PM
|
#3
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Try again, this time boot to the non-xen kernel.
|
|
|
|
11-05-2007, 02:12 PM
|
#4
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Original Poster
Rep:
|
hm, that's odd, because all i did was
how do i see, or indeed specify to boot, from another kernel?
edit: for a little more info, it's a base install on a xen VM.. there's no other option for this project. just in case that affects booting from a non-xen kernel...
Last edited by fluffels; 11-05-2007 at 02:14 PM.
|
|
|
|
11-05-2007, 02:16 PM
|
#5
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
List the contents of /etc/yum.repos.d/ . If you have the repos for the wrong distro installed (and it looks like you do) you will not be able to get it fixed until this is cleared up.
|
|
|
|
11-05-2007, 02:34 PM
|
#6
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by lazlow
List the contents of /etc/yum.repos.d/ . If you have the repos for the wrong distro installed (and it looks like you do) you will not be able to get it fixed until this is cleared up.
|
here's what i've got:
Code:
# ls -l /etc/yum.repos.d/
total 20
-rw-r--r-- 1 root root 1541 May 24 20:58 fedora-development.repo
-rw-r--r-- 1 root root 1084 May 24 20:58 fedora-updates-testing.repo
-rw-r--r-- 1 root root 1006 May 24 20:58 fedora-updates.repo
-rw-r--r-- 1 root root 1096 May 24 20:58 fedora.repo
-rw-r--r-- 1 root root 354 Jun 28 2005 freshrpms.repo
|
|
|
|
11-05-2007, 02:40 PM
|
#7
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
I would open up the freshrpms and see if you got the el5 one by mistake. Just use a text editor.
|
|
|
|
11-05-2007, 02:48 PM
|
#8
|
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,591
|
Freshrpms does not have kernels. With that configuration, the only way you got that kernel is with a manual install.
|
|
|
|
11-05-2007, 02:58 PM
|
#9
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by lazlow
I would open up the freshrpms and see if you got the el5 one by mistake. Just use a text editor.
|
i opened it up but there's no info about kernels, only a pointer to the freshrpms mirror list.
Quote:
Originally Posted by macemoneta
Freshrpms does not have kernels. With that configuration, the only way you got that kernel is with a manual install.
|
i used this command:
..after seeing the message about hal conflicting, and a thread somewhere on the interwebs about upgrading the kernel if this message is seen...
|
|
|
|
11-05-2007, 03:02 PM
|
#10
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
Only use Freshrpms for a couple of things so I missed that.
The only other possibility is if a repo got added to /etc/yum.conf which would be unusual.
|
|
|
|
11-05-2007, 03:26 PM
|
#11
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by lazlow
Only use Freshrpms for a couple of things so I missed that.
The only other possibility is if a repo got added to /etc/yum.conf which would be unusual.
|
contents of yum.conf:
Code:
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
so, how can i go about booting in to another kernel, or even listing the others that i have?
|
|
|
|
11-05-2007, 03:57 PM
|
#12
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Which version of Red Hat / Fedora are you running???
cat /etc/*release
While I do agree that Freshrpms has no kernels the fedora repos do, you may want to disable them.
You may want to also install the rpmforge repo as directed here:
http://dag.wieers.com/rpm/FAQ.php#B
because of your running kernel......
Quote:
# uname -r
2.6.18-8.1.14.el5xen
|
|
|
|
|
11-05-2007, 05:33 PM
|
#13
|
|
LQ Newbie
Registered: Nov 2007
Posts: 10
Original Poster
Rep:
|
Quote:
Originally Posted by Lenard
Which version of Red Hat / Fedora are you running???
cat /etc/*release
|
Code:
Fedora release 7 (Moonshine)
Quote:
Originally Posted by Lenard
While I do agree that Freshrpms has no kernels the fedora repos do, you may want to disable them.
You may want to also install the rpmforge repo as directed here:
http://dag.wieers.com/rpm/FAQ.php#B
because of your running kernel......
|
Is there any disadvantage to disabling the fedora repos?
I can't see that the rpmforge thing is supported on FC7 
|
|
|
|
11-05-2007, 06:07 PM
|
#14
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
I would hold off installing something new until you figure out how you got that el kernel.
As you boot you will see it say something like booting to kernel blah in x second. Usually you can hit any key, choose any of the installed kernels and then boot.
|
|
|
|
11-06-2007, 06:09 AM
|
#15
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
OK so you seem to have F7 installed, you have no need for the rpmforge repo because of this.
Like lazow said, how did you get the RHEL kernel installed?? Please list the ones you do have installed;
rpm -qa 'kernel*'
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:45 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|