Freeze during early boot

2020-09-09 Thread Mason Loring Bliss
Hi, all. I'd like to see FreeBSD running on a new class of box I've got here. Not new hardware. These are Atom chips on Micro-ITX motherboards, and are interesting in that they are low-power and have dual gigabit NICs. They're UEFI-only. These boxes seem to not like the FreeBSD 12.1 .iso files as

Re: svn commit: r365419 - in head/sys/dev: ath bwi iwm iwn mwl otus usb/wlan wtap

2020-09-09 Thread Tomoaki AOKI
This breaks at least iwm. (Other drivers not tested.) Messages below are repeatedly shown and no carrier detected. Manually reverting this commit fixes the issue. iwm0: failed to send antennas before calibration: 35 iwm_run_init_ucode: failed 35 iwm_init_hw failed 35 iwm0: could not initiate scan

Re: vfs.zfs.min_auto_ashift and OpenZFS

2020-09-09 Thread Ryan Moeller
On 9/9/20 5:40 PM, Slawa Olhovchenkov wrote: On Wed, Sep 09, 2020 at 11:55:14AM -0400, Ryan Moeller wrote: On 9/8/20 4:31 PM, Niclas Zeising wrote: On 2020-05-02 02:20, Matthew Macy wrote: OpenZFS doesn't have the same ashift optimization logic that FreeBSD has. It's something that needs to

Re: vfs.zfs.min_auto_ashift and OpenZFS

2020-09-09 Thread Slawa Olhovchenkov
On Wed, Sep 09, 2020 at 11:55:14AM -0400, Ryan Moeller wrote: > > On 9/8/20 4:31 PM, Niclas Zeising wrote: > > On 2020-05-02 02:20, Matthew Macy wrote: > >> OpenZFS doesn't have the same ashift optimization logic that FreeBSD > >> has. It's something that needs to be resolved before the code can

Re: tracking -current, using poudriere-devel and the switch to git

2020-09-09 Thread Ed Maste
On Wed, 9 Sep 2020 at 15:00, tech-lists wrote: > > Hi, > > What's the repo to use now in order to track -current with a poudriere jail > via git ? i.e. in poudriere.conf, what is GIT_BASEURL ? svn is still the canonical repo. If you want to help test the Git migration work in progress, the repos

Re: OpenZFS and L2ARC

2020-09-09 Thread John Baldwin
On 9/9/20 1:30 AM, Stefan Esser wrote: > Am 09.09.20 um 08:46 schrieb Stefan Esser: >> Am 09.09.20 um 00:45 schrieb Graham Perrin: >>> Recalling >>> , >>> >>> on 28/03/2020 15:17,28/03/2020 15:17, Allan Jude wrote: >>> >

tracking -current, using poudriere-devel and the switch to git

2020-09-09 Thread tech-lists
Hi, What's the repo to use now in order to track -current with a poudriere jail via git ? i.e. in poudriere.conf, what is GIT_BASEURL ? What's the branch name? (is it master, head, something else?) If -current fails to compile, how do we reference it? In svn, I'd point svn info at the sources a

Re: vfs.zfs.min_auto_ashift and OpenZFS

2020-09-09 Thread Niclas Zeising
On 2020-09-09 17:55, Ryan Moeller wrote: On 9/8/20 4:31 PM, Niclas Zeising wrote: On 2020-05-02 02:20, Matthew Macy wrote: OpenZFS doesn't have the same ashift optimization logic that FreeBSD has. It's something that needs to be resolved before the code can be integrated downstream. So curre

Re: vfs.zfs.min_auto_ashift and OpenZFS

2020-09-09 Thread Ryan Moeller
On 9/8/20 4:31 PM, Niclas Zeising wrote: On 2020-05-02 02:20, Matthew Macy wrote: OpenZFS doesn't have the same ashift optimization logic that FreeBSD has. It's something that needs to be resolved before the code can be integrated downstream. So currently all pools created with OpenZFS will

Re: Livelock on recent current

2020-09-09 Thread Kevin Oberman
On Wed, Sep 9, 2020 at 3:01 AM Thomas Mueller wrote: > > I am seeing a problem since I moved to current on my laptop this week. > It's > > odd as it is linked to the keyboard. As long as the keyboard is active, > > everything is fine, but if the keyboard is not used, after a few minutes, > > it l

Re: Livelock on recent current

2020-09-09 Thread Jan Kokemüller
On 09.09.20 06:18, Kevin Oberman wrote: > I am seeing a problem since I moved to current on my laptop this week. It's > odd as it is linked to the keyboard. As long as the keyboard is active, > everything is fine, but if the keyboard is not used, after a few minutes, > it locks up and gets very h

Re: Livelock on recent current

2020-09-09 Thread Thomas Mueller
> I am seeing a problem since I moved to current on my laptop this week. It's > odd as it is linked to the keyboard. As long as the keyboard is active, > everything is fine, but if the keyboard is not used, after a few minutes, > it locks up and gets very hot. The system may be busy or idle. The sy

Re: OpenZFS and L2ARC

2020-09-09 Thread Stefan Esser
Am 09.09.20 um 08:46 schrieb Stefan Esser: Am 09.09.20 um 00:45 schrieb Graham Perrin: Recalling , on 28/03/2020 15:17,28/03/2020 15:17, Allan Jude wrote:  >> …  >>  >> Basically 'arc' was converted to a subtree.  >>