Re: Accessibility in the FreeBSD installer and console

2022-07-09 Thread Michael Gmelin
> On 9. Jul 2022, at 03:22, Klaus Küchemann wrote: > >  >> Am 07.07.2022 um 19:32 schrieb Hans Petter Selasky : >> >> Hi, >> >> The only argument I've heard from some non-sighted friends about not using >> FreeBSD natively is that ooh, MacOSX is so cool. It starts speaking from the >>

Re: BLAKE3 unstability?

2022-07-09 Thread Warner Losh
On Sat, Jul 9, 2022 at 11:57 AM Evgeniy Khramtsov wrote: > I can reproduce via: > > $ truncate -s 10G /tmp/test > $ mdconfig -f /tmp/test -S 4096 > $ zpool create test /dev/md1 > $ zfs create -o checksum=blake3 test/b > $ dd if=/dev/random of=/test/b/noise bs=1M count=4096 > $ sync > $ zpool

Re: BLAKE3 unstability?

2022-07-09 Thread Evgeniy Khramtsov
I can reproduce via: $ truncate -s 10G /tmp/test $ mdconfig -f /tmp/test -S 4096 $ zpool create test /dev/md1 $ zfs create -o checksum=blake3 test/b $ dd if=/dev/random of=/test/b/noise bs=1M count=4096 $ sync $ zpool scrub test $ zpool status

Re: BLAKE3 unstability?

2022-07-09 Thread Warner Losh
Be advised that blake3 went into the bootloader yesterday and has been only lightly tested. Don't think this would cause your checksum errors since the boot loader is read only. Warner On Sat, Jul 9, 2022, 10:27 AM Evgeniy Khramtsov wrote: > -CURRENT as of: > > commit

BLAKE3 unstability?

2022-07-09 Thread Evgeniy Khramtsov
-CURRENT as of: commit eec3290266bc09b4c4b4d875d2269d611adc0016 (main) Author: Ganbold Tsagaankhuu Date: Sat Jul 9 13:06:52 2022 + Add RK3568 SoC support to pinctrl driver. Submitted by: sos Reviewed by:manu Differential Revision:

Heads up: you need to rebuild all nfs modules from sources

2022-07-09 Thread Rick Macklem
Hi, Commits over the last couple of days and ones happening over the next few days change the internal KPI between the nfs modules (nfscommon.ko, nfscl.ko and nfsserver.ko). As such, after pulling an up to date main from the git repo you need to build all nfs modules from the new sources. I am