Received: from mail.x0.at (x0.at [88.198.69.147]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F2B6E782B1B for <~alpine/users@lists.alpinelinux.org>; Thu, 1 Apr 2021 11:32:56 +0000 (UTC) Received: from localhost (x0.at [127.0.0.1]) by mail.x0.at (Postfix) with ESMTP id BD0E449A00F8 for <~alpine/users@lists.alpinelinux.org>; Thu, 1 Apr 2021 11:32:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at x0.at Received: from mail.x0.at ([127.0.0.1]) by localhost (x0.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B5OG500xzXkj for <~alpine/users@lists.alpinelinux.org>; Thu, 1 Apr 2021 11:32:46 +0000 (UTC) To: ~alpine/users@lists.alpinelinux.org From: Andreas Subject: mariadb + galera stops listening on 3306 Message-ID: <107c0e35-51a4-5721-9124-1755a618a88f@r0.at> Date: Thu, 1 Apr 2021 13:32:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Hello! I'm trying to set up a galera cluster on alpine, and for some reason mariadb just doesn't listen on 3306 or the unix socket anymore, as soon as I run it with wsrep_on=ON. Other than that, judging by the logs it's writing, everything's working as it should. The *exact same* config on a debian doesn't have that problem. I realise the galera package is probably in "testing" for a reason and probably doesn't have a lot of users, but does anyone have any idea what the problem could be here? FWIW, my config is this: [server] port = 3306 bind-address = 0.0.0.0 wsrep_on=ON wsrep_provider=/usr/lib/libgalera_smm.so wsrep_cluster_address=gcomm://10.1.1.10,10.1.1.20 binlog_format=row default_storage_engine=InnoDB innodb_autoinc_lock_mode=2 wsrep_cluster_name=testcluster wsrep_node_name=node1 wsrep_node_address=10.1.1.10 wsrep_sst_method=rsync -- Andreas