From owner-freebsd-cloud@freebsd.org Thu Mar 26 13:42:29 2020 Return-Path: Delivered-To: freebsd-cloud@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27EC827F9BB for ; Thu, 26 Mar 2020 13:42:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48p5l63C2lz4g3x; Thu, 26 Mar 2020 13:42:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-76-182-16-135.nc.res.rr.com [76.182.16.135]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 02QDg3xh092001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 26 Mar 2020 13:42:09 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Shutdown scripts do not work on GCP images To: Jay Edwards , Ed Maste Cc: freebsd-cloud@freebsd.org References: <7f429abb-f9e4-b694-4873-837bbfb50396@FreeBSD.org> From: Steve Wills Message-ID: <8ed73c2a-b752-c8a8-cb00-e2ecedd06352@FreeBSD.org> Date: Thu, 26 Mar 2020 09:41:59 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 26 Mar 2020 13:42:09 +0000 (UTC) X-Spam-Status: No, score=0.3 required=4.5 tests=KHOP_HELO_FCRDNS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 48p5l63C2lz4g3x X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.58 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.75)[-0.750,0]; ASN(0.00)[asn:36236, ipnet:2607:fc50::/36, country:US]; NEURAL_HAM_LONG(-0.83)[-0.829,0] X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2020 13:42:29 -0000 I just tested a shutdown script on both the 12.1 RELEASE image and the most recent CURRENT snapshot and it seemed to work. Not sure what's happening, please provide more detail on what's not working. Steve On 3/25/20 10:43 PM, Jay Edwards wrote: > It has a lot of linuxisms. > >  I forget the exact problem, but it’s been known to match on a specific > string to indicate service status. Somewhere there should be an example > of a if/else where one fork is for Linux and the second for FreeBSD. > > On Wed, Mar 25, 2020 at 6:42 PM Ed Maste > wrote: > > On Wed, 25 Mar 2020 at 14:02, Steve Wills > wrote: > > > > I believe from sysutils/py-google-compute-engine. I can try to > take a look. > > Thanks - I fetched and extracted the port but am not really sure what > I'm looking for. > _______________________________________________ > freebsd-cloud@freebsd.org mailing > list > https://lists.freebsd.org/mailman/listinfo/freebsd-cloud > To unsubscribe, send any mail to > "freebsd-cloud-unsubscribe@freebsd.org > " > > -- > Jay Edwards