From owner-freebsd-current@FreeBSD.ORG Tue Nov 27 20:57:12 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 29DDA16A469 for ; Tue, 27 Nov 2007 20:57:12 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id CEEF513C45A for ; Tue, 27 Nov 2007 20:57:11 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id lARKv8AW045229 for ; Tue, 27 Nov 2007 21:57:10 +0100 (CET) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 27 Nov 2007 21:58:57 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB01118C@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mysqld umtxn Thread-Index: AcgxNiOLeGKXXUjxRmyELCQ2zzcfKwAAQE8R References: <57200BF94E69E54880C9BB1AF714BBCB01118B@w2003s01.double-l.local> <474C80D8.8070104@delphij.net> From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org 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 20:57:12 -0000 Johan Hendriks wrote: >> Hello all, i just cvsup'ed today on a 8.0 Current machine (a pIII = 1000 Mhz dual proc machine). >>=20 >> 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. >>=20 >> 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. I have 3 servers running RELENG_7 in production already! One proxy (squid dansguardian combo) One Spamfilter (mailscanner mailwatch combo) One mailserver (Postfix, dovecot, with mysql and a webmail interface) And they are worjking fine! one is a HP netserver as the 8.0 machine the other 2 are Proliant DL320 = machines. regards, Johan Hendriks =20