Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: holck on November 27, 2009, 07:54:56 PM

Title: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: holck on November 27, 2009, 07:54:56 PM
As also mentioned here
http://bugs.centos.org/view.php?id=3793
my PS/2 keyboard stopped responding with the new kernel. I changed back to the old kernel, and it works perfect again.

Jesper
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: CharlieBrady on November 29, 2009, 05:11:10 PM
Please report all such problems via the contribs.org bug tracker. Thanks.
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: Frank VB on November 30, 2009, 04:53:08 PM
my PS/2 keyboard stopped responding with the new kernel. I changed back to the old kernel, and it works perfect again.
I can confirm this. Bug 5638 filed: http://bugs.contribs.org/show_bug.cgi?id=5638
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: CharlieBrady on November 30, 2009, 06:06:41 PM
my PS/2 keyboard stopped responding with the new kernel.

Jesper, please add details of your hardware to http://bugs.contribs.org/show_bug.cgi?id=5638
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: thomasch on December 01, 2009, 05:11:36 AM
Jesper, please add details of your hardware to http://bugs.contribs.org/show_bug.cgi?id=5638.

Invalid bug ID
'5638.' is not a valid bug number.

Edit : It's a valid bug id.. just remove the '.' trailing after 5638 .
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: CharlieBrady on December 01, 2009, 05:12:48 AM
Invalid bug ID
'5638.' is not a valid bug number.

No, '5638.' is not a valid bug number - it is not a number. '5638' is a number.
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: holck on December 02, 2009, 10:19:57 PM
In the German forum, Igi2003 suggests that the kernel is corrupt, and recommends to use a kernel from pbone.net instead: http://forums.contribs.org/index.php/topic,45184.msg218949.html#msg218949 (http://forums.contribs.org/index.php/topic,45184.msg218949.html#msg218949)
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: CharlieBrady on December 02, 2009, 10:26:56 PM
In the German forum, Igi2003 suggests that the kernel is corrupt, and recommends to use a kernel from pbone.net instead: http://forums.contribs.org/index.php/topic,45184.msg218949.html#msg218949 (http://forums.contribs.org/index.php/topic,45184.msg218949.html#msg218949)

I wouldn't trust that to be true. Corrupt rpms will not be installed - rpm will reject them as invalid.

pbone.net is just pointing to CentOS mirrors in any case, and they are the same sources as are used for SME server yum updates.

Please post followup comments to bugzilla, and not to here. Thanks.
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: Igi2003 on December 03, 2009, 07:26:23 PM
That´s not true. Corrupt rpms will be installed. After Installation the Kernel was active. See here:
In this protocol is an error, but the Kernel was installed and activated.

[root@testserver /]# yum localinstall kernel-smp-2.6.9-89.0.16.EL.i686.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "protect-packages" plugin
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Local Package Process
Examining kernel-smp-2.6.9-89.0.16.EL.i686.rpm: kernel-smp - 2.6.9-89.0.16.EL.i686
Marking kernel-smp-2.6.9-89.0.16.EL.i686.rpm as an update to kernel-smp - 2.6.9-78.0.13.EL.i686
Marking kernel-smp-2.6.9-89.0.16.EL.i686.rpm as an update to kernel-smp - 2.6.9-78.0.8.EL.i686
Marking kernel-smp-2.6.9-89.0.16.EL.i686.rpm as an update to kernel-smp - 2.6.9-78.0.22.EL.i686
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kernel-smp.i686 0:2.6.9-89.0.16.EL set to be installed
--> Running transaction check
warning: only V3 signatures can be verified, skipping V4 signature

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 kernel-smp              i686       2.6.9-89.0.16.EL  kernel-smp-2.6.9-89.0.16.EL.i686.rpm   32 M

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 32 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
warning: only V3 signatures can be verified, skipping V4 signature
Running Transaction
smeserver trap pre-install: kernel-smp
  Installing: kernel-smp                   ######################### [1/1]
error: unpacking of archive failed on file /lib/modules/2.6.9-89.0.16.ELsmp/kernel/drivers/net/mlx4/mlx4_core.ko;4b15a87e: cpio: read
Migrating existing database domains
Migrating existing database mailpatterns
Migrating existing database spamassassin
Migrating existing database backups
Migrating existing database networks
Migrating existing database yum_updates
Migrating existing database yum_installed
Migrating existing database configuration
Migrating existing database accounts
Migrating existing database hosts
Migrating existing database yum_repositories
Migrating existing database yum_available
smeserver trap post-install: kernel-smp

Installed: kernel-smp.i686 0:2.6.9-89.0.16.EL
Complete!
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: Stefano on December 03, 2009, 08:41:21 PM
Igi2003:

why did you download kernel's rpm on your server?

please do
Code: [Select]
yum clean all

then retry with
Code: [Select]
yum install kernel-smp-2.6.9-89.0.16.EL
Title: Re: Keyboard stopped working with kernel 2.6.9-89.0.16
Post by: Igi2003 on December 03, 2009, 08:48:01 PM
this rpm was a copy from yum download folder and a try to install it again