From nobody Mon Aug 05 18:28:34 2024 X-Original-To: virtualization@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 4Wd4hD0DStz5STc9; Mon, 05 Aug 2024 18:28:44 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from util.redbarn.org (util.redbarn.org [24.104.150.222]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wd4hC4vsJz4rx0; Mon, 5 Aug 2024 18:28:43 +0000 (UTC) (envelope-from paul@redbarn.org) Authentication-Results: mx1.freebsd.org; none Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (not verified)) by util.redbarn.org (Postfix) with ESMTPS id 2352D160C0E; Mon, 05 Aug 2024 18:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=redbarn.org; s=util; t=1722882515; bh=KVhuaNPZ6ZcYvVPHhQkzM8J0Suu5gk1jGZQ/Kl8Grqs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=oPlV78Z4f9zczNMExmCfzGiqgkWznnBEd8rCWPWVyGh3+c4/L2TevOV9LNjCIVemR CAqjJC5lpYy1OGMBk9yiAoav2YWq/CHhBJdGvkNHDkN+e5BIqcOm1XBtV/Y/jcuqY4 EOzZN2t3DRzDHEI1Y2SmqBFMU1jwFfLlLtmin5dc= Received: from heater.srcl.tisf.net (heater.srcl.tisf.net [IPv6:2001:559:8000:cc::111]) (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 family.redbarn.org (Postfix) with ESMTPS id ED5B0C3F22; Mon, 05 Aug 2024 18:28:34 +0000 (UTC) From: Paul Vixie To: Mario Marietto , virtualization@freebsd.org Cc: freebsd-current@freebsd.org, virtualization@freebsd.org, Harry Schmalzbauer Subject: Re: RFC: rc(8) script for bhyve(8) on FreeBSD Date: Mon, 05 Aug 2024 11:28:34 -0700 Message-ID: <2540401.OfuORjNCMW@heater.srcl.tisf.net> In-Reply-To: <053f3382-7191-4ced-82d4-1278d5d98223@omnilan.de> References: <178d585e-2ce0-4b69-a017-8af7f9b78a57@omnilan.de> <053f3382-7191-4ced-82d4-1278d5d98223@omnilan.de> List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-virtualization@freebsd.org Sender: owner-freebsd-virtualization@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:33651, ipnet:24.104.150.0/24, country:US] X-Rspamd-Queue-Id: 4Wd4hC4vsJz4rx0 pkg install vm-bhyve -- P Vixie