 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
PaulC
Joined: 11 Sep 2003
Posts: 36
Location: San Jose, CA
|
| Posted: Tue May 09, 2006 10:31 am Post subject: Apache2 segfaults (ubuntu 5.10, latest 2.6 series) |
|
|
Apache2 is very unhappy (half the processes segfault immediately on starting) if you start a Ubuntu 5.10 image with the 'Latest 2.6 series (2.6.15-linode16 [Experimental]) kernel.
Things seem much happier when I switched to '2.6.17-rc2-linode19 [testing]'
This is a 'clean' installation using the distro wizard, the only changes I'd made were to set the hostname and apt-get install apache2.
Paul |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 472
Location: Netherlands
|
| Posted: Tue May 09, 2006 10:39 am Post subject: |
|
|
2.6.15-linode16 does not have support for native posix thread library (NPTL) - and therefore no support for thread local storage (TLS).
2.6.17-rc2-linode19 has this support.
To use a kernel that has no NPTL/TLS support with Ubuntu 5:
Code: mv /lib/tls /lib/tls-disabled
HTH |
|
| Back to top |
|
PaulC
Joined: 11 Sep 2003
Posts: 36
Location: San Jose, CA
|
| Posted: Wed May 10, 2006 9:56 am Post subject: |
|
|
Ah, that explains it. Thanks, Peter.
That's the same issue I was having trying to get Fedora Core 4 booted (yes, I know, but I wanted to tinker :). It does boot with 2.6.17-rc2-linode19, after a fashion. It starts in single-user mode (not sure why yet, inittab is defaulted to 3), but 'telinit 3' brings it all the way up.
I've also got a problem with 'unable to open an initial console', but that's probably an artifact of the devfs->sysfs transition that I haven't diagnosed yet. So no login on the console, but ssh works just fine.
Paul |
|
| Back to top |
|
| |
|