From owner-freebsd-cloud@freebsd.org Thu Mar 26 02:44:02 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 110BA26F076 for ; Thu, 26 Mar 2020 02:44:02 +0000 (UTC) (envelope-from jay@sentenai.com) Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48nq7751vgz4TL9 for ; Thu, 26 Mar 2020 02:43:46 +0000 (UTC) (envelope-from jay@sentenai.com) Received: by mail-lj1-x235.google.com with SMTP id f20so4865290ljm.0 for ; Wed, 25 Mar 2020 19:43:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kAQBFIUEf2YVM9EbcVEK/jDJCRBACSdalQtICz6K018=; b=V+1jgZ6J9fKqYQKfFjBw0mfwZepGEozy4tPEXIuQ4FN6JVWZvov6FRNBzmIMl7AvjO iPzPywYkoYD/G1ULmZSrae3PcA9a+pfHVM6hHAipLnjmzCOHaXLAMcLKyyRKVqe1i/Yt U/+CKqVZ4DGukMZYOfdmdOhPtU5m1KdFdXctnOx0jZBzEYTl9IdAgY7Snrxrez8vfJTM VtbvJlqJRYOn2RRI/dkb11ayK+BYTcxnlCerR9WQREZxtUNSo2RJncWwrJL3zFaS5E+A 6MyTWAIzhvCH9MobLi5OtlApIt85BNxDX6qQbd6Ky94ci6lII9L4uBwhPyyXccK5JUrn b7HA== X-Gm-Message-State: AGi0PubyB2wPD6c7cRw+4yLtTdQJ1v0PXFkaWe7N9bHrEkklB8M3VFxF BgrukZm5GPzQqbMX1W29W50/NSybW6rNT0g8V+0KwD6cbA== X-Google-Smtp-Source: ADFU+vtnuGTc+AezAXFuUscFPvyOeoYH5h4yOzb/Cu6AhVXILfP+uBRyvFhOEoi+ToWYE3xolU6Cz86HnC8Pf+t87m8= X-Received: by 2002:a05:651c:515:: with SMTP id o21mr3866561ljp.91.1585190614782; Wed, 25 Mar 2020 19:43:34 -0700 (PDT) MIME-Version: 1.0 References: <7f429abb-f9e4-b694-4873-837bbfb50396@FreeBSD.org> In-Reply-To: From: Jay Edwards Date: Wed, 25 Mar 2020 22:43:24 -0400 Message-ID: Subject: Re: Shutdown scripts do not work on GCP images To: Ed Maste Cc: Steve Wills , freebsd-cloud@freebsd.org X-Rspamd-Queue-Id: 48nq7751vgz4TL9 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.46 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[sentenai.com:s=google]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-cloud@freebsd.org]; TO_DN_SOME(0.00)[]; URI_COUNT_ODD(1.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[sentenai.com:+]; DMARC_POLICY_ALLOW(-0.50)[sentenai.com,quarantine]; RCVD_IN_DNSWL_NONE(0.00)[5.3.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; IP_SCORE(-2.46)[ip: (-9.39), ipnet: 2a00:1450::/32(-2.38), asn: 15169(-0.48), country: US(-0.05)]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 02:44:02 -0000 It has a lot of linuxisms. I forget the exact problem, but it=E2=80=99s been known to match on a spec= ific 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" > --=20 Jay Edwards