-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
i just wanted to say that the kernel in c4-testing (kernel - -2.6.9-42.28.EL.c4test.i686) works without problems for me
Chris
On Tue, 2006-12-19 at 09:20 +0100, Christoph Maser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
i just wanted to say that the kernel in c4-testing (kernel
- -2.6.9-42.28.EL.c4test.i686) works without problems for me
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
Installed: kernel.i686 0:2.6.9-42.28.EL.c4test
Doesn't seem to hurt anything on my old Athlon: $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) processor stepping : 2 cpu MHz : 1000.544 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 mmx fxsr pni syscall mmxext 3dnowext 3dnow bogomips : 2001.52
Phil
Phil Schaffner wrote:
On Tue, 2006-12-19 at 09:20 +0100, Christoph Maser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
i just wanted to say that the kernel in c4-testing (kernel
- -2.6.9-42.28.EL.c4test.i686) works without problems for me
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
Installed: kernel.i686 0:2.6.9-42.28.EL.c4test
Doesn't seem to hurt anything on my old Athlon: $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) processor stepping : 2 cpu MHz : 1000.544 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 mmx fxsr pni syscall mmxext 3dnowext 3dnow bogomips : 2001.52
Phil
I get the same message during installation. But this kernel solves problems with our new hardware (Fujitsu-Siemens Amilo notebook with SATA ICH7 Intel Dualcore), that with the 2.6.9.-42.0.3 kernel requires "acpi=off irqpoll" (and is still unstable with these options).
Thanks for providing it!
Kay
hi Kay,
Kay Diederichs wrote:
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
I get the same message during installation. But this kernel solves problems with our new hardware (Fujitsu-Siemens Amilo notebook with SATA ICH7 Intel Dualcore), that with the 2.6.9.-42.0.3 kernel requires "acpi=off irqpoll" (and is still unstable with these options).
errr.. dont use it on a production machine, it might be a long time before it shows up in the released tree...
Also, you got an Athlon powernow-k8 message on the CoreDuo laptop ?? Can you please provide the output from /proc/cpuinfo and dmesg please ( attach it at a bug report at http://bugs.centos.org/ and let us know the bug no please )
- KB
On Thu, 21 Dec 2006, Karanbir Singh wrote:
[1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
I get the same message during installation.
...
Also, you got an Athlon powernow-k8 message on the CoreDuo laptop ?? Can you please provide the output from /proc/cpuinfo and dmesg please ( attach it at a bug report at http://bugs.centos.org/ and let us know the bug no please )
I don't think that cpuinfo and dmesg will help. I think this is error output from depmod. It means that powernow-k8 has been built, but there is no cpu_online_map defined in any other module. A makefile problem, perhaps. Probably harmless (will anything attempt to load powernow-k8 on that hardware?).
Charlie Brady wrote:
I don't think that cpuinfo and dmesg will help. I think this is error output from depmod. It means that powernow-k8 has been built, but there is no cpu_online_map defined in any other module. A makefile problem, perhaps. Probably harmless (will anything attempt to load powernow-k8 on that hardware?).
why not ? it _is_ x8664 hardware .. Which is why i asked for the dmesg and cpuinfo.
- KB
On Fri, 22 Dec 2006, Karanbir Singh wrote:
Charlie Brady wrote:
I don't think that cpuinfo and dmesg will help. I think this is error output from depmod. It means that powernow-k8 has been built, but there is no cpu_online_map defined in any other module. A makefile problem, perhaps. Probably harmless (will anything attempt to load powernow-k8 on that hardware?).
why not ? it _is_ x8664 hardware ..
Sure, but the reported issue has nothing to do with *running* the software on the hardware. It's error output from the %post script as the kernel RPM is installed. IIUC, it indicates that there is an internal inconsistency in the content of that kernel RPM (as I indicated in my earlier message) - but one which will have no functional consequences.
Karanbir Singh wrote:
hi Kay,
Kay Diederichs wrote:
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
I get the same message during installation. But this kernel solves problems with our new hardware (Fujitsu-Siemens Amilo notebook with SATA ICH7 Intel Dualcore), that with the 2.6.9.-42.0.3 kernel requires "acpi=off irqpoll" (and is still unstable with these options).
errr.. dont use it on a production machine, it might be a long time before it shows up in the released tree...
The 2.6.9-42.28.EL.c4test kernel is the only way to use Centos 4.4 on this hardware. SuSe 10.x with x > 0 also appears to work.
Also, you got an Athlon powernow-k8 message on the CoreDuo laptop ?? Can you please provide the output from /proc/cpuinfo and dmesg please ( attach it at a bug report at http://bugs.centos.org/ and let us know the bug no please )
- KB
Karanbir,
the powernow-k8 module is irrelevant for this hardware (Genuine Intel(R) CPU T2400 @ 1.83GHz) .
However, I now tried the 2.6.9-42.28.EL.c4test kernel on a Mac Pro (which works very well with 2.6.18, except for a non-functional optical drive). It hangs during booting at "Probing PCI bus", after identifying the CPUs; with or without acpi=off. Of course the 2.6.9-42.0.3 also does not work with this hardware, but I was encouraged by the success with the notebook.
I also tried on a Dell Precision 670. Here the kernel hangs after "Uncompressing Linux" before starting "Redhat nash". This is unexpected because all CentOS kernels so far worked on this hardware.
On the latter two platforms I get during installation Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./drivers/net/wireless/ipw2100/Makefile
Failed to mmap ./drivers/net/wireless/ipw2100/Makefile
Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./drivers/net/wireless/ipw2200/Makefile
Failed to mmap ./drivers/net/wireless/ipw2200/Makefile
Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./include/config/MARKER
Will file a bug as you suggested.
Kay
Kay Diederichs wrote:
Karanbir Singh wrote:
hi Kay,
Kay Diederichs wrote:
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
I get the same message during installation. But this kernel solves problems with our new hardware (Fujitsu-Siemens Amilo notebook with SATA ICH7 Intel Dualcore), that with the 2.6.9.-42.0.3 kernel requires "acpi=off irqpoll" (and is still unstable with these options).
errr.. dont use it on a production machine, it might be a long time before it shows up in the released tree...
The 2.6.9-42.28.EL.c4test kernel is the only way to use Centos 4.4 on this hardware. SuSe 10.x with x > 0 also appears to work.
Also, you got an Athlon powernow-k8 message on the CoreDuo laptop ?? Can you please provide the output from /proc/cpuinfo and dmesg please ( attach it at a bug report at http://bugs.centos.org/ and let us know the bug no please )
- KB
Karanbir,
the powernow-k8 module is irrelevant for this hardware (Genuine Intel(R) CPU T2400 @ 1.83GHz) .
However, I now tried the 2.6.9-42.28.EL.c4test kernel on a Mac Pro (which works very well with 2.6.18, except for a non-functional optical drive). It hangs during booting at "Probing PCI bus", after identifying the CPUs; with or without acpi=off. Of course the 2.6.9-42.0.3 also does not work with this hardware, but I was encouraged by the success with the notebook.
I also tried on a Dell Precision 670. Here the kernel hangs after "Uncompressing Linux" before starting "Redhat nash". This is unexpected because all CentOS kernels so far worked on this hardware.
On the latter two platforms I get during installation Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./drivers/net/wireless/ipw2100/Makefile
Failed to mmap ./drivers/net/wireless/ipw2100/Makefile
Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./drivers/net/wireless/ipw2200/Makefile
Failed to mmap ./drivers/net/wireless/ipw2200/Makefile
Failed to mmap /usr/src/kernels/2.6.9-42.28.EL.c4test-smp-i686/./include/config/MARKER
Will file a bug as you suggested.
Kay
embarrassing to reply to one's own posting ... the lack of success on the Mac Pro and the Dell Precision was "pilot error" - I installed the i386 kernel on x86_64 machines !
After fixing this, I find that the new kernel works well on the Dell. I didn't have time to test the Mac Pro, but the boot messages looked ok on a quick check.
So - no reason for bug reports.
Kay
Kay Diederichs wrote:
embarrassing to reply to one's own posting ... the lack of success on the Mac Pro and the Dell Precision was "pilot error" - I installed the i386 kernel on x86_64 machines !
depending on the tree installed, the i386 kernel should work fine, as long as the underlying distro is mostly i386 as well. Also, using yum with a sane baseurl= line will prevent such issues :)
After fixing this, I find that the new kernel works well on the Dell. I didn't have time to test the Mac Pro, but the boot messages looked ok on a quick check.
cool :)
- KB
On Wed, 20 Dec 2006, Phil Schaffner wrote:
On Tue, 2006-12-19 at 09:20 +0100, Christoph Maser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
i just wanted to say that the kernel in c4-testing (kernel
- -2.6.9-42.28.EL.c4test.i686) works without problems for me
Ditto, except I would like to flag the following error that came up at installation:
Running Transaction Installing: kernel ######################### [1/1] WARNING: /lib/modules/2.6.9-42.28.EL.c4test/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpu_online_map
Running this command will generate that error message:
/sbin/new-kernel-pkg --rminitrd --depmod --remove 2.6.9-42.28.EL.c4test
as will running this command (which is run by new-kernel-pkgs):
/sbin/depmod -ae -F /boot/System.map-2.6.9-42.28.EL.c4test 2.6.9-42.28.EL.c4test