From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0EA59469710 for ; Wed, 10 Jun 2020 15:49:04 +0300 (MSK) Date: Wed, 10 Jun 2020 15:39:56 +0300 From: Igor Munkin Message-ID: <20200610123956.GN5745@tarantool.org> References: <20200609114036.89486-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200609114036.89486-1-arkholga@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] build: don't start example instance in postinstall List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olga Arkhangelskaia Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Olya, Thanks for the patch! LGTM, considering Sasha's changes. On 09.06.20, Olga Arkhangelskaia wrote: > After tarantool installation on Debian/Ubuntu from repo, example instance > was automatically started on 3301 port. At the same time example instance > on RHEL/CentOS is started manually. Patch does the same for Debian/Ubuntu. > > If tarantool is installed not for the first time, > do "apt-get purge tarantool-common" before installation to get rid of link in > /etc/tarantool/instances.enabled. > > Closes #4507 > --- > -- Best regards, IM