BUG: nvme0: Waiting for reset to complete

Just installed FreeBSD 15.1 in my macbook 2017 and cannot install gnome or a higher amount of packages.

I keep getting the error:
nvme0: Waiting for reset to complete

Code:
root@freebsd:~ # nvmecontrol devlist

 nvme0: APPLE SSD AP0512J

root@freebsd:~ #


The issue occurs, while installing many packets but not when just installing a few packets, like
Code:
pkg install nano
Seems like a bug to me, since Fedora 42 is running smoothly on this machine on other partition.
 
I keep getting the error:
nvme0: Waiting for reset to complete
This could be an indication of the nvme drive overheating, see and follow thread:

nvme controller reset failures on recent -CURRENT
Rich (BB code):
Feb 12 10:07:41 zipper kernel: nvme0: Resetting controller due to a timeout a
nd possible hot unplug.
Feb 12 10:07:41 zipper syslogd: last message repeated 1 times
Feb 12 10:07:41 zipper kernel: nvme0: resetting controller
Feb 12 10:07:41 zipper kernel: nvme0: Resetting controller due to a timeout a
nd possible hot unplug.
Feb 12 10:07:41 zipper syslogd: last message repeated 1 times
Feb 12 10:07:41 zipper kernel: nvme0: Waiting for reset to complete
Feb 12 10:07:41 zipper syslogd: last message repeated 2 times
Feb 12 10:07:41 zipper kernel: nvme0: failing queued i/o
Feb 12 10:07:41 zipper kernel: nvme0: Failed controller, stopping watchdog ti
meout.

To check disk health, run sysutils/smartmontools
 
Back
Top