* [gentoo-hardened] linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
@ 2006-09-10 22:10 dnlt0hn5ntzhbqkv51
2006-09-11 1:26 ` Ned Ludd
0 siblings, 1 reply; 6+ messages in thread
From: dnlt0hn5ntzhbqkv51 @ 2006-09-10 22:10 UTC (permalink / raw
To: gentoo-hardened
linux-2.6.14-hardened-r8 runs great; loads fast and seems to function properly.
linux-2.6.16-hardened-r11 loads a little slower (especially during startup udev), and runs great for a day or two 'til suddenly the mouse cursor becomes "trapped" within 1/2 inch of the left border of my screen.
- I've tried radeon and fglrx drivers in X; no difference.
- r8 and r11 are configured comparably.
- I've googled about for this, and found no help..........
Any ideas, please?
TIA
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-hardened] linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
2006-09-10 22:10 [gentoo-hardened] linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.) dnlt0hn5ntzhbqkv51
@ 2006-09-11 1:26 ` Ned Ludd
2006-09-11 13:21 ` [gentoo-hardened] " Kwon
2006-09-11 14:50 ` [gentoo-hardened] " atoth
0 siblings, 2 replies; 6+ messages in thread
From: Ned Ludd @ 2006-09-11 1:26 UTC (permalink / raw
To: gentoo-hardened
On Sun, 2006-09-10 at 18:10 -0400, dnlt0hn5ntzhbqkv51@Safe-mail.net
wrote:
> linux-2.6.14-hardened-r8 runs great; loads fast and seems to function properly.
>
> linux-2.6.16-hardened-r11 loads a little slower (especially during startup udev), and runs great for a day or two 'til suddenly the mouse cursor becomes "trapped" within 1/2 inch of the left border of my screen.
>
> - I've tried radeon and fglrx drivers in X; no difference.
>
> - r8 and r11 are configured comparably.
>
> - I've googled about for this, and found no help..........
>
>
> Any ideas, please?
A few of us were experiencing this same problem..
Many countless hours of frustration and many recompiles of things
in vein.. In the end I noticed that somehow preempt became enabled in my
kernel. I don't recall enabling it or anything...
Anyway disable PREEMPT in your kernel and the problem should go away.
What we noticed is it only seems to happen to laptop/synaptics users..
>
> TIA
--
Ned Ludd <solar@gentoo.org>
Gentoo Linux
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-hardened] Re: linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
2006-09-11 1:26 ` Ned Ludd
@ 2006-09-11 13:21 ` Kwon
2006-09-11 13:58 ` Steev Klimaszewski
2006-09-11 14:50 ` [gentoo-hardened] " atoth
1 sibling, 1 reply; 6+ messages in thread
From: Kwon @ 2006-09-11 13:21 UTC (permalink / raw
To: gentoo-hardened
> A few of us were experiencing this same problem..
> Many countless hours of frustration and many recompiles of things
> in vein.. In the end I noticed that somehow preempt became enabled in my
> kernel. I don't recall enabling it or anything...
> Anyway disable PREEMPT in your kernel and the problem should go away.
>
> What we noticed is it only seems to happen to laptop/synaptics users..
I have the following enabled in my 2.6.16-hardened-r11 kernel:
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
Should the the above be set to OFF? Thanks!
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-hardened] Re: linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
2006-09-11 13:21 ` [gentoo-hardened] " Kwon
@ 2006-09-11 13:58 ` Steev Klimaszewski
2006-09-11 18:22 ` Kwon
0 siblings, 1 reply; 6+ messages in thread
From: Steev Klimaszewski @ 2006-09-11 13:58 UTC (permalink / raw
To: gentoo-hardened
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Kwon wrote:
>> A few of us were experiencing this same problem.. Many countless hours
>> of frustration and many recompiles of things in vein.. In the end I
>> noticed that somehow preempt became enabled in my
>> kernel. I don't recall enabling it or anything... Anyway disable
>> PREEMPT in your kernel and the problem should go away.
>>
>> What we noticed is it only seems to happen to laptop/synaptics users..
>
> I have the following enabled in my 2.6.16-hardened-r11 kernel:
>
> CONFIG_PREEMPT=y
> CONFIG_PREEMPT_BKL=y
>
> Should the the above be set to OFF? Thanks!
>
For what its worth (and currently that system is offline due to me
attempting (and failing miserably) at installing Gentoo/FreeBSD, but I
had Preempt on although I believe I had preempt the big kernel lock off,
and used pci=noacpi in my kernel line and didn't seem to run into any
more issues with the cursor. Of course, turning off preempt worked as
well :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFBWt21c+EtXTHkJcRAq9jAJwN55XzjydIOHATfk2+VL1jyVdPqQCfa8vg
D5jnvRPYphiqWkwMJYJjfa0=
=cKtu
-----END PGP SIGNATURE-----
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-hardened] linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
2006-09-11 1:26 ` Ned Ludd
2006-09-11 13:21 ` [gentoo-hardened] " Kwon
@ 2006-09-11 14:50 ` atoth
1 sibling, 0 replies; 6+ messages in thread
From: atoth @ 2006-09-11 14:50 UTC (permalink / raw
To: gentoo-hardened
I've enabled PREEMPT, but kept BIG LOCK preemption off.
Two hardened machines (Athlon MP - radeon, Celeron M - i830/i915) have
been running fine, although I do not use synaptics on the laptop because
lack of touchpad.
Regards,
Dw.
--
dr Tóth Attila, Radiológus Szakorvos jelölt, 06-20-825-8057, 06-30-5962-962
Attila Toth MD, Radiologist in Training, +36-20-825-8057, +36-30-5962-962
On Hét, Szeptember 11, 2006 03:26, Ned Ludd wrote:
> On Sun, 2006-09-10 at 18:10 -0400, dnlt0hn5ntzhbqkv51@Safe-mail.net
> wrote:
>> linux-2.6.14-hardened-r8 runs great; loads fast and seems to function
>> properly.
>>
>> linux-2.6.16-hardened-r11 loads a little slower (especially during
>> startup udev), and runs great for a day or two 'til suddenly the mouse
>> cursor becomes "trapped" within 1/2 inch of the left border of my
>> screen.
>>
>> - I've tried radeon and fglrx drivers in X; no difference.
>>
>> - r8 and r11 are configured comparably.
>>
>> - I've googled about for this, and found no help..........
>>
>>
>> Any ideas, please?
>
> A few of us were experiencing this same problem..
> Many countless hours of frustration and many recompiles of things
> in vein.. In the end I noticed that somehow preempt became enabled in my
> kernel. I don't recall enabling it or anything...
> Anyway disable PREEMPT in your kernel and the problem should go away.
>
> What we noticed is it only seems to happen to laptop/synaptics users..
>
>
>>
>> TIA
> --
> Ned Ludd <solar@gentoo.org>
> Gentoo Linux
>
> --
> gentoo-hardened@gentoo.org mailing list
>
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-hardened] Re: linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.)
2006-09-11 13:58 ` Steev Klimaszewski
@ 2006-09-11 18:22 ` Kwon
0 siblings, 0 replies; 6+ messages in thread
From: Kwon @ 2006-09-11 18:22 UTC (permalink / raw
To: gentoo-hardened
On 9/11/2006 09:58, Steev Klimaszewski wrote:
> For what its worth (and currently that system is offline due to me
> attempting (and failing miserably) at installing Gentoo/FreeBSD, but I
> had Preempt on although I believe I had preempt the big kernel lock off,
> and used pci=noacpi in my kernel line and didn't seem to run into any
> more issues with the cursor. Of course, turning off preempt worked as
> well :)
I have just started to install web/email servers using Gentoo hardened 2.6.x kernel for the first time last week. My first 2.6.x Gentoo server is still being tested! I always have questioned/concerned the new Linux kernel naming convention that each 2.6.x version of the kernel would not have the time needed to mature (like the 2.4.x kernel) and that each and every one of them would have incurred different bugs and compatibility issues. This thread is just one of the many examples.
--
gentoo-hardened@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-09-11 18:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-10 22:10 [gentoo-hardened] linux-2.6.16-hardened-r11 issues (*.14-*-r8 is o.k.) dnlt0hn5ntzhbqkv51
2006-09-11 1:26 ` Ned Ludd
2006-09-11 13:21 ` [gentoo-hardened] " Kwon
2006-09-11 13:58 ` Steev Klimaszewski
2006-09-11 18:22 ` Kwon
2006-09-11 14:50 ` [gentoo-hardened] " atoth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox