LinuxQuestions.org
Review your favorite Linux distribution.
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-06-2007, 06:50 AM   #16
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0

Quote:
Originally Posted by Lenard View Post
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*'


Code:
# rpm -qa 'kernel*'
[root@renderman ~]#
As I mentioned, I don't know how to list available kernels. This command doesn't seem to do anything

As to how I got it, I did this command:

Code:
yum install kernel
which asks this:

Code:
# yum install kernel
fedora                    100% |=========================| 2.1 kB    00:00
updates                   100% |=========================| 2.3 kB    00:00
freshrpms                 100% |=========================| 2.1 kB    00:00
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package kernel.i686 0:2.6.23.1-10.fc7 set to be updated
--> Processing Dependency: mkinitrd >= 6.0.9-7.1 for package: kernel
--> Running transaction check
---> Package mkinitrd.i386 0:6.0.9-7.1 set to be updated
--> Processing Dependency: libdhcp.so.1 for package: mkinitrd
--> Processing Dependency: libdhcp6client-0.10.so.0 for package: mkinitrd
--> Processing Dependency: libnash.so.6.0.9 for package: mkinitrd
--> Processing Dependency: lvm2 for package: mkinitrd
--> Processing Dependency: libbdevid.so.6.0.9 for package: mkinitrd
--> Processing Dependency: dmraid for package: mkinitrd
--> Processing Dependency: libdhcp4client-3.0.5.so.0 for package: mkinitrd
--> Processing Dependency: libparted-1.8.so.6 for package: mkinitrd
--> Processing Dependency: nash = 6.0.9-7.1 for package: mkinitrd
--> Processing Dependency: libnl.so.1 for package: mkinitrd
--> Running transaction check
---> Package dmraid.i386 0:1.0.0.rc14-4.fc7 set to be updated
--> Processing Dependency: kpartx for package: dmraid
---> Package libdhcp4client.i386 12:3.0.5-40.fc7 set to be updated
---> Package nash.i386 0:6.0.9-7.1 set to be updated
---> Package libnl.i386 0:1.0-0.10.pre5.4 set to be updated
---> Package lvm2.i386 0:2.02.24-1.fc7 set to be updated
---> Package parted.i386 0:1.8.6-4.fc7 set to be updated
---> Package libdhcp.i386 0:1.24-4.fc7 set to be updated
---> Package libdhcp6client.i386 0:0.10-44.fc7 set to be updated
--> Running transaction check
---> Package kpartx.i386 0:0.4.7-11.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 kernel                  i686       2.6.23.1-10.fc7  updates            16 M
Installing for dependencies:
 dmraid                  i386       1.0.0.rc14-4.fc7  updates           554 k
 kpartx                  i386       0.4.7-11.fc7     fedora            409 k
 libdhcp                 i386       1.24-4.fc7       fedora             61 k
 libdhcp4client          i386       12:3.0.5-40.fc7  updates           247 k
 libdhcp6client          i386       0.10-44.fc7      updates            78 k
 libnl                   i386       1.0-0.10.pre5.4  fedora             95 k
 lvm2                    i386       2.02.24-1.fc7    fedora            974 k
 mkinitrd                i386       6.0.9-7.1        updates            91 k
 nash                    i386       6.0.9-7.1        updates           158 k
 parted                  i386       1.8.6-4.fc7      fedora            570 k

Transaction Summary
=============================================================================
Install     11 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total download size: 19 M
Is this ok [y/N]:
 
Old 11-06-2007, 07:03 AM   #17
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
First the command does work if the kernel(s) was installed by using rpm and/or yum;

$ rpm -qa 'kernel*'
kernel-2.6.18-8.1.15.el5
kernel-headers-2.6.18-8.1.15.el5
kernel-devel-2.6.18-8.1.15.el5

I'm running a custom kernel that was built from the kernel.org source so it does not show up using the command, but does show using the uname -a command;

$ uname -a
Linux Aspire5100 2.6.23.1 #1 Sun Nov 4 14:30:33 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

Second you are running F7 so please allow yum to work and install the kernel, it would be a real good idea.
 
Old 11-06-2007, 07:54 AM   #18
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Lenard View Post
First the command does work if the kernel(s) was installed by using rpm and/or yum;

$ rpm -qa 'kernel*'
kernel-2.6.18-8.1.15.el5
kernel-headers-2.6.18-8.1.15.el5
kernel-devel-2.6.18-8.1.15.el5

I'm running a custom kernel that was built from the kernel.org source so it does not show up using the command, but does show using the uname -a command;

$ uname -a
Linux Aspire5100 2.6.23.1 #1 Sun Nov 4 14:30:33 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

Second you are running F7 so please allow yum to work and install the kernel, it would be a real good idea.
the rpm -qa 'kernel*' command showed nothing, as i mentioned previously.

here we go with the yum install kernel:


Code:
Is this ok [y/N]: y
Downloading Packages:
(1/11): kernel-2.6.23.1-1 100% |=========================|  16 MB    00:02
(2/11): libdhcp6client-0. 100% |=========================|  78 kB    00:00
(3/11): libdhcp-1.24-4.fc 100% |=========================|  61 kB    00:00
(4/11): parted-1.8.6-4.fc 100% |=========================| 570 kB    00:00
(5/11): kpartx-0.4.7-11.f 100% |=========================| 409 kB    00:00
(6/11): lvm2-2.02.24-1.fc 100% |=========================| 974 kB    00:00
(7/11): libnl-1.0-0.10.pr 100% |=========================|  95 kB    00:00
(8/11): mkinitrd-6.0.9-7. 100% |=========================|  91 kB    00:00
(9/11): nash-6.0.9-7.1.i3 100% |=========================| 158 kB    00:00
(10/11): libdhcp4client-3 100% |=========================| 247 kB    00:00
(11/11): dmraid-1.0.0.rc1 100% |=========================| 554 kB    00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /sbin/nash from install of nash-6.0.9-7.1 conflicts with file from package dummy-fedora-core-4-1.0-4.swsoft

Error Summary
-------------

[root@fc7box ~]#



yum update kernel does this:

Code:
# yum update kernel
fedora                    100% |=========================| 2.1 kB    00:00
updates                   100% |=========================| 2.3 kB    00:00
freshrpms                 100% |=========================| 2.1 kB    00:00
Setting up Update Process
Could not find update match for kernel
No Packages marked for Update
 
Old 11-06-2007, 10:29 AM   #19
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
So manually down load and install the kernel;

http://download.fedora.redhat.com/pu...1.fc7.i686.rpm

After downloading install as root by typing: rpm -ivh kernel-2.6.23.1-21.fc7.i686.rpm

You can also look in the /var/cache directory area, the file may be there already.
 
Old 11-06-2007, 11:34 AM   #20
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Somewhere along the line that kernel was installed by a non standard method. It does not matter at this point if it was an operator error of some sort or something was randomly corrupted. The problem is that you do not know what else may have been goofed. My best advice at this point would be to do a clean install. There is no other way to know for sure that something (or a whole lot of somethings) else is goofed. My first run at linux I ended up doing three clean installs in two months due to operator errors. We learn as we go.

Good Luck
Lazlow
 
Old 11-06-2007, 11:49 AM   #21
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lazlow View Post
Somewhere along the line that kernel was installed by a non standard method. It does not matter at this point if it was an operator error of some sort or something was randomly corrupted. The problem is that you do not know what else may have been goofed. My best advice at this point would be to do a clean install. There is no other way to know for sure that something (or a whole lot of somethings) else is goofed. My first run at linux I ended up doing three clean installs in two months due to operator errors. We learn as we go.

Good Luck
Lazlow
I'll give a clean install a go.

Thanks, to everyone, for your help. so far....
 
Old 11-06-2007, 04:07 PM   #22
fluffels
LQ Newbie
 
Registered: Nov 2007
Posts: 10

Original Poster
Rep: Reputation: 0
just fyi all, i reinstalled the vm, and oh, look:

Code:
# uname -r
2.6.18-8.1.14.el5xen
that's on a clean install.

i'm going to try the FC6 install to see what i can come up with.

or just give up on my VM based webhost and install a machine in the datacentre i work in.... at huge cost
 
Old 11-06-2007, 04:55 PM   #23
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
The install disks you got are not standard then.
 
  


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 03:03 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