Re: Struggle with bhyve and Kali.

2024-12-07 Thread Chuck Tuffli
On Sat, Dec 7, 2024, at 3:27 PM, Zaphod Beeblebrox wrote: > So... I've installed kali a few times on bhyve. Lately on 14.1 that is now > 14.2 (no change there). The graphical install proceeds fine (using the vm > install command), and the first reboot (cd still attached) works fine. > > Subseq

CPU count and slow Windows VM

2024-11-03 Thread Chuck Tuffli
I'm helping someone trouble-shoot a sluggish Windows 11 VM running under bhyve (FreeBSD 14.1) related to the number of vCPUs. With 1-2 vCPUs, the VM's performance is reasonable, but adding 8 or more vCPUs makes the VM nearly unusable because even moving the mouse takes minutes. Before I dig int

git: 5374b9e14681 - main - bhyve/nvme: Fix Infinite loop in queue processing

2024-10-13 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=5374b9e146811757540e35553a7712c5b9b29239 commit 5374b9e146811757540e35553a7712c5b9b29239 Author: Chuck Tuffli AuthorDate: 2024-10-13 13:58:48 + Commit: Chuck Tuffli CommitDate: 2024-10-13 13:58

git: 5374b9e14681 - main - bhyve/nvme: Fix Infinite loop in queue processing

2024-10-13 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=5374b9e146811757540e35553a7712c5b9b29239 commit 5374b9e146811757540e35553a7712c5b9b29239 Author: Chuck Tuffli AuthorDate: 2024-10-13 13:58:48 + Commit: Chuck Tuffli CommitDate: 2024-10-13 13:58

git: b0a24be007d8 - main - bhyve/nvme: Fix out-of-bounds read in NVMe log page

2024-10-06 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=b0a24be007d83f7929de5b3fc320a29e6868067d commit b0a24be007d83f7929de5b3fc320a29e6868067d Author: Chuck Tuffli AuthorDate: 2024-09-19 15:11:30 + Commit: Chuck Tuffli CommitDate: 2024-10-06 13:50

git: b0a24be007d8 - main - bhyve/nvme: Fix out-of-bounds read in NVMe log page

2024-10-06 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=b0a24be007d83f7929de5b3fc320a29e6868067d commit b0a24be007d83f7929de5b3fc320a29e6868067d Author: Chuck Tuffli AuthorDate: 2024-09-19 15:11:30 + Commit: Chuck Tuffli CommitDate: 2024-10-06 13:50

Re: nvme virtualisation string for bhyve

2024-09-14 Thread Chuck Tuffli
On Sat, Sep 14, 2024, at 6:14 AM, void wrote: > ... > I usually start my vms with a bhyve variable for the disk > like: > > -s 4,virtio-blk,/dev/zvol/ssd/vm2 \ > > The man page for bhyve says this: > > ### NVMe device backends > ### • > devpath[,maxq=#][,qsz=#][,ioslots=#][,sectsz=#][,

Re: git: 80b42329248a - main - nvme: Fix panic on detach after ce75bfcac9cfe

2024-06-16 Thread Chuck Tuffli
On Fri, Jun 14, 2024 at 12:33 PM Alexander Motin wrote: > > The branch main has been updated by mav: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=80b42329248a7473f79eebf7850ee8e4116c17dd > > commit 80b42329248a7473f79eebf7850ee8e4116c17dd > Author: Alexander Motin > AuthorDate: 2024-06

Re: git: 80b42329248a - main - nvme: Fix panic on detach after ce75bfcac9cfe

2024-06-16 Thread Chuck Tuffli
On Fri, Jun 14, 2024 at 12:33 PM Alexander Motin wrote: > > The branch main has been updated by mav: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=80b42329248a7473f79eebf7850ee8e4116c17dd > > commit 80b42329248a7473f79eebf7850ee8e4116c17dd > Author: Alexander Motin > AuthorDate: 2024-06

Re: Conflicts with FreeBSD-runtime-15, FreeBSD-utilities-15

2024-06-09 Thread Chuck Tuffli
On Thu, Jun 6, 2024 at 3:56 PM Danilo G. Baio wrote: .. > On another box, to address this conflict issue (which is particularly > concerning because it prevents you from logging in/SSH, ls, etc.) > I installed the conflicting packages first. > > # pkg upgrade FreeBSD-utilities FreeBSD-runtime Fre

Re: Conflicts with FreeBSD-runtime-15, FreeBSD-utilities-15

2024-06-06 Thread Chuck Tuffli
On Fri, May 24, 2024 at 5:43 PM Danilo G. Baio wrote: > > Hi, > > FYI, I encountered this issue while upgrading my home backup box: > > Installing FreeBSD-cron-15.snap20240513063539... > pkg: FreeBSD-cron-15.snap20240513063539 conflicts with > FreeBSD-utilities-15.snap20240406204558 (installs fil

git: ce75bfcac9cf - main - nvme: Change namespace device name

2024-06-01 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=ce75bfcac9cfe0bdd2285faea86019455c6fa7ea commit ce75bfcac9cfe0bdd2285faea86019455c6fa7ea Author: Chuck Tuffli AuthorDate: 2024-06-01 11:08:24 + Commit: Chuck Tuffli CommitDate: 2024-06-01 11:14

git: ce75bfcac9cf - main - nvme: Change namespace device name

2024-06-01 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=ce75bfcac9cfe0bdd2285faea86019455c6fa7ea commit ce75bfcac9cfe0bdd2285faea86019455c6fa7ea Author: Chuck Tuffli AuthorDate: 2024-06-01 11:08:24 + Commit: Chuck Tuffli CommitDate: 2024-06-01 11:14

Re: bhyve disk performance issue

2024-02-16 Thread Chuck Tuffli
On Fri, Feb 16, 2024, at 9:45 AM, Paul Procacci wrote: > > > On Fri, Feb 16, 2024 at 12:43 PM Chuck Tuffli wrote: >> __ >> On Fri, Feb 16, 2024, at 9:19 AM, Matthew Grooms wrote: >>> Hi All, >>> >>> >>> >>> I'm in the m

Re: bhyve disk performance issue

2024-02-16 Thread Chuck Tuffli
On Fri, Feb 16, 2024, at 9:19 AM, Matthew Grooms wrote: > Hi All, > > > > I'm in the middle of a project that involves building out a handful of > servers to host virtual Linux instances. Part of that includes testing bhyve > to see how it performs. The intent is to compare host storage option

Re: error with virtual USB device

2024-02-15 Thread Chuck Tuffli
On Thu, Feb 15, 2024 at 3:36 PM Chuck Tuffli wrote: > > Booting FreeBSD 14.0-RELEASE with a virtual USB device attached to my > server generates a (seemingly) endless stream of errors (below). What > is this error trying to tell me? What other sorts of diagnostics would > be us

error with virtual USB device

2024-02-15 Thread Chuck Tuffli
Booting FreeBSD 14.0-RELEASE with a virtual USB device attached to my server generates a (seemingly) endless stream of errors (below). What is this error trying to tell me? What other sorts of diagnostics would be useful to provide? TIA usbd_setup_device_desc: getting device descriptor at addr 4 f

Re: 14R bhyve RHEL9+NVME

2024-02-11 Thread Chuck Tuffli
On Sun, Feb 11, 2024, at 5:25 PM, Jason Tubnor wrote: > Hi Matthew, > > There is some underlying bug post 9.1 when it comes to Anaconda and the > presented NVMe storage. I can't reproduce it with newer version of Anaconda > that is present in Fedora. > > Uplifting in place from 9.1 to 9.3,

Re: possible to upgrade from stable/14 to current?

2024-02-01 Thread Chuck Tuffli
On Thu, Feb 1, 2024 at 7:39 AM Doug Rabson wrote: > On Thu, 1 Feb 2024 at 01:45, Chuck Tuffli wrote: >> >> I've been running with pkgbase using the official packages. Because of >> the timing, the system is running stable/14. Is it possible to convert >> thi

possible to upgrade from stable/14 to current?

2024-01-31 Thread Chuck Tuffli
I've been running with pkgbase using the official packages. Because of the timing, the system is running stable/14. Is it possible to convert this install to current? I've tried editing the package conf file to change ${ABI} to FreeBSD:15:amd64, but pkg complains about the wrong architecture. --ch

git: 0d7fef9124c1 - stable/13 - bhyve nvme: Add NQN value

2024-01-28 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=0d7fef9124c125f25e3c03740cc5d0a1f16391b7 commit 0d7fef9124c125f25e3c03740cc5d0a1f16391b7 Author: Chuck Tuffli AuthorDate: 2023-10-12 22:04:17 + Commit: Chuck Tuffli CommitDate: 2024-01-29

git: dca696965fda - stable/14 - bhyve nvme: Add NQN value

2024-01-28 Thread Chuck Tuffli
The branch stable/14 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=dca696965fdaee80f91d44cc210bae380ce6b56b commit dca696965fdaee80f91d44cc210bae380ce6b56b Author: Chuck Tuffli AuthorDate: 2023-10-12 22:04:17 + Commit: Chuck Tuffli CommitDate: 2024-01-29

git: 55210b704a05 - stable/14 - Revert "bhyve nvme: Add NQN value"

2024-01-27 Thread Chuck Tuffli
The branch stable/14 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=55210b704a056dfb2ea115edb3894efe16b7411b commit 55210b704a056dfb2ea115edb3894efe16b7411b Author: Chuck Tuffli AuthorDate: 2024-01-28 01:33:37 + Commit: Chuck Tuffli CommitDate: 2024-01-28

git: 4bd4942ea70b - stable/14 - bhyve nvme: Add NQN value

2024-01-27 Thread Chuck Tuffli
The branch stable/14 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=4bd4942ea70becc583246597b658f3dcdbffafde commit 4bd4942ea70becc583246597b658f3dcdbffafde Author: Chuck Tuffli AuthorDate: 2023-10-12 22:04:17 + Commit: Chuck Tuffli CommitDate: 2024-01-28

bhyve without UEFI questions

2024-01-22 Thread Chuck Tuffli
I'm getting conflicting information and thought I'd ask here about guest disk images without UEFI. 1. If bhyve can boot the image with uefi-csm, should I be able to get a graphical console? I tried: -s 6:0,fbuf,tcp=0.0.0.0:5900,vga=io VNC connects, but the screen is blank. I saw some mentions o

Re: nvme timeout issues with hardware and bhyve vm's

2023-12-07 Thread Chuck Tuffli
On Thu, Dec 7, 2023 at 2:39 PM Pete Wright wrote: ... > Hi Warner, just resurfacing this thread because I've had a few lockups > on my workstation running 14.0-STABLE. I was able to capture a photo of > the hang and this seems to be the most important line: > > nvme0: Resetting controller due to

Re: git: 34a6ad848fbf - main - nvme: Don't use version to listen for events for ns and fw changes

2023-11-20 Thread Chuck Tuffli
On Fri, Nov 17, 2023 at 8:53 PM Yuri wrote: > > Warner Losh wrote: > > The branch main has been updated by imp: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=34a6ad848fbf471773a430a7e457bf49816e756e > > > > commit 34a6ad848fbf471773a430a7e457bf49816e756e > > Author: Warner Losh >

Re: git: 34a6ad848fbf - main - nvme: Don't use version to listen for events for ns and fw changes

2023-11-20 Thread Chuck Tuffli
On Fri, Nov 17, 2023 at 8:53 PM Yuri wrote: > > Warner Losh wrote: > > The branch main has been updated by imp: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=34a6ad848fbf471773a430a7e457bf49816e756e > > > > commit 34a6ad848fbf471773a430a7e457bf49816e756e > > Author: Warner Losh >

Re: official packages

2023-10-30 Thread Chuck Tuffli
On Mon, Oct 30, 2023 at 7:25 AM Baptiste Daroussin wrote: > > Hello everyone, > > The project has started building and populated official packages for pkgbase. > > For people interested: just create a new repo like this: > > FreeBSD-base { > url: pkg+https://pkg.freebsd.org/${ABI}/base_latest >

Re: nvme timeout issues with hardware and bhyve vm's

2023-10-16 Thread Chuck Tuffli
On Fri, Oct 13, 2023 at 7:34 PM Warner Losh wrote: ... > Let me now if you see similar messages in stable/14. I think I've fixed all > the > issues with timeouts, though you shouldn't ever seem them in a vm setup > unless something else weird is going on. I'd be interested in a repo case too as

git: 32557d16e2c3 - main - bhyve nvme: Add NQN value

2023-10-12 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=32557d16e2c3c24c04eccfafd895e1514dc65b35 commit 32557d16e2c3c24c04eccfafd895e1514dc65b35 Author: Chuck Tuffli AuthorDate: 2023-10-12 22:04:17 + Commit: Chuck Tuffli CommitDate: 2023-10-12 22:08

git: 32557d16e2c3 - main - bhyve nvme: Add NQN value

2023-10-12 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=32557d16e2c3c24c04eccfafd895e1514dc65b35 commit 32557d16e2c3c24c04eccfafd895e1514dc65b35 Author: Chuck Tuffli AuthorDate: 2023-10-12 22:04:17 + Commit: Chuck Tuffli CommitDate: 2023-10-12 22:08

Re: how to setup the host interfacce with sriov and mlx5en(4) driver

2023-09-24 Thread Chuck Tuffli
On Sat, Sep 23, 2023 at 1:14 AM Benoit Chesneau wrote: > > Hi all, > > I am trying to understand how works sriov with the mlx5en(4) driver. > > In particularly should Isetup the VF-0 as passthrough false? On intel NIC i > would have to set one of the VF not passthrough for the host. It seems tha

Re: Can't assign address to igc

2023-08-15 Thread Chuck Tuffli
Bah, actually adding freebsd-net this time On Tue, Aug 15, 2023 at 7:44 PM Chuck Tuffli wrote: > > [Adding freebsd-net@] > > On Tue, Aug 1, 2023 at 10:46 AM Chuck Tuffli wrote: > > > > Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC > > (R

Re: Can't assign address to igc

2023-08-15 Thread Chuck Tuffli
Bah, actually adding freebsd-net this time On Tue, Aug 15, 2023 at 7:44 PM Chuck Tuffli wrote: > > [Adding freebsd-net@] > > On Tue, Aug 1, 2023 at 10:46 AM Chuck Tuffli wrote: > > > > Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC > > (R

Re: Can't assign address to igc

2023-08-15 Thread Chuck Tuffli
[Adding freebsd-net@] On Tue, Aug 1, 2023 at 10:46 AM Chuck Tuffli wrote: > > Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC > (RNUC11PABi5), assigning an IPv4 address to igc0 doesn't work. There > is no error message, and this has been working in the past.

Can't assign address to igc

2023-08-01 Thread Chuck Tuffli
Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC (RNUC11PABi5), assigning an IPv4 address to igc0 doesn't work. There is no error message, and this has been working in the past. Looking through dmesg only shows: igc0: link state changed to UP igc0: link state changed to DOWN igc

Re: nvme related(?) panic on recent -CURRENT

2023-07-04 Thread Chuck Tuffli
On Thu, Jun 29, 2023 at 12:47 PM Juraj Lutter wrote: > > With recent -current, following occured: > > db> bt > Tracing pid 0 tid 100063 td 0xfe00c5c35e40 > kdb_enter() at kdb_enter+0x32/frame 0xfe00c5e31c90 > vpanic() at vpanic+0x181/frame 0xfe00c5e31ce0 > panic() at panic+0x43/frame 0

Re: nvme related(?) panic on recent -CURRENT

2023-06-30 Thread Chuck Tuffli
On Thu, Jun 29, 2023 at 12:47 PM Juraj Lutter wrote: > > With recent -current, following occured: > > db> bt > Tracing pid 0 tid 100063 td 0xfe00c5c35e40 > kdb_enter() at kdb_enter+0x32/frame 0xfe00c5e31c90 > vpanic() at vpanic+0x181/frame 0xfe00c5e31ce0 > panic() at panic+0x43/frame 0

[systemd-devel] portable service questions

2023-05-04 Thread Chuck Tuffli
I basically have portable service extensions working, but in the process, there are a few questions that came up. 1. When attaching a service with an extension, the portablectl list shows the base image as 'attached' but the extension as 'detached'. Is the 'detached' state expected or an indicatio

Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
On Tue, Apr 18, 2023 at 8:37 AM Chuck Tuffli wrote: > > On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering > wrote: > ... > > > # losetup --find --show /tmp/portable-walkthrough-go.raw > > > /dev/loop1 > > > # mount /dev/loop1 /mnt > > >

Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering wrote: ... > > # losetup --find --show /tmp/portable-walkthrough-go.raw > > /dev/loop1 > > # mount /dev/loop1 /mnt > > # cd /mnt > > # ls -l usr/bin > > total 6172 > > -rwxrwxr-x 1 ctuffli ctuffli 6319344 Apr 2 16:05 portable-walkthrough-go > > #

Re: [systemd-devel] help with portable service

2023-04-17 Thread Chuck Tuffli
On Mon, Apr 17, 2023 at 4:48 AM Lennart Poettering wrote: > > On Fr, 14.04.23 09:14, Chuck Tuffli (ctuf...@gmail.com) wrote: > > > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi > > wrote: > > ... > > > Can't reproduce this either on latest main or on v24

Re: [systemd-devel] help with portable service

2023-04-14 Thread Chuck Tuffli
On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi wrote: ... > Can't reproduce this either on latest main or on v247. Enable debug > logs with systemctl log-level debug and then restart the service and > check again. Thank you for taking a look at this. The output was long so I added it to pastebin:

[systemd-devel] help with portable service

2023-04-02 Thread Chuck Tuffli
I'm experimenting with Portable Services, but the "walkthrough" example [1] doesn't seem to work. The error: Failed to execute /usr/bin/portable-walkthrough-go: No such file or directory probably means something fairly fundamental is wrong, but I can't seem to figure out what that might be. Any s

git: a4e0b5e28fdc - stable/13 - nvmecontrol: Fix IEEE OUI Identifier output

2022-12-10 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=a4e0b5e28fdc4778c9733275f0293d66347d924c commit a4e0b5e28fdc4778c9733275f0293d66347d924c Author: Wanpeng Qian AuthorDate: 2022-11-20 03:06:36 + Commit: Chuck Tuffli CommitDate: 2022-12-12

git: 41be508d31a5 - main - nvmecontrol: Fix IEEE OUI Identifier output

2022-11-19 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=41be508d31a594f5212ef9e717df1f3e9ca295d8 commit 41be508d31a594f5212ef9e717df1f3e9ca295d8 Author: Wanpeng Qian AuthorDate: 2022-11-20 03:06:36 + Commit: Chuck Tuffli CommitDate: 2022-11-20 03:14

git: 41be508d31a5 - main - nvmecontrol: Fix IEEE OUI Identifier output

2022-11-19 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=41be508d31a594f5212ef9e717df1f3e9ca295d8 commit 41be508d31a594f5212ef9e717df1f3e9ca295d8 Author: Wanpeng Qian AuthorDate: 2022-11-20 03:06:36 + Commit: Chuck Tuffli CommitDate: 2022-11-20 03:14

git: f3a69bc7223a - stable/13 - bhyve nvme: Check return value of mapped memory

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=f3a69bc7223ad3fc04e417a88e6bb878aa3bfaf2 commit f3a69bc7223ad3fc04e417a88e6bb878aa3bfaf2 Author: Chuck Tuffli AuthorDate: 2022-08-14 14:45:21 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: 01f3c2655c4c - stable/13 - bhyve nvme: Switch to POSIX standard functions

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=01f3c2655c4c3410f1ceb262f71ca2a92f4a028b commit 01f3c2655c4c3410f1ceb262f71ca2a92f4a028b Author: Chuck Tuffli AuthorDate: 2022-08-17 00:16:06 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: f70653fc82ba - stable/13 - bhyve nvme: Support minimal Controller list

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=f70653fc82bafdf0818666b4d803eaf4e4e579a9 commit f70653fc82bafdf0818666b4d803eaf4e4e579a9 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:15:53 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: 2ef32d016b9f - stable/13 - bhyve nvme: Fix reported SANICAP value

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=2ef32d016b9ff85f1ac747af3505ad7795af2e47 commit 2ef32d016b9ff85f1ac747af3505ad7795af2e47 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:14:43 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: dcdb43f28fac - stable/13 - bhyve nvme: Fix firmware read only initialization

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=dcdb43f28fac9b3885601811e44401bbac6db517 commit dcdb43f28fac9b3885601811e44401bbac6db517 Author: Wanpeng Qian AuthorDate: 2022-08-14 15:30:06 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: 2449e9c5e777 - stable/13 - bhyve: Fix Number of Power States Supported value

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=2449e9c5e777876cd0989ece96e4352b45cf5115 commit 2449e9c5e777876cd0989ece96e4352b45cf5115 Author: WanpengQian AuthorDate: 2022-08-14 15:26:42 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: a00b97054a50 - stable/13 - bhyve nvme: Fix out-of-bound IOV array access

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=a00b97054a504792eb6fa028728726f5c37744c3 commit a00b97054a504792eb6fa028728726f5c37744c3 Author: Chuck Tuffli AuthorDate: 2022-06-09 18:19:32 + Commit: Chuck Tuffli CommitDate: 2022-11-20

git: d878a66a9a77 - stable/13 - wait for device mounts in zpool and dumpon

2022-11-19 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=d878a66a9a77fc67801000bfab8fa77b2b3faecc commit d878a66a9a77fc67801000bfab8fa77b2b3faecc Author: Chuck Tuffli AuthorDate: 2021-03-05 16:13:23 + Commit: Chuck Tuffli CommitDate: 2022-11-19

Re: [nvme]: Windows10: inaccessible boot device

2022-08-20 Thread Chuck Tuffli
On Fri, Aug 19, 2022 at 12:55 PM Nuno Teixeira wrote: > > Hello, > > I'm running bhyve at main-n257521-97be6fced7db and I'm trying to use 'nvme' > to access Windows disk but it fails with message "INACCESSIBLE BOOT DEVICE". > > I've read that nvme was fixed in recent commit. > Do I missing some c

git: 6391be308944 - main - bhyve nvme: Switch to POSIX standard functions

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=6391be30894460c03a70e0321e99b2bdcda8eebf commit 6391be30894460c03a70e0321e99b2bdcda8eebf Author: Chuck Tuffli AuthorDate: 2022-08-17 00:16:06 + Commit: Chuck Tuffli CommitDate: 2022-08-17 00:23

git: 6391be308944 - main - bhyve nvme: Switch to POSIX standard functions

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=6391be30894460c03a70e0321e99b2bdcda8eebf commit 6391be30894460c03a70e0321e99b2bdcda8eebf Author: Chuck Tuffli AuthorDate: 2022-08-17 00:16:06 + Commit: Chuck Tuffli CommitDate: 2022-08-17 00:23

git: 715f82e4f5c5 - main - bhyve nvme: Support minimal Controller list

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=715f82e4f5c51c04314904dee8090c8abbbe2156 commit 715f82e4f5c51c04314904dee8090c8abbbe2156 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:15:53 + Commit: Chuck Tuffli CommitDate: 2022-08-16 16:15

git: 715f82e4f5c5 - main - bhyve nvme: Support minimal Controller list

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=715f82e4f5c51c04314904dee8090c8abbbe2156 commit 715f82e4f5c51c04314904dee8090c8abbbe2156 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:15:53 + Commit: Chuck Tuffli CommitDate: 2022-08-16 16:15

git: ec0efe34dd48 - main - bhyve nvme: Fix reported SANICAP value

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=ec0efe34dd486359d57bc1e792a0e4f9280f66d7 commit ec0efe34dd486359d57bc1e792a0e4f9280f66d7 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:14:43 + Commit: Chuck Tuffli CommitDate: 2022-08-16 16:14

git: ec0efe34dd48 - main - bhyve nvme: Fix reported SANICAP value

2022-08-16 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=ec0efe34dd486359d57bc1e792a0e4f9280f66d7 commit ec0efe34dd486359d57bc1e792a0e4f9280f66d7 Author: Chuck Tuffli AuthorDate: 2022-08-16 16:14:43 + Commit: Chuck Tuffli CommitDate: 2022-08-16 16:14

git: 9f678cfcb42d - main - bhyve nvme: Fix firmware read only initialization

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=9f678cfcb42d1d0ce3898b0e38bb147a3e14834a commit 9f678cfcb42d1d0ce3898b0e38bb147a3e14834a Author: Wanpeng Qian AuthorDate: 2022-08-14 15:30:06 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: 9f678cfcb42d - main - bhyve nvme: Fix firmware read only initialization

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=9f678cfcb42d1d0ce3898b0e38bb147a3e14834a commit 9f678cfcb42d1d0ce3898b0e38bb147a3e14834a Author: Wanpeng Qian AuthorDate: 2022-08-14 15:30:06 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: 3cae10048d27 - main - bhyve nvme: Fix Active Firmware Info

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=3cae10048d27f805d7fc909b123ddee34be0268e commit 3cae10048d27f805d7fc909b123ddee34be0268e Author: WanpengQian AuthorDate: 2022-08-14 15:28:05 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: 3cae10048d27 - main - bhyve nvme: Fix Active Firmware Info

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=3cae10048d27f805d7fc909b123ddee34be0268e commit 3cae10048d27f805d7fc909b123ddee34be0268e Author: WanpengQian AuthorDate: 2022-08-14 15:28:05 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: eae0210cdd2e - main - bhyve: Fix Number of Power States Supported value

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=eae0210cdd2e22c2eb9bc652f2136b3386a663a4 commit eae0210cdd2e22c2eb9bc652f2136b3386a663a4 Author: WanpengQian AuthorDate: 2022-08-14 15:26:42 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: eae0210cdd2e - main - bhyve: Fix Number of Power States Supported value

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=eae0210cdd2e22c2eb9bc652f2136b3386a663a4 commit eae0210cdd2e22c2eb9bc652f2136b3386a663a4 Author: WanpengQian AuthorDate: 2022-08-14 15:26:42 + Commit: Chuck Tuffli CommitDate: 2022-08-14 16:59

git: 7376c08cc67e - main - bhyve nvme: Fix uninitialized pointer

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=7376c08cc67e65ee660d51873129e34745ef5dd4 commit 7376c08cc67e65ee660d51873129e34745ef5dd4 Author: Chuck Tuffli AuthorDate: 2022-06-09 20:05:46 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:53

git: 7376c08cc67e - main - bhyve nvme: Fix uninitialized pointer

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=7376c08cc67e65ee660d51873129e34745ef5dd4 commit 7376c08cc67e65ee660d51873129e34745ef5dd4 Author: Chuck Tuffli AuthorDate: 2022-06-09 20:05:46 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:53

git: d7d1becad4b6 - main - bhyve nvme: Fix Controller init error cases

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=d7d1becad4b692b97dd1f32706947aae5118294b commit d7d1becad4b692b97dd1f32706947aae5118294b Author: Chuck Tuffli AuthorDate: 2022-08-14 14:47:34 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:47

git: d7d1becad4b6 - main - bhyve nvme: Fix Controller init error cases

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=d7d1becad4b692b97dd1f32706947aae5118294b commit d7d1becad4b692b97dd1f32706947aae5118294b Author: Chuck Tuffli AuthorDate: 2022-08-14 14:47:34 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:47

git: 3d3678627c31 - main - bhyve nvme: Check return value of mapped memory

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=3d3678627c3112c94d174a8c51d8c058d02befb3 commit 3d3678627c3112c94d174a8c51d8c058d02befb3 Author: Chuck Tuffli AuthorDate: 2022-08-14 14:45:21 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:45

git: 3d3678627c31 - main - bhyve nvme: Check return value of mapped memory

2022-08-14 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=3d3678627c3112c94d174a8c51d8c058d02befb3 commit 3d3678627c3112c94d174a8c51d8c058d02befb3 Author: Chuck Tuffli AuthorDate: 2022-08-14 14:45:21 + Commit: Chuck Tuffli CommitDate: 2022-08-14 14:45

git: 88951aaaee73 - main - bhyve nvme: Fix out-of-bound IOV array access

2022-08-13 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=88951aaaee73b87121b0f121224fe188a5b5e6e3 commit 88951aaaee73b87121b0f121224fe188a5b5e6e3 Author: Chuck Tuffli AuthorDate: 2022-06-09 18:19:32 + Commit: Chuck Tuffli CommitDate: 2022-08-13 19:16

git: 88951aaaee73 - main - bhyve nvme: Fix out-of-bound IOV array access

2022-08-13 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=88951aaaee73b87121b0f121224fe188a5b5e6e3 commit 88951aaaee73b87121b0f121224fe188a5b5e6e3 Author: Chuck Tuffli AuthorDate: 2022-06-09 18:19:32 + Commit: Chuck Tuffli CommitDate: 2022-08-13 19:16

build failure WITH_ASAN

2022-07-29 Thread Chuck Tuffli
make buildworld -DWITH_UBSAN -DWITH_ASAN is failing for me with the error: building shared library libc.so.7 ld: error: cannot open /usr/home/ctuffli/dev/freebsd/obj/usr/home/ctuffli/dev/freebsd/src.git/amd64.amd64/tmp/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_static-x86_64.a: No such file

bhyve core dump related to llvm 14

2022-07-21 Thread Chuck Tuffli
I have a virtual machine used to test the NVMe emulation in bhyve. All of the tests in the VM pass running under FreeBSD 13.1-R, but the same VM running under -current causes bhyve(8) to dump core because of a segmentation fault. git bisect identified the last "good" commit on main as cb2ae616

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Chuck Tuffli
On Wed, May 25, 2022 at 6:59 AM Alexander Motin wrote: ... > > nvme0: SET FEATURES (09) sqid:0 cid:15 nsid:0 cdw10:000b cdw11:031f > > nvme0: INVALID_FIELD (00/02) sqid:0 cid:15 cdw0:0 ... > Those messages mean that driver tried to enable certain types of > asynchronous events, but probabl

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Chuck Tuffli
On Wed, May 25, 2022 at 5:26 AM Matteo Riondato wrote: ... > nvme0: SET FEATURES (09) sqid:0 cid:15 nsid:0 cdw10:000b > cdw11:031f > nvme0: INVALID_FIELD (00/02) sqid:0 cid:15 cdw0:0 ... > nda0 at nvme0 bus 0 scbus16 target 0 lun 1 > nda0: nvme version 1.2 x4 (max x4) lanes PCIe Gen3 (max

Re: network address not restored on resume

2022-03-23 Thread Chuck Tuffli
On Tue, Mar 22, 2022 at 4:25 PM Kevin Oberman wrote: > Not enough information to guess. > > What is the content of /etc/rc.conf in regard to configuration of this > interface? defaultrouter="192.168.5.1" ifconfig_igc0="inet 192.168.5.10 netmask 255.255.255.0" > What shows up in the log file wh

network address not restored on resume

2022-03-22 Thread Chuck Tuffli
On a recent-ish current (git hash 66b86c8a7604), after resuming from sleep, the main network interface doesn't get restored. Further, manually fixing this via service netif or ifconfig seems to fail. Am I doing something wrong? root@stargate:~ # uname -a FreeBSD stargate.tuffli.net 14.0-CURRENT Fr

Re: bhyve NVMe 1.4 support

2022-03-22 Thread Chuck Tuffli
> virtio-scsi driver,but none of these drivers work with the m2 / nvme disk. >> >> Il mar 7 dic 2021, 16:58 Chuck Tuffli ha scritto: >>> >>> I've been working on a patch series to get bhyve's NVMe emulation >>> compliant with the v1.4 specifica

Re: bhyve NVMe 1.4 support

2022-03-20 Thread Chuck Tuffli
On Sun, Mar 20, 2022 at 1:38 PM Mario Marietto wrote: > > FreeBSD 13.1-RELEASE is out ? Can I upgrade from 13-p8 to 13-1 with > freebsd-update fetch / freebsd-update install ? RELEASE isn't out, but BETA2 is available. So, # freebsd-update upgrade -r 13.1-BETA2 # freebsd-update install boot env

Re: bhyve NVMe 1.4 support

2022-03-20 Thread Chuck Tuffli
On Sun, Mar 20, 2022 at 12:58 PM Mario Marietto wrote: > > host : > > root@marietto:/usr/home/marietto/bhyve # nvmecontrol identify nvme0ns1 | grep > "LBA Format" > > Number of LBA Formats: 1 > Current LBA Format: LBA Format #00 > LBA Format #00: Data Size: 512 Metadata Size:

Re: bhyve NVMe 1.4 support

2022-03-20 Thread Chuck Tuffli
On Sun, Mar 20, 2022 at 12:03 PM Mario Marietto wrote: > > on FreeBSD : > > root@marietto:/usr/home/marietto/bhyve # hd -n 256 /dev/nvd0 > On Ubuntu 21.10 : > > root@marietto-BHYVE:/home/marietto# hd -n 256 /dev/nvme0n1 Thank you. The outputs show the first 256 bytes of nvd0 and nvme0n1 match.

Re: Adding storage to a guest

2022-03-20 Thread Chuck Tuffli
On Fri, Mar 18, 2022 at 2:44 AM Xavier Humbert wrote: ... > Unfortunately, it doensn't change anything Are you using vm-bhyve? If so, can you share the vm-bhyve.log for this VM? --chuck

Re: bhyve NVMe 1.4 support

2022-03-20 Thread Chuck Tuffli
On Sun, Mar 20, 2022 at 8:13 AM Mario Marietto wrote: > > > Help me understand what "not recognized" means. The device nvme0n1 : > > I don't see the partitions that are stored inside the disk nvme. And I'm not > able to mount the NTFS partition that's mapped as nvd0p2 under FreeBSD. Thank yo

Re: bhyve NVMe 1.4 support

2022-03-20 Thread Chuck Tuffli
On Sun, Mar 20, 2022 at 3:44 AM Mario Marietto wrote: ... > on the Ubuntu 21.10 guest os : > > mario@marietto-BHYVE:/home/marietto# fdisk -l > > Disk /dev/nvme0n1: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors > Disk model: bhyve-NVMe > Units: sectors of 1 * 512 = 512 bytes > Sector size (lo

Re: Adding storage to a guest

2022-03-16 Thread Chuck Tuffli
On Sun, Mar 13, 2022 at 5:36 AM Xavier Humbert wrote: > > Hi, > > I have a Ubuntu-server as guest on Byhve/FreeBDS 13 > > I tried to add some extra storage, so added > > disk2_dev="custom" > disk2_opts="sectorsize=512" > disk2_type="virtio-blk" > disk2_name="disk2.img" > > to the config file. Unfo

git: 9300a0eb6b4d - stable/13 - RELNOTES: Add entry for bhyve NVMe 1.4 support

2022-02-27 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=9300a0eb6b4dd4bb63cd5d7d2ea884692a32c6e4 commit 9300a0eb6b4dd4bb63cd5d7d2ea884692a32c6e4 Author: Chuck Tuffli AuthorDate: 2022-02-22 07:09:09 + Commit: Chuck Tuffli CommitDate: 2022-02-28

git: 0f26e9f2e26e - stable/13 - bhyve nvme: Advertise Namespace changed AEN

2022-02-27 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=0f26e9f2e26ea09d462f40a9b57df40228b1e01c commit 0f26e9f2e26ea09d462f40a9b57df40228b1e01c Author: Chuck Tuffli AuthorDate: 2022-02-23 15:18:54 + Commit: Chuck Tuffli CommitDate: 2022-02-28

git: 7de3a3e919ec - stable/13 - nvme: fix spelling of Namespace

2022-02-27 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=7de3a3e919ecaec466d5284eb17503d499beced1 commit 7de3a3e919ecaec466d5284eb17503d499beced1 Author: Chuck Tuffli AuthorDate: 2022-02-21 18:34:46 + Commit: Chuck Tuffli CommitDate: 2022-02-28

git: c55ba19b7029 - stable/13 - nvme: Add OAES bit-field definitions

2022-02-27 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=c55ba19b702981b579dfb0bc2d49bdbb5f92c036 commit c55ba19b702981b579dfb0bc2d49bdbb5f92c036 Author: Chuck Tuffli AuthorDate: 2022-02-21 18:34:14 + Commit: Chuck Tuffli CommitDate: 2022-02-28

Re: Instance drives in AWS comming up with the wrong size

2022-02-24 Thread Chuck Tuffli
On Tue, Feb 22, 2022 at 1:16 PM Pete French wrote: ... > root@serpentine-vgay:/usr/home/webadmin # nvmecontrol identify nda2 > Size:292968750 blocks > Capacity:292968750 blocks > Utilization: 292968750 blocks ... > LBA Format #00: Data Si

git: e0ac9dc2b069 - main - bhyve nvme: Advertise Namespace changed AEN

2022-02-23 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=e0ac9dc2b069c309c0dc18d3170d9883c421bfd9 commit e0ac9dc2b069c309c0dc18d3170d9883c421bfd9 Author: Chuck Tuffli AuthorDate: 2022-02-23 15:18:54 + Commit: Chuck Tuffli CommitDate: 2022-02-23 17:15

git: e0ac9dc2b069 - main - bhyve nvme: Advertise Namespace changed AEN

2022-02-23 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=e0ac9dc2b069c309c0dc18d3170d9883c421bfd9 commit e0ac9dc2b069c309c0dc18d3170d9883c421bfd9 Author: Chuck Tuffli AuthorDate: 2022-02-23 15:18:54 + Commit: Chuck Tuffli CommitDate: 2022-02-23 17:15

git: eae02d959363 - stable/13 - bhyve nvme: Fix Identify Namespace, NSID=ffffffff

2022-02-21 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=eae02d959363fc575b1727ed23e6f1542802d551 commit eae02d959363fc575b1727ed23e6f1542802d551 Author: Chuck Tuffli AuthorDate: 2022-01-30 07:11:14 + Commit: Chuck Tuffli CommitDate: 2022-02-22

git: 3444d620b2a4 - stable/13 - bhyve nvme: Add Select support to Get Features

2022-02-21 Thread Chuck Tuffli
The branch stable/13 has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=3444d620b2a4c7c6eccd5f67b4e7cc2b48a73af9 commit 3444d620b2a4c7c6eccd5f67b4e7cc2b48a73af9 Author: Chuck Tuffli AuthorDate: 2022-01-30 07:09:35 + Commit: Chuck Tuffli CommitDate: 2022-02-22

  1   2   3   4   5   6   >