LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FC7: Installing 'transcode' - "hal conflicts with kernel < 2.6.17" (https://www.linuxquestions.org/questions/linux-software-2/fc7-installing-transcode-hal-conflicts-with-kernel-2-6-17-a-597316/)

fluffels 11-06-2007 06:50 AM

Quote:

Originally Posted by Lenard (Post 2949843)
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]:


Lenard 11-06-2007 07:03 AM

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.

fluffels 11-06-2007 07:54 AM

Quote:

Originally Posted by Lenard (Post 2949889)
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


Lenard 11-06-2007 10:29 AM

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.

lazlow 11-06-2007 11:34 AM

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

fluffels 11-06-2007 11:49 AM

Quote:

Originally Posted by lazlow (Post 2950099)
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.... :)

fluffels 11-06-2007 04:07 PM

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

lazlow 11-06-2007 04:55 PM

The install disks you got are not standard then.


All times are GMT -5. The time now is 11:33 AM.