LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 11-05-2007, 01:41 PM   #1
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Rep: Reputation: 0
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
 
Old 11-05-2007, 02:08 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
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.
 
Old 11-05-2007, 02:08 PM   #3
Lenard
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: Reputation: 58
Try again, this time boot to the non-xen kernel.
 
Old 11-05-2007, 02:12 PM   #4
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
hm, that's odd, because all i did was

Code:
yum install kernel
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.
 
Old 11-05-2007, 02:16 PM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
Old 11-05-2007, 02:34 PM   #6
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lazlow View Post
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
 
Old 11-05-2007, 02:40 PM   #7
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
I would open up the freshrpms and see if you got the el5 one by mistake. Just use a text editor.
 
Old 11-05-2007, 02:48 PM   #8
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Freshrpms does not have kernels. With that configuration, the only way you got that kernel is with a manual install.
 
Old 11-05-2007, 02:58 PM   #9
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lazlow View Post
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 View Post
Freshrpms does not have kernels. With that configuration, the only way you got that kernel is with a manual install.
i used this command:

Code:
yum install kernel
..after seeing the message about hal conflicting, and a thread somewhere on the interwebs about upgrading the kernel if this message is seen...
 
Old 11-05-2007, 03:02 PM   #10
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
Old 11-05-2007, 03:26 PM   #11
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lazlow View Post
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?
 
Old 11-05-2007, 03:57 PM   #12
Lenard
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: Reputation: 58
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
 
Old 11-05-2007, 05:33 PM   #13
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Lenard View Post
Which version of Red Hat / Fedora are you running???

cat /etc/*release
Code:
Fedora release 7 (Moonshine)
Quote:
Originally Posted by Lenard View Post
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
 
Old 11-05-2007, 06:07 PM   #14
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
Old 11-06-2007, 06:09 AM   #15
Lenard
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: Reputation: 58
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*'
 
  


Reply

Tags
fedora 7, hal, kernel, yum



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
FC7 GnomBaker/CDRecord Error when "writing" Mr. Swillis Fedora 0 10-05-2007 09:28 PM
FC7 with XEN : init: Id "x" respawning too fast: disabled for 5 minutes erikjan Fedora - Installation 0 07-11-2007 03:08 PM
hal "volume.policy.mount_option.sync" ignored in opensuse 10.2 ? rtspitz Linux - Software 2 07-08-2007 05:46 PM
Boot freezes at "Starting HAL daemon" after Kernel recompile DiBosco Linux - Software 2 04-14-2007 05:53 AM
KDE says "An unknown error has occurred" when mounting usb stick with HAL KingPhillius Linux - Hardware 4 12-08-2006 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:02 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