From nobody Wed Jun 05 14:52:11 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VvVms2hcTz5N9HX for ; Wed, 05 Jun 2024 14:52:29 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [135.125.211.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VvVmq0G35z44S2; Wed, 5 Jun 2024 14:52:26 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300fb4F01AF013d63eeBC5c912687.dip0.t-ipconnect.de [IPv6:2003:fb:4f01:af01:3d63:eebc:5c91:2687]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 4VvVml3W3Tz1PxL; Wed, 05 Jun 2024 16:52:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1717599144; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iI7F14N8ghVVnjVBAW/RhftY///afNoWQb8i/B9nO18=; b=EDGx4QolhFEEgHKYTSy5QjUO3uzvh60xW5cOht8Glta78iHV48K5spIK1qfO/l6xwJdXQg Wm0MPxnn/c1/dijTi2aHGy5LbNiFG0owrDj0VBqYuJnuRuxNcLP3i5Su6fhnAPMTzpLRff FAmPmhPxzUXpw0ZrtESq8zfUtqAjPzXJLJbj19fCnXdmI45CyuwpR0IGYrEfXMMqmRFEKY 6m3emVnPce0g0Aw1f2QlLaRqEzJFtyGiEbgU2LXqERte0R24rtmwPCfln7OqGDrNJIF/zr K5sITpw4FNL/J8wCV6R1HCz5vbN5HUyBRcG1rRNBWXdCYegzfsbOVc+abBUsjg== Content-Type: text/plain; charset=utf-8 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: FreeBSD Port: mariadb106-server-10.6.18 From: Michael Grimm In-Reply-To: Date: Wed, 5 Jun 2024 16:52:11 +0200 Cc: "brnrd@freebsd.org" , Chris Kiakas Content-Transfer-Encoding: quoted-printable Message-Id: <5F9B57B7-18C8-4619-BC2F-C8A2A8AD798F@ellael.org> References: To: "ports@freebsd.org" X-Mailer: Apple Mail (2.3774.600.62) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:135.125.128.0/17, country:FR] X-Rspamd-Queue-Id: 4VvVmq0G35z44S2 Chris Kiakas wrote: > I updated a MariaDB 10.6.17 server to 10.6.18 from ports and I am no = longer able to stop or restart. >=20 > 'service mysql-server stop=E2=80=99 just sits there with >=20 > Stopping mysql. > Waiting for PIDS: 71178 >=20 > This is on a 13.3-RELEASE system. I also tried updating another jail = and the same issue occurs. >=20 >=20 > /var/log/mysql/mysqld.err shows; >=20 > 2024-06-04 15:35:02 0 [Note] /usr/local/libexec/mariadbd (initiated = by: unknown): Normal shutdown > 2024-06-04 15:35:12 0 [Warning] Signal handler thread did not exit in = a timely manner. Continuing to wait for it to stop.. >=20 > Any help will be appreciated. >=20 > Thank you. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279362 That's regarding 10.11.8 Dunno if that fix will deal with 10.6.18 as well Regards, Michael=