Re: zfs native encryption best practices on RELENG13

2021-04-26 Thread mike tancsa
On 4/23/2021 11:47 PM, Peter Libassi wrote: > Yes, I’ve come to the same conclusion. This should be used on a > data-zpool and not on the system-pool (zroot). Encryption is per > dataset. Also if found that if the encrypted dataset is not mounted of > some reason you will be writing to the parent

Re: zfs native encryption best practices on RELENG13

2021-04-26 Thread mike tancsa
On 4/23/2021 5:23 PM, Xin Li wrote: > On 4/23/21 13:53, mike tancsa wrote: >> Starting to play around with RELENG_13 and wanted explore ZFS' built in >> encryption.  Is there a best practices doc on how to do full disk >> encryption anywhere thats not GELI based  ?  There

zfs native encryption best practices on RELENG13

2021-04-23 Thread mike tancsa
Starting to play around with RELENG_13 and wanted explore ZFS' built in encryption.  Is there a best practices doc on how to do full disk encryption anywhere thats not GELI based  ?  There are lots for GELI, but nothing I could find for native OpenZFS encryption on FreeBSD i.e box gets rebooted,

Re: stable/12 git -> svn mirror delayed

2021-02-18 Thread mike tancsa
Thanks guys for the explanation / looking into it!   And thank you very much for all your efforts on this big move to git!      ---Mike On 2/18/2021 3:45 PM, Warner Losh wrote: > The problem is that it was a merge commit, which should have been > administratively prohibited. A merge commit from

Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
On 2/18/2021 11:08 AM, Mark Millard wrote: > Dumb of me to show releng/12.0 instead of releng/12.2 , I guess. > But I luck out: releng/12.2 was only one day more recent . . . > > https://cgit.freebsd.org/src/log/?h=releng/12.2 Hi,    Sorry, I think I am being too careless with the terms RELENG

Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
On 2/18/2021 8:33 AM, Mark Millard wrote: > You are referencing 12, not 13 . . . > https://cgit.freebsd.org/src/log/?h=releng/12.0 > > shows the most recent releng/12.0 in git is from 2021-Jan-28: > > Commit message (Expand) Author Age Files Lines > Add UPDATING entries and bump

Re: git to svn update frequency ?

2021-02-18 Thread mike tancsa
On 2/17/2021 12:10 PM, Warner Losh wrote: > On Feb 17, 2021, at 6:05 AM, mike tancsa wrote: >> I noticed on a box that I update RELENG_12 via git there are more >> recent commits then if I use svnlite to track. Are they only >> periodically updated ? If so, how f

Re: git to svn update frequency ?

2021-02-17 Thread mike tancsa
On 2/17/2021 12:10 PM, Warner Losh wrote: > On Feb 17, 2021, at 6:05 AM, mike tancsa wrote: >> I noticed on a box that I update RELENG_12 via git there are more >> recent commits then if I use svnlite to track. Are they only >> periodically updated ? If so, how f

git to svn update frequency ?

2021-02-17 Thread mike tancsa
Hi     I noticed on a box that I update RELENG_12 via git there are more recent commits then if I use svnlite to track.  Are they only periodically updated ? If so, how frequently do they get refreshed ?  e.g. I see the new OpenSSL version in git, but not when I update via svnlite. # svnlite

option FIB_ALGO and dpdk_lpm4

2021-02-08 Thread mike tancsa
I have been setting up some tests to see if option FIB_ALGO and dpdk_lpm4.ko will help with my pkt forwarding needs and large routing tables. So far so good. But one thing I noticed, is that its very chatty to dmesg. eg alloc_nhgrp: new mpath group: num_nhops: 2 compile_nhgrp: O: 2/2

Re: upgrade from releng12 to releng13

2021-01-24 Thread mike tancsa
On 1/23/2021 11:52 PM, John Kennedy wrote: > On Sat, Jan 23, 2021 at 03:59:07PM -0500, mike tancsa wrote: >>     I noticed when doing a src upgrade on a test zfs machine, I didnt >> get prompted to re-install the boot blocks after upgrading the pool post >> first reboot

upgrade from releng12 to releng13

2021-01-23 Thread mike tancsa
Hi All,     I noticed when doing a src upgrade on a test zfs machine, I didnt get prompted to re-install the boot blocks after upgrading the pool post first reboot.  I got a whole mess of feature upgrades just fine, but do I not need to do a gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i

Re: zfs panic RELENG_12

2020-12-22 Thread mike tancsa
On 12/22/2020 10:09 AM, mike tancsa wrote: > On 12/22/2020 10:07 AM, Mark Johnston wrote: >> Could you go to frame 11 and print zone->uz_name and >> bucket->ub_bucket[18]? I'm wondering if the item pointer was mangled >> somehow. > Thank you for lookin

Re: zfs panic RELENG_12

2020-12-22 Thread mike tancsa
On 12/22/2020 10:07 AM, Mark Johnston wrote: > > Could you go to frame 11 and print zone->uz_name and > bucket->ub_bucket[18]? I'm wondering if the item pointer was mangled > somehow. Thank you for looking! (kgdb) frame 11 #11 0x80ca47d4 in bucket_drain (zone=0xf800037da000,

Re: zfs panic RELENG_12

2020-12-22 Thread mike tancsa
   td = 0xf80004964740     p = 0xf800049f8530     dtd = #22 No locals. (kgdb) On 12/15/2020 4:39 PM, mike tancsa wrote: > Was doing a backup via zfs send | zfs recv when the box panic'd.  Its a > not so old RELENG_12 box from last week. Any ideas if this is a hardware > issue or a

zfs panic RELENG_12

2020-12-15 Thread mike tancsa
Was doing a backup via zfs send | zfs recv when the box panic'd.  Its a not so old RELENG_12 box from last week. Any ideas if this is a hardware issue or a bug ? Its r368493 from last Wednesday. I dont see an ECC errors logged, so dont think its hardware. Reading symbols from

Re: Zpool doesn't boot anymore after FreeBSD 12.1

2020-10-21 Thread mike tancsa
Just a guess, Is your VM still trying to boot from whatever gpt/disk0 is ? Or is it perhaps trying to boot from da1 or da2 which does not have boot info ?  Generally its not recommended to use the entire disk as part of a pool. Create a partition scheme first gpart create -s gpt da1 gpart add -t

Re: building releng11 on RELENG12 broken ?

2020-10-05 Thread mike tancsa
On 10/4/2020 8:21 PM, Kyle Evans wrote: > On Sun, Oct 4, 2020 at 7:02 PM mike tancsa wrote: >> Not sure exactly when, but it seems building RELENG_11 seems to be >> broken on releng12. I am trying to buildworld on a RELENG12 image with >> -j4 (12.2-STABLE r366088) and it

building releng11 on RELENG12 broken ?

2020-10-04 Thread mike tancsa
Not sure exactly when, but it seems building RELENG_11 seems to be broken on releng12.  I am trying to buildworld on a RELENG12 image with -j4 (12.2-STABLE r366088) and it fails with the errors below cc  -O2 -pipe   -I/crossbuilds/src/11/lib/libnetbsd -I/crossbuilds/src/11/contrib/netbsd-tests

Re: golang issues on releng12 ?

2020-08-02 Thread mike tancsa
Some details at https://github.com/zrepl/zrepl/issues/343     ---Mike On 8/2/2020 2:14 PM, mike tancsa wrote: > Still trying the track this issue down to get a better handle on it. The > developer of the app I use (zrepl) strongly thinks the race and crashes > are in the golang ru

Re: golang issues on releng12 ?

2020-08-02 Thread mike tancsa
/2020 11:02 AM, mike tancsa wrote: > Ran into a strange issue, not sure what the cause is.  We make heavy use > of zrepl for zfs backups and version control.  After updating to a > kernel from July 2nd from June 10th, the zrepl daemon (written in > golang) started to hang and get stuck i

Re: zfs meta data slowness

2020-07-31 Thread mike tancsa
On 7/22/2020 9:26 AM, Eugene Grosbein wrote: > > It's hard to read due to wrapping plus, it is truncated. > Maybe additional flag -d3 or similar will help, combined with dedirection < > /dev/null > top.out > so it won't use size of your terminal to wrap/truncate output. > > Also, make sure you

Re: zfs meta data slowness

2020-07-22 Thread mike tancsa
On 7/22/2020 1:29 AM, Eugene Grosbein wrote: > 22.07.2020 2:37, mike tancsa wrote: > >>> Something else special about the setup. >>> output of "top -b" >>> >> ports are right now being built in a VM, but the problem (zrepl hanging) >> and

Re: zfs meta data slowness

2020-07-22 Thread mike tancsa
On 7/22/2020 1:04 AM, Rick Macklem wrote: > mike tancsa wrote: >> Hi, >>Thanks for the response. Reply in line >> >> On 7/20/2020 9:04 AM, Ronald Klop wrote: >>> Hi, >>> >>> My first suggestion would be to remove a lot of snapshots. B

Re: zfs meta data slowness

2020-07-21 Thread mike tancsa
8K select   0   0:21   0.00% sshd  1754 root  3  20    0    18M  3556K select   1   0:11   0.00% apcupsd  5917 root  1  20    0    11M  2672K select   2   0:06   0.00% script  1449 _pflogd   1  20    0    12M  3572K bpf  3   0:05   0.00% pflogd     ---Mike > That kind of inf

zfs meta data slowness

2020-07-19 Thread mike tancsa
Are there any tweaks that can be done to speed up or improve zfs metadata performance ? I have a backup server with a lot of snapshots (40,000)  and just doing a listing can take a great deal of time.  Best case scenario is about 24 seconds, worst case, I have seen it up to 15 minutes.  (FreeBSD

golang issues on releng12 ?

2020-07-11 Thread mike tancsa
Ran into a strange issue, not sure what the cause is.  We make heavy use of zrepl for zfs backups and version control.  After updating to a kernel from July 2nd from June 10th, the zrepl daemon (written in golang) started to hang and get stuck in some uwait state.  Kill -9 was the only way to stop

Re: svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config

2020-05-25 Thread mike tancsa
Hi Dimitry,     Is there any fallout from this commit not being there ? I have deployed some nanobsd images based on a tree last week.  Are there any bugs I would run into as a result of this ? Or is it benign ? Thanks,     ---Mike On 5/25/2020 12:06 PM, Dimitry Andric wrote: > Author: dim >

Re: svn commit: r361435 - in stable: 11/contrib/unbound 11/contrib/unbound/.github 11/contrib/unbound/cachedb 11/contrib/unbound/compat 11/contrib/unbound/contrib 11/contrib/unbound/daemon 11/contrib/

2020-05-24 Thread mike tancsa
Hi, with this change,  I was expecting the version # to change from the cli, but it still shows the old version. Is this expected ? prior to buildworld # local-unbound -V Version 1.9.6 Configure line: --with-ssl=/usr --with-libexpat=/usr --disable-dnscrypt --disable-dnstap --enable-ecdsa

Re: BIND 9.16.1/9.16.2 memory leak?

2020-04-20 Thread mike tancsa
On 4/19/2020 9:46 AM, sth...@nethelp.no wrote: > > > I now have a pcap file of queries that I can replay with the "drool" > application, and I'm consistently seeing similar memory leak problems > (i.e. the problems are reproducible). The memory leak rate seems to be > very approximately linear

Re: pkg breakage ?

2020-03-04 Thread mike tancsa
On 3/3/2020 6:04 PM, Mark Saad wrote: > Mike > Not the best solution but switch from “latest” to “quarterly” in the pkg > config . The quarterly repos are unaffected. Thanks!  That will be good enough for this project and works for now     ---Mike

pkg breakage ?

2020-03-03 Thread mike tancsa
I am preparing to upgrade a jail thats currently on RELENG_11 and moving to RELENG_12.  I imported the data from the 11 box to the 12 box (its qjail) and it worked fine.  I can spin up the jail etc.  However, when trying to upgrade the packages, I have run into this error # pkg upgrade -f

Re: svn commit: r356465 - in stable/12: . contrib/llvm-project/clang/include/clang/CodeGen contrib/llvm-project/clang/lib/Basic/Targets contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/clan

2020-01-08 Thread mike tancsa
On 1/8/2020 1:14 PM, mike tancsa wrote: > On 1/8/2020 1:08 PM, Ian Lepore wrote: >> I am at r356502 >>> root@asrock-ryzen7a:/usr/src # sleep 20;time make -j 16 buildworld > >>> /var/log/build.out ; time make -j16 buildkernel > /var/log/build.out.k >>&g

Re: svn commit: r356465 - in stable/12: . contrib/llvm-project/clang/include/clang/CodeGen contrib/llvm-project/clang/lib/Basic/Targets contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/clan

2020-01-08 Thread mike tancsa
On 1/8/2020 1:08 PM, Ian Lepore wrote: > I am at r356502 >> root@asrock-ryzen7a:/usr/src # sleep 20;time make -j 16 buildworld > >> /var/log/build.out ; time make -j16 buildkernel > /var/log/build.out.k >> [Creating objdir /usr/obj/usr/src/amd64.amd64...] >> 20805.460u 1075.767s 26:02.05

Re: bhyve regression ? (resolved with r356500)

2020-01-08 Thread mike tancsa
On 1/8/2020 12:33 PM, Jung-uk Kim wrote: > On 20. 1. 8., mike tancsa wrote: >> On 1/8/2020 10:15 AM, mike tancsa wrote: >>> Going from a kernel from Dec 21st to today, my bhyve image no longer >>> starts up.  Is this possibly related to the mfc 356471 ? >>> &g

Re: svn commit: r356465 - in stable/12: . contrib/llvm-project/clang/include/clang/CodeGen contrib/llvm-project/clang/lib/Basic/Targets contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/clan

2020-01-08 Thread mike tancsa
On 1/7/2020 3:01 PM, Dimitry Andric wrote: > Author: dim > Date: Tue Jan 7 20:01:59 2020 > New Revision: 356465 > URL: https://svnweb.freebsd.org/changeset/base/356465 > > Log: > MFC r356004: > > Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp > 9.0.1 final

Re: bhyve regression ?

2020-01-08 Thread mike tancsa
On 1/8/2020 10:15 AM, mike tancsa wrote: > Going from a kernel from Dec 21st to today, my bhyve image no longer > starts up.  Is this possibly related to the mfc 356471 ? > > OK, confirmed.  Doing a svnlite update -r356469, to just before the ACPI MFC allows be to start up my

bhyve regression ?

2020-01-08 Thread mike tancsa
Going from a kernel from Dec 21st to today, my bhyve image no longer starts up.  Is this possibly related to the mfc 356471 ? /boot/kernel/kernel text=0x948ee3 data=0x13d9b8+0x463b10 syms=[0x8+0xef220+0x8+0x10ec23] /boot/entropy size=0x1000 Booting... /tmp/bhyve.e6GT9mY 61: [0001]   

Re: jexec as user?

2019-11-19 Thread mike tancsa
On 11/19/2019 8:09 AM, Christos Chatzaras wrote: > On 19 Nov 2019, at 15:02, mike tancsa wrote: >> On 11/19/2019 6:42 AM, Ronald Klop wrote: >>> Hi, >>> >>> Is it possible to jexec into a jail as a regular user. Or to enable >>> that somewhere? >&

Re: jexec as user?

2019-11-19 Thread mike tancsa
On 11/19/2019 6:42 AM, Ronald Klop wrote: > Hi, > > Is it possible to jexec into a jail as a regular user. Or to enable > that somewhere? > Or is the way to do such a thing to set up ssh in the jail? > On 11.3 at least, does not the built in functionality of jexec do what you need ? jexec [-l]

Re: lib not found and found at the same time ?

2019-11-14 Thread mike tancsa
On 11/14/2019 2:30 PM, Konstantin Belousov wrote: > >> [/usr/local/lib/nss_wins.so.1] >> libwinbind-client-samba4.so  >> /usr/local/lib/samba4/private/libwinbind-client-samba4.so >> libreplace-samba4.so /usr/local/lib/samba4/private/libreplace-samba4.so >> >>  ldd nss_wins.so.1 >>

Re: speeding up zfs snapshot listing

2019-11-14 Thread mike tancsa
On 11/14/2019 9:40 AM, Matt Garber wrote: > Try this instead, should be significantly faster at just displaying > snapshots without the sizing info (if that works for your use case): > > # zfs list -t snapshot -o name -s name > > Thanks, we actually already pair it down so that we can parse it

speeding up zfs snapshot listing

2019-11-14 Thread mike tancsa
We have a backup server that has a fair amount of zfs snapshots-- currently at 30,000+... To list them all takes about 20 seconds after caching, but can take upto a minute after boot up, or if the metadata has been evicted from ARC.  Are there any tunings that can be done to to speed up the

Re: lib not found and found at the same time ?

2019-11-14 Thread mike tancsa
On 11/13/2019 5:25 PM, Konstantin Belousov wrote: > On Wed, Nov 13, 2019 at 04:48:40PM -0500, mike tancsa wrote: >> I was trying to upgrade (failed) and then re-install the >> samba410-4.10.10 port on a RELENG12 box.  One of the Samba libs shows >> some output I dont unders

lib not found and found at the same time ?

2019-11-13 Thread mike tancsa
I was trying to upgrade (failed) and then re-install the samba410-4.10.10 port on a RELENG12 box.  One of the Samba libs shows some output I dont understand on ldd ldd /usr/local/lib/nss_wins.so.1 /usr/local/lib/nss_wins.so.1:     libwbclient.so.0 => /usr/local/lib/samba4/libwbclient.so.0

Re: upgrading RELENG_11 to RELENG_12 now fails with kernel requires linker ifunc support

2019-11-07 Thread mike tancsa
On 11/7/2019 1:13 PM, Warner Losh wrote: > > > On Thu, Nov 7, 2019 at 10:07 AM mike tancsa <mailto:m...@sentex.net>> wrote: > > This likely should only be active if the target isn't install... It's > a build-time thing, not an install time thing. > > To conf

upgrading RELENG_11 to RELENG_12 now fails with kernel requires linker ifunc support

2019-11-07 Thread mike tancsa
Hi All,     In the past, I could do something like Mount via nfs a RELENG12 kernel and world, do the appropriate #mount_nfs 192.168.143.5:/crossbuilds /crossbuilds/ # setenv MAKEOBJDIRPREFIX /crossbuilds/obj/12/ and then do an installkernel and world and upgrade to releng12.  Now, I get the

Re: SSH error messages (bug id=234793) ) RELENG_12

2019-10-18 Thread mike tancsa
On 10/18/2019 10:36 AM, Matt Garber wrote: >>> Does anyone know what the cause is of this fail message ? >>> >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234793) >>> >>> its triggered by a normal ssh key'd login, but sshd is running with >>> VERBOSE logging. >>> >>> sshd[63290]: Failed

SSH error messages (bug id=234793) ) RELENG_12

2019-10-18 Thread mike tancsa
Does anyone know what the cause is of this fail message ? (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234793) its triggered by a normal ssh key'd login, but sshd is running with VERBOSE logging.   sshd[63290]: Failed unknown for testuser1 from 192.168.xx.yyy port 60643 ssh2 ? The user

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-09-23 Thread mike tancsa
On 9/20/2019 2:46 PM, Jeremy Chadwick via freebsd-stable wrote: >> I've committed a fix to head and will MFC it in a few days. Thanks >> for tracking this down! > Did HEAD r351557 get backported/MFC'd into stable/11 and stable/12? Can > test stable/11 if needed. It has not been MFC'd to

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-26 Thread mike tancsa
On 8/22/2019 6:51 PM, John Baldwin wrote: > On 8/21/19 5:47 PM, Mike Tancsa wrote: >> On 8/21/2019 6:38 PM, John Baldwin wrote: >>> On 8/21/19 9:08 AM, mike tancsa wrote: >>>> On 8/21/2019 12:00 PM, John Baldwin wrote: >>>>> dtrace -n 'fbt::_gone_

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-23 Thread Mike Tancsa
On 8/22/2019 8:21 PM, Mike Tancsa wrote: > On 8/22/2019 6:51 PM, John Baldwin wrote: >> On 8/21/19 5:47 PM, >> # dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = >> count() }' >> dtrace: description 'fbt::_gone_in:entry ' matched 1 probe >&

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-22 Thread Mike Tancsa
precated code (to be removed in FreeBSD 13): CAST128 cipher via /dev/crypto     ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-21 Thread Mike Tancsa
On 8/21/2019 6:38 PM, John Baldwin wrote: > On 8/21/19 9:08 AM, mike tancsa wrote: >> On 8/21/2019 12:00 PM, John Baldwin wrote: >>> dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = >>> count()' >> Thanks, I am not familiar with dtrace

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-21 Thread mike tancsa
On 8/21/2019 12:00 PM, John Baldwin wrote: > dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = > count()' Thanks, I am not familiar with dtrace at all. This command gives a syntax error 0(cage)# dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = count()'

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-21 Thread mike tancsa
On a busy server, I am getting a lot of these spewing to dmesg Deprecated code (to be removed in FreeBSD 13): ARC4 cipher via /dev/crypto Deprecated code (to be removed in FreeBSD 13): DES cipher via /dev/crypto Deprecated code (to be removed in FreeBSD 13): 3DES cipher via /dev/crypto Deprecated

UEFI, ipmi console and double text (DDOOUUBBLLE TTEEXXT)

2019-08-06 Thread mike tancsa
I did a fresh install of a RELENG12 image and did EFI for the boot / install process.  Most everything seems to work ok, but the boot menu gets double text printing. As before and after is OK, its not a huge thing, but is there a way to fix this ? loader.conf is simple comconsole_speed="115200"  

Re: extremely slow boot of RELENG_10

2019-07-31 Thread mike tancsa
On 7/31/2019 11:59 AM, Eugene Grosbein wrote: > 31.07.2019 22:30, mike tancsa wrote: > >> While moving a pair of ZFS disks from an *very* old motherboard to a new >> one, I ran into an odd problem I had not seen before. The box was >> running just fine RELENG_10 from

extremely slow boot of RELENG_10

2019-07-31 Thread mike tancsa
While moving a pair of ZFS disks from an *very* old motherboard to a new one, I ran into an odd problem I had not seen before.  The box was running just fine RELENG_10 from FreeBSD 10.1-STABLE #18 r279918 on 10yr old MB. Boots normally and expected speeds for old hardware/CPU.  But on the new one,

Re: Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib

2019-07-29 Thread mike tancsa
On 7/26/2019 10:38 PM, Jeremy Chadwick via freebsd-stable wrote: > (Please retain CCs, I am not subscribed to the list) > > Below is hard evidence of 3 things on stable/11 (not 12) after r350259: > > 1. r350259 adds *substantial* time to buildworld. Are you sure this is not the same as the issue

Re: Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib

2019-07-25 Thread mike tancsa
On 7/25/2019 12:09 PM, Dimitry Andric wrote: > Hmmm, is the logic reversed somehow ? The good news is if nothing is >>> defined, it does the right thing. >> The idea is that the default is to *not* bootstrap the compiler, if the >> system compiler is new enough. E.g. if you build r350256 from a

Re: Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib

2019-07-24 Thread mike tancsa
On 7/24/2019 1:21 PM, mike tancsa wrote: > On 7/24/2019 12:02 PM, Dimitry Andric wrote: >> On 24 Jul 2019, at 17:12, mike tancsa wrote: >>> On 7/24/2019 9:45 AM, Dimitry Andric wrote: >>>> On 24 Jul 2019, at 14:47, mike tancsa wrote: >>>>&g

Re: Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib

2019-07-24 Thread mike tancsa
On 7/24/2019 12:02 PM, Dimitry Andric wrote: > On 24 Jul 2019, at 17:12, mike tancsa wrote: >> On 7/24/2019 9:45 AM, Dimitry Andric wrote: >>> On 24 Jul 2019, at 14:47, mike tancsa wrote: >>>> On 7/23/2019 2:40 PM, Dimitry Andric wrote: >>>>> Aut

Re: Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib

2019-07-24 Thread mike tancsa
On 7/24/2019 9:45 AM, Dimitry Andric wrote: > On 24 Jul 2019, at 14:47, mike tancsa wrote: >> On 7/23/2019 2:40 PM, Dimitry Andric wrote: >>> Author: dim >>> Date: Tue Jul 23 18:40:32 2019 >>> New Revision: 350256 >>> URL: https://svnwe

Buildworld times (was Re: svn commit: r350256 - in stable/12: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib/Obj

2019-07-24 Thread mike tancsa
On 7/23/2019 2:40 PM, Dimitry Andric wrote: > Author: dim > Date: Tue Jul 23 18:40:32 2019 > New Revision: 350256 > URL: https://svnweb.freebsd.org/changeset/base/350256 > Hi,     Not sure if this is just a difference in the versions or more things are being compiled, but I noticed a buildworld

Re: efi and serial console (solved)

2019-07-19 Thread Mike Tancsa
On 7/19/2019 6:24 PM, Freddie Cash wrote: > On Fri, Jul 19, 2019, 12:59 PM mike tancsa, <mailto:m...@sentex.net>> wrote: > > I installed a RELENG12 snapshot from July 11th and having a hard time > getting serial console to work. In the past, I would have someth

Re: efi and serial console

2019-07-19 Thread Mike Tancsa
s     ---Mike > > sean > -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ___ freebsd-stable@freebsd.org mailing list

efi and serial console

2019-07-19 Thread mike tancsa
I installed a RELENG12 snapshot from July 11th and having a hard time getting serial console to work. In the past, I would have something simple like ttyu0   "/usr/libexec/getty std.115200  vt100   on secure in /etc/ttys and in /boot/loader.conf console="comconsole,vidconsole"

RELENG_10 to RELENG11 buildworld no possible ?

2019-07-07 Thread Mike Tancsa
e[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src 1(vinyl3)# -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambrid

Re: route based ipsec

2019-05-03 Thread Mike Tancsa
le around for config examples / discussions. The bad news-- The ipsec docs really need updating. The good news, StrongSwan and IPSEC in RELENG_11 and 12 are really great and well maintained.  Documentation is sadly not in one place.     ---Mike ------- Mike Tancsa, tel +1 519 651 3400 x2

Re: 11.2-STABLE kernel wired memory leak

2019-02-20 Thread Mike Tancsa
On 2/20/2019 3:14 AM, Eugene Grosbein wrote: > 20.02.2019 3:49, Mike Tancsa wrote: > >> On 2/19/2019 2:35 PM, Mike Tancsa wrote: >>> dd if=/dev/zero of=/tanker/test bs=1m count=10 >> The box has 32G of RAM. If I do a >> >> # sysctl -w vfs.zfs.arc_max=1222

Re: 11.2-STABLE kernel wired memory leak

2019-02-19 Thread Mike Tancsa
On 2/19/2019 2:35 PM, Mike Tancsa wrote: > dd if=/dev/zero of=/tanker/test bs=1m count=10 The box has 32G of RAM. If I do a # sysctl -w vfs.zfs.arc_max=12224866304 vfs.zfs.arc_max: 32224866304 -> 12224866304 # after WIRED memory is at 29G, it doesnt immediately r

Re: 11.2-STABLE kernel wired memory leak

2019-02-19 Thread Mike Tancsa
11.6294 mbuf_jumbo_page:   4096    2.98672 ripcb:  488 # > -- > --- > Mike Tancsa, tel +1 519 651 3400 x203 > Sentex Communications, m...@sentex.net > Providing Internet services since 1994 www.sentex.net > Cambridge, Ontario Canada __

Re: 11.2-STABLE kernel wired memory leak

2019-02-12 Thread Mike Tancsa
fs.zfs.arc_max vfs.zfs.arc_max: 12307744768     ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ___ fr

Re: 11.2-STABLE kernel wired memory leak

2019-02-12 Thread Mike Tancsa
80M MRU, 11M Anon, 78M Header, 681M Other 9328M Compressed, 28G Uncompressed, 3.05:1 Ratio Swap: 64G Total, 13M Used, 64G Free Right now its OK, but prior to limiting ARC, I had an issue with memory and the disk thrashing due to swapping pid 643 (devd), uid 0, was killed: out of swap space     ---M

Re: APU2, legacy firmware 4.0.22, FreeBSD 12.0 hangs in boot

2019-01-04 Thread Mike Tancsa
gt; v4.0.18 on apu2c4 with no issues. I am running 12-STABLE (r342389 from a few days ago) and it works great too     ---Mike > -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cam

Re: APU2, legacy firmware 4.0.22, FreeBSD 12.0 hangs in boot

2019-01-04 Thread Mike Tancsa
others. > What do the newer firmwares give you ? i.e. why upgrade ? On my APU3s I am running     Vendor: coreboot     Version: 4.0.7     Release Date: 03/02/2017 and havent seen any issues with it ? Are there new features ?     ---Mike -- --- Mike Tancsa

Re: mps and LSI SAS2308: controller resets on 12.0 - IOC Fault 0x40000d04, Resetting

2018-12-18 Thread Mike Tancsa
On 12/18/2018 4:05 AM, Jan Martin Mikkelsen wrote: >> On 17 Dec 2018, at 20:14, Mike Tancsa wrote: >> >> On 12/17/2018 10:52 AM, Mark Martinec wrote: >>> Anyone else seen problems with mps driver and LSI SAS2308 controller? >>> >>> (btw, on an

Re: mps and LSI SAS2308: controller resets on 12.0 - IOC Fault 0x40000d04, Resetting

2018-12-17 Thread Mike Tancsa
However, my 9240s fail with the mfi and they will not work with the mrsas     ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, On

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-12-04 Thread Mike Tancsa
e. So whatever was going > on seems to be fixed for me. I think I will downgrade the box that was having issues to RELENG11 to see if the problem is there too.  Unfortunately, the issue took ~ 10 days to show itself     ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x2

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-12-04 Thread Mike Tancsa
On 11/26/2018 11:30 AM, Mike Tancsa wrote: > On 11/26/2018 11:25 AM, Pete French wrote: >> Foolwing up an old thread I know, but my ssystem ahs been pretty >> stable until recently, when it started locking up about one a week at >> least. This co-incided wit

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-11-26 Thread Mike Tancsa
d lockup) it took some random amount of time and generally did not matter if the box was loaded or not.     ---Mike -- ------- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cam

Re: Good motherboard for Ryzen (first-gen)

2018-09-24 Thread Mike Tancsa
ist,NAsids=32768 TSC: P-state invariant, performance statistics real memory = 34359738368 (32768 MB) avail memory = 33226657792 (31687 MB) ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 199

Re: ZFS: i/o error - all block copies unavailable

2018-09-17 Thread Mike Tancsa
GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT scheme: GPT -- ------- Mike Tancsa, tel +1 519 651 3

ZFS: i/o error - all block copies unavailable

2018-09-13 Thread Mike Tancsa
gpt/zfs0 ONLINE 0 0 0 ada1p3ONLINE 0 0 0 errors: No known data errors ada1 was replaced recently as its wear level was reaching 0, but the errors were there prior to replacement ---Mike - -- --- Mike Tancsa, tel +1 519 651

Re: mSATA strangeness (was Re: gpart strangeness)

2018-08-22 Thread Mike Tancsa
Never mind, I found the issue hw.ata.ata_dma=0 hw.ata.atapi_dma=0 in /boot/loader.conf, hanging around from the days of wood burning power supplies was causing this strange behaviour! Sorry for the noise folks! ---Mike On 8/22/2018 12:17 PM, Mike Tancsa wrote: > OK, > Som

Re: gpart strangeness (solved)

2018-08-22 Thread Mike Tancsa
On 8/21/2018 2:30 PM, Mike Tancsa wrote: > On 8/21/2018 9:51 AM, Eugene Grosbein wrote: >> >> It seems like faulty media to me: it silently returns bad data. OK, it was a config issue on my part! Some legacy config from the long ago days of Soekris 5501s, had hw.ata.ata_dma=0 hw.

mSATA strangeness (was Re: gpart strangeness)

2018-08-22 Thread Mike Tancsa
yes yes free-fall no no Data Set Management (DSM/TRIM) yes DSM - max 512byte blocks yes 8 DSM - deterministic read no Host Protected Area (HPA) yes no 31277232/31277232 HPA - Security no 0# On 8/21/2018 2:30 PM, Mike Tancsa wro

Re: gpart strangeness

2018-08-21 Thread Mike Tancsa
write on character device dd: /dev/ada0: end of device 0+1066621 records in 122176+1 records out 16013942784 bytes transferred in 566.461990 secs (28270110 bytes/sec) 1# hd /dev/ada0 79 0a 79 0a 79 0a 79 0a 79 0a 79 0a 79 0a 79 0a |y.y.y.y.y.y.y.y.| * 3ba816000 0# -- --- Mi

Re: gpart strangeness

2018-08-21 Thread Mike Tancsa
ount=100 100+0 records in 100+0 records out 419430400 bytes transferred in 22.194061 secs (18898317 bytes/sec) 0# md5 /mnt/test1 MD5 (/mnt/test1) = 318ee3900564460b14e4e80e0bb8f358 0# ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex

gpart strangeness

2018-08-20 Thread Mike Tancsa
-6ecf-11d6-8ff8-00022d09712b label: (null) length: 16013901824 offset: 20480 type: freebsd-ufs index: 1 end: 31277191 start: 40 Consumers: 1. Name: ada0 Mediasize: 16013942784 (15G) Sectorsize: 512 Mode: r0w0e0 0# -- --- Mike Tancsa, tel +1 519 651

Re: Jails on ZFS yielding 100% load on gstat

2018-08-14 Thread Mike Tancsa
in loader.conf :) BTW for recent RELENG_11 boxes this is now a run time tunable. > > I've since found the culprit, I think. Please see my other post in this > thread. What was the issue ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communi

Re: Jails on ZFS yielding 100% load on gstat

2018-08-13 Thread Mike Tancsa
---Mike -- ------- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/l

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-07-27 Thread Mike Tancsa
On 7/27/2018 10:38 AM, Konstantin Belousov wrote: >> >> This is stock FreeBSD image r335560. > By stock you mean that no patches were applied, right ? > Correct, just the regular tree, no patches and nothing in /etc/sysctl.conf and loader.conf just has # cat /boot/loader.conf

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-07-27 Thread Mike Tancsa
ike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mail

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-07-27 Thread Mike Tancsa
Intel box to see if that wuld cause the Linux binaries to crash. It didn't. I havent used the linux emulator in ages. What is the easiest way to try this out ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet serv

ZFS destroy caused panic ? 11.2 (r335771)

2018-07-03 Thread Mike Tancsa
#16 0x80923cfd at fast_syscall_common+0x101 I was not able to get a backtrace saved. Any ideas what this might be about ? -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-06-18 Thread Mike Tancsa
rd lock the system in 5-60 min. The combo of Microcode updates and system settings https://lists.freebsd.org/pipermail/freebsd-current/2018-June/069799.html seem to have fixed the last issue I was seeing ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communicati

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-06-13 Thread Mike Tancsa
html ---Mike -- ------- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ___ freebsd-stable@freebsd.org mailing list https://list

Re: Ryzen issues on FreeBSD ? (with sort of workaround)

2018-06-03 Thread Mike Tancsa
then again kill off 31 cores is a heavy cost to pay for stability :( When I am back at the office, I will see if a recent checkout of HEAD still freezes the Epyc. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing In

  1   2   3   4   5   6   7   8   9   10   >