From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 07:12:18 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46A9D16A419 for ; Wed, 31 Oct 2007 07:12:18 +0000 (UTC) (envelope-from christophfriedrichs@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id AD30413C494 for ; Wed, 31 Oct 2007 07:12:17 +0000 (UTC) (envelope-from christophfriedrichs@gmx.net) Received: (qmail invoked by alias); 31 Oct 2007 06:44:37 -0000 Received: from fw.helinet.de (EHLO [192.168.99.167]) [212.37.38.2] by mail.gmx.net (mp005) with SMTP; 31 Oct 2007 07:44:37 +0100 X-Authenticated: #1804469 X-Provags-ID: V01U2FsdGVkX1+V4nNe+EOVrtP2DEJpYlXIL196P6vwH3qH+PDFKR xgbn6oXapcIlhU Message-ID: <47282454.3010108@gmx.net> Date: Wed, 31 Oct 2007 07:44:36 +0100 From: Christoph Friedrichs User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Kris Kennaway References: <47270246.4020400@helinet.de> <47277E55.5060104@FreeBSD.org> In-Reply-To: <47277E55.5060104@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Mailman-Approved-At: Wed, 31 Oct 2007 11:55:48 +0000 Cc: Christoph Friedrichs , freebsd-current@freebsd.org Subject: Re: Problem with libthr after update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 07:12:18 -0000 Kris Kennaway wrote: > Christoph Friedrichs wrote: >> Hi Guys, >> >> I?m relatively new with my freebsd -current box and actual >> experiencing problems with starting kdm and portupgrade. Everytime I >> do so the kdm-bin log explodes with this error messages: >> >> Fatal error 'Cannot allocate red zone for initial thread' at line 382 >> in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) >> Fatal error 'Cannot allocate red zone for initial thread' at line 382 >> in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) >> Fatal error 'Cannot allocate red zone for initial thread' at line 382 >> in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) >> >> I googled this problem and found something concering some ruby >> packages. I did a manual rebuild of >> >> ruby-1.8.6_2,1 >> perl-5.8.8 >> ruby18-bdb-0.6.2 >> db41-4.1.25_4 >> portupgrade-2.3.1,2 >> >> With this rebuild problems with portupgrade were solved but kdm keeps >> refusing to start with same error messages. In UPDATING I found this: >> >> 20071009: >> Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and >> WITHOUT_LIBTHR are set. >> >> Does this probably have something to do with this? > > Did you update from an older release of FreeBSD? > > Kris > > Yes I did an update from an older release. I previously installed PC-BSD 1.4 which is running a FreeBSD 6 Stable under hood. Actual im running root@helix# uname -a FreeBSD helix 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Tue Oct 30 09:45:09 CET 2007 root@helix:/usr/obj/usr/src/sys/SELFMADE i386 Christoph