From owner-freebsd-current@FreeBSD.ORG Tue Nov 27 21:07:35 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 4BF4116A41B for ; Tue, 27 Nov 2007 21:07:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0A56B13C455 for ; Tue, 27 Nov 2007 21:07:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id lARL7Hkj039481; Tue, 27 Nov 2007 16:07:17 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Tue, 27 Nov 2007 16:06:48 -0500 User-Agent: KMail/1.6.2 References: <57200BF94E69E54880C9BB1AF714BBCB01118B@w2003s01.double-l.local> <474C80D8.8070104@delphij.net> <57200BF94E69E54880C9BB1AF714BBCB01118C@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB01118C@w2003s01.double-l.local> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200711271607.15231.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.91.2/4933/Tue Nov 27 14:10:57 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Johan Hendriks , d@delphij.net Subject: Re: mysqld umtxn 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: Tue, 27 Nov 2007 21:07:35 -0000 On Tuesday 27 November 2007 03:58 pm, Johan Hendriks wrote: > Johan Hendriks wrote: > >> Hello all, i just cvsup'ed today on a 8.0 Current machine (a > >> pIII 1000 Mhz dual proc machine). > >> > >> Did a buildworld cycle and rebooted the machine > >> I noticed that i can not start mysql-server anymore. > >> mysqld will show up in top but have a umtxn state, if i do a > >> /usr/local/etc/rc.d/mysql-server restart it tells me it can not > >> stop mysql (check /usr/.... .pid) then i have 2 mysqld entries > >> showing up in top also in umtxn state. It creates new mysqld > >> proccess with every /usr/local/etc/rc.d/mysql-server restart i > >> give. > >> > >> I then tryed to csup -g -L2 /usr/local/etc/cvsup/current-supfile > >> but this prosess also ends up in umtxn state. > >> > >> Witness and stuff are disabled on the machine. > >> Do other people see this ? > > > >Yes, this was caused by a missing symbol from symbol map which > > libthr would expect. jasone@ has committed a fix this morning, > > so a buildworld/installworld cycle would fix your problem. > > > >BTW Please consider helping us to test RELENG_7 if your server is > >intended for pre-production evaluation :-) > > > >Cheers, > > What can i do to csup my source again, the csup process also get > stuck in umtxn. Or what file can i change (get) to make all work > again. http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/Symbol.map.diff?r1=1.6;r2=1.7 Jung-uk Kim