public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.14-ck6
@ 2005-11-24 23:57 Con Kolivas
  2005-11-25  0:09 ` PROBLEM: bind-9.3.1 doesnt work with 2.6.14 Piotr Majka
  0 siblings, 1 reply; 3+ messages in thread
From: Con Kolivas @ 2005-11-24 23:57 UTC (permalink / raw)
  To: ck list; +Cc: linux kernel mailing list

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

These are patches designed to improve system responsiveness and interactivity. 
It is configurable to any workload but the default ck patch is aimed at the 
desktop and cks is available with more emphasis on serverspace.


THIS INCLUDES ALL PATCHES FROM 2.6.14.3 SO START WITH 2.6.14

Apply to 2.6.14
http://ck.kolivas.org/patches/2.6/2.6.14/2.6.14-ck6/patch-2.6.14-ck6.bz2

or server version
http://ck.kolivas.org/patches/cks/patch-2.6.14-cks6.bz2

web:
http://kernel.kolivas.org
all patches:
http://ck.kolivas.org/patches/
Split patches available.


Changes:
Resync with stable tree only


Modified:
 -patch-2.6.14.2.bz2
 +patch-2.6.14.3.bz2
Resync with 2.6.14.3

 -2614ck5-version.diff
 +2614ck6-version.diff
Version update


Full patchlist:
2.6.14_to_staircase12.1.diff
schedrange.diff
schedbatch2.9.diff
sched-iso3.2.patch
smp-nice-support7.diff
1g_lowmem1_i386.diff
defaultcfq.diff
isobatch_ionice2.diff
rt_ionice.diff
pdflush-tweaks.patch
hz-default_values.patch
hz-no_default_250.patch
mm-swap_prefetch-18.patch
vm-mapped.diff
vm-lots_watermark.diff
vm-background_scan-1.diff
sched-staircase12.1_12.2.patch
mm-kswapd_inherit_prio.patch
mm-prio_dependant_scan.patch
mm-batch_prio.patch
sched-staircase12.2_13.patch
patch-2.6.14.3.bz2
2614ck6-version.diff


Cheers,
Con

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* PROBLEM: bind-9.3.1 doesnt work with 2.6.14
  2005-11-24 23:57 2.6.14-ck6 Con Kolivas
@ 2005-11-25  0:09 ` Piotr Majka
  2005-11-25  0:16   ` Con Kolivas
  0 siblings, 1 reply; 3+ messages in thread
From: Piotr Majka @ 2005-11-25  0:09 UTC (permalink / raw)
  To: linux-kernel


After run named on 2.6.14 (I try 2.6.14-rcX too) I got in logfile:

Nov 10 18:24:57 xxx named[1845]: errno2result.c:109: unexpected error:
Nov 10 18:24:57 xxx named[1845]: unable to convert errno to isc_result: 
14: Bad address
Nov 10 18:24:57 xxx named[1845]: UDP client handler shutting down due to 
fatal receive error: unexpected error

and named dont respond to the query. I switch back to 2.6.13.2 - all 
work fine. Once again run 2.6.14 - the same error after few minutes of 
working.


# sh /home/linux-2.6.14/scripts/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux xxx 2.6.13.2-grsec #1 Sat Sep 24 18:30:11 CEST 2005 i686 
i686 i386 GNU/Linux

Gnu C                  4.0.1
Gnu make               3.80
binutils               2.16.91.0.2
util-linux             2.12p
mount                  2.12p
module-init-tools      3.1
e2fsprogs              1.38
reiserfsprogs          line
reiser4progs           line
nfs-utils              1.0.7
Linux C Library        2.3.5
Dynamic linker (ldd)   2.3.5
Procps                 3.2.6
Net-tools              1.60
Kbd                    1.12
Sh-utils               5.2.1
udev                   058
# lsmod
Module                  Size  Used by
#


I try with, and without grsecurity patch - still the same. Seems that its 
vanila kernel bug related.


-- 
Piotr "Charvel" Majka | Uin: 20873695
GCM d- s-:- a- C++ UL++++ P+ L+++ E--- W+ N+++ !o !K w--- !O M V- PS+ PE !Y
PGP+ t--- !5 X R tv- b !DI D+ G++ e h r y++**

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PROBLEM: bind-9.3.1 doesnt work with 2.6.14
  2005-11-25  0:09 ` PROBLEM: bind-9.3.1 doesnt work with 2.6.14 Piotr Majka
@ 2005-11-25  0:16   ` Con Kolivas
  0 siblings, 0 replies; 3+ messages in thread
From: Con Kolivas @ 2005-11-25  0:16 UTC (permalink / raw)
  To: Piotr Majka; +Cc: linux-kernel

On Fri, 25 Nov 2005 11:09, Piotr Majka wrote:
> After run named on 2.6.14 (I try 2.6.14-rcX too) I got in logfile:
>
> Nov 10 18:24:57 xxx named[1845]: errno2result.c:109: unexpected error:
> Nov 10 18:24:57 xxx named[1845]: unable to convert errno to isc_result:
> 14: Bad address
> Nov 10 18:24:57 xxx named[1845]: UDP client handler shutting down due to
> fatal receive error: unexpected error
>
> and named dont respond to the query. I switch back to 2.6.13.2 - all
> work fine. Once again run 2.6.14 - the same error after few minutes of
> working.

Known problem, fixed in 2.6.14.2 onwards.

Cheers,
Con

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-25  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24 23:57 2.6.14-ck6 Con Kolivas
2005-11-25  0:09 ` PROBLEM: bind-9.3.1 doesnt work with 2.6.14 Piotr Majka
2005-11-25  0:16   ` Con Kolivas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox