From owner-freebsd-virtualization@freebsd.org Sun Aug 9 00:14:46 2020 Return-Path: Delivered-To: freebsd-virtualization@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 C1B7D3A8AEE for ; Sun, 9 Aug 2020 00:14:46 +0000 (UTC) (envelope-from jmg@gold.funkthat.com) Received: from gold.funkthat.com (gate2.funkthat.com [208.87.223.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gate2.funkthat.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPKNP0Y80z4TZD for ; Sun, 9 Aug 2020 00:14:44 +0000 (UTC) (envelope-from jmg@gold.funkthat.com) Received: from gold.funkthat.com (localhost [127.0.0.1]) by gold.funkthat.com (8.15.2/8.15.2) with ESMTPS id 0790Eal8081174 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 8 Aug 2020 17:14:37 -0700 (PDT) (envelope-from jmg@gold.funkthat.com) Received: (from jmg@localhost) by gold.funkthat.com (8.15.2/8.15.2/Submit) id 0790EaxT081173; Sat, 8 Aug 2020 17:14:36 -0700 (PDT) (envelope-from jmg) Date: Sat, 8 Aug 2020 17:14:36 -0700 From: John-Mark Gurney To: Mark Raynsford Cc: freebsd-virtualization@freebsd.org Subject: Re: Restricting IP ranges for guests over tap devices Message-ID: <20200809001436.GK4213@funkthat.com> References: <20200801145144.7bf342d9@sunflower.int.arc7.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iig7nzZQzi/oiJm2" Content-Disposition: inline In-Reply-To: <20200801145144.7bf342d9@sunflower.int.arc7.info> X-Operating-System: FreeBSD 11.3-STABLE amd64 X-PGP-Fingerprint: D87A 235F FB71 1F3F 55B7 ED9B D5FF 5A51 C0AC 3D65 X-Files: The truth is out there X-URL: https://www.funkthat.com/ X-Resume: https://www.funkthat.com/~jmg/resume.html X-TipJar: bitcoin:13Qmb6AeTgQecazTWph4XasEsP7nGRbAPE X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (gold.funkthat.com [127.0.0.1]); Sat, 08 Aug 2020 17:14:37 -0700 (PDT) X-Rspamd-Queue-Id: 4BPKNP0Y80z4TZD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of jmg@gold.funkthat.com has no SPF policy when checking 208.87.223.18) smtp.mailfrom=jmg@gold.funkthat.com X-Spamd-Result: default: False [-2.54 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.68)[-0.677]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.960]; TAGGED_RCPT(0.00)[org.freebsd.virtualization]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[funkthat.com]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.01)[-0.007]; RCPT_COUNT_TWO(0.00)[2]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[jmg@funkthat.com,jmg@gold.funkthat.com]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:32354, ipnet:208.87.216.0/21, country:US]; FROM_NEQ_ENVFROM(0.00)[jmg@funkthat.com,jmg@gold.funkthat.com]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 00:14:46 -0000 --iig7nzZQzi/oiJm2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mark Raynsford via freebsd-virtualization wrote this message on Sat, Aug 01= , 2020 at 14:51 +0000: > Let's say I have a machine running a few dozen bhyve guests. Each bhyve > guest gets its own tap device, and all of the tap devices are connected > to a bridge. >=20 > Everything works fine. I can write pf rules that control access between > each guest, and between each guest and the world. I can't directly > observe the IP addresses that the guests have assigned to the tap > devices I gave them, but if I know the addresses beforehand, I can for > example write pf rules that say things like: >=20 > block log all > pass in on tap23 proto tcp \ > from any to $guest_23_ip port ssh modulate state >=20 > That then means that even if the guest is compromised and tries to bind > a server to another address, the pf rules won't allow anyone else to > actually connect to it. >=20 > The good thing about this is also the bad thing about this; I have to > write specific rules that say "only allow access to this specific IP > via this specific tap device". Over dozens of guests, that can multiply > to hundreds of laboriously maintained rules. >=20 > Is there some more general way I can supply a mapping between tap > devices and allowed addresses? Remember that pf can't see the guest > addresses on the host sides of the tap devices, so I can't use the > (device) syntax to expand to "the address of a NIC called 'device'". >=20 > I can generate rule sets, but perhaps there's something "better"[0]? The > documentation isn't suggesting much. >=20 > [0] Better in the sense that, for example, a table is usually better > than a massive list of macros. :) Don't think there is anything better... bridge does have sticky that binds the mac address to an interface, but that doesn't deal w/ IP ARP. One issue w/ this is how do you know the difference between one machine that's been down for a long time, and an attacking machine that takes over the down'd machine's IP address? I assume that these addresses are assigned via DHCP server, otherwise if you are launching the VM's w/ known static IP's, you could use pf's anchor directive, and each start/stop of a VM, update the rule for that tap's anchor. --=20 John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." --iig7nzZQzi/oiJm2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJfLz/rXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2MEI1RTRGMTNDNzYyMDZDNjEyMDBCNjAy MDVGMEIzM0REMDA2QURBAAoJECBfCzPdAGrazVYP/iiny6XQQdgJBmyde95I/NNe ZYFVPRe+PW5a2683qqhDLnQy9LJb4j0yNAut13YM1wIc4IQjJGPhs/iPrQ5GelFi 86ti5epue+r42Ln82yURz/KCrsFa46UXmpgOc42N20zBq0OgvROPfPvuZEScS6iT EDrET0Gt9PJjxMeipm84MADNv1IVrMfaA450T9US8FluH9xrLozu3of09Ml9/OqS xMdAxgwj15fzsB8dSIqqlWpIGrYcNrUbsgDKRX5xhVXiO11wSegZMbfu/bQtWdcF jAB0xD4bTlvOXHa7ACePau3plbKQ/CPy7S8VgkUJJjfWNx0BKTldb/pjaA0DCxht xxfrYx/6WXA37Wdhg28jRL5i1CL7tESgloLe0Lyxri5ahSHhJYGzv/nJpdBf4W/G 84iAtryDXkNGhJq9vvvJ8d/qTmMREehg+abxdxrUDvOl3QkyxBiwhGBsrdsxf4Yz g4XT7JG/UMy+miA06CufQqRhwt5RLuxxlqEmHTjF8DtRYLa7O2TRrZVysQ64VAWv 600amFEYMZq+8QUKjuXUOMKlszUdVNZN61pFOzYwvkAEkxuK/Yq+ssvj2BBcZDzE yYA/R394zZ4S5IaLcXWwjCBwPuWqe0VR3cEplH4hRstJq90xVfwJ8iaUxlHQERW5 vzSWvLLVQa2r3yq/n2Pm =4ATH -----END PGP SIGNATURE----- --iig7nzZQzi/oiJm2-- From owner-freebsd-virtualization@freebsd.org Sun Aug 9 04:50:58 2020 Return-Path: Delivered-To: freebsd-virtualization@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 0C6D53AD1B3 for ; Sun, 9 Aug 2020 04:50:58 +0000 (UTC) (envelope-from jo@durchholz.org) Received: from www382.your-server.de (www382.your-server.de [78.46.146.228]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4BPRW51R11z4fpD for ; Sun, 9 Aug 2020 04:50:56 +0000 (UTC) (envelope-from jo@durchholz.org) Received: from sslproxy03.your-server.de ([88.198.220.132]) by www382.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1k4dIM-00074X-Q6 for freebsd-virtualization@freebsd.org; Sun, 09 Aug 2020 06:50:54 +0200 Received: from [81.221.210.71] (helo=[192.168.178.29]) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k4dIM-0006Lo-M6 for freebsd-virtualization@freebsd.org; Sun, 09 Aug 2020 06:50:54 +0200 Subject: Re: Restricting IP ranges for guests over tap devices To: freebsd-virtualization@freebsd.org References: <20200801145144.7bf342d9@sunflower.int.arc7.info> <7acfc19f-f58f-ed55-0ed5-162c3ef23d87@quip.cz> From: Joachim Durchholz Message-ID: <11e184c2-29a3-275f-a1ee-c032f7ad0bb2@durchholz.org> Date: Sun, 9 Aug 2020 06:50:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <7acfc19f-f58f-ed55-0ed5-162c3ef23d87@quip.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: jo@durchholz.org X-Virus-Scanned: Clear (ClamAV 0.102.4/25898/Sat Aug 8 14:44:31 2020) X-Rspamd-Queue-Id: 4BPRW51R11z4fpD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of jo@durchholz.org designates 78.46.146.228 as permitted sender) smtp.mailfrom=jo@durchholz.org X-Spamd-Result: default: False [-2.42 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[durchholz.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.96)[-0.959]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.91)[-0.911]; NEURAL_HAM_SHORT(-0.25)[-0.245]; RCVD_IN_DNSWL_NONE(0.00)[78.46.146.228:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; RCVD_TLS_ALL(0.00)[]; HAS_X_AS(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 04:50:58 -0000 Am 02.08.20 um 14:45 schrieb Miroslav Lachman: > For me the more serious issue is that malicious guest can assign IP of > another guest or the main host and cause some collisions or > malfunctions. I am looking for the right solution for a long time. As of FreeBSD 12, you can put Bhyve into a jail. Jails can use VNETs, which can be configured for restricted IPs. https://forums.freebsd.org/threads/bhyve-inside-jails-why.69109/ talks about this. Disclaimer: I don't use bhyve so I don't know how accurate the postings are. Regards, Jo From owner-freebsd-virtualization@freebsd.org Sun Aug 9 09:54:04 2020 Return-Path: Delivered-To: freebsd-virtualization@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 8FA823B216C for ; Sun, 9 Aug 2020 09:54:04 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from vito-vars.onthenet.com.au (vito-vars.OntheNet.com.au [203.13.68.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPZDq4g7pz3dgC for ; Sun, 9 Aug 2020 09:54:03 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by vito-vars.onthenet.com.au (Postfix) with ESMTPS id A976D209F8E7 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 8E2D720AE980 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 7F93920DC2D4 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sHVOMLovm3ts for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from MacBook-Air-4.local (CPE-120-29-60-82.dsl.OntheNet.net [120.29.60.82]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id A711420DC2CD; Sun, 9 Aug 2020 19:53:51 +1000 (AEST) Subject: Re: bhyve boot order? To: Daniel Braniss References: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> Date: Sun, 9 Aug 2020 19:53:50 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=bM+N3M2Z c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=5na4vOg5aJ1be1vsGc0NmA==:17 a=IkcTkHD0fZMA:10 a=y4yBn9ojGxQA:10 a=p4ZhdGqJwktwIP7JOaUA:9 a=QEXdDO2ut3YA:10 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=LtAJNkVc c=1 sm=1 tr=0 a=eF5wA05EhuPcU0j7PNT2Vg==:117 a=5na4vOg5aJ1be1vsGc0NmA==:17 a=IkcTkHD0fZMA:10 a=y4yBn9ojGxQA:10 a=p4ZhdGqJwktwIP7JOaUA:9 a=QEXdDO2ut3YA:10 X-Rspamd-Queue-Id: 4BPZDq4g7pz3dgC X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/23, country:AU]; local_wl_from(0.00)[freebsd.org] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 09:54:04 -0000 Hi Danny, > I got bhyve running mainly using vm (thanks Matt), and though I > succeeded to boot diskless, as soon as I configure a disk, it will > boot of it. So Q: is there a =E2=80=98simple=E2=80=99 way to change/set= the boot > order? I=E2=80=99m using the uefi boot. Not yet: UEFI boot order is currently fixed (removable, then hard=20 drives, then network). There is work being done to integrate changes=20 that will allow flash-memory emulation to hold UEFI variables that can=20 alter the default boot order. later, Peter. From owner-freebsd-virtualization@freebsd.org Sun Aug 9 11:31:07 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7FCFC3B355D for ; Sun, 9 Aug 2020 11:31:07 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPcNq0nDHz3ywH; Sun, 9 Aug 2020 11:31:06 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=10lcte+ofmnlRSkQ7s1AGfOkfWRdJgMfATsT7YF6F+4=; b=WjZazdrqRzdrUyKSIRbMHo+lYFaavDNrd8+8d6mP7I0C546vNf9Mm4N8YkYlhr1Lr6XZiY2U48Ybv4YKcgumdBrccchnoDd5iYYvjXJDdWIUFtMusxy/Oqljwd6pKiL2GOQGB1qmM9sK4zuXEIVXUKqy2ku1/c33mVQsmnqpTylr/3ESGIlLSTEDjvOU6B1sgKNH06VzdRva9f9789lNPYz7BwaxwlkflLloTOdQHgRuhcoTZxspBhas8MhlOaig5JNCIUixk72dOKQZ4kLWjW6VaNKbz9R0+jTXkxIyb9C7Wfgnn/uJXXBtxPmi4JyU7lW4mhJWmqTNM9XA3dSRkw==; Received: from macmini.bk.cs.huji.ac.il ([132.65.179.19]) by kabab.cs.huji.ac.il with esmtp id 1k4jXb-000NcK-1u; Sun, 09 Aug 2020 14:31:03 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: bhyve boot order? From: Daniel Braniss In-Reply-To: <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> Date: Sun, 9 Aug 2020 14:31:02 +0300 Cc: freebsd-virtualization@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> To: Peter Grehan X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Rspamd-Queue-Id: 4BPcNq0nDHz3ywH X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; REPLY(-4.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 11:31:07 -0000 > On 9 Aug 2020, at 12:53, Peter Grehan wrote: >=20 > Hi Danny, >=20 >> I got bhyve running mainly using vm (thanks Matt), and though I >> succeeded to boot diskless, as soon as I configure a disk, it will >> boot of it. So Q: is there a =E2=80=98simple=E2=80=99 way to = change/set the boot >> order? I=E2=80=99m using the uefi boot. > Not yet: UEFI boot order is currently fixed (removable, then hard = drives, then network). There is work being done to integrate changes = that will allow flash-memory emulation to hold UEFI variables that can = alter the default boot order. >=20 > later, >=20 waiting for =E2=80=98later=E2=80=99 :-) thanks, danny > Peter. From owner-freebsd-virtualization@freebsd.org Sun Aug 9 21:00:16 2020 Return-Path: Delivered-To: freebsd-virtualization@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 09F673BD88C for ; Sun, 9 Aug 2020 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BPs1W6Zjnz4NcG for ; Sun, 9 Aug 2020 21:00:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id E1D3B3BD62E; Sun, 9 Aug 2020 21:00:15 +0000 (UTC) Delivered-To: virtualization@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 E198D3BD75F for ; Sun, 9 Aug 2020 21:00:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPs1W5nCMz4NZL for ; Sun, 9 Aug 2020 21:00:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB5EB1F329 for ; Sun, 9 Aug 2020 21:00:15 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 079L0FTe062921 for ; Sun, 9 Aug 2020 21:00:15 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 079L0FtT062920 for virtualization@FreeBSD.org; Sun, 9 Aug 2020 21:00:15 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202008092100.079L0FtT062920@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: virtualization@FreeBSD.org Subject: Problem reports for virtualization@FreeBSD.org that need special attention Date: Sun, 9 Aug 2020 21:00:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 21:00:16 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 240945 | [hyper-v] [netvsc] hn network driver incorrectly 1 problems total for which you should take action. From owner-freebsd-virtualization@freebsd.org Mon Aug 10 05:27:11 2020 Return-Path: Delivered-To: freebsd-virtualization@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 9C7BD3C5969; Mon, 10 Aug 2020 05:27:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQ4GQ0XjWz3WHH; Mon, 10 Aug 2020 05:27:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Cc:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=IzDu8Uh+LZhjkH44JUmK7PTCmuaccQbfHfWwHiN99W0=; b=cZfkHdb1CcD+6OParDPPCSCfEi+QdDGfB8iFq646wvLiCTlQPOtMVdThtrYXi6vUd+XmI9kc2ELRcoHy6fhHhfUmeml06YSZNWasBz/gRk6Ic+XZ078N2DQpEoqVqONaOxBvHuSMe+eCXBbw3O8BdEkGsLUSy1c+XvvcjTGwZTxPqzEO3jDmDsgqXLJnSne2B8zdVdXVsRK+Uj1QzW/YKtKInyOEqQGGq+7p6aHdT3/ncYj1tftaNEmGswtdr78PE6ZRZXWhrcGE3M6hsUlBEqlJcD0YhEnlobMULhm1Yl8h+4bz1mnwN3EBloKkDNAy+4C+9Y/+hV1nAszgwc9dmQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1k50Kw-000Izr-0v; Mon, 10 Aug 2020 08:27:06 +0300 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.6\)) Subject: vmware/vmx causing problems Message-Id: Date: Mon, 10 Aug 2020 08:27:05 +0300 Cc: stable@freebsd.org To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.3445.9.6) X-Rspamd-Queue-Id: 4BQ4GQ0XjWz3WHH X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=cZfkHdb1; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.052]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.981]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[132.65.116.210:from]; NEURAL_HAM_SHORT(-0.86)[-0.863]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 05:27:11 -0000 hi, suspend/resume/migrate works fine up to 11.3, in 12.1 it usually becomes very unresponsive, ping can take several = minutes after a suspend/migrate. switching to em works fine. any ideas on how to save this? danny From owner-freebsd-virtualization@freebsd.org Mon Aug 10 06:47:01 2020 Return-Path: Delivered-To: freebsd-virtualization@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 B56603C71A6; Mon, 10 Aug 2020 06:47:01 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4BQ62X3b4bz3ZhK; Mon, 10 Aug 2020 06:47:00 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Mon, 10 Aug 2020 08:44:59 +0200 Received-SPF: SoftFail (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=[192.168.1.238]; envelope-from= Received: from [192.168.1.238] (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id D85B2535-76E6-4D7D-BB24-97EB6A4EA248.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 verify=NO); Mon, 10 Aug 2020 08:44:53 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: vmware/vmx causing problems From: Rainer Duffner In-Reply-To: Date: Mon, 10 Aug 2020 08:46:44 +0200 Cc: freebsd-virtualization@freebsd.org, stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4A968FF0-35A2-4EBA-8752-A38992BDFAEC@ultra-secure.de> References: To: Daniel Braniss X-Mailer: Apple Mail (2.3445.104.15) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=14 total_conn=1 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 14077, bad: 290, connections: 15780, history: 13787, asn_score: 110, asn_connections: 169, asn_good: 127, asn_bad: 17, pass:asn, relaying X-Rspamd-Queue-Id: 4BQ62X3b4bz3ZhK X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rainer@ultra-secure.de designates 88.198.71.201 as permitted sender) smtp.mailfrom=rainer@ultra-secure.de X-Spamd-Result: default: False [-1.84 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.061]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ultra-secure.de]; NEURAL_HAM_LONG(-0.96)[-0.960]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.12)[-0.121]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 06:47:01 -0000 > Am 10.08.2020 um 07:27 schrieb Daniel Braniss : >=20 > hi, > suspend/resume/migrate works fine up to 11.3, > in 12.1 it usually becomes very unresponsive, ping can take several = minutes after a suspend/migrate. > switching to em works fine. >=20 > any ideas on how to save this? >=20 You need to disable snapshotting the memory. Migrating still works, I think. From owner-freebsd-virtualization@freebsd.org Mon Aug 10 07:03:05 2020 Return-Path: Delivered-To: freebsd-virtualization@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 8519C3C781A; Mon, 10 Aug 2020 07:03:05 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQ6P42GHdz3bPD; Mon, 10 Aug 2020 07:03:04 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=x6RC2pgvu4F13BdRwN6EJ4wuNq5D2QWJM9xuMqW6ycI=; b=tFbPjXOvdVh1+SZu31Yxfu6XFTFL3cX40PkXITiSy81eDoenQ6+4TihpLjROEtYFBlkm0/Dccs8CSNw4XnJ77ot0BAu9aRjC3gdR28iB90QkpyubYTGNLcJ+fImc+NKQAsN9yDF/G5/67mHHGWK5xflrhuSVldMmL/PEeOod9SBzxaOM1tXAaaWiS+2VibcBaeLs4RK+3TGLg+jqG6T4bGakChnzJMZxuy4wj07Kit4DvQeHIFPhO5TpOR5J366yq4r5qrH5m9Be6IzH3OTNs1ofkF6DHxaz5zACKETrHKD1XloFkmyh1tE/g9cS2tvH3CFwxiRJK7PN+4op+V76HA==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1k51pm-0000DB-1b; Mon, 10 Aug 2020 10:03:02 +0300 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.6\)) Subject: Re: vmware/vmx causing problems From: Daniel Braniss In-Reply-To: <4A968FF0-35A2-4EBA-8752-A38992BDFAEC@ultra-secure.de> Date: Mon, 10 Aug 2020 10:03:01 +0300 Cc: freebsd-virtualization@freebsd.org, stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1615B87D-90B9-4680-B240-CB802B359628@cs.huji.ac.il> References: <4A968FF0-35A2-4EBA-8752-A38992BDFAEC@ultra-secure.de> To: Rainer Duffner X-Mailer: Apple Mail (2.3445.9.6) X-Rspamd-Queue-Id: 4BQ6P42GHdz3bPD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=tFbPjXOv; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-2.91 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.061]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.98)[-0.984]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; RCVD_IN_DNSWL_NONE(0.00)[132.65.116.210:from]; NEURAL_HAM_SHORT(-0.57)[-0.567]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 07:03:05 -0000 > On 10 Aug 2020, at 09:46, Rainer Duffner = wrote: >=20 >=20 >=20 >> Am 10.08.2020 um 07:27 schrieb Daniel Braniss : >>=20 >> hi, >> suspend/resume/migrate works fine up to 11.3, >> in 12.1 it usually becomes very unresponsive, ping can take several = minutes after a suspend/migrate. >> switching to em works fine. >>=20 >> any ideas on how to save this? >>=20 >=20 >=20 > You need to disable snapshotting the memory. who is snapshotting the memory? and how can I stop it? >=20 >=20 > Migrating still works, I think. >=20 >=20 >=20 >=20 From owner-freebsd-virtualization@freebsd.org Mon Aug 10 08:42:18 2020 Return-Path: Delivered-To: freebsd-virtualization@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 B42BB37A5F7; Mon, 10 Aug 2020 08:42:18 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4BQ8bY6DXTz40Q0; Mon, 10 Aug 2020 08:42:17 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Mon, 10 Aug 2020 10:40:35 +0200 Received-SPF: SoftFail (connect.ultra-secure.de: domain of ultra-secure.de does not designate 127.0.0.10 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=127.0.0.10; helo=connect.ultra-secure.de; envelope-from= Received: from connect.ultra-secure.de (webmail [127.0.0.10]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id D410E94B-90C1-4697-BA44-0A3CDE0D4A22.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=AES256-SHA verify=NO); Mon, 10 Aug 2020 10:40:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 10 Aug 2020 10:40:27 +0200 From: rainer@ultra-secure.de To: Daniel Braniss Cc: freebsd-virtualization@freebsd.org, stable@freebsd.org Subject: Re: vmware/vmx causing problems In-Reply-To: <1615B87D-90B9-4680-B240-CB802B359628@cs.huji.ac.il> References: <4A968FF0-35A2-4EBA-8752-A38992BDFAEC@ultra-secure.de> <1615B87D-90B9-4680-B240-CB802B359628@cs.huji.ac.il> Message-ID: X-Sender: rainer@ultra-secure.de User-Agent: Roundcube Webmail/1.2.0 X-Haraka-GeoIP: --, , NaNkm X-Haraka-GeoIP-Received: X-Haraka-p0f: os="undefined undefined" link_type="undefined" distance=undefined total_conn=undefined shared_ip=Y X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 1242, bad: 0, connections: 1248, history: 1242, pass:all_good, relaying X-Rspamd-Queue-Id: 4BQ8bY6DXTz40Q0 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rainer@ultra-secure.de designates 88.198.71.201 as permitted sender) smtp.mailfrom=rainer@ultra-secure.de X-Spamd-Result: default: False [-3.12 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.023]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-0.95)[-0.954]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ultra-secure.de]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.948]; FROM_NO_DN(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 08:42:18 -0000 Am 2020-08-10 09:03, schrieb Daniel Braniss: >> On 10 Aug 2020, at 09:46, Rainer Duffner >> wrote: >> >> >> >>> Am 10.08.2020 um 07:27 schrieb Daniel Braniss : >>> >>> hi, >>> suspend/resume/migrate works fine up to 11.3, >>> in 12.1 it usually becomes very unresponsive, ping can take several >>> minutes after a suspend/migrate. >>> switching to em works fine. >>> >>> any ideas on how to save this? >>> >> >> >> You need to disable snapshotting the memory. > > who is snapshotting the memory? and how can I stop it? Well, if you manually do a snapshot, there's a checkbox which is usually checked to snapshot the VMs memory. I guess when VEEAM does a backup, it doesn't snapshot the memory and thus the bug never triggers. I asked about this on stable a while back, too and got this answer. Not sure about migrations. I haven't had any problems. From owner-freebsd-virtualization@freebsd.org Tue Aug 11 01:18:16 2020 Return-Path: Delivered-To: freebsd-virtualization@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 BE1743B30C6 for ; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BQZhm4kY3z3Wty for ; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A25553B321A; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) Delivered-To: virtualization@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 A21B13B31A4 for ; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQZhm3wnnz3Wjl for ; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6BDD612DEF for ; Tue, 11 Aug 2020 01:18:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07B1IGDJ085241 for ; Tue, 11 Aug 2020 01:18:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07B1IGNw085240 for virtualization@FreeBSD.org; Tue, 11 Aug 2020 01:18:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 248494] if_vmx(4) duplicate packets in netmap mode Date: Tue, 11 Aug 2020 01:18:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 01:18:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248494 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 476 | |47 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Tue Aug 11 01:23:23 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7E8C13B346A for ; Tue, 11 Aug 2020 01:23:23 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (1.212.52.36.ap.yournet.ne.jp [36.52.212.1]) (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 (2048 bits) client-digest SHA256) (Client CN "smtp", Issuer "smtp" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQZpf2j9dz3XCZ for ; Tue, 11 Aug 2020 01:23:21 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (kx.truefc.org [36.52.212.1]) by kx.truefc.org (8.15.2/8.15.2) with ESMTP id 07B1NChc032219; Tue, 11 Aug 2020 10:23:12 +0900 (JST) (envelope-from kiri@kx.truefc.org) Message-Id: <202008110123.07B1NChc032219@kx.truefc.org> Date: Tue, 11 Aug 2020 10:23:12 +0900 From: KIRIYAMA Kazuhiko To: freebsd-virtualization@freebsd.org Cc: kiri@truefc.org Subject: Why qemu-system-aarch64 so late to process ? User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 MULE XEmacs/21.4 (patch 24) (Standard C) (amd64--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4BQZpf2j9dz3XCZ X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kiri@truefc.org has no SPF policy when checking 36.52.212.1) smtp.mailfrom=kiri@truefc.org X-Spamd-Result: default: False [2.01 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.20)[-0.200]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[truefc.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.21)[-0.213]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.32)[0.325]; RCVD_COUNT_ONE(0.00)[1]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:10013, ipnet:36.52.208.0/21, country:JP]; SUBJECT_ENDS_QUESTION(1.00)[]; ONCE_RECEIVED(0.10)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 01:23:23 -0000 Hi, all I'm working on qemu-system-aarch64 and try to build packages, but it's too late to compile stuffs. I've compare to bhyve package building procedure, then about 70 times later than bhyve one. I don't know why so much late on qemu-system-aarch64. Following results are devel/binutils package building process between bhyve and qemu-system-aarch64. === devel/binutils package building (bhyve) === VM environments: root@vm:~ # cat /vm/jdtpkxb/jdtpkxb.conf loader="bhyveload" cpu=4 memory=8GB network0_type="virtio-net" network0_switch="local" disk0_type="virtio-blk" disk0_name="disk0.img" storage=32G memory=8G cpu=4 uuid="200bdead-cd7e-11ea-8cb7-0cc47ab3cfd4" network0_mac="58:9c:fc:02:0f:18" root@vm:~ # tail -35 /vm/jdtpkxb/vm-bhyve.log Jul 27 06:24:14: [primary disk dev: file] Jul 27 06:24:14: initialising network device tap1 Jul 27 06:24:14: setting mtu of tap1 to 9000 Jul 27 06:24:14: adding tap1 -> vm-local (local addm) Jul 27 06:24:14: bring up tap1 -> vm-local (local addm) Jul 27 06:24:14: booting Jul 27 06:24:14: bhyveload -c /dev/nmdm-jdtpkxb.1A -m 8GB -e autoboot_delay=3 -d /vm/jdtpkxb/disk0.img jdtpkxb Jul 27 06:24:18: [bhyve options: -c 4 -m 8GB -AHP -U 200bdead-cd7e-11ea-8cb7-0cc47ab3cfd4 -u] Jul 27 06:24:18: [bhyve devices: -s 0,hostbridge -s 31,lpc -s 4:0,virtio-blk,/vm/jdtpkxb/disk0.img -s 5:0,virtio-net,tap1,mac=58:9c:fc:02:0f:18] Jul 27 06:24:18: [bhyve console: -l com1,/dev/nmdm-jdtpkxb.1A] Jul 27 06:24:18: starting bhyve (run 1) Jul 28 21:44:41: bhyve exited with status 1 Jul 28 21:44:41: destroying network device tap1 Jul 28 21:44:42: stopped Aug 10 09:58:51: initialising Aug 10 09:58:51: [loader: bhyveload] Aug 10 09:58:51: [cpu: 4] Aug 10 09:58:51: [memory: 8GB] Aug 10 09:58:51: [hostbridge: standard] Aug 10 09:58:51: [com ports: com1] Aug 10 09:58:51: [uuid: 200bdead-cd7e-11ea-8cb7-0cc47ab3cfd4] Aug 10 09:58:51: [utctime: yes] Aug 10 09:58:51: [debug mode: no] Aug 10 09:58:51: [primary disk: disk0.img] Aug 10 09:58:51: [primary disk dev: file] Aug 10 09:58:51: initialising network device tap2 Aug 10 09:58:51: setting mtu of tap2 to 9000 Aug 10 09:58:51: adding tap2 -> vm-local (local addm) Aug 10 09:58:51: bring up tap2 -> vm-local (local addm) Aug 10 09:58:51: booting Aug 10 09:58:51: bhyveload -c /dev/nmdm-jdtpkxb.1A -m 8GB -e autoboot_delay=3 -d /vm/jdtpkxb/disk0.img jdtpkxb Aug 10 09:58:54: [bhyve options: -c 4 -m 8GB -AHP -U 200bdead-cd7e-11ea-8cb7-0cc47ab3cfd4 -u] Aug 10 09:58:54: [bhyve devices: -s 0,hostbridge -s 31,lpc -s 4:0,virtio-blk,/vm/jdtpkxb/disk0.img -s 5:0,virtio-net,tap2,mac=58:9c:fc:02:0f:18] Aug 10 09:58:54: [bhyve console: -l com1,/dev/nmdm-jdtpkxb.1A] Aug 10 09:58:54: starting bhyve (run 1) root@vm:~ # Package building process in VM: root@jdtpkxb:~ # top -bd1 last pid: 54340; load averages: 2.91, 1.23, 0.61 up 0+05:28:59 15:27:58 37 processes: 5 running, 32 sleeping CPU: 0.3% user, 0.0% nice, 0.2% system, 0.1% interrupt, 99.4% idle Mem: 208M Active, 125M Inact, 838M Wired, 692M Buf, 6749M Free Swap: 3071M Total, 3071M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 54299 root 1 75 0 154M 108M RUN 0 0:01 10.99% cc 54315 root 1 74 0 124M 84M CPU3 3 0:01 8.98% cc 54323 root 1 74 0 157M 113M CPU2 2 0:01 0.00% cc 16066 root 1 20 0 21M 9828K select 0 0:01 0.00% sshd 624 ntpd 1 20 0 21M 6420K select 2 0:01 0.00% ntpd 54339 root 1 73 0 132M 87M CPU1 1 0:01 0.00% cc 17898 root 1 52 0 19M 7540K wait 2 0:00 0.00% sh 16070 root 1 52 0 19M 7372K wait 1 0:00 0.00% sh 665 root 1 20 0 18M 7036K select 0 0:00 0.00% sendmail 52975 root 1 52 0 13M 3596K select 0 0:00 0.00% gmake 672 root 1 20 0 13M 2832K nanslp 0 0:00 0.00% cron 495 root 1 20 0 13M 2836K select 1 0:00 0.00% syslogd 25104 root 1 52 0 15M 4592K wait 3 0:00 0.00% gmake 25091 root 1 52 0 15M 4332K wait 3 0:00 0.00% gmake 23169 root 1 52 0 13M 3200K wait 2 0:00 0.00% make 761 root 1 20 0 14M 4448K pause 3 0:00 0.00% tcsh 52886 root 1 52 0 13M 3492K wait 0 0:00 0.00% gmake 728 root 1 39 0 21M 9440K select 3 0:00 0.00% sshd root@jdtpkxb:~ # uname -a FreeBSD jdtpkxb 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 23 22:48:19 JST 2020 root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64 root@jdtpkxb:~ # svnlite info /usr/ports Path: /usr/ports Working Copy Root Path: /usr/ports URL: http://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: http://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 542063 Node Kind: directory Schedule: normal Last Changed Author: glewis Last Changed Rev: 542063 Last Changed Date: 2020-07-12 11:13:27 +0900 (Sun, 12 Jul 2020) root@jdtpkxb:~ # Package building result: :===> Building binutils-2.33.1_2,1 start 2020.08.10 15:25:33 Updating database digests format: .......... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 233 packages (of 0 packages in the universe): : (snip) : install -m 0644 /var/ports/work/var/ports/jdtpkxb/devel/binutils/work-native/binutils-2.33.1/includ e/plugin-api.h /var/ports/work/var/ports/jdtpkxb/devel/binutils/work-native/stage/usr/local/include/ /bin/rm -f /var/ports/work/var/ports/jdtpkxb/devel/binutils/work-native/stage/usr/local/include/ansi decl.h /usr/bin/sed -i.bak '/#include "ansidecl.h"/d' /var/ports/work/var/ports/jdtpkxb/devel/binutils/work -native/stage/usr/local/include/bfd.h ====> Compressing man pages (compress-man) ===> Building package for binutils-2.33.1_2,1 :<=== Building binutils-2.33.1_2,1 end 2020.08.10 15:32:44 (00:07:11) === devel/binutils package building (qemu-system-aarch64) === VM environments: root@vm:~ # cat /vm/lpbkpkx/lpbkpkx.conf loader="qemu-system-aarch64" machine=arm64 machine_arc=aarch64 cpu=4 memory=8GB network0_type="virtio-net-device" network0_switch="local" disk0_type="virtio-blk-device" disk0_name="disk0.img" storage=32G qemu_telnet_port="5044" qemu_monitor_port="5045" ssh_host="192.168.1.233" ssh_port="22" network0_mac="58:9c:fc:0b:1d:a6" uuid="7f22b8ab-c0bd-11ea-a00d-0cc47ab3cfd4" root@vm:~ # tail -35 /vm/lpbkpkx/vm-bhyve.log Aug 10 09:58:38: setting mtu of tap1 to 9000 Aug 10 09:58:38: adding tap1 -> vm-local (local addm) Aug 10 09:58:38: bring up tap1 -> vm-local (local addm) Aug 10 09:58:38: booting Aug 10 09:58:38: [qemu standard options: -machine virt -cpu cortex-a57 -smp 4 -m 8G -name lpbkpkx -uuid 7f22b8ab-c0bd-11ea-a00d-0cc47ab3cfd4] Aug 10 09:58:38: [qemu block device options: -device virtio-blk-device,drive=hd0 -drive if=none,format=raw,file=/vm/lpbkpkx/disk0.img,id=hd0] Aug 10 09:58:38: [qemu display options: -nographic] Aug 10 09:58:38: [qemu network options: -netdev tap,id=net0,ifname=tap1 -device virtio-net-device,netdev=net0,mac=58:9c:fc:0b:1d:a6] Aug 10 09:58:38: [qemu debug/expert options: -monitor telnet::5045,server,nowait,nodelay -serial telnet::5044,server,nowait,nodelay -bios /vm/.config/QEMU_EFI.fd] Aug 10 09:58:38: starting qemu (run 1) Aug 10 10:04:16: qemu exited with status 0 Aug 10 10:04:16: destroying network device tap1 Aug 10 10:04:16: stopped Aug 10 10:04:29: initialising Aug 10 10:04:29: [uefi: QEMU_EFI.fd] Aug 10 10:04:29: [cpu: cortex-a57] Aug 10 10:04:29: [smp: 4] Aug 10 10:04:29: [memory: 8GB] Aug 10 10:04:29: [hostbridge: standard] Aug 10 10:04:29: [uuid: 7f22b8ab-c0bd-11ea-a00d-0cc47ab3cfd4] Aug 10 10:04:29: [utctime: yes] Aug 10 10:04:29: [debug mode: no] Aug 10 10:04:29: [primary disk: disk0.img] Aug 10 10:04:29: [primary disk dev: file] Aug 10 10:04:29: initialising network device tap1 Aug 10 10:04:29: setting mtu of tap1 to 9000 Aug 10 10:04:29: adding tap1 -> vm-local (local addm) Aug 10 10:04:29: bring up tap1 -> vm-local (local addm) Aug 10 10:04:29: booting Aug 10 10:04:29: [qemu standard options: -machine virt -cpu cortex-a57 -smp 4 -m 8G -name lpbkpkx -uuid 7f22b8ab-c0bd-11ea-a00d-0cc47ab3cfd4] Aug 10 10:04:29: [qemu block device options: -device virtio-blk-device,drive=hd0 -drive if=none,format=raw,file=/vm/lpbkpkx/disk0.img,id=hd0] Aug 10 10:04:29: [qemu display options: -nographic] Aug 10 10:04:29: [qemu network options: -netdev tap,id=net0,ifname=tap1 -device virtio-net-device,netdev=net0,mac=58:9c:fc:0b:1d:a6] Aug 10 10:04:29: [qemu debug/expert options: -monitor telnet::5045,server,nowait,nodelay -serial telnet::5044,server,nowait,nodelay -bios /vm/.config/QEMU_EFI.fd] Aug 10 10:04:29: starting qemu (run 1) root@vm:~ # Package building process in VM: root@lpbkpkx:~ # top -bd1 last pid: 31159; load averages: 4.48, 4.58, 4.37 up 0+06:07:42 16:12:45 36 processes: 5 running, 31 sleeping CPU: 4.3% user, 0.0% nice, 7.4% system, 0.9% interrupt, 87.5% idle Mem: 33M Active, 329M Inact, 406M Wired, 302M Buf, 7203M Free Swap: 2812M Total, 2812M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 31123 root 1 85 0 0B 16K CPU1 1 0:04 43.46% cc 30320 root 1 80 0 13M 3180K RUN 2 0:17 30.18% sh 31137 root 1 81 0 87M 51M CPU0 0 0:03 29.49% cc 31109 root 1 52 0 85M 49M wait 3 0:02 8.79% cc 25892 root 1 52 0 13M 3760K wait 2 0:39 3.66% sh 873 admin 1 21 0 20M 9224K select 2 0:01 1.76% sshd 26808 root 1 52 0 13M 3640K wait 2 0:36 1.37% sh 878 root 1 21 0 14M 4376K pause 0 0:02 1.07% tcsh 8761 root 1 20 0 20M 9652K select 0 0:22 0.88% sshd 28889 root 1 52 0 13M 3100K select 0 0:05 0.88% gmake 769 ntpd 1 20 0 21M 5896K select 3 0:34 0.10% ntpd 18670 root 1 52 0 13M 3408K wait 1 0:51 0.00% sh 10643 root 1 52 0 16M 7076K wait 0 0:16 0.00% sh 8765 root 1 52 0 16M 6928K wait 3 0:11 0.00% sh 810 root 1 20 0 17M 6440K select 3 0:09 0.00% sendmail 817 root 1 20 0 13M 2712K nanslp 0 0:03 0.00% cron 575 root 1 20 0 13M 2712K select 1 0:02 0.00% syslogd 15754 root 1 35 0 15M 4456K select 2 0:02 0.00% gmake root@lpbkpkx:~ # uname -a FreeBSD lpbkpkx 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r362853: Thu Jul 2 04:21:45 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 root@lpbkpkx:~ # Package building result: :===> Building binutils-2.33.1_2,1 start 2020.08.10 15:25:20 Updating database digests format: .......... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 16 packages (of 0 packages in the universe): : (snip) : install -m 0644 /var/ports/work/var/ports/lpbkpkx/devel/binutils/work-native/binutils-2.33.1/include/plugin-api.h /var/ports/work/var/ports/lpbkpkx/devel/binutils/work-native/stage/usr/local/include/ /bin/rm -f /var/ports/work/var/ports/lpbkpkx/devel/binutils/work-native/stage/usr/local/include/ansidecl.h /usr/bin/sed -i.bak '/#include "ansidecl.h"/d' /var/ports/work/var/ports/lpbkpkx/devel/binutils/work-native/stage/usr/local/include/bfd.h ====> Compressing man pages (compress-man) ===> Building package for binutils-2.33.1_2,1 :<=== Building binutils-2.33.1_2,1 end 2020.08.10 23:26:11 (08:00:51) Best Regards --- Kazuhiko Kiriyama From owner-freebsd-virtualization@freebsd.org Tue Aug 11 04:17:03 2020 Return-Path: Delivered-To: freebsd-virtualization@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 5121B3793E0 for ; Tue, 11 Aug 2020 04:17:03 +0000 (UTC) (envelope-from wanpengqian@gmail.com) Received: from mail-qt1-x841.google.com (mail-qt1-x841.google.com [IPv6:2607:f8b0:4864:20::841]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BQfg23kz7z402g for ; Tue, 11 Aug 2020 04:17:02 +0000 (UTC) (envelope-from wanpengqian@gmail.com) Received: by mail-qt1-x841.google.com with SMTP id w9so8548726qts.6 for ; Mon, 10 Aug 2020 21:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7EcV0FEAq1gl33QS0zAC7wUyfTO0Y07eoRiuKbDjIxQ=; b=qJ1gSwrTrncIZ/jYh97ouWAO1xJFQv8HDzd9YvNQ7aVdENLdlaj2dhVyttQU1spA4e uaLeHKJY6FOkWBrvfStWnhdd8uydUVWVzNDB/R/Bft2dlqB78kZL4dIXKWbW49AuqqHn 0Bql3gExItTX2yYrAUvtu9nhWj9Y6xRQW/PYpCU4pM2w3tEpCXhffSq5T9ENN44oYnfk jsDeDYduq9RgJxk3BVuZhb06zcnOanNmAQNnEvi4SHWDIjXa9wh/Tnu2NJkX9vpONj6W /2AxjB8hpgacz+Pdi2pZqFx+mI7Jh2DbhVwl7m/aMoellrLUNWtboiRgz3z/v5dyQTN0 3rTQ== 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=7EcV0FEAq1gl33QS0zAC7wUyfTO0Y07eoRiuKbDjIxQ=; b=srJIN2wSYQtAJggWQa5OJBFwrGRKEJ4ie8EIQD65wxcx75jmVpMkJrDl5tPoMkY7SA TNT+ZcW30m2uGVLNcG1v+bkrTkUcePJKIoVd7JeG5Vt1k3gJ1ESAm/7t3Y1fnn5kxIxL 78VF+1/Rjht78DJezQWPby1CC5s6ZScrfNYjAzi5hlUvK4Pn/p2QCJmhJoiyZxi2GR4c KwCIKpI2bOwuweTFB2xX9nRxj962GSc4L2NMgPEQS+nTYhvuQNttRks/vepLW4AKjDDx KiYjF+mTOwFBqsPs7o9+Xlmvy6xAjzQ4ecsz4DAJbS1kq9XCGby9rWAd+BHZJD7j1p32 vRyA== X-Gm-Message-State: AOAM531aP06aXsrAIm0auSJto/565x0sYPB8qrMOTrR6QZI/yTD25QKh PrdrNSiaZVjGra1QVhIfoS8oYoxPWPLsf5s72fTfeb1A X-Google-Smtp-Source: ABdhPJwPyyMi3BicxyhoWsMRYVpQ91RronmJso/KfB8zA9BV20AdB2wPpaOvE1LNr5XmD5/PTruSj5I7ToDubxdJe6c= X-Received: by 2002:ac8:4741:: with SMTP id k1mr31347554qtp.41.1597119421287; Mon, 10 Aug 2020 21:17:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Wanpeng Qian Date: Tue, 11 Aug 2020 13:16:50 +0900 Message-ID: Subject: Re: Can bhyve pass disk vendor, model and serial values to guests? To: Rob Roy Gregg Cc: FreeBSD virtualization Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BQfg23kz7z402g X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=qJ1gSwrT; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of wanpengqian@gmail.com designates 2607:f8b0:4864:20::841 as permitted sender) smtp.mailfrom=wanpengqian@gmail.com X-Spamd-Result: default: False [-1.69 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-1.01)[-1.006]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.007]; NEURAL_SPAM_SHORT(0.33)[0.328]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::841:from]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; FREEMAIL_ENVFROM(0.00)[gmail.com]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 04:17:03 -0000 I have figured out why the vendor field is ATA. It seems that linux will treat the first field as VENDOR when the MODEL field has space. so MODEL field is "INTEL SSDSCKHB340G4M" the linux output will be VENDOR MODEL INTEL SSDSCKHB340G4M While a MODEL field without space will make VENDOR as ATA. Unfortunately, when there is a space in the command line, bhyve will not parse correctly. We have to figure out how to solve this problem. On Mon, Jul 27, 2020 at 11:27 AM Wanpeng Qian wrote: > > Hi Rob > > > linux_in_bhyve# lsblk --output vendor,model,serial /dev/sda > > VENDOR MODEL SERIAL > > ATA OPEN-V-CM 410109 > > The output sounds great. > > > I think it's happy with the model field now, but it's seeing "ATA" for the > > vendor and it wants "HITACHI." > > In ATA specification, there is nowhere setting the VENDOR field. > > In fact, from the real hardware, the output is similar. > > lsblk --output vendor,model,serial /dev/sda > VENDOR MODEL SERIAL > ATA ST1000NX0423 XXXXXXXXXXX > > It also outputs ATA in the VENDOR field. > so I think the bhyve's output is reasonable. > > > > > I'm guessing that ATA itself may not really support this vendor field. I > > noticed that the ESXi VM has a virtual SCSI HBA instead. > > > > > Do you know how I can make this disk's vendor field "HITACHI" instead of > > "ATA," in a bhyve guest? > > If you want the VENDOR field, we have to go virtual-scsi or virtual-blk. > but currently there are no patches for these. > > If your software works on real SATA devices. but not bhyve SATA HDD, > it may check other fields too. you have to find out. > (did it work on VMware?) > > BTW: your vm-bhyve config can be improved by these. > > disk1_type="ahci-hd" > disk1_name="/dev/da4" > disk1_dev="custom" > disk1_opts="ser=410109,model=OPEN-V-CM"" > > Regards. > > Qian > > On Sat, Jul 25, 2020 at 9:23 AM Rob Roy Gregg wrote: > > > > > > On Sat, 20 Jun 2020, Wanpeng Qian wrote: > > > > > On Fri, 19 Jun 2020, Rob Roy Gregg wrote: > > > > > >> FreeBSD Friends, > > >> > > >> I tried the forums and thought I'd ask here next; here's the thread: > > >> > > >> https://forums.freebsd.org/threads/can-bhyve-pass-disk-vendor-model-and-serial-values-to-guests.75851/ > > >> > > >> This is on 12.1-RELEASE-p6. > > >> > > >> Can bhyve pass disks to guests in a way that preserves the disk's > > >> actual vendor, model and serial values (as viewed from inside of the guest)? > > >> > > >> Here's how a passed-in disk looks inside the guest with ahci-hd > > >> emulation: > > >> > > >> linux_in_bhyve# lsblk --output vendor,model,serial /dev/sda > > >> VENDOR MODEL SERIAL > > >> ATA BHYVE SATA DISK BHYVE-FC87-ABA5-711B > > >> > > >> And with virtio-blk emulation: > > >> > > >> linux_in_bhyve# lsblk -o vendor,model,serial /dev/vdb > > >> VENDOR MODEL SERIAL > > >> 0x1af4 > > >> > > >> Meanwhile, a similar disk configured on ESXi 5.5 U3b as a > > >> "pass-through RDM" looks like this; this is what I'd like to see in > > >> the bhyve guest also: > > >> > > >> linux_in_esxi# lsblk -o vendor,model,serial /dev/sdb > > >> VENDOR MODEL SERIAL > > >> HITACHI OPEN-V-CM 60060e801602a100000102a100000bba > > >> > > >> Thank you! > > > > > > Hi Gregg > > > > > > There is a patch for this, but you have to apply manually for 12.1R > > > > > > You can get it here > > > > > > https://reviews.freebsd.org/D24174 > > > > Wanpeng, thank you! > > > > I installed FreeBSD-13.0-CURRENT-amd64-20200709-r363032-disc1.iso, applied > > your patch, and used this vm-bhyve config: > > > > disk1_type="ahci-hd" > > disk1_name="/dev/da4,ser=410109,model=OPEN-V-CM" > > disk1_dev="custom" > > > > Which made this bhyve argument: > > > > -s 5:0,ahci-hd,/dev/da4,ser=410109,model=OPEN-V-CM > > > > Which made the disk look like this in the guest: > > > > linux_in_bhyve# lsblk --output vendor,model,serial /dev/sda > > VENDOR MODEL SERIAL > > ATA OPEN-V-CM 410109 > > > > This is really neat. Thanks for your patch. > > > > Unfortunately, the software I'm using checks both the vendor and model > > fields. > > > > I think it's happy with the model field now, but it's seeing "ATA" for the > > vendor and it wants "HITACHI." > > > > I'm guessing that ATA itself may not really support this vendor field. I > > noticed that the ESXi VM has a virtual SCSI HBA instead. > > > > Do you know how I can make this disk's vendor field "HITACHI" instead of > > "ATA," in a bhyve guest? > > > > Thank you again for your patch Wanpeng. From owner-freebsd-virtualization@freebsd.org Tue Aug 11 11:48:57 2020 Return-Path: Delivered-To: freebsd-virtualization@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 6A9F73AB835 for ; Tue, 11 Aug 2020 11:48:57 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BQrhS4qrlz4QY1 for ; Tue, 11 Aug 2020 11:48:56 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-ot1-x329.google.com with SMTP id 93so9865279otx.2 for ; Tue, 11 Aug 2020 04:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=OppoeZrcdMYA2P+i1jf5RsWGxUx6YImB27MqOtnrCQE=; b=iM8+OpcxsXldmMr5WKtl5+F18ooJrTwoX8pDm9giCYxBCh671cyDqwnXuRvEN4Fn/l cexsZzoV1xNNk1CKdOsJ31nN2WyZtAI0UdHvF2ZRdhOjqgT0XSrw+N/6rn4lVBjPcJX2 29svsmXgSE36DkVEkSvGHAaYD+6C/P2239lQK6Avo6B3vCX0L00wlZoZ6Kg22Orvk8cX 8kRpLgsEO0hHEwNcPR4E9M3SVVt5Ke+iCWWb2a0VjPT0H2UetIPGOZP9Dish2t+0bAk/ +40JiLzXmqDZb8/yenX4QJcyO4VdejACpjMiw0EN3QfOihm4KTm8ZdpbVvbV/B/xGU9D Mu7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OppoeZrcdMYA2P+i1jf5RsWGxUx6YImB27MqOtnrCQE=; b=MobiB+BIrr4BhYZgUrtANLaPRAabDXzD4Cw4HwzuRw/CGdcS80j7igEQpFXo534EMW Po+9mNQVl02yIugIoBuElgtNXZSHRsNheTfdzKXpLLnBszIORD8fWQtT5Sn2RLZjaEZv 0e22s+wnId7VieiSQCm4lxaB6uuLVedDS8MjDZt7q8/6dn+kb75mDUp6FygYpLTgYe5K d50iXMpaw4ys83NnR84dJYlRupnE8oViE3yi53v1pikmt2938Rh9z/NmjjPGBUe1HjA1 iqrJ7p2vEBKkpnIbHv1WOnVp5Rb6zJWgrLSroQrr9cKHmVkpunskg1nkPyzweNz+UduA j6Ew== X-Gm-Message-State: AOAM532NlwxJGxGw5n0Q4Zz7wcI2AriK/BAMQf/ya0xnT76cNF/Ykumk Mk36wRAlRvewP8xKSQEzvqFSBvpUtSd3UM9grvwGlmnXDeixyw== X-Google-Smtp-Source: ABdhPJyZail8nkYVzps5Q3QNtzzOjUq1CQ8BL7ZO4aeaALXBJYO9WugVedHGl51tE0X2ssFqT3mqR4PEjDmnrgr2v04= X-Received: by 2002:a9d:784d:: with SMTP id c13mr4345068otm.26.1597146534582; Tue, 11 Aug 2020 04:48:54 -0700 (PDT) MIME-Version: 1.0 From: Odhiambo Washington Date: Tue, 11 Aug 2020 14:48:19 +0300 Message-ID: Subject: FreeBSD a server and bhyve To: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BQrhS4qrlz4QY1 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=iM8+Opcx; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of odhiambo@gmail.com designates 2607:f8b0:4864:20::329 as permitted sender) smtp.mailfrom=odhiambo@gmail.com X-Spamd-Result: default: False [-3.15 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.965]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.990]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::329:from]; NEURAL_HAM_SHORT(-0.20)[-0.196]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 11:48:57 -0000 Hi, I have a FreeBSD 12.1 server, with 16GB RAM and several CPU cores. It has just 1 public IP. Although it has 2 NICs, I am only using one, and it is hosted on a Data Centre. Dumb question: Is it possible to virtualize a webserver/mail server withing a physical mail/web server with just one public IP? Thanks. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) From owner-freebsd-virtualization@freebsd.org Tue Aug 11 11:54:04 2020 Return-Path: Delivered-To: freebsd-virtualization@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 575303AB8E7 for ; Tue, 11 Aug 2020 11:54:04 +0000 (UTC) (envelope-from infoomatic@gmx.at) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQrpM1Zdyz4QgZ for ; Tue, 11 Aug 2020 11:54:02 +0000 (UTC) (envelope-from infoomatic@gmx.at) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1597146841; bh=ib1cUi/CzHXmVXNc6oBakZVEt/5Xc00QkSSRjSAKIp0=; h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To; b=cGifs3muUFqaJxk5MIQVALKticfleGsjrZr28/6z/NlB6STehrzhKTyZO4fOb/i+u H0J7AOzhLrTkOnCnbsTHzxnT+0OR+0/j+aIz9myADSXH7q5PtFGuYa2qEdYi9qtaPh BuRD+Ahl6tKc1a9RL3OhdJFsdHHUEb1lZ1Ovoppw= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [10.0.1.209] ([178.114.244.140]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1Mqb1W-1kRNPM39NI-00mbMg for ; Tue, 11 Aug 2020 13:54:00 +0200 Subject: Re: FreeBSD a server and bhyve To: freebsd-virtualization@freebsd.org References: From: infoomatic Message-ID: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> Date: Tue, 11 Aug 2020 13:53:59 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Provags-ID: V03:K1:ZVIvivvL5OLvC/NFybwGu9U/M3al/+psGXjpQKvzKsZDIHGWNVv MSs4CTn8A1NVe3crn1Q0wL0tVqKBux2p8yQpqyNMTYl7OwXfTXvFen1hxLvI2nVKhpSc7TS Tw7egoJEarqvPJ7AYc6NpDS3RGlQwof/T8YS7rKzkz2p3tZplB9XLUjrm5aSgS+eDf9ZsQe upG5JU5x+DtC3Kwm7jVNQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:+HHe88+U3d8=:BZWmhsW4XVmXBZ5eNTJZyH ejiX9yNGL0b4vOM8BZNhWx5LGXz9TR2kCxNpNahSqit4ngYP94OfkuNQKjODdHOn39rL3/UTe DuoWgXW1vp20BuDKZgFq1D5AyMSSbbSEDGzA7QxlTS0SpqWxWG2J7I27KraJDxOHewU9vycJC fA7suVTM53OMs7spLgiPH04Z/GJwwktyu48byeI2IPlyu1TWwQr0wJWX0SSYrHSzSfIf85app 7ec4kNound1vXb5PscoUIqDh58Gqx2GXYhFiXI/oVr3KG4++cU/M2jUuz6zWI8ppzJL7qUAqX ioVJfJHQiRIBIDOdOOLaVRlwpvNFPaWFPY+Nuyud8DL7PxlBzjY+3qc9hnOsWuW1z8SPLutZr GV83iPrB8ChX6iPXaDlLlvChvN4vFsRnx5o/vijisC33QeN0zbNVLSxfoAWVU0Q3juKUo7nhG ohgGJ9LOH/unCmBJnfMbZw3jFfGdRX9w41P9k41481xaqyxCDfoed0GZ1tmn6NkBiAfDejkGl 1hBbcTIyClx5mH1IGA7PDJBRSRSAJnPC1Br8q5Apdei9CCgT3j6gGqH2wZOuLuVDYtXq6/0Pz XfY7OoTHRNfof64DtIMbQ2y6ykQsgLOjKsQ9i8TL88nENIs07SY6ZZjLRpBW6D5xrf7L6J1sS FkurSaN5S5MNvahnJRHXCNxqzk+izbeQ7GgnXRoWG3k7Ty08UvIUItZAvj0QY6vHNm1BCqVoh OuYtVAsi8TUO+DhlMVdaV6xDZS9uG8CbwOX/vUSYRuW1B5GL1v0eH5Ka/EId+Xqki0W8xYvDA 0zf4Jiqt6uns9B90+EiPrXHXf88FTqACFdDCRyZSLYyTp3RdKOAA8FEBDWgww0WkfIB4v/Kmp k3DHSyiCSSOLT5xv8xc/Tf/dBQrdeu+icLkxA/Y6k2WXXIaRxXAM9IB/Y55KZES28inTQZqUy M0OK6fb2iMd+7jaom0kgeRU6goaqupE3kZzbZ9pT88x/K+S6pgl8H2LTHp/OAuHU3t8XInKlp EKtb3g+DypGzfumobmW3QzjwAVazcqDVN8/EX4TSdVW7Auzo2rvmQl9TzurjIHVgskvPHB9Xi wj0zgEMqEAcD1nhcqX+LP7ZTffVzgPAY2GXTILRbty5vP/WlNrKVQgEBMvAkG8t3iwAK9g6Ld Py0aHUN4GBv2m1130l9bML4Q9YG0Fr/7XMVxl9lMAU1h1kwIyi34VhlTrPZtWUp/xQqKAnctB Qa379TonfGGmFtuu+hEK5rB+MbPO5y33x+ngEuw== X-Rspamd-Queue-Id: 4BQrpM1Zdyz4QgZ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmx.net header.s=badeba3b8450 header.b=cGifs3mu; dmarc=none; spf=pass (mx1.freebsd.org: domain of infoomatic@gmx.at designates 212.227.15.18 as permitted sender) smtp.mailfrom=infoomatic@gmx.at X-Spamd-Result: default: False [-2.81 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[gmx.at]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.993]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.15.18:from]; DMARC_NA(0.00)[gmx.at]; R_SPF_ALLOW(-0.20)[+ip4:212.227.15.0/25]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.27)[-0.274]; NEURAL_HAM_MEDIUM(-0.94)[-0.938]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmx.at]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.15.18:from] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 11:54:04 -0000 yes, just use an internal network within your vms. I suggest you have the following firewall rules: *) public_ip port {80, 443} -> vm_web *) public_ip port {25, 143, 993 } -> vm_mail However, you do not even need virtualization for this, you could just use normal packages like nginx or postfix. You could also use jails - much better in terms of latency and resource consumption. regards, infoomatic On 11.08.20 13:48, Odhiambo Washington wrote: > Hi, > > I have a FreeBSD 12.1 server, with 16GB RAM and several CPU cores. > It has just 1 public IP. > Although it has 2 NICs, I am only using one, and it is hosted on a Data > Centre. > > Dumb question: Is it possible to virtualize a webserver/mail server withing > a physical mail/web server with just one public IP? > > Thanks. > From owner-freebsd-virtualization@freebsd.org Tue Aug 11 12:49:48 2020 Return-Path: Delivered-To: freebsd-virtualization@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 D4D903AD9AB for ; Tue, 11 Aug 2020 12:49:48 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BQt2g1C3Zz4TqS for ; Tue, 11 Aug 2020 12:49:46 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-ot1-x32a.google.com with SMTP id c4so9932446otf.12 for ; Tue, 11 Aug 2020 05:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9tbwE2a2yXieEU/nwRbe1gjieLAzhYwIbMyRHAgSktI=; b=Wzu3luKtvhSnKTrhF1FTidyR9Sel0n+Vi0OejWsZgV6MZwj/Hhc37fvGu4baGsaxN8 81z7v5T1ToLsW29Pq68FX9oofVOTu2yT48Y3/QIgyrfZ0kCtl/JkKkefB0XoVpfmhR8L 9QWTjDrHrrmGVDKuWVjFC/EfWR1OeyrC9r/q3CD5bR/vN5TJF4FR8oClUmT8YYzGd2ri DtpLSpTjgGvKexfrJdEikc94XlupIGKVTBGGBD9lJs/SoO3CxPjE3qrn63zXAs/PTRwx 3+sES6Iz3drH+BiXsubee7GP/TDnEKMCQgJZvsqpdMqFfQdoVbkbCsMn/nenuAR7nyYT IXXw== 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=9tbwE2a2yXieEU/nwRbe1gjieLAzhYwIbMyRHAgSktI=; b=jMtALpOrdQPFYRORVIUQDyMuaclY5eeamxpz3GNc4jktx3ZrzE2Nn6Ar4E1u8jUNGI qZZ8uWC2UDjBKwX4eY5qtynPDgDAMwXwnjPdAKe0BLAoSAjt9NFycMr/shsyT+M7A11j iMTJTA66GJjESvJbFsugzq7s5qFFOMBcGKh8plKGfoj5Nh3X6rG+SYtDh8JVEpwiaHzg kyypqVfhrXsfvwXx/738sA+jHbdFxlUnyme+Xv/ocK2y2AHBkkltgUszbYLfCEmlbp1N Oh5KYfL2jM1ZMQrhcd2veBOI11mzyg5vk1OmVQxEHl0N4YDUE6JgTKp/Uuz2rZ37+g3y /Eig== X-Gm-Message-State: AOAM533SLucvQpOT+1qIJKaGhI/ax+J/tjKglCASHBvorG9EAqS4Gg+E sXHgswggICp9qEgLnH/t5L1PcqHZCjEmIzctYqQ= X-Google-Smtp-Source: ABdhPJxxTwZdsPB3IENfqEeVmMcb/1Df06iFbUpblEuHjw9eJ8mN9OgXc0HLF86uDhegq1fuddyAAoT8XJ5HwoTnvPM= X-Received: by 2002:a05:6830:1486:: with SMTP id s6mr1326022otq.248.1597150185671; Tue, 11 Aug 2020 05:49:45 -0700 (PDT) MIME-Version: 1.0 References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> In-Reply-To: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> From: Odhiambo Washington Date: Tue, 11 Aug 2020 15:49:10 +0300 Message-ID: Subject: Re: FreeBSD a server and bhyve To: infoomatic Cc: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BQt2g1C3Zz4TqS X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=Wzu3luKt; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of odhiambo@gmail.com designates 2607:f8b0:4864:20::32a as permitted sender) smtp.mailfrom=odhiambo@gmail.com X-Spamd-Result: default: False [-3.71 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.971]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.013]; NEURAL_HAM_SHORT(-0.73)[-0.730]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::32a:from]; FREEMAIL_TO(0.00)[gmx.at]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 12:49:48 -0000 Hi infoomatic, Looks like I have to top-post so as to not mess the thread: The reason I need a VM is because I need to totally independent host, with an independent name, with access to all ports of its own. It looks like I need another public IP for that. On Tue, 11 Aug 2020 at 14:54, infoomatic wrote: > yes, just use an internal network within your vms. I suggest you have > the following firewall rules: > > *) public_ip port {80, 443} -> vm_web > > *) public_ip port {25, 143, 993 } -> vm_mail > > However, you do not even need virtualization for this, you could just > use normal packages like nginx or postfix. > > You could also use jails - much better in terms of latency and resource > consumption. > > regards, > > infoomatic > > > On 11.08.20 13:48, Odhiambo Washington wrote: > > Hi, > > > > I have a FreeBSD 12.1 server, with 16GB RAM and several CPU cores. > > It has just 1 public IP. > > Although it has 2 NICs, I am only using one, and it is hosted on a Data > > Centre. > > > > Dumb question: Is it possible to virtualize a webserver/mail server > withing > > a physical mail/web server with just one public IP? > > > > Thanks. > > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" > -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) From owner-freebsd-virtualization@freebsd.org Tue Aug 11 17:23:33 2020 Return-Path: Delivered-To: freebsd-virtualization@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 71D863B2D6F for ; Tue, 11 Aug 2020 17:23:33 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BR06X43lsz3YHs for ; Tue, 11 Aug 2020 17:23:32 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.160] (cpe-23-243-161-111.socal.res.rr.com [23.243.161.111]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id aff481d6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 11 Aug 2020 17:23:25 +0000 (UTC) Subject: Re: FreeBSD a server and bhyve To: freebsd-virtualization@freebsd.org References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> From: Pete Wright Message-ID: Date: Tue, 11 Aug 2020 10:23:24 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4BR06X43lsz3YHs X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-1.32 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.76)[-0.763]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_SPAM_SHORT(0.20)[0.202]; NEURAL_HAM_MEDIUM(-0.46)[-0.461]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[23.243.161.111:received] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 17:23:33 -0000 On 8/11/20 5:49 AM, Odhiambo Washington wrote: > Hi infoomatic, > > Looks like I have to top-post so as to not mess the thread: > > The reason I need a VM is because I need to totally independent host, > with an independent name, with access to all ports of its own. > It looks like I need another public IP for that. It depends on your use case.  I have a single IPv4 address allocated to one of my systems and have setup various CNAME entries in DNS that all resolve to the same IP.  I think that's a pretty common design pattern for people who colo their own servers and host multiple services on them. the tricky part will be if you want to host multiple instances of the same service though (multiple webservers for example).  in that case you'll most likely need multiple IPv4 address assigned to your system. -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA From owner-freebsd-virtualization@freebsd.org Tue Aug 11 17:30:38 2020 Return-Path: Delivered-To: freebsd-virtualization@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 D6B8F3B32AF for ; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BR0Gk5Nr4z3YVV for ; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B6C663B33D4; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) Delivered-To: virtualization@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 B571B3B2FD5 for ; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BR0Gk4K0tz3Ych for ; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78AA61E66B for ; Tue, 11 Aug 2020 17:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07BHUcl8078477 for ; Tue, 11 Aug 2020 17:30:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07BHUcmM078476 for virtualization@FreeBSD.org; Tue, 11 Aug 2020 17:30:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 240961] Kernel crash on esxi 6.5 6.7 Date: Tue, 11 Aug 2020 17:30:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 17:30:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240961 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Tue Aug 11 19:39:32 2020 Return-Path: Delivered-To: freebsd-virtualization@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 8FA0E3B59AC for ; Tue, 11 Aug 2020 19:39:32 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BR37R5B0Yz3grG for ; Tue, 11 Aug 2020 19:39:31 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-oi1-x231.google.com with SMTP id u63so13339467oie.5 for ; Tue, 11 Aug 2020 12:39:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UPrNFwIfEJZXc0HS7hR/Mk3RLUihH6TsKax469vNkIE=; b=U/foNYJAFNK4ix1AzYXP+7cKKm4UzGKmWGKLV7CTKLfUB880ilHt4jY5WXcrL64+o4 LXoGWwei+z/05RuBAK6L51hCUVKUR0/pkP2g36vBmujHv4LQ/yGlCk3+RtwEsrYKfQEX AzvR3z36zg9ASscONeAwxIF6Mimp/ffTIJ6Mc/MeEZm+njG+1h6RLdTnjDyW6DA0r4gG yEHZ4GIflP+AXlVqVfvEn+gXrWBj+oZm33APJLikOG8SOjNom8DCsmWoyD3876nLjNf/ zhVjqvzLGCqvCRXVJIiiS8N5G5SVISglFOCvrCpPOD2eRcaZX8Gsf3O6RMHP1DYpkGTr QIgg== 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=UPrNFwIfEJZXc0HS7hR/Mk3RLUihH6TsKax469vNkIE=; b=djQJU4bnjcDcpcXpkG1gqKM9alm/XlhZqsBzPeF4eWGCKEf9AsRKzUDq831ed+r/y6 VYVVweiO098ClGBxAbzTRGTb0qmbgIgEcrUEDHcD/ks3XNPbTeKxkeLkU+pAC2NQC7aj drHn/Xd5AQ3wla/epnlTqEJ0cwoJ+f1cvMknAgJ1RkxsoL0R9tZxCjas3+4K3nsMxG8J ZapznQWVl8r7NUdt+daPMBsG7EZmz1+fDzwKYi9B9fQGjTS6CNJo2safTQ9SIcWW0Hpu oaD0OVCk/YLBqCPbgz02hTdjmYUQ6+hFSOSBcwby8rv0K+WNuH060fVJ+8ZP59WwWR16 TcwQ== X-Gm-Message-State: AOAM532IqWvIS4fiGwQt7Vbk9mPjL21Qgki7uWcd41IBlOfg7/ZKQ0NE beZikJ0RmUAxq8cqhka+RG6/eZr12Lal5GQOcQIWcAzuiYo= X-Google-Smtp-Source: ABdhPJw49WSNdUPU8cpltnx4T/5FsqBOBlrZPxkXf2VOXoVxdfLG92qFQYUfN0Ee1E0UiGzYdYIEUmyYrmBtjWug2y4= X-Received: by 2002:aca:d4d5:: with SMTP id l204mr4980590oig.70.1597174770653; Tue, 11 Aug 2020 12:39:30 -0700 (PDT) MIME-Version: 1.0 References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> In-Reply-To: From: Odhiambo Washington Date: Tue, 11 Aug 2020 22:38:52 +0300 Message-ID: Subject: Re: FreeBSD a server and bhyve To: Pete Wright Cc: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BR37R5B0Yz3grG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=U/foNYJA; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of odhiambo@gmail.com designates 2607:f8b0:4864:20::231 as permitted sender) smtp.mailfrom=odhiambo@gmail.com X-Spamd-Result: default: False [-3.74 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.03)[-1.028]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.013]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::231:from]; NEURAL_HAM_SHORT(-0.69)[-0.693]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 19:39:32 -0000 On Tue, 11 Aug 2020 at 20:23, Pete Wright wrote: > > > On 8/11/20 5:49 AM, Odhiambo Washington wrote: > > Hi infoomatic, > > > > Looks like I have to top-post so as to not mess the thread: > > > > The reason I need a VM is because I need to totally independent host, > > with an independent name, with access to all ports of its own. > > It looks like I need another public IP for that. > > It depends on your use case. I have a single IPv4 address allocated to > one of my systems and have setup various CNAME entries in DNS that all > resolve to the same IP. I think that's a pretty common design pattern > for people who colo their own servers and host multiple services on them. > > the tricky part will be if you want to host multiple instances of the > same service though (multiple webservers for example). in that case > you'll most likely need multiple IPv4 address assigned to your system. > That's exactly where I am. Suppose I obtained another IP for the VM, how do I make the VM the only host listening on that IP then? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) From owner-freebsd-virtualization@freebsd.org Tue Aug 11 20:15:06 2020 Return-Path: Delivered-To: freebsd-virtualization@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 A1A0E3B60F6 for ; Tue, 11 Aug 2020 20:15:06 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BR3wT5Ydpz40pD for ; Tue, 11 Aug 2020 20:15:05 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.160] (cpe-23-243-161-111.socal.res.rr.com [23.243.161.111]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 2ee217f6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 11 Aug 2020 20:15:04 +0000 (UTC) Subject: Re: FreeBSD a server and bhyve To: Odhiambo Washington Cc: freebsd-virtualization@freebsd.org References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> From: Pete Wright Message-ID: <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> Date: Tue, 11 Aug 2020 13:15:03 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Rspamd-Queue-Id: 4BR3wT5Ydpz40pD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-2.47 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.001]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_HAM_MEDIUM(-0.88)[-0.879]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.29)[-0.293]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[23.243.161.111:received] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 20:15:06 -0000 On 8/11/20 12:38 PM, Odhiambo Washington wrote: > > > On Tue, 11 Aug 2020 at 20:23, Pete Wright > wrote: > > > > On 8/11/20 5:49 AM, Odhiambo Washington wrote: > > Hi infoomatic, > > > > Looks like I have to top-post so as to not mess the thread: > > > > The reason I need a VM is because I need to totally independent > host, > > with an independent name, with access to all ports of its own. > > It looks like I need another public IP for that. > > It depends on your use case.  I have a single IPv4 address > allocated to > one of my systems and have setup various CNAME entries in DNS that > all > resolve to the same IP.  I think that's a pretty common design > pattern > for people who colo their own servers and host multiple services > on them. > > the tricky part will be if you want to host multiple instances of the > same service though (multiple webservers for example).  in that case > you'll most likely need multiple IPv4 address assigned to your system. > > > That's exactly where I am. > Suppose I obtained another IP for the VM, how do I make the VM the > only host listening on that IP then? this should be pretty straight forward - the first step would be to setup the additional public IP's as virtual addresses on your NIC similar to this: https://www.freebsd.org/doc/handbook/configtuning-virtual-hosts.html then setting up your firewall (pf or ipfw) to forward requests coming in on one of those public IP's to the specific bhyve VM which is listening on a private IP.  this would be identical to hosting multiple services on a single IP. here's an example pf config that does the forwarding of SMTP on port 25 to a VM using a private IP to give you an idea of what the syntax would look like: rdr pass on $ext_if inet proto tcp from any to 1.2.3.4 port = 25 -> 10.1.0.10 port 25 hope this helps, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA From owner-freebsd-virtualization@freebsd.org Tue Aug 11 21:21:02 2020 Return-Path: Delivered-To: freebsd-virtualization@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 EB6FD3B7C94 for ; Tue, 11 Aug 2020 21:21:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BR5NZ62Lpz445c for ; Tue, 11 Aug 2020 21:21:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-274.local (unknown [IPv6:2601:648:8203:2990:3043:ab4b:c1f7:f6e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 809CB22997 for ; Tue, 11 Aug 2020 21:21:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) To: FreeBSD Virtualization From: John Baldwin Subject: bhyve configuration changes up for review Autocrypt: addr=jhb@FreeBSD.org; keydata= mQGiBETQ+XcRBADMFybiq69u+fJRy/0wzqTNS8jFfWaBTs5/OfcV7wWezVmf9sgwn8TW0Dk0 c9MBl0pz+H01dA2ZSGZ5fXlmFIsee1WEzqeJzpiwd/pejPgSzXB9ijbLHZ2/E0jhGBcVy5Yo /Tw5+U/+laeYKu2xb0XPvM0zMNls1ah5OnP9a6Ql6wCgupaoMySb7DXm2LHD1Z9jTsHcAQMD /1jzh2BoHriy/Q2s4KzzjVp/mQO5DSm2z14BvbQRcXU48oAosHA1u3Wrov6LfPY+0U1tG47X 1BGfnQH+rNAaH0livoSBQ0IPI/8WfIW7ub4qV6HYwWKVqkDkqwcpmGNDbz3gfaDht6nsie5Z pcuCcul4M9CW7Md6zzyvktjnbz61BADGDCopfZC4of0Z3Ka0u8Wik6UJOuqShBt1WcFS8ya1 oB4rc4tXfSHyMF63aPUBMxHR5DXeH+EO2edoSwViDMqWk1jTnYza51rbGY+pebLQOVOxAY7k do5Ordl3wklBPMVEPWoZ61SdbcjhHVwaC5zfiskcxj5wwXd2E9qYlBqRg7QeSm9obiBCYWxk d2luIDxqaGJARnJlZUJTRC5vcmc+iGAEExECACAFAkTQ+awCGwMGCwkIBwMCBBUCCAMEFgID AQIeAQIXgAAKCRBy3lIGd+N/BI6RAJ9S97fvbME+3hxzE3JUyUZ6vTewDACdE1stFuSfqMvM jomvZdYxIYyTUpC5Ag0ERND5ghAIAPwsO0B7BL+bz8sLlLoQktGxXwXQfS5cInvL17Dsgnr3 1AKa94j9EnXQyPEj7u0d+LmEe6CGEGDh1OcGFTMVrof2ZzkSy4+FkZwMKJpTiqeaShMh+Goj XlwIMDxyADYvBIg3eN5YdFKaPQpfgSqhT+7El7w+wSZZD8pPQuLAnie5iz9C8iKy4/cMSOrH YUK/tO+Nhw8Jjlw94Ik0T80iEhI2t+XBVjwdfjbq3HrJ0ehqdBwukyeJRYKmbn298KOFQVHO EVbHA4rF/37jzaMadK43FgJ0SAhPPF5l4l89z5oPu0b/+5e2inA3b8J3iGZxywjM+Csq1tqz hltEc7Q+E08AAwUIAL+15XH8bPbjNJdVyg2CMl10JNW2wWg2Q6qdljeaRqeR6zFus7EZTwtX sNzs5bP8y51PSUDJbeiy2RNCNKWFMndM22TZnk3GNG45nQd4OwYK0RZVrikalmJY5Q6m7Z16 4yrZgIXFdKj2t8F+x613/SJW1lIr9/bDp4U9tw0V1g3l2dFtD3p3ZrQ3hpoDtoK70ioIAjjH aIXIAcm3FGZFXy503DOA0KaTWwvOVdYCFLm3zWuSOmrX/GsEc7ovasOWwjPn878qVjbUKWwx Q4QkF4OhUV9zPtf9tDSAZ3x7QSwoKbCoRCZ/xbyTUPyQ1VvNy/mYrBcYlzHodsaqUDjHuW+I SQQYEQIACQUCRND5ggIbDAAKCRBy3lIGd+N/BCO8AJ9j1dWVQWxw/YdTbEyrRKOY8YZNwwCf afMAg8QvmOWnHx3wl8WslCaXaE8= Message-ID: <96abd732-0b9b-cef3-bfa2-d0f08c085958@FreeBSD.org> Date: Tue, 11 Aug 2020 14:21:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 21:21:03 -0000 I have been toying with a new approach to managing bhyve's internal configuration for a while. Internally it stores a little configuration "database" of key-value pairs that is stored in a hierarchical tree (using nvlist). One of the ideas is that the configuration for a given device model would consist of keys hung off of a node and the device init routines would be passed a reference to that node and lookup the desired keys as relative values. There is more detail in the review, but I wanted to give a heads up on the list as well in case folks would like to test it. I think comments on the design and other review notes probably belong on the review rather than this thread. Note that right now it only supports a simple flat config file, but it should be quite possible to support a nicer UCL config file syntax where the parser of that configuration file sets a bunch of configuration variables just as the parser of the flat config file does. There might need to be some additional logic for a nice UCL syntax for things like choosing PCI slots if an explicit one isn't given, etc. but that should be doable. https://reviews.freebsd.org/D26035 -- John Baldwin From owner-freebsd-virtualization@freebsd.org Wed Aug 12 11:10:34 2020 Return-Path: Delivered-To: freebsd-virtualization@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 A9C4237C7CF for ; Wed, 12 Aug 2020 11:10:34 +0000 (UTC) (envelope-from henrik@gulbra.net) Received: from srv.gulbra.net (ec2-174-129-193-206.compute-1.amazonaws.com [174.129.193.206]) by mx1.freebsd.org (Postfix) with ESMTP id 4BRRnj41zNz3WY2 for ; Wed, 12 Aug 2020 11:10:33 +0000 (UTC) (envelope-from henrik@gulbra.net) Received: from srv.gulbra.net (localhost [127.0.0.1]) by srv.gulbra.net (Postfix) with ESMTP id 4D2E61351 for ; Wed, 12 Aug 2020 11:10:27 +0000 (UTC) Received: by srv.gulbra.net (Postfix, from userid 33) id 270DC1352; Wed, 12 Aug 2020 11:10:27 +0000 (UTC) To: Odhiambo Washington Subject: Re: FreeBSD a server and bhyve X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 12 Aug 2020 13:10:26 +0200 From: Henrik Gulbrandsen Cc: FreeBSD Virtualization In-Reply-To: References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> Message-ID: X-Sender: henrik@gulbra.net User-Agent: Roundcube Webmail/1.2-beta X-Rspamd-Queue-Id: 4BRRnj41zNz3WY2 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of henrik@gulbra.net has no SPF policy when checking 174.129.193.206) smtp.mailfrom=henrik@gulbra.net X-Spamd-Result: default: False [3.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.07)[-0.073]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.14)[0.137]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; DMARC_NA(0.00)[gulbra.net]; HAS_X_POS(0.00)[]; AUTH_NA(1.00)[]; PHP_SCRIPT_ROOT(1.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.44)[0.439]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:174.129.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 11:10:34 -0000 On 2020-08-11 21:38, Odhiambo Washington wrote: > On Tue, 11 Aug 2020 at 20:23, Pete Wright wrote: >> On 8/11/20 5:49 AM, Odhiambo Washington wrote: >> > Hi infoomatic, >> > >> > Looks like I have to top-post so as to not mess the thread: >> > >> > The reason I need a VM is because I need to totally independent host, >> > with an independent name, with access to all ports of its own. >> > It looks like I need another public IP for that. >> >> It depends on your use case. I have a single IPv4 address allocated >> to >> one of my systems and have setup various CNAME entries in DNS that all >> resolve to the same IP. I think that's a pretty common design pattern >> for people who colo their own servers and host multiple services on >> them. >> >> the tricky part will be if you want to host multiple instances of the >> same service though (multiple webservers for example). in that case >> you'll most likely need multiple IPv4 address assigned to your system. >> > > That's exactly where I am. > Suppose I obtained another IP for the VM, how do I make the VM the only > host listening on that IP then? I still don't see why you would need multiple IP addresses for services on a single physical server. It would usually be enough to handle this as virtual hosts on the application level rather than the OS level: https://httpd.apache.org/docs/current/vhosts/ http://www.postfix.org/VIRTUAL_README.html In that case, you only need to worry about CNAME and MX records in DNS. /Henrik From owner-freebsd-virtualization@freebsd.org Wed Aug 12 11:33:11 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7B79937CF61 for ; Wed, 12 Aug 2020 11:33:11 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [IPv6:2a00:b580:8000:11:1c6b:7032:35e9:5616]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRSHp4F4zz3XQN for ; Wed, 12 Aug 2020 11:33:10 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from [217.29.46.71] (kagate.punkt.de [217.29.33.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 825EE26E98; Wed, 12 Aug 2020 13:33:02 +0200 (CEST) From: "Patrick M. Hausen" Message-Id: <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> Content-Type: multipart/signed; boundary="Apple-Mail=_32A4EF5F-E375-430E-B481-47119DC73DC1"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: FreeBSD a server and bhyve Date: Wed, 12 Aug 2020 13:32:54 +0200 In-Reply-To: <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> Cc: Odhiambo Washington , freebsd-virtualization@freebsd.org To: Pete Wright References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> X-Mailer: Apple Mail (2.3445.104.15) X-Rspamd-Queue-Id: 4BRSHp4F4zz3XQN X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hausen@punkt.de designates 2a00:b580:8000:11:1c6b:7032:35e9:5616 as permitted sender) smtp.mailfrom=hausen@punkt.de X-Spamd-Result: default: False [-4.76 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; HAS_ATTACHMENT(0.00)[]; DMARC_NA(0.00)[punkt.de]; R_SPF_ALLOW(-0.20)[+ip6:2a00:b580::/32]; NEURAL_HAM_LONG(-1.01)[-1.009]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.77)[-0.775]; NEURAL_HAM_MEDIUM(-1.07)[-1.071]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:16188, ipnet:2a00:b580::/32, country:DE]; FREEMAIL_CC(0.00)[gmail.com,freebsd.org]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 11:33:11 -0000 --Apple-Mail=_32A4EF5F-E375-430E-B481-47119DC73DC1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi all, > Am 11.08.2020 um 22:15 schrieb Pete Wright : > this should be pretty straight forward - the first step would be to = setup the additional public IP's as virtual addresses on your NIC = similar to this: > https://www.freebsd.org/doc/handbook/configtuning-virtual-hosts.html >=20 > then setting up your firewall (pf or ipfw) to forward requests coming = in on one of those public IP's to the specific bhyve VM which is = listening on a private IP. this would be identical to hosting multiple = services on a single IP. >=20 > here's an example pf config that does the forwarding of SMTP on port = 25 to a VM using a private IP to give you an idea of what the syntax = would look like: > rdr pass on $ext_if inet proto tcp from any to 1.2.3.4 port =3D 25 -> = 10.1.0.10 port 25 Why so complicated? Why not just bridge the bhyve VM to the physical NIC and assign that additional IP address in the guest OS? At least that is what I do all the time ;-) Kind regards, Patrick -- punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein --Apple-Mail=_32A4EF5F-E375-430E-B481-47119DC73DC1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEgzqrjO/mj9CSsTg2kG8u4u3aiVwFAl8z02YACgkQkG8u4u3a iVyBqAf/VXSA6FXPi77jnoqZSn24ayiDb9aF2DTaPsbEDVkLbMrqr/ojOuW/sz9u R2VNGJJR95zoLhypuC7aq9Csd3c6B7Z45nbK+pSvcwqyjgNPeNz04PcyTYUjknRx Fe+GA/5akm52wW5pz+/tg5J7AnlDmfUqoPNkOKgCh9dX5npe6oXUI2PiH3xy/CSB pO487vQFyxqfqPSv645LqKPIMj1WmeAcqjiYA6WS0AJJJmMSJ3/r5AduLcAKQUK1 0nDQIHlyJh6H3XuhYVfg6WboNiVrXXxcV0tTvcWfWxlt0JSFJfiQDTEmY03R0oTQ /bUSdCobQrSn75nwbEFEELu7XbTRAA== =FnJ7 -----END PGP SIGNATURE----- --Apple-Mail=_32A4EF5F-E375-430E-B481-47119DC73DC1-- From owner-freebsd-virtualization@freebsd.org Wed Aug 12 12:21:12 2020 Return-Path: Delivered-To: freebsd-virtualization@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 E11BB37F03A for ; Wed, 12 Aug 2020 12:21:12 +0000 (UTC) (envelope-from jo@durchholz.org) Received: from www382.your-server.de (www382.your-server.de [78.46.146.228]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4BRTMD07vZz3bZg for ; Wed, 12 Aug 2020 12:21:11 +0000 (UTC) (envelope-from jo@durchholz.org) Received: from sslproxy06.your-server.de ([78.46.172.3]) by www382.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1k5pkj-0000fK-Fh for freebsd-virtualization@freebsd.org; Wed, 12 Aug 2020 14:21:09 +0200 Received: from [81.221.210.71] (helo=[192.168.178.29]) by sslproxy06.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k5pkj-0002bC-B7 for freebsd-virtualization@freebsd.org; Wed, 12 Aug 2020 14:21:09 +0200 Subject: Re: FreeBSD a server and bhyve To: freebsd-virtualization@freebsd.org References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> From: Joachim Durchholz Message-ID: <8b3d94a9-13bd-028f-fd45-8c04220311a4@durchholz.org> Date: Wed, 12 Aug 2020 14:21:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: jo@durchholz.org X-Virus-Scanned: Clear (ClamAV 0.102.4/25900/Mon Aug 10 14:44:29 2020) X-Rspamd-Queue-Id: 4BRTMD07vZz3bZg X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of jo@durchholz.org designates 78.46.146.228 as permitted sender) smtp.mailfrom=jo@durchholz.org X-Spamd-Result: default: False [-1.68 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[durchholz.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.92)[-0.917]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.67)[-0.666]; NEURAL_SPAM_SHORT(0.20)[0.201]; RCVD_IN_DNSWL_NONE(0.00)[78.46.146.228:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; RCVD_TLS_ALL(0.00)[]; HAS_X_AS(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 12:21:12 -0000 > In that case, you only need to worry about CNAME and MX records in DNS. If you have difficulties configuring a CNAME (some DNS provider make this more complicated than one would like), you can just copy the DNS configuration of the main host: A, AAAA, MX would be the most important, SOA too but that's usually autoconfigured. (That's what I have been doing for years.) Regards, Jo From owner-freebsd-virtualization@freebsd.org Wed Aug 12 13:29:32 2020 Return-Path: Delivered-To: freebsd-virtualization@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 782313A1295 for ; Wed, 12 Aug 2020 13:29:32 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BRVt35VWcz3f5h for ; Wed, 12 Aug 2020 13:29:31 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-ot1-x335.google.com with SMTP id r21so1882996ota.10 for ; Wed, 12 Aug 2020 06:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=L3Ma7E1ESnF033X0WZ+ZTMDMOFeQJPQktSWDpWjPI5Q=; b=keXszGOwVPUQDjIDw90qxBmW9wGoR5ZWpavpg0okjDuwCsnOl7mb/5wxzjgJwwruLs aHIYuruiWYPU/rAzoRNvyUK1Cv4uS7JlKGzcWlnVE8cOLydV2wY/ZYFPaVdOc4A0+UH/ 3FTLQh8B3NW3ziHZNPDIKzsezGhYODOLbi9sR+cmWU+Th06/XdX//kmFE4ETPHPARRf8 smBcOAzjTEnj4ounzIR2f21OH60CDfEfMvVnLQx6sIofAmbeg6Kwt4JT0mYlb22359Ls Hu1KFi/Om4sMLLMoc+KXV5XlzzxL8n7/zTKYv5Q3nRUH2ORUvgII6ggfrQrue5LYgUJd OjmA== 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=L3Ma7E1ESnF033X0WZ+ZTMDMOFeQJPQktSWDpWjPI5Q=; b=E51eERH+7Q5d4/03CF/Wwa2LGpztULl1FtMJWRlOZM9qFAuFaHBctNp56toTKVJiRe mBkn1VzHf52Odmkw+rjIiZD1A7buuA39oMH6sRMgO+VJOqcELHZk+GYXElm+7JuPTrPm eGHSGm7dII93ZgRnOQqnGLgEoXOMYjAoNnSSYlnq3GFGmClyCP9/LOIdZH8xwF8CZUth 1QiDHxfaVctEgRQ24v00e95OcPlzvMLey8bsNxn4AajVirVhQcPrhbjzd0E2G+L35nMl e4W5vhIC+pa5ryX7cT7xO9vTzjTvdyReIdLvvE5tHOF5fH6rVBZMJot+id6T2RhAZq/g 5fsA== X-Gm-Message-State: AOAM533zATUs7IDzlvg2yP9oIZBdx8/NzbVHDCVznSFP6u+15gjHWvB5 PJPfWxr6lP6GlZKpfo1TUYfCZNIJ3XtKo35KDnnk0fSVcH8= X-Google-Smtp-Source: ABdhPJzJcgDKVeMzTw5i/0nxVpFXA2hdWIsP7ejlq4/YV01axAkYE5in9ARlKKPVm0u2Yic2DQq8KCJGWTK8j81aJsc= X-Received: by 2002:a05:6830:1286:: with SMTP id z6mr8786193otp.240.1597238970683; Wed, 12 Aug 2020 06:29:30 -0700 (PDT) MIME-Version: 1.0 References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <8b3d94a9-13bd-028f-fd45-8c04220311a4@durchholz.org> In-Reply-To: <8b3d94a9-13bd-028f-fd45-8c04220311a4@durchholz.org> From: Odhiambo Washington Date: Wed, 12 Aug 2020 16:28:53 +0300 Message-ID: Subject: Re: FreeBSD a server and bhyve To: Joachim Durchholz Cc: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BRVt35VWcz3f5h X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=keXszGOw; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of odhiambo@gmail.com designates 2607:f8b0:4864:20::335 as permitted sender) smtp.mailfrom=odhiambo@gmail.com X-Spamd-Result: default: False [-3.41 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.020]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.013]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::335:from]; NEURAL_HAM_SHORT(-0.38)[-0.377]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 13:29:32 -0000 On Wed, 12 Aug 2020 at 15:21, Joachim Durchholz wrote: > > In that case, you only need to worry about CNAME and MX records in DNS. > > If you have difficulties configuring a CNAME (some DNS provider make > this more complicated than one would like), you can just copy the DNS > configuration of the main host: A, AAAA, MX would be the most important, > SOA too but that's usually autoconfigured. > > (That's what I have been doing for years.) > > Regards, > Jo > > Thanks. I am familiar with DNS. I believe my issue is just getting another public IP address. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) From owner-freebsd-virtualization@freebsd.org Wed Aug 12 13:54:41 2020 Return-Path: Delivered-To: freebsd-virtualization@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 E30C33A1C12 for ; Wed, 12 Aug 2020 13:54:41 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BRWR529tCz3gSj for ; Wed, 12 Aug 2020 13:54:41 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-ot1-x335.google.com with SMTP id e11so1980693otk.4 for ; Wed, 12 Aug 2020 06:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ULTI/OPbdiYJjuUko9dT33qiKwT0fAeHOUDCkIea2lE=; b=vEA62SrCYn//yBYXJzsTt++I3C3bYA/rhKiXVogg3Qdz9Eac9rQDMPZVH8Q99ITgii HuEBl/IRKkZeo4PirtEnGPDJNbBTZaJX88gctYN0mEfyTYfscktWl585GI70oWIej3pk iX6Z2ZTTPw4eAkPIWdw1LSI8x5u2TFnJCJz8Y8OrvmJosZrbM8NSgYyHBohXU/g8PVpF dPK8Bq7IPqqIj7+d+XwjRDI+K2XS6mpecQW5UKLV3vszsFhiG4DN8J0RJy3kN98eH4qp SXtROBKs155JY+sGRkWFcW04RdycraXSKtPTG/6Wu2pxeWgV6tFf7gsMJaJ1ucSQnU1n cgiQ== 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=ULTI/OPbdiYJjuUko9dT33qiKwT0fAeHOUDCkIea2lE=; b=DabktuVUk8/eY2hZB0MLcHThvXWz6hQM7ZWnxVZKUudhVid5QoZgGbBQ6Ae0Kvic/4 W/8Nm3Om7byQxi+JAC1IZ6sAhgJLPf4Tna0UDLHPON7WZ9VrbGuMifjFIM01x59XSlAV vEHXdJUdfgXTqPAXOxlA0U4OSTuA5aUlyyaSh0LCY4KhoyN7p3ucklcl1iVRi6py8jVp oBLOskUyZaIbDiPM/M6xUiHyPmzhMTVZ7Wqzsh0DBjSBoY9PGkOziacI+GobMnTABMR2 gvK5ahqWQCyA2jiGjBDK6/QtaaOLokdvVseb7JkbcwYzaE1hHJSxdHCKalb98q7SHxlp /UUA== X-Gm-Message-State: AOAM5317XMx0vO/dbIKwDTRvTCqpFi9S9DIeG+nuzxxR0BvyVqsEE6e+ VyqPEMZ888hXdbL6+MlrC18PQvgnH3CT0quX8TZya7zeM1gs0g== X-Google-Smtp-Source: ABdhPJzLmBcv/+Yeh0GV28LgzPWW3rfX+20rA2P4MS/n8kd2tpBS/x0Kjyt8kN+teyfsVouO0KaHgrtZjRXUmHQ1u3k= X-Received: by 2002:a05:6830:1486:: with SMTP id s6mr6055352otq.248.1597240480244; Wed, 12 Aug 2020 06:54:40 -0700 (PDT) MIME-Version: 1.0 References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> In-Reply-To: <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> From: Odhiambo Washington Date: Wed, 12 Aug 2020 16:54:03 +0300 Message-ID: Subject: Re: FreeBSD a server and bhyve To: "Patrick M. Hausen" Cc: Pete Wright , freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BRWR529tCz3gSj X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=vEA62SrC; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of odhiambo@gmail.com designates 2607:f8b0:4864:20::335 as permitted sender) smtp.mailfrom=odhiambo@gmail.com X-Spamd-Result: default: False [-3.41 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.025]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.011]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::335:from]; NEURAL_HAM_SHORT(-0.37)[-0.372]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 13:54:41 -0000 On Wed, 12 Aug 2020 at 14:33, Patrick M. Hausen wrote: > Hi all, > > > Am 11.08.2020 um 22:15 schrieb Pete Wright : > > this should be pretty straight forward - the first step would be to > setup the additional public IP's as virtual addresses on your NIC similar > to this: > > https://www.freebsd.org/doc/handbook/configtuning-virtual-hosts.html > > > > then setting up your firewall (pf or ipfw) to forward requests coming in > on one of those public IP's to the specific bhyve VM which is listening on > a private IP. this would be identical to hosting multiple services on a > single IP. > > > > here's an example pf config that does the forwarding of SMTP on port 25 > to a VM using a private IP to give you an idea of what the syntax would > look like: > > rdr pass on $ext_if inet proto tcp from any to 1.2.3.4 port = 25 -> > 10.1.0.10 port 25 > > Why so complicated? Why not just bridge the bhyve VM to the physical NIC > and assign that additional IP address in the guest OS? > > At least that is what I do all the time ;-) > Hi Patrick, Do you mind sharing the tools you use (scripts) for creating/managing VMs? So far, my Googlefu has led me to two sites: 1. https://www.davd.io/install-ubuntu-on-freebsd-with-bhyve/ 2. https://www.daemon-security.com/blog/bhyve-simple-0713/ Looks like there are several tools out there, so wondering which ones experienced virtualizers like you love. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) From owner-freebsd-virtualization@freebsd.org Wed Aug 12 14:18:25 2020 Return-Path: Delivered-To: freebsd-virtualization@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 526BC3A21CA for ; Wed, 12 Aug 2020 14:18:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BRWyT1X1Gz3yb4 for ; Wed, 12 Aug 2020 14:18:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3462E3A1FBB; Wed, 12 Aug 2020 14:18:25 +0000 (UTC) Delivered-To: virtualization@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 342543A222B for ; Wed, 12 Aug 2020 14:18:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRWyT0YlMz3ygN for ; Wed, 12 Aug 2020 14:18:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBA3CD394 for ; Wed, 12 Aug 2020 14:18:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07CEIOlU063587 for ; Wed, 12 Aug 2020 14:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07CEIO5K063586 for virtualization@FreeBSD.org; Wed, 12 Aug 2020 14:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 248494] if_vmx(4) duplicate packets in netmap mode Date: Wed, 12 Aug 2020 14:18:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 14:18:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248494 --- Comment #5 from commit-hook@FreeBSD.org --- A commit references this bug: Author: vmaffione Date: Wed Aug 12 14:17:39 UTC 2020 New revision: 364164 URL: https://svnweb.freebsd.org/changeset/base/364164 Log: iflib: refactor netmap_fl_refill and fix off-by-one issue First, fix the initialization of the fl->ifl_rxd_idxs array, which was affected by an off-by-one bug. Once there, refactor the function to use better names for local variables, optimize the variable assignments, and merge the bus_dmamap_sync() inner loop with the outer one. PR: 248494 MFC after: 3 weeks Changes: head/sys/net/iflib.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Wed Aug 12 14:46:31 2020 Return-Path: Delivered-To: freebsd-virtualization@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 2C9F03A2E39 for ; Wed, 12 Aug 2020 14:46:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BRXZv0RgQz419S for ; Wed, 12 Aug 2020 14:46:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0D41F3A2EC6; Wed, 12 Aug 2020 14:46:31 +0000 (UTC) Delivered-To: virtualization@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 0D0773A2E38 for ; Wed, 12 Aug 2020 14:46:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRXZt6d0Sz410W for ; Wed, 12 Aug 2020 14:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6E20D6CD for ; Wed, 12 Aug 2020 14:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07CEkUq9097230 for ; Wed, 12 Aug 2020 14:46:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07CEkULV097229 for virtualization@FreeBSD.org; Wed, 12 Aug 2020 14:46:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 248494] if_vmx(4) duplicate packets in netmap mode Date: Wed, 12 Aug 2020 14:46:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 14:46:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248494 --- Comment #6 from commit-hook@FreeBSD.org --- A commit references this bug: Author: vmaffione Date: Wed Aug 12 14:45:32 UTC 2020 New revision: 364165 URL: https://svnweb.freebsd.org/changeset/base/364165 Log: iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ For drivers with IFLIB_HAS_RXCQ set, there is a separate completion queue. In this case, the netmap rxsync routine needs to update rxq->ifr_cq_cidx in the same way it is updated by iflib_rxeof(). This improves the situation for vmx(4) and bnxt(4) drivers, which use iflib and have the IFLIB_HAS_RXCQ bit set. PR: 248494 MFC after: 3 weeks Changes: head/sys/net/iflib.c head/sys/net/iflib.h --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Wed Aug 12 17:40:15 2020 Return-Path: Delivered-To: freebsd-virtualization@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 437313A6F98 for ; Wed, 12 Aug 2020 17:40:15 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [IPv6:2a00:b580:8000:11:1c6b:7032:35e9:5616]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRcRL1FLvz4C59 for ; Wed, 12 Aug 2020 17:40:14 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from [IPv6:2003:a:d59:3800:ad25:1244:e245:ebf7] (unknown [IPv6:2003:a:d59:3800:ad25:1244:e245:ebf7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 401C4274E0; Wed, 12 Aug 2020 19:40:11 +0200 (CEST) From: "Patrick M. Hausen" Message-Id: <427EACB7-D930-4FBD-AD7E-96AD3AC73D30@punkt.de> Content-Type: multipart/signed; boundary="Apple-Mail=_655598EC-8385-4652-90E6-EAB10C937E1C"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: FreeBSD a server and bhyve Date: Wed, 12 Aug 2020 19:40:02 +0200 In-Reply-To: Cc: Pete Wright , freebsd-virtualization@freebsd.org To: Odhiambo Washington References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> X-Mailer: Apple Mail (2.3445.104.15) X-Rspamd-Queue-Id: 4BRcRL1FLvz4C59 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hausen@punkt.de designates 2a00:b580:8000:11:1c6b:7032:35e9:5616 as permitted sender) smtp.mailfrom=hausen@punkt.de X-Spamd-Result: default: False [-3.69 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:b580::/32]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; HAS_ATTACHMENT(0.00)[]; DMARC_NA(0.00)[punkt.de]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.27)[0.274]; NEURAL_HAM_LONG(-1.00)[-1.003]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.065]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:16188, ipnet:2a00:b580::/32, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 17:40:15 -0000 --Apple-Mail=_655598EC-8385-4652-90E6-EAB10C937E1C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi! > Am 12.08.2020 um 15:54 schrieb Odhiambo Washington = : > Do you mind sharing the tools you use (scripts) for creating/managing = VMs? I use FreeNAS aka TrueNAS Core as a hypervisor system. That may be a bit = much. Specifically it provides a rather large attack surface if hosted on the = Internet. Inside a private network it is one of my favourite FreeBSD based = products. File sharing, replication, jails, VMs =E2=80=A6 all in one nice box and = UI. > 1. https://www.davd.io/install-ubuntu-on-freebsd-with-bhyve/ > 2. https://www.daemon-security.com/blog/bhyve-simple-0713/ iohyve and chyves seem to be two possible choices: https://github.com/pr1ntf/iohyve http://chyves.org Kind regards, Patrick -- punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein --Apple-Mail=_655598EC-8385-4652-90E6-EAB10C937E1C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEgzqrjO/mj9CSsTg2kG8u4u3aiVwFAl80KXIACgkQkG8u4u3a iVzAlAf/b/dyY4cPvBGqHxNuOPaeEL8bOobiXw8Qn9I2MJubmUeZdaDJfUWEWlHg rLwNDOHmvZDo6Q616Tek2vpmQc0gurzkIvn46voMas+7s8Leds666Vr1M1FQllXK ALznU53YX471FO8v4LX577U4F586Hb/+m3D/QKzQXru7HmOZdNWiZSO273JK1vI2 c7wHvMP1CtS3SEPw19V1nls4MC32zsv0gdoSvilnnd1q9+y5zwAAwfDjTN9v76JD iD0mDQXD/BMdhDg2ICsIHjokpPn4pBiSa94GOR5ZIFt9YfLZPc8EO6mLAbk35L5T WhsnomIciReyhi6kyCQRvB+jqeN2DA== =fHZV -----END PGP SIGNATURE----- --Apple-Mail=_655598EC-8385-4652-90E6-EAB10C937E1C-- From owner-freebsd-virtualization@freebsd.org Thu Aug 13 02:47:26 2020 Return-Path: Delivered-To: freebsd-virtualization@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 134553B2BEF for ; Thu, 13 Aug 2020 02:47:26 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRrZh6v9Sz3Rqq for ; Thu, 13 Aug 2020 02:47:24 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 0E0AB99C for ; Wed, 12 Aug 2020 22:47:22 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 12 Aug 2020 22:47:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:mime-version:content-type; s= fm3; bh=Owd8B2GFq3PPtXwwbt23vtaWPQnYIBsnkPh333bNArs=; b=FXAWGcqJ fwgV2xVN8hgBWa9v8kn8MH6QBnBFh1KPwJDS6fy2vv0O7poNMB87H2NcUEdmIPQN HWDZ25WKGlJCylCvtIXSpUWq6xE/oldk4kGMEnox6+hh/g2B8769G9KcBAVId0+w B4zP26JEFG0PCayzveAuLj7BgvRqa/ekhE5ON2FUCCYm/0Qg+qN+hrslOsS5YTt5 RH2UXBGNVqssKdiaCkRfaxeaZy0f5jKF60TOEjpL0CtD+ChI2aQVGq489h5dDG4j uG7pY9WxAZI9KHDireCWTUFX1fLnX7XOIXSOxf7XGY3PtlREX6VgQpH4aeqG8z+P gd0iTHmYC98b7g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=Owd8B2GFq3PPtXwwbt23vtaWPQnYI BsnkPh333bNArs=; b=UaiIdw4d4mMnFb6p3jjPQqLGqrSID9ldBHx+bplr4fF9r eVPYaK+7Uc28Hdx73+nsyUMYxjNfEqEemLySoBvAHKImsETp5wAn8/sM+eXDaGm6 Hz/Lp/c42lkSvimYDSaq+dH6M751Ikb19qBYr599jQE5+IqCk26iQCdVXRBHrFSb yUBIGk3Fh4Xf+PqP0+IW/QfdyHWCC7EuH0uxvXWVNDXc6rGh+3se/OlpfP1IiYES TYR8JNxDnG4OHW9Aehfj/G5euATMCc5eny/y4C/Nm/DlNdHsqwJvaaOA6H3GkJZZ ySAQl1zjnhuVcavNDQ19xCTJ1U5lbwIgVXcBZj2iA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrleefgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfggtggusehgtderredttd dvnecuhfhrohhmpehtvggthhdqlhhishhtshcuoehtvggthhdqlhhishhtshesiiihgihs thdrnhgvtheqnecuggftrfgrthhtvghrnhepvefghffftdefkeelleehtdejledvhfdvge eijeevfffguddvhfetgeejueejueeinecukfhppeekvddrjedtrdeluddrleelnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthgvtghhqdhlih hsthhsseiihiigshhtrdhnvght X-ME-Proxy: Received: from bastion.zyxst.net (bastion.zyxst.net [82.70.91.99]) by mail.messagingengine.com (Postfix) with ESMTPA id 145C43280060 for ; Wed, 12 Aug 2020 22:47:22 -0400 (EDT) Date: Thu, 13 Aug 2020 03:46:53 +0100 From: tech-lists To: freebsd-virtualization@freebsd.org Subject: azure-agent problems Message-ID: <20200813024653.GC72347@bastion.zyxst.net> Mail-Followup-To: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline X-Rspamd-Queue-Id: 4BRrZh6v9Sz3Rqq X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm3 header.b=FXAWGcqJ; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=UaiIdw4d; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 64.147.123.21 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-5.27 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.04)[-1.043]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[64.147.123.21:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.21]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.02)[-1.018]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[zyxst.net]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-0.51)[-0.509]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.21:from] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 02:47:26 -0000 --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, azure-agent seems to be looking for python3. Is it sufficient to ln -s /usr/local/bin/python3.7 to python3 ? FreeBSD is 12.1-p8 I get these errors after the vm boots: 2020/08/13 01:28:58.246795 INFO Daemon Detect protocol endpoints 2020/08/13 01:28:58.281770 INFO Daemon Clean protocol 2020/08/13 01:28:58.283604 INFO Daemon WireServer endpoint is not found. Re= run dhcp handler 2020/08/13 01:28:58.285277 INFO Daemon Test for route to [redacted] 2020/08/13 01:28:58.319451 INFO Daemon Route to [redacted] exists 2020/08/13 01:28:58.321406 INFO Daemon Wire server endpoint:[redacted] 2020/08/13 01:28:58.342834 INFO Daemon Fabric preferred wire protocol version:2015-04-05 2020/08/13 01:28:58.344988 INFO Daemon Wire protocol version:2012-11-30 2020/08/13 01:28:58.356856 INFO Daemon Server preferred version:2015-04-05 2020/08/13 01:28:58.545765 INFO Daemon Certificate with thumbprint [redacted] has no matching private key. 2020/08/13 01:28:58.572645 ERROR Daemon Event: name=3DWALinuxAgent, op=3DProvision, message=3DProvisioning failed: [ProtocolError] [CopyOvfEnv]= Error mounting dvd: [OSUtilError] Failed to mount dvd device Inner error: [mount -o ro -t udf,iso9660 /dev/cd0 /mnt/cdrom/secure] return= ed 1: mount_udf: /dev/cd0: Device not configured (0s), duration=3D0 2020/08/13 01:28:58.575012 INFO Daemon RDMA capabilities are not enabled, skipping 2020/08/13 01:28:58.618318 INFO Daemon Installed Agent WALinuxAgent-2.2.45 = is the most current agent and then this, about three times per second: 2020/08/13 01:28:58.643209 WARNING Daemon Agent WALinuxAgent-2.2.45 launched with command 'python3 -u /usr/local/sbin/waagent -run-exthandlers' failed w= ith exception: [Errno 2] No such file or directory: 'python3': 'python3' 2020/08/13 01:28:58.671068 ERROR Daemon Event: name=3DWALinuxAgent, op=3DEn= able, message=3D[very long stream of letters and numbers] duration=3D0 and then, this: 2020/08/13 01:53:31.308703 WARNING Daemon Too many files under: /var/lib/waagent/events, removing oldest 2020/08/13 01:53:31.311327 INFO Daemon Installed Agent WALinuxAgent-2.2.45 = is the most current agent repeated about thirty times per second I have to kill -9 waagent, or it would fill the vm with logs. Here's what /usr/local/bin/pyth* looks like: python2.7* python2.7-config* python3.7* python3.7-config@ python3.7m* python3.7m-config* thanks, --=20 J. --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl80qa4ACgkQs8o7QhFz NAWAkhAAp8TQ6EA+FQEByJPwRN1A6Ltmrv5Ch6G5iZtNvv5beLB9oyRqZcvLRyQw +fYFUvMF2HIdksASqlnt6IPFm9tUU7dy1+Gw3gUz4iVnuPeVjhQ6m3hwzdpeD0eo BtoCUzO/ll/Q3V/H1n+xHmb6rMR+yKanOSL2TWVcaOsJTUDIIpRhMYxzuYnI+SMk iK7hZ43+/82bjhm5q7UPOvt6GGnPDOdDA41e51O8BdQraQCdE0d4k8hfudRqHM7F +TfkezMg7BFkV7gSsOHFLN0YCkgk/O1rBb1qBxHtEfLgQc8Xr0ISrcgQaIGtWCbP SVi9AgJAxq0+563Vp+fPpRM6AVg+g2auKmsLvl4ZkcQl+9XChxvaOj16ZDP04/Xp D/9I19Ml8WNkTFNiUO5pdxSGKZuzpSLnE1hnuw06ARv3nfVt+C3AfdL2vrJbuPBP RqUKXf/TOfrtHp4ZXLmZRpN6NUkIUJ3ME6OUdTXxjhre+kg6uFMyNMldHtl61gf2 iE8lFypluvpHs6HbNHyOTe7117JqCzr8UmsKcZuCVyClxUgltsqvIuxPCD4DMznj 2NhWHT3qDJwJLLjaoEF6N19Nkferw13GxOmHFrXtspSlCxNESuWcFOtKLVMy08Wh JpHhu9cmk+WKlli7VNZRQUMRYEsXE0SgFXTQZtPyafW6Jz7+UOw= =Fz/A -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ-- From owner-freebsd-virtualization@freebsd.org Thu Aug 13 10:01:29 2020 Return-Path: Delivered-To: freebsd-virtualization@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 BF2383BCB8E for ; Thu, 13 Aug 2020 10:01:29 +0000 (UTC) (envelope-from moridin@mm.st) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BS2CY3s4dz46P6 for ; Thu, 13 Aug 2020 10:01:29 +0000 (UTC) (envelope-from moridin@mm.st) Received: by mailman.nyi.freebsd.org (Postfix) id 827A23BC8E8; Thu, 13 Aug 2020 10:01:29 +0000 (UTC) Delivered-To: virtualization@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 823673BC9BA for ; Thu, 13 Aug 2020 10:01:29 +0000 (UTC) (envelope-from moridin@mm.st) Received: from wnew3-smtp.messagingengine.com (wnew3-smtp.messagingengine.com [64.147.123.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BS2CX0HYzz45xn for ; Thu, 13 Aug 2020 10:01:27 +0000 (UTC) (envelope-from moridin@mm.st) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailnew.west.internal (Postfix) with ESMTP id 2CA585FD for ; Thu, 13 Aug 2020 05:52:17 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 13 Aug 2020 05:52:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mm.st; h=to:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=fm1; bh=01yo1Hk6TOXEPS0jctZreC9ZdE BZ9hnhj0I1GCqQfh8=; b=O9hsjjUe3LRfiSIN572A+RBJqwra3OpeRNZXxp0mL6 FfS3C1TNMfgJO9GtgxNXR+9mKWG1yXKlVJXg5R8wKV9BJwzuzyTnjbFYe2J4qIgf PAWr72nOH4Wfqd7smjuE4T58Hd81teGxOH8oYY6IscnM/lJ3uz3dsIA8oQ/63Yya dQ+d1uLb2y92BllXVi8MXWxwxWY2ubi3jcCHdclqx9Nt8dmhAHC74BGRuWYdsG+L BqQtuL9JzN29KlsSzs41Xa3plGqJ9ma+UlrBZoS7klWUzVSjQi7PZCvJ6vm/gQ+q VixAQI4+a7YF+VU1XQYrudr8e5Wjz5RFdwJBFqwN8EYw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=01yo1H k6TOXEPS0jctZreC9ZdEBZ9hnhj0I1GCqQfh8=; b=gYx6FWvci72HEf1LD7yTgX v2Q/J70CHHVwlFGcHZpyNDlP6mFx2qGLJssRbvWNCyVaVb6PBCeVka5TdBd5Wj1/ 89OkyKlceZMIK79QhZroAoGhR3UBPLktva4P/8SotXsJlVByQSTFRLdawZX3qRrT wj7klNrAvUqML9afb8zwQUyVrsUMSENf3L5nuFBPY9HCYKfKN5QXf1+t5o/ME2ke eBVmGW8NLt10bBDHRhPisTVRiak50J4zHjHojWxkvGAmZ+DnKrpXE5IikzWoLWoa ZKoia9WwCBto7D6dhCxQuMdVQxlaXUZ0KdMkalUlVthp47vtlBaOrncP72E3dFuA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrleeggddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepvffhuffkffgfgggtgfesthejredttd efjeenucfhrhhomhepmhhorhhiughinhesmhhmrdhsthenucggtffrrghtthgvrhhnpeff hfekieeuhefgffehtdevffeludejtdehjefgfeeitdelfeettdetueehveejvdenucfkph epledurddvgedtrdduvdegrddugeefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepmhhorhhiughinhesmhhmrdhsth X-ME-Proxy: Received: from mercury.lan (unknown [91.240.124.143]) by mail.messagingengine.com (Postfix) with ESMTPA id 2B5FE30600A6 for ; Thu, 13 Aug 2020 05:52:16 -0400 (EDT) To: virtualization@freebsd.org From: moridin@mm.st Subject: bhyve/e1000: sigbus if using renamed interface Message-ID: <862bb8c6-5c6a-8ced-d9c3-0302336a9816@mm.st> Date: Thu, 13 Aug 2020 12:52:13 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BS2CX0HYzz45xn X-Spamd-Bar: ++++++++++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=mm.st header.s=fm1 header.b=O9hsjjUe; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=gYx6FWvc; dmarc=pass (policy=none) header.from=mm.st; spf=pass (mx1.freebsd.org: domain of moridin@mm.st designates 64.147.123.17 as permitted sender) smtp.mailfrom=moridin@mm.st X-Spamd-Result: default: False [10.65 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(0.00)[+ip4:64.147.123.17:c]; FREEMAIL_FROM(0.00)[mm.st]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[mm.st:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(0.00)[mm.st,none]; NEURAL_HAM_SHORT(-0.06)[-0.064]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[mm.st]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.17:from]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_XBL(5.00)[91.240.124.143:received]; R_DKIM_ALLOW(0.00)[mm.st:s=fm1,messagingengine.com:s=fm3]; RECEIVED_SPAMHAUS_CSS(4.00)[91.240.124.143:received]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[virtualization@freebsd.org]; NEURAL_SPAM_MEDIUM(0.98)[0.977]; RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[]; NEURAL_SPAM_LONG(0.84)[0.835]; FROM_NO_DN(0.00)[]; GREYLIST(0.00)[pass,body] X-Spam: Yes X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 10:01:29 -0000 Steps to reproduce: # ifconfig create tap1 name vm1 # bhyve -s0,hostbridge -s1,lpc -s2,e1000,vm1 -lbootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd test zsh: bus error (core dumped) Getting this in 2 different places in code, though the reason must be the same? Program terminated with signal SIGBUS, Bus error. #0 cond_signal_common (cond=0x800e47088) at /usr/src/lib/libthr/thread/thr_cond.c:444 444 if (pshared || cvp->__has_user_waiters == 0) [Current thread is 1 (LWP 101895)] (gdb) bt #0 cond_signal_common (cond=0x800e47088) at /usr/src/lib/libthr/thread/thr_cond.c:444 #1 _thr_cond_signal (cond=0x800e47088) at /usr/src/lib/libthr/thread/thr_cond.c:551 #2 0x0000000000237dff in e82545_tx_thread (param=0x800e47000) at /usr/src/usr.sbin/bhyve/pci_e82545.c:1493 #3 0x000000080062207b in thread_start (curthread=0x800e12500) at /usr/src/lib/libthr/thread/thr_create.c:292 #4 0x0000000000000000 in ?? () Program terminated with signal SIGBUS, Bus error. #0 _mutex_owned (curthread=0x800e12500, mp=0x5a5a5a5a5a5a5a5a) at /usr/src/lib/libthr/thread/thr_mutex.c:1169 1169 if (PMUTEX_OWNER_ID(mp) != TID(curthread)) [Current thread is 1 (LWP 101809)] (gdb) bt #0 _mutex_owned (curthread=0x800e12500, mp=0x5a5a5a5a5a5a5a5a) at /usr/src/lib/libthr/thread/thr_mutex.c:1169 #1 0x000000080062d848 in cond_wait_common (cond=, mutex=0x800e47018, abstime=0x0, cancel=1) at /usr/src/lib/libthr/thread/thr_cond.c:372 #2 0x000000080062dc61 in __thr_cond_wait (cond=0x800e12500, mutex=0x5a5a5a5a5a5a5a5a) at /usr/src/lib/libthr/thread/thr_cond.c:395 #3 0x0000000000237e39 in e82545_tx_thread (param=0x800e47000) at /usr/src/usr.sbin/bhyve/pci_e82545.c:1494 #4 0x000000080062207b in thread_start (curthread=0x800e12500) at /usr/src/lib/libthr/thread/thr_create.c:292 #5 0x0000000000000000 in ?? () From owner-freebsd-virtualization@freebsd.org Thu Aug 13 15:35:39 2020 Return-Path: Delivered-To: freebsd-virtualization@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 599FA37C94B for ; Thu, 13 Aug 2020 15:35:39 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BS9d51cV5z4R4Q for ; Thu, 13 Aug 2020 15:35:36 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-il1-x12c.google.com with SMTP id j9so5874427ilc.11 for ; Thu, 13 Aug 2020 08:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=mime-version:references:in-reply-to:from:date:message-id:subject:cc; bh=25NzOq7t1IEc3Ouluee3YTFP1JmKEwNZEp6IMS/eGPs=; b=IEhFu05heTURyDTBIkRq1BK3Wut82L7+vfFftIAuIODQTtYJbTqb6+jnL65Lq5bG34 2L5tO7u86MCO75HpdtYSwM3LwehDL42bz0yGVKxL4DZ0GJZwU9ayVvKj1BKfUl8FMyIh bufavL8JWxj9aBHOu0K9xEY1kVY/pdCKsgyps= 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:cc; bh=25NzOq7t1IEc3Ouluee3YTFP1JmKEwNZEp6IMS/eGPs=; b=NiF51S5ar5IizKPpsZW/8IQgmNuAfV44CCh1a8NhNku6ROi2C6IGpCB3j4oXkui5wF ISzx3nV1OfPS2ipo/DhrfqST5xxaUpLxjLgIiVILwPxZDbC7N8ti3LY+K8RSXf/6Xrm6 z1koY5cZ6PSexjU1kduLqt7rMPHySrnPbq5XYmSKs/N9g7mDvCeR+p1DMZRdx8f4j7ul UA6MmD1r/66LwQtJTb7ylwwwcYwo6aTm5KYxqPVQvWLjLjmUjTSXOUh+C1+/DaYG2hoM Qz7V8/n7I/L12W6/nn+dTaNRscp7rXB1qYUXhc0RroPAW13EogCImpY9p9sXD+5VfY+s 897w== X-Gm-Message-State: AOAM530ZjuVQMx+saK0A997Um9TRtvx81RXFStpOTOpLyelrExot3Zs6 dPcZzOCwmdTCw9T6ng/PbUQmEB6Zgtlx9x+rDWYm/CEQ X-Google-Smtp-Source: ABdhPJxeed+g9BV7qGPDMj4xHuVF2Zc+YRHhExM4sZe0Himdj3gizkOCnpVVooUnighJPq5sYIZZN4ugPoFHMCP4Em4= X-Received: by 2002:a92:cd0a:: with SMTP id z10mr315874iln.128.1597332935135; Thu, 13 Aug 2020 08:35:35 -0700 (PDT) MIME-Version: 1.0 References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> <427EACB7-D930-4FBD-AD7E-96AD3AC73D30@punkt.de> In-Reply-To: <427EACB7-D930-4FBD-AD7E-96AD3AC73D30@punkt.de> From: Mario Lobo Date: Thu, 13 Aug 2020 12:35:23 -0300 Message-ID: Subject: Re: FreeBSD a server and bhyve Cc: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BS9d51cV5z4R4Q X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsd.com.br header.s=capeta header.b=IEhFu05h; dmarc=none; spf=pass (mx1.freebsd.org: domain of lobo@bsd.com.br designates 2607:f8b0:4864:20::12c as permitted sender) smtp.mailfrom=lobo@bsd.com.br X-Spamd-Result: default: False [-0.46 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.79)[-0.794]; R_DKIM_ALLOW(-0.20)[bsd.com.br:s=capeta]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.94)[-0.942]; DMARC_NA(0.00)[bsd.com.br]; DKIM_TRACE(0.00)[bsd.com.br:+]; NEURAL_HAM_SHORT(-0.22)[-0.223]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::12c:from]; MISSING_TO(2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/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.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 15:35:39 -0000 On Wed, Aug 12, 2020 at 2:40 PM Patrick M. Hausen wrote: > Hi! > > > Am 12.08.2020 um 15:54 schrieb Odhiambo Washington = : > > Do you mind sharing the tools you use (scripts) for creating/managing > VMs? > > I use FreeNAS aka TrueNAS Core as a hypervisor system. That may be a bit > much. > Specifically it provides a rather large attack surface if hosted on the > Internet. > > Inside a private network it is one of my favourite FreeBSD based products= . > File sharing, replication, jails, VMs =E2=80=A6 all in one nice box and U= I. > > > 1. https://www.davd.io/install-ubuntu-on-freebsd-with-bhyve/ > > 2. https://www.daemon-security.com/blog/bhyve-simple-0713/ > > iohyve and chyves seem to be two possible choices: > > https://github.com/pr1ntf/iohyve > http://chyves.org > > Kind regards, > Patrick > -- > Hi Patrcik; Forgive me for intruding the thread. Are you still using freeNAS or have you switched to TrueNAS? Do you favor the switch or stick with FreeNAS? Are they both ZFS only? I haven't used either of them but I want to experiment with it. Thanks --=20 Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] From owner-freebsd-virtualization@freebsd.org Thu Aug 13 16:12:24 2020 Return-Path: Delivered-To: freebsd-virtualization@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 2B47337DA9F for ; Thu, 13 Aug 2020 16:12:24 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [217.29.41.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSBRV5JZsz4Sr2 for ; Thu, 13 Aug 2020 16:12:22 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from [217.29.46.67] (kagate.punkt.de [217.29.33.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id B2EDA2861D; Thu, 13 Aug 2020 18:12:13 +0200 (CEST) From: "Patrick M. Hausen" Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_57F83AF7-1E22-4EF7-9B3E-BAC539932DA7"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: FreeBSD a server and bhyve Date: Thu, 13 Aug 2020 18:12:05 +0200 In-Reply-To: Cc: freebsd-virtualization@freebsd.org To: Mario Lobo References: <1c1e71ea-9f4f-b4a6-c6bb-f7cd201c0182@gmx.at> <0acc82ba-4779-f006-7ece-a003d0d0759c@nomadlogic.org> <036260EA-C5A3-411E-8FF0-271BE267E14B@punkt.de> <427EACB7-D930-4FBD-AD7E-96AD3AC73D30@punkt.de> X-Mailer: Apple Mail (2.3445.104.15) X-Rspamd-Queue-Id: 4BSBRV5JZsz4Sr2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hausen@punkt.de designates 217.29.41.227 as permitted sender) smtp.mailfrom=hausen@punkt.de X-Spamd-Result: default: False [-4.11 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:217.29.32.0/20]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; HAS_ATTACHMENT(0.00)[]; DMARC_NA(0.00)[punkt.de]; NEURAL_HAM_LONG(-1.01)[-1.010]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.18)[-0.178]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.02)[-1.023]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:16188, ipnet:217.29.32.0/20, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 16:12:24 -0000 --Apple-Mail=_57F83AF7-1E22-4EF7-9B3E-BAC539932DA7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Mario, > Are you still using freeNAS or have you switched to TrueNAS? They are one and the same product. Version 11.3 is named FreeNAS Version 12.0 is named TrueNAS Core TrueNAS Core is currently in beta testing. I use it at home but have not yet updated our company production systems. I will as soon as there is an official release. > Do you favor the switch or stick with FreeNAS? As I said, there is no switch. > Are they both ZFS only? Yes, of course. They are the same thing. > I haven't used either of them but I want to experiment with it. If you are just starting, IMHO don=E2=80=99t shy away from the beta = version. I run it in power-user/semi-professional production: file sharing, 5 VMs, 6 jails, most with Internet facing applications, simply great. The main advantage is that FreeNAS <=3D11.3 has always had issues when FreeBSD versions reached their EOL due to the development model. FN 11.3 is based on FreeBSD RELENG_11_3. As soon as that reaches end of support, so will parts of FN 11.3. While iXsystems will still publish patches, you will e.g. have a hard time to install packages inside of FreeBSD 11.3 jails. FreeBSD 11.4 jails OTOH are not guaranteed to run on the older kernel. Our experience has been that they do run OK but things like =E2=80=9Eps=E2=80=9C or =E2=80=9Enetstat=E2=80=9C might = not work properly inside the newer jail on the old kernel. TN Core 12.0 despite the =E2=80=9E12.0=E2=80=9C tracks FreeBSD = RELENG_12. So it will continue to get updates of FreeBSD unless the complete 12.x branch will reach its EOL. So TN Core 12.0 is on FreeBSD 12.1, currently and will be on 12.2, eventually. If you run web facing applications in jails = you get TLS 1.3 - yay! :-) Confusing? Not so much if you are familiar with the FreeBSD development and release model. I appreciate the move to RELENG_X instead of = RELENG_X_Y. Very much so. HTH, Patrick -- punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein --Apple-Mail=_57F83AF7-1E22-4EF7-9B3E-BAC539932DA7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEgzqrjO/mj9CSsTg2kG8u4u3aiVwFAl81ZlYACgkQkG8u4u3a iVzflgf/T3F5n4mXpaeBb9tTPhsKln3LfA3heEhisEnJmZ653YGU/mr+RlJ8/ZVh a9YKOgaH59JQAovYvElKbH/jAQMAw22itaY8Ig6jyEih/FJdsg8/fz6tbWiikA9C G4cmJ8Dmpkf+hZMcPbCYi938NRiZUE8fiE5d7tic00twaLK86PQbcU+1jPy5x2Pf 92h2dzEJiACVxBu8n32KS8ffx7IwXQ+z9BwcIOjzcKTPET/Lp0mflr9BC5Y1FF+z Fx6V1SrJ9HgA5q5TV/g6zyELXQxmZQZ033qhYE38h5UBBwED9To8JCB14AF3Ltvt FNJufWmEXRZPAXgTvX4Qq7bbDT5qiA== =Bmki -----END PGP SIGNATURE----- --Apple-Mail=_57F83AF7-1E22-4EF7-9B3E-BAC539932DA7-- From owner-freebsd-virtualization@freebsd.org Thu Aug 13 16:32:44 2020 Return-Path: Delivered-To: freebsd-virtualization@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 420DB37E14F for ; Thu, 13 Aug 2020 16:32:44 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSBty4lnYz4VYZ for ; Thu, 13 Aug 2020 16:32:42 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.159] (cpe-23-243-161-111.socal.res.rr.com [23.243.161.111]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 81488c30 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 13 Aug 2020 16:32:35 +0000 (UTC) Subject: Re: azure-agent problems To: freebsd-virtualization@freebsd.org References: <20200813024653.GC72347@bastion.zyxst.net> From: Pete Wright Message-ID: Date: Thu, 13 Aug 2020 09:32:35 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200813024653.GC72347@bastion.zyxst.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4BSBty4lnYz4VYZ X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-1.48 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.58)[-0.577]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_HAM_SHORT(-0.06)[-0.060]; NEURAL_HAM_MEDIUM(-0.54)[-0.544]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[23.243.161.111:received] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 16:32:44 -0000 On 8/12/20 7:46 PM, tech-lists wrote: > Hi, > > azure-agent seems to be looking for python3. Is it sufficient to ln -s > /usr/local/bin/python3.7 to python3 ? FreeBSD is 12.1-p8 > Interesting, looking at the Makefile for sysutils/azure-agent - it seems like it should be updating references to /usr/bin/python to the appropriate python binary for your system:  38                          -e "s,#!/usr/bin/env python,#!${PYTHON_CMD},g" \  39                          -e "/command_interpreter/ s,/usr/local/bin/python,${PYTHON_CMD}    ," \ I would suggest filing a bug report in bugzilla.  I did install it on my local system and the daemon started and found the correct python binary, but when stopping it the following error was printed: $ sudo service waagent onestop /usr/local/etc/rc.d/waagent: WARNING: $command_interpreter python3.7 != /usr/local/bin/python3.7 Stopping waagent. Waiting for PIDS: 57412. $ so it looks like there may be an inconsistency somewhere. -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA From owner-freebsd-virtualization@freebsd.org Thu Aug 13 20:30:25 2020 Return-Path: Delivered-To: freebsd-virtualization@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 4E1073AC254 for ; Thu, 13 Aug 2020 20:30:25 +0000 (UTC) (envelope-from jennifer@getofficecoffee.website) Received: from alias27s177142.cloud.flynet.pro (alias29s177142.cloud.flynet.pro [85.117.233.96]) by mx1.freebsd.org (Postfix) with ESMTP id 4BSJ9C6FCXz3YHN for ; Thu, 13 Aug 2020 20:30:23 +0000 (UTC) (envelope-from jennifer@getofficecoffee.website) Received: from m1.bizquotes.click (unknown [10.20.15.1]) by alias27s177142.cloud.flynet.pro (Postfix) with ESMTP id 89A045DC8A for ; Wed, 12 Aug 2020 19:35:58 +0300 (IDT) Received: from list.bizquotes.click (unknown [192.168.100.137]) by m1.bizquotes.click (Postfix) with ESMTP id C801B9BBD for ; Wed, 12 Aug 2020 18:58:32 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 m1.bizquotes.click C801B9BBD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bizquotes.org; s=zmail; t=1597247912; bh=VH76Vg17T3o/pih9Nb7WsHHk7LplXDEk6O7utnl+JkU=; h=To:Subject:Date:From:Reply-To:List-Unsubscribe:From; b=PDbZhSwh2qG2l9diTz2IOR+KV6NyeqEKbx+wIZaZsEfDvFLOpCDpEGwAtF7pUMevj Cad4S+lFvgiFIamxj8BrxuaBS64lKLGoGZAEklqtQhIDBUlutHzdgLYfIiijZRXP+3 1B/4WSyPPuGeD4DtrcBbZj99HBbO9jGk5Q52Vcx8= To: freebsd-virtualization@freebsd.org Subject: Get Coffee Quotes for Charlie's Choice Message-ID: Date: Wed, 12 Aug 2020 15:37:57 +0000 From: "Jennifer Burke" Reply-To: jennifer@getofficecoffee.website MIME-Version: 1.0 X-Mailer-LID: 41,41 X-Mailer-RecptId: 34790047 X-Mailer-SID: 27255 X-Mailer-Sent-By: 1 X-Rspamd-Queue-Id: 4BSJ9C6FCXz3YHN X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bizquotes.org header.s=zmail header.b=PDbZhSwh; dmarc=none; spf=pass (mx1.freebsd.org: domain of jennifer@getofficecoffee.website designates 85.117.233.96 as permitted sender) smtp.mailfrom=jennifer@getofficecoffee.website X-Spamd-Result: default: False [2.37 / 15.00]; HAS_REPLYTO(0.00)[jennifer@getofficecoffee.website]; R_SPF_ALLOW(-0.20)[+ip4:85.117.233.0/24]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[bizquotes.org:+]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; HAS_INTERSPIRE_SIG(1.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:51724, ipnet:85.117.233.0/24, country:RU]; INTRODUCTION(2.00)[]; DATE_IN_PAST(1.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.77)[-0.772]; R_DKIM_ALLOW(-0.20)[bizquotes.org:s=zmail]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.61)[-0.613]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; HAS_PHPMAILER_SIG(0.00)[]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[getofficecoffee.website]; NEURAL_SPAM_SHORT(0.17)[0.167] Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 20:30:25 -0000 Hi, My name is Jennifer and I'm with GetOfficeCoffee, a service that compares quotes for Coffee machines and Water and Ice dispensers for offices. Provide your employees or clients fresh brewed coffee and filtered water. The following information will be needed in order to compose a Quote: * Full Name * Company Name * Phone number * Zip Code * Number Of Employees/Users * Service Needed (Coffee/Water/Ice) Finding the perfect vendor for your business won't cost a thing when replying with the above information. Best regards, Jennifer Burke Office Vendor Specialist Jennifer@GetOfficeCoffee.website Unsubscribe by reply back "REMOVE". From owner-freebsd-virtualization@freebsd.org Fri Aug 14 02:09:37 2020 Return-Path: Delivered-To: freebsd-virtualization@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 33EAD3B1854 for ; Fri, 14 Aug 2020 02:09:37 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSRhb6cZLz46T5 for ; Fri, 14 Aug 2020 02:09:35 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 718BE5C018B for ; Thu, 13 Aug 2020 22:09:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 13 Aug 2020 22:09:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm3; bh=Ya3Pp9CLW9SlbI7E8LLPwhU3so6 OfzVFdjtPq9VAfcY=; b=j4Tsw99Oau7AKWaNTosdLsAXd4D9mn1socgf0EzRQIO NvDOl7nD8M7hdKcko2C491q8r06NCVGNn4TA2DkBvw65d4w+GjwPql1DOVl084GA /N7z2DIB3mCJMWB77wCe/2QK5j10ib5saVRvUwRwfLFw+7suU7KdW6+dRjfq/aNN yiWSQ9WyaWjQHZOR8SJPpriGRJ1B6BP8uLf/m48zoL/dMoAOupZoXH5PhKh+rIed 6uRVZWMfapQhCf9mbJqzjT1T+bSFdPZ/vSkA6qAYb+InOd3jq8czYxCoii8DgQLB P+zjvtOjFxmdYuyomfDpuAcKMz6B1R13LtLhmkrOaLQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Ya3Pp9 CLW9SlbI7E8LLPwhU3so6OfzVFdjtPq9VAfcY=; b=YjlPMzSxoLsv/KLRM4TpV2 DduYqKvaiBKO8P4e6SPYV+oMhDxCd8mSq+opunhcthxnqq62feCTcPYUsVq6LJ8S 5Tio/vPJREjpvfO1B4ZyyIRzvMzdL0z54wHwkcJiCLPL5oZ1PguckjQJ25JLY7Pq t8ilZGR4qPFZjVFV4tAQEJSFlXWyYgMvvNxszxL0n/USpV4FW0/bEz5qxPyiamnR K2RgdCyLsvn8DIsst6dRlaAQLGAxItiykSX7wFXMGX8yxUTR0OsR28ozOKyRE6o0 fqooBRJ3g8GrCGaetLjQ8kqtaDXIXu2ByuiT7vHpIR0LpTjVs9kd2yBOuTOgsrfQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrleeigdehhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehgtderre dttddunecuhfhrohhmpehtvggthhdqlhhishhtshcuoehtvggthhdqlhhishhtshesiiih gihsthdrnhgvtheqnecuggftrfgrthhtvghrnhepveffueejgfeghfefkedutedvhedthe dugfffieegfeevfeehgedvvddtheffleejnecukfhppeekvddrjedtrdeluddrleelnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthgvtghhqd hlihhsthhsseiihiigshhtrdhnvght X-ME-Proxy: Received: from bastion.zyxst.net (bastion.zyxst.net [82.70.91.99]) by mail.messagingengine.com (Postfix) with ESMTPA id B0FDC306005F for ; Thu, 13 Aug 2020 22:09:33 -0400 (EDT) Date: Fri, 14 Aug 2020 03:09:04 +0100 From: tech-lists To: freebsd-virtualization@freebsd.org Subject: Re: azure-agent problems Message-ID: <20200814020904.GE72347@bastion.zyxst.net> Mail-Followup-To: freebsd-virtualization@freebsd.org References: <20200813024653.GC72347@bastion.zyxst.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tVmo9FyGdCe4F4YN" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BSRhb6cZLz46T5 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm3 header.b=j4Tsw99O; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=YjlPMzSx; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.28 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-5.31 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.04)[-1.044]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[66.111.4.28:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.28]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.02)[-1.018]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[zyxst.net]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-0.55)[-0.550]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.28:from] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 02:09:37 -0000 --tVmo9FyGdCe4F4YN Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 13, 2020 at 09:32:08AM -0700, Pete Wright wrote: > > >On 8/12/20 7:46 PM, tech-lists wrote: >> Hi, >> >> azure-agent seems to be looking for python3. Is it sufficient to ln -s >> /usr/local/bin/python3.7 to python3 ? FreeBSD is 12.1-p8 >> > >Interesting, looking at the Makefile for sysutils/azure-agent - it seems >like it should be updating references to /usr/bin/python to the >appropriate python binary for your system: > > =A038=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 -e "s,#!/usr/bin/env >python,#!${PYTHON_CMD},g" \ > =A039=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 -e "/command_interpreter/ >s,/usr/local/bin/python,${PYTHON_CMD}=A0=A0=A0 ," \ > > >I would suggest filing a bug report in bugzilla.=A0 I did install it on my >local system and the daemon started and found the correct python binary, >but when stopping it the following error was printed: > >$ sudo service waagent onestop >/usr/local/etc/rc.d/waagent: WARNING: $command_interpreter python3.7 !=3D >/usr/local/bin/python3.7 >Stopping waagent. >Waiting for PIDS: 57412. >$ > >so it looks like there may be an inconsistency somewhere. Hi, thanks for this. I noticed the command interpreter warning as well. I'll make a bug report. --=20 J. --tVmo9FyGdCe4F4YN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl818lIACgkQs8o7QhFz NAXZNBAAoQtaiIdSOp9IGzH6cPDjq92QgF+PIKbK1LYLf4kO3DZ2It4nQlzzSr7N Tvahf7/+mCuJ3PCkDeiAthbnlhIGUOJdOnst3eFkACgN3hpTPfuZV6za11SfqeuD 7sCXJHD0kj9usCA7g64fWSFPRbtwDV8LHWvS5/MkLpXFPAsl6CjF6UZDoAwFp13L BFVYV2nCas4qWU+Z1LovsMP962g4ziSltU/CLymBSU05NyHeuABjGDbKId0thWN0 HhMZGgDZnoa63i4NaJqRXEM3FzeD+nw9dFRyQVdyktznAH1iM8YmkbLrk+9gH2ha 9t9v3bvZHtEvNzRzhz6jcBek9YiHrXttKw8Co+7jy1bz4BUKT2r0ie45YHaW8+O4 KzrQGxdNj1IhQJEne+/+zNBZ58ktoSkzuO5JtN0sS+ZDjMzPYeFLJzqHGpBwN/8c 9RZECxcd2UHXI6D787J5hl0VcVNILyyuYOa3jUOPzHcw9+WpI2UExlGJnEayt0kt EiCVayLjbiPRZp8u1n+L4qzbpwCM+E36a/raD7+cJEHRrV89qpcf+MZPhamftDE6 j5eoaDndxHjFPeb6iuvKYpyejnW6nhBzmsSq8L0OvcxveJQMvLyJCrl/hqYll2Nx 8akyxhFHN5f59ybjDwjgmm92pJ9j3aT+C7Pt/DafFB0Smmio6jA= =GWHF -----END PGP SIGNATURE----- --tVmo9FyGdCe4F4YN-- From owner-freebsd-virtualization@freebsd.org Fri Aug 14 02:47:44 2020 Return-Path: Delivered-To: freebsd-virtualization@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 83EC73B256D for ; Fri, 14 Aug 2020 02:47:44 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSSXb4zNdz484y for ; Fri, 14 Aug 2020 02:47:43 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1k6Pkr-000Jbg-Kr for freebsd-virtualization@freebsd.org; Thu, 13 Aug 2020 19:47:42 -0700 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 07E2lfd4075371 for freebsd-virtualization@freebsd.org; Thu, 13 Aug 2020 19:47:41 -0700 (PDT) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Thu, 13 Aug 2020 19:47:41 -0700 From: Oleksandr Tymoshenko To: freebsd-virtualization@freebsd.org Subject: Re: azure-agent problems Message-ID: <20200814024741.GA75341@bluezbox.com> References: <20200813024653.GC72347@bastion.zyxst.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200813024653.GC72347@bastion.zyxst.net> X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: tech-lists (tech-lists@zyxst.net) wrote: > Hi, > > azure-agent seems to be looking for python3. Is it sufficient to ln -s > /usr/local/bin/python3.7 to python3 ? FreeBSD is 12.1-p8 > > I get these err [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: 4BSSXb4zNdz484y X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gonzo@bluezbox.com designates 45.55.20.155 as permitted sender) smtp.mailfrom=gonzo@bluezbox.com X-Spamd-Result: default: False [-1.09 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.39)[-0.393]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.85)[-0.846]; DMARC_NA(0.00)[bluezbox.com]; NEURAL_SPAM_SHORT(0.45)[0.448]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:45.55.0.0/19, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 02:47:44 -0000 tech-lists (tech-lists@zyxst.net) wrote: > Hi, > > azure-agent seems to be looking for python3. Is it sufficient to ln -s > /usr/local/bin/python3.7 to python3 ? FreeBSD is 12.1-p8 > > I get these errors after the vm boots: > > 2020/08/13 01:28:58.246795 INFO Daemon Detect protocol endpoints > 2020/08/13 01:28:58.281770 INFO Daemon Clean protocol > 2020/08/13 01:28:58.283604 INFO Daemon WireServer endpoint is not found. Rerun > dhcp handler > 2020/08/13 01:28:58.285277 INFO Daemon Test for route to [redacted] > 2020/08/13 01:28:58.319451 INFO Daemon Route to [redacted] exists > 2020/08/13 01:28:58.321406 INFO Daemon Wire server endpoint:[redacted] > 2020/08/13 01:28:58.342834 INFO Daemon Fabric preferred wire protocol > version:2015-04-05 > 2020/08/13 01:28:58.344988 INFO Daemon Wire protocol version:2012-11-30 > 2020/08/13 01:28:58.356856 INFO Daemon Server preferred version:2015-04-05 > 2020/08/13 01:28:58.545765 INFO Daemon Certificate with thumbprint > [redacted] has no matching private key. > 2020/08/13 01:28:58.572645 ERROR Daemon Event: name=WALinuxAgent, > op=Provision, message=Provisioning failed: [ProtocolError] [CopyOvfEnv] Error > mounting dvd: [OSUtilError] Failed to mount dvd device > Inner error: [mount -o ro -t udf,iso9660 /dev/cd0 /mnt/cdrom/secure] returned > 1: mount_udf: /dev/cd0: Device not configured > (0s), duration=0 > 2020/08/13 01:28:58.575012 INFO Daemon RDMA capabilities are not enabled, > skipping > 2020/08/13 01:28:58.618318 INFO Daemon Installed Agent WALinuxAgent-2.2.45 is > the most current agent > > and then this, about three times per second: > > 2020/08/13 01:28:58.643209 WARNING Daemon Agent WALinuxAgent-2.2.45 launched > with command 'python3 -u /usr/local/sbin/waagent -run-exthandlers' failed with > exception: [Errno 2] No such file or directory: 'python3': 'python3' > 2020/08/13 01:28:58.671068 ERROR Daemon Event: name=WALinuxAgent, op=Enable, > message=[very long stream of letters and numbers] duration=0 > > and then, this: > > 2020/08/13 01:53:31.308703 WARNING Daemon Too many files under: > /var/lib/waagent/events, removing oldest > 2020/08/13 01:53:31.311327 INFO Daemon Installed Agent WALinuxAgent-2.2.45 is > the most current agent > > repeated about thirty times per second > > I have to kill -9 waagent, or it would fill the vm with logs. > > Here's what /usr/local/bin/pyth* looks like: > > python2.7* python2.7-config* python3.7* python3.7-config@ > python3.7m* python3.7m-config* Hello, I think python3 is provided by lang/python3 meta-package: % pkg which /usr/local/bin/python3 /usr/local/bin/python3 was installed by package python3-3_3 % ls -la /usr/local/bin/python3 lrwxr-xr-x 1 root wheel 9 Jul 9 17:43 /usr/local/bin/python3 -> python3.7 -- gonzo From owner-freebsd-virtualization@freebsd.org Fri Aug 14 03:20:54 2020 Return-Path: Delivered-To: freebsd-virtualization@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 B39573B2B70 for ; Fri, 14 Aug 2020 03:20:54 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSTGs5YKjz49tq for ; Fri, 14 Aug 2020 03:20:53 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id A7B3D5C00CE for ; Thu, 13 Aug 2020 23:20:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Thu, 13 Aug 2020 23:20:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm3; bh=vkCw/wD0j0CnPdPR7UaLHHUyP3N wQeUMoSIxN+mj78o=; b=XidrVmkiZ56oi6+UL+Rv7Xd7sz08tRAKRZVUMXR+Hlv y1hOYsHMHTeDpbWQ7O+TaYtsrRWS8pvtvLTsaucI6wj4+IhD0x3h8p4Ypv6uGk5S Oj24ilFqOw/JPxdhR59jgUo03BI2vE8AtGsLJDyqBBLpN62dCROIZApir4MyogYq BlUEalp2sDzy/jhb8PNyYP13XTh+IJNDVG45TnN4pc3dqvaEnaDUsSnJBXYxCtU5 15fEmTaXJdtkpsA4uIQEv2cDkb0Yx4g4NEhAPjmRyXJp4aQFB4hVJSaHzorZEHMS Hbr0h5MefJy2hff2xRT9v47S3SYgyVrnqcPrJQJA0sg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=vkCw/w D0j0CnPdPR7UaLHHUyP3NwQeUMoSIxN+mj78o=; b=hUPc6VTJDx7c62Yr13E0F6 Y0OwNRHJGMFJ0eSfSNHUu51FkLYOuGC9/azOy8+KPUuo28Vb0grewulM9xRn+kuW ifm9XaqPp6tdziDAyBcsZT3RbG9gMMY/fJVqB1r4DbKWJBUt11LhfAGCbxwmDLWg lbSlkqqE3m0pgVfmsgAIjB7072xKcwXQZlCK3/o1Pe3UK7SXZztSxcf4KF6+O96c LkWpHoHkRwWQO8ng37k+UygTbZA0N0J1pt46TZWCS+TwGSR8ttQNvemZA0ug9wrY DPjEisud+fECK6wAgVkm2Y4zxtZpJvxb9X0GxMvIfw2S1rxn5YuM4cjfHcezTZiw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrleeigdejtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehgtderre dttddvnecuhfhrohhmpehtvggthhdqlhhishhtshcuoehtvggthhdqlhhishhtshesiiih gihsthdrnhgvtheqnecuggftrfgrthhtvghrnheptdehiefgvddufeekkedvtdefvdettd dtkeduvdegveelffdtkeffudejvdfhudetnecukfhppeekvddrjedtrdeluddrleelnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthgvtghhqd hlihhsthhsseiihiigshhtrdhnvght X-ME-Proxy: Received: from bastion.zyxst.net (bastion.zyxst.net [82.70.91.99]) by mail.messagingengine.com (Postfix) with ESMTPA id 1ABB43280059 for ; Thu, 13 Aug 2020 23:20:52 -0400 (EDT) Date: Fri, 14 Aug 2020 04:20:23 +0100 From: tech-lists To: freebsd-virtualization@freebsd.org Subject: Re: azure-agent problems Message-ID: <20200814032023.GF72347@bastion.zyxst.net> Mail-Followup-To: freebsd-virtualization@freebsd.org References: <20200813024653.GC72347@bastion.zyxst.net> <20200814024741.GA75341@bluezbox.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wtjvnLv0o8UUzur2" Content-Disposition: inline In-Reply-To: <20200814024741.GA75341@bluezbox.com> X-Rspamd-Queue-Id: 4BSTGs5YKjz49tq X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm3 header.b=XidrVmki; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=hUPc6VTJ; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.26 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-5.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.04)[-1.041]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[66.111.4.26:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.26]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.02)[-1.019]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[zyxst.net]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-0.74)[-0.736]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.26:from] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 03:20:54 -0000 --wtjvnLv0o8UUzur2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 13, 2020 at 07:47:14PM -0700, Oleksandr Tymoshenko wrote: >Hello, > >I think python3 is provided by lang/python3 meta-package: > >% pkg which /usr/local/bin/python3 >/usr/local/bin/python3 was installed by package python3-3_3 >% ls -la /usr/local/bin/python3 >lrwxr-xr-x 1 root wheel 9 Jul 9 17:43 /usr/local/bin/python3 -> python= 3.7 Hi, Interesting you mention that. This vm was installed, initially it was 12.0-RELEASE, through Azure Marketplace. So the python was provisioned by default in /usr/bin/python. By that, I mean the vm instance came into being and it was there, before=20 anything was installed. Subsequent stuff installed through pkg follows=20 $LOCALBASE as expected. The vm was later upgraded through freebsd-update to 12.1-p8 Maybe I should remove the /usr/bin/python which will be python27? Because I had to manually create the symlink of python3 pointing to python3= =2E7, pkg which shows this: $ pkg which /usr/local/bin/python3 /usr/local/bin/python3 was not found in the database also, $ pkg which /usr/local/bin/python3.7 /usr/local/bin/python3.7 was installed by package python37-3.7.8_1 python3.7 was never installed specifically on this vm. I imagine it was installed as a requirement of py37-certbot which the vm also uses. --=20 J. --wtjvnLv0o8UUzur2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl82AwcACgkQs8o7QhFz NAXAqxAAr7HMspPcOpk8N3s7vwuHcmnQzdGdTjGfd6VqzgHQzhRK9rL1AxAg77M4 F15YPbbgftGfNuGIpcaG6EJ2YRVSTqYByfeXOnPWHAupdYPyYPdAx3VEqmkmtDzw 1qG21mbro4oZgBae9VScTwWdDjeR+aiIjm1WCa0JMYyP7JJZxczYO6wHRnA2N6Vw kvMbF415tgwN0uRmz3LGio449/l7XyzJxtwDEzI0+LGNMfu00pZLYrInNoweaPkf iseERWGpiMXBt/Q9jko6hcY9zkSSF8eIF3+sM5Fg1i4AL8C1fUeAPjkw+U75hc+L uOxeHfOFD/y/zBWjNwpAqSW8aY8sG9gQoWsO3GgVvv7gZe5CHQYKv6D0AI6Ro4Rg 1eF2EYSUsMoyNN1YQEvmNSPFr9gTJvZqQNi6dfCa++H1+8jPMUYx6IkBItQTkb1f Uq9FlYv8eWfPi8g0NBTUW/ZqbcuthYo0l8gcSMvv4ZKHU0DjLseP8GIwQsNnmJOf 83sro38h+vNVs7uaKYADhmyWVYL0MAPUkjQMmbFxO0hM7zkxkSqP416IHtrKYXl5 bFCYXQXFHh8DqpbznlPNreLxLXNiHuZj4zHN6gQ+TgRYcsb4cLMkR4TxmEDDtN1e tcSTit7IEq5jr+Z7VeqSlPpcPWJai67RsbTNbHgGghQ/TSITWR8= =BnxR -----END PGP SIGNATURE----- --wtjvnLv0o8UUzur2-- From owner-freebsd-virtualization@freebsd.org Fri Aug 14 04:30:44 2020 Return-Path: Delivered-To: freebsd-virtualization@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 2C8FC3B3F42 for ; Fri, 14 Aug 2020 04:30:44 +0000 (UTC) (envelope-from davidkhalid1803@gmail.com) Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BSVqR3BJfz4Dct for ; Fri, 14 Aug 2020 04:30:43 +0000 (UTC) (envelope-from davidkhalid1803@gmail.com) Received: by mail-pg1-x534.google.com with SMTP id 128so3932965pgd.5 for ; Thu, 13 Aug 2020 21:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:content-transfer-encoding:message-id:date:from:to; bh=LXmTJPL7WKQFDNuhlUT1klwtJmMhIq8xsSB2do18UII=; b=rO6a+RfJjWDNHuiBwjb9OvjJ1ON1oRW+hZ72oo2o9aC9Y5fkaXV2XXYErMoPYwUSqR i4xcmu2EHpaTdnzis1tYEGuYR3etIPLPENnyshtjUf2KitRNXuxaoXAXvagPvIjWqnb3 SPaPxr7npGTVbcd0GFiQ6OIMKJQSG2BpaF5POurU4J8ygktsiZy0xq4CQvDZf81zef+z RN+iYG+hVEXXf2kghfzHjWkd2oO/ZKHZz6Z+49MhcHjUMHnUG71k90irNm3O3zOZ3nkZ boDMXdH8u/Z0VYZpJkWs3enenxAIritRx1J4TDRN1EJh/kVLT2TB2u5pE80r2NhjkaI6 n3Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding :message-id:date:from:to; bh=LXmTJPL7WKQFDNuhlUT1klwtJmMhIq8xsSB2do18UII=; b=Rl0xKB3napiWmDXjzUQm+ZNtfko+yVLgO4ONZtwO/S2UMe6scThHo+YIUre3E6miO3 Z3gVLN9+6D2JwQn1q0nGW7cj7JTvq0u6ke+Or9fvHIq0KOv8WFYP/K7LYuRyaYKszH8j f9ts9seDii+ETXEuaBd9dwDmdL5INte2ICBYyQ2deZ/EMnKTCdDFwifqYnj3LahtFAH8 tuX/cFi+Zfe7LU5o5JHWdfDMeySZUAzVk6Db6pfiq7ZPsmQb+/D54hx5J3eK9StIp1BM zqLsc1hGe/9N5Umfd/cWaH+AvzYu9zCqS9cs/6iLpxd3W+3Ucqr4B+To3LieQP3VOaFF AxAA== X-Gm-Message-State: AOAM533Ij7p3gFXtP1ThewYv7JrdhXj8X6CoyiKZrJvwWiGEog4pW5F0 tHIzS9lCgrlR+T4R0xRFPUxxsppyzSs= X-Google-Smtp-Source: ABdhPJxJ8124zUzbA/Nlcm1DNo0yMAJ1juhPOeN7E3bJjoGkod1FlHDqvOx60JlIc8L0muZxOmLUFg== X-Received: by 2002:aa7:8c19:: with SMTP id c25mr529221pfd.17.1597379441745; Thu, 13 Aug 2020 21:30:41 -0700 (PDT) Received: from [127.0.0.1] ([140.213.147.127]) by smtp.gmail.com with ESMTPSA id t63sm6867389pgt.50.2020.08.13.21.30.40 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Aug 2020 21:30:41 -0700 (PDT) X-Mailer: BlackBerry Email (10.3.3.3216) Message-ID: <20200814043039.5644375.2471.60@gmail.com> Date: Fri, 14 Aug 2020 11:30:39 +0700 From: david khalid To: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 4BSVqR3BJfz4Dct X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=rO6a+RfJ; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of davidkhalid1803@gmail.com designates 2607:f8b0:4864:20::534 as permitted sender) smtp.mailfrom=davidkhalid1803@gmail.com X-Spamd-Result: default: False [-0.38 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MISSING_SUBJECT(2.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[140.213.147.127:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.79)[-0.789]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.989]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.10)[0.101]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::534:from]; MIME_HTML_ONLY(0.20)[]; RCVD_TLS_ALL(0.00)[] MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 04:30:44 -0000 From owner-freebsd-virtualization@freebsd.org Fri Aug 14 05:09:45 2020 Return-Path: Delivered-To: freebsd-virtualization@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 B56553B4B6A for ; Fri, 14 Aug 2020 05:09:45 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSWhS5CqVz4FtD for ; Fri, 14 Aug 2020 05:09:44 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1k6RyI-000Jty-Sv for freebsd-virtualization@freebsd.org; Thu, 13 Aug 2020 22:09:43 -0700 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 07E59gmH076505 for freebsd-virtualization@freebsd.org; Thu, 13 Aug 2020 22:09:42 -0700 (PDT) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Thu, 13 Aug 2020 22:09:42 -0700 From: Oleksandr Tymoshenko To: freebsd-virtualization@freebsd.org Subject: Re: azure-agent problems Message-ID: <20200814050942.GA76439@bluezbox.com> References: <20200813024653.GC72347@bastion.zyxst.net> <20200814024741.GA75341@bluezbox.com> <20200814032023.GF72347@bastion.zyxst.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200814032023.GF72347@bastion.zyxst.net> X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: tech-lists (tech-lists@zyxst.net) wrote: > On Thu, Aug 13, 2020 at 07:47:14PM -0700, Oleksandr Tymoshenko wrote: > >Hello, > > > >I think python3 is provided by lang/python3 meta-package: > > > >% pkg [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: 4BSWhS5CqVz4FtD X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gonzo@bluezbox.com designates 45.55.20.155 as permitted sender) smtp.mailfrom=gonzo@bluezbox.com X-Spamd-Result: default: False [-1.15 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.38)[-0.379]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.83)[-0.834]; DMARC_NA(0.00)[bluezbox.com]; NEURAL_SPAM_SHORT(0.36)[0.360]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:45.55.0.0/19, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 05:09:45 -0000 tech-lists (tech-lists@zyxst.net) wrote: > On Thu, Aug 13, 2020 at 07:47:14PM -0700, Oleksandr Tymoshenko wrote: > >Hello, > > > >I think python3 is provided by lang/python3 meta-package: > > > >% pkg which /usr/local/bin/python3 > >/usr/local/bin/python3 was installed by package python3-3_3 > >% ls -la /usr/local/bin/python3 > >lrwxr-xr-x 1 root wheel 9 Jul 9 17:43 /usr/local/bin/python3 -> python3.7 > > Hi, > > Interesting you mention that. > > This vm was installed, initially it was 12.0-RELEASE, through Azure > Marketplace. So the python was provisioned by default in /usr/bin/python. > By that, I mean the vm instance came into being and it was there, before > anything was installed. Subsequent stuff installed through pkg follows > $LOCALBASE as expected. > > The vm was later upgraded through freebsd-update to 12.1-p8 > > Maybe I should remove the /usr/bin/python which will be python27? > > Because I had to manually create the symlink of python3 pointing to python3.7, > pkg which shows this: > > $ pkg which /usr/local/bin/python3 > /usr/local/bin/python3 was not found in the database > > also, > > $ pkg which /usr/local/bin/python3.7 > /usr/local/bin/python3.7 was installed by package python37-3.7.8_1 > > python3.7 was never installed specifically on this vm. I imagine it was > installed as a requirement of py37-certbot which the vm also uses. Did you try running 'pkg install python3'? /usr/bin/python is clearly Microsoft's modification while building the image, I can't help with that, unfortunately. But I ran into missing python3 issue few days ago and solved it by installing python3 package. It's jsut a meta package that creates symlinks with only a major version in the name: % pkg list python3 /usr/local/bin/2to3-3 /usr/local/bin/idle3 /usr/local/bin/pydoc3 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/libdata/pkgconfig/python3.pc -- gonzo From owner-freebsd-virtualization@freebsd.org Sat Aug 15 02:24:40 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7628C3A8D29 for ; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BT3zX2bBKz4Pv5 for ; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 58E273A8DB9; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) Delivered-To: virtualization@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 58AD53A8DB8 for ; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BT3zX1m5qz4Q5T for ; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2121A181F4 for ; Sat, 15 Aug 2020 02:24:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07F2Oe45076725 for ; Sat, 15 Aug 2020 02:24:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07F2OePP076724 for virtualization@FreeBSD.org; Sat, 15 Aug 2020 02:24:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 248442] [Hyper-V] ng_vlan on hn interface not forwarding packets Date: Sat, 15 Aug 2020 02:24:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 02:24:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248442 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |virtualization@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Sat Aug 15 05:24:58 2020 Return-Path: Delivered-To: freebsd-virtualization@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 4A8A53AE1A5 for ; Sat, 15 Aug 2020 05:24:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BT7zY73Dzz4ZtY for ; Sat, 15 Aug 2020 05:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F1F833AE217; Sat, 15 Aug 2020 05:24:57 +0000 (UTC) Delivered-To: virtualization@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 F1BFE3AE216 for ; Sat, 15 Aug 2020 05:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BT7zY5DpWz4b5h for ; Sat, 15 Aug 2020 05:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 979941A6AE for ; Sat, 15 Aug 2020 05:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07F5OvrS094158 for ; Sat, 15 Aug 2020 05:24:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07F5Ov7N094157 for virtualization@FreeBSD.org; Sat, 15 Aug 2020 05:24:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 247208] mpt(4): VMWare virtualized LSI controller panics during hot-attach Date: Sat, 15 Aug 2020 05:24:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.3-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 05:24:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247208 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |virtualization@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.=