Re: Request for Testing: TCP RACK

2024-03-18 Thread Mike Karels
ression. Ideally, tcphpts could enable this automatically when it starts to be used (enough?), but a sysctl could select auto/on/off. Mike > Best regards > Michael >> >> Thanks all! >> Really happy here :) >> >> Cheers, >> >> Nuno Teix

Re: 'poweroff' seems to (only) halt as of main-n267841-0b3f9e435f2b

2024-01-31 Thread Mike Karels
d check 9cdf326b4faef97f0d3314b5dd693308ac494d48, it changed shutdown ordering. Mike

Re: noatime on ufs2

2024-01-30 Thread Mike Karels
On 30 Jan 2024, at 15:48, Cy Schubert wrote: > In message om> > , Rick Macklem writes: >> On Tue, Jan 30, 2024 at 10:49=E2=80=AFAM Mike Karels wrot= >> e: >>> >>> On 30 Jan 2024, at 3:00, Olivier Certner wrote: >>> >>>> Hi Warner, &

Re: noatime on ufs2

2024-01-30 Thread Mike Karels
is nothing to oppose. You've just said yourself that root > is mounted first read-only. As Mike already said, it is remounted r/w in > userland later in the boot process. I just re-checked the code, because I > only had a vague recollection of all this, and can confirm. > > I m

Re: noatime on ufs2

2024-01-29 Thread Mike Karels
palatable (less POLA violation). Opinions may vary, though. Mike

Re: Removing fdisk and bsdlabel (legacy partition tools)

2024-01-24 Thread Mike Karels
's so old I don't remember if I wrote it; I think I did.) I have a number of test systems using ufs, and I do my modifications with gpart, which accepts humanized numbers and does the arithmetic. Mike

Re: noatime on ufs2

2024-01-11 Thread Mike Karels
t I don't think it is necessary to check the storage type. It could simply default to noatime. I think we should automatically use noatime on SD card images (where bsdinstall doesn't get used). Separately, I think a relatime option would be a good compromise, and I would probably use it. Mike

Re: Proposal: Disable compression of newsyslog by default

2023-12-25 Thread Mike Karels
On 25 Dec 2023, at 2:12, Xin Li wrote: > On 2023-12-23 14:17, Mike Karels wrote: >> On 23 Dec 2023, at 15:23, Craig Leres wrote: >> >>> On 12/23/23 06:52, Konstantin Belousov wrote: >>>> This is strange change at best. I have no opinion about the disabling >

Re: Proposal: Disable compression of newsyslog by default

2023-12-23 Thread Mike Karels
fault config file should specify bzip2, but it would be easy to localize. Mike

Re: NFS exports of ZFS snapshots broken

2023-11-18 Thread Mike Karels
On 18 Nov 2023, at 21:19, Rick Macklem wrote: > On Sat, Nov 18, 2023 at 4:43 PM Mike Karels wrote: >> >> On 18 Nov 2023, at 17:23, Rick Macklem wrote: >> >>> On Sat, Nov 18, 2023 at 2:27 PM Mike Karels wrote: >>>> >>>> On 18 Nov 2023, a

Re: NFS exports of ZFS snapshots broken

2023-11-18 Thread Mike Karels
On 18 Nov 2023, at 17:23, Rick Macklem wrote: > On Sat, Nov 18, 2023 at 2:27 PM Mike Karels wrote: >> >> On 18 Nov 2023, at 15:58, Rick Macklem wrote: >> >>> On Sat, Nov 18, 2023 at 8:09 AM Rick Macklem wrote: >>>> >>>> On Fri, Nov 17, 202

Re: [Intel AlderLake] Read files to FAT32 or UFS partition cause data corrupt due to P-Core-Core

2023-09-18 Thread Mike Karels
te, this device reports .. > > CPU microcode: updated from 0xc to 0x11 > > .. and is now stable with vm.pmap.pcid_enabled=0, > vm.pmap.pcid_invlpg_workaround=1, and CPUTYPE?=alderlake set in > /etc/make.conf over multiple full system builds. > > I have not tested with vm.p

Re: Looks like the kyua zfs tests likely are not used on aarch64 or other contexts with unsigned char

2023-09-10 Thread Mike Karels
s an int, and -1 on end. It never returns 0xff. But mkfile declares ch as char, which truncates the return value -1. ch is a bad (misleading) variable name, although getopt(3) uses it as well (but declared as int). Mike > So the switch is reached as if a "-" prefix

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
KERNCONF?=GENERIC-NODEBUG > REPODIR?=/data/poudriere/packages/pkgbase > WITH_LLVM_TARGET_AARCH64=yes > WITH_LLVM_TARGET_X86=yes > .endif I'm guessing that the problem is in the last section. When building to run on amd64, arm may not be included. I'd try adding WITH_LLVM_TARGET_ARM=yes there

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
On 13 Aug 2023, at 10:00, Juraj Lutter wrote: >> On 13 Aug 2023, at 16:55, Mike Karels wrote: >> >> >> lib32 is not built until stage 4.3.1, after build and cross tools. I tested >> a build just now on amd64 with empty /usr/obj, and it worked (make -j$

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
On 13 Aug 2023, at 9:25, Juraj Lutter wrote: >> On 13 Aug 2023, at 14:42, Juraj Lutter wrote: >> >> Hi, >> >>> On 13 Aug 2023, at 00:17, Mike Karels wrote: >>> >>> On 12 Aug 2023, at 15:32, Juraj Lutter wrote: >>> >>> Did th

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-12 Thread Mike Karels
Host runs 14.0-CURRENT 28d2e3b5dedf > > Am I missing something obvious? > Thanks. Did the buildworld start out by building a cross-compiler? Have you tried without meta mode? With a clean objdir, I don't see how it would matter, but I'm not sure I've tried it. The ALPHA1 builds s

Re: confusion about root partition causes panic during startup

2023-07-22 Thread Mike Karels
Are you planning to commit the change to mountroot? Mike On 20 Jul 2023, at 21:37, Mike Karels wrote: > Mateusz Guzik wrote: >> On 7/20/23, Mike Karels wrote: >>> I installed an additional NVME drive on a system, and then booted. It >>> turns >&g

Re: confusion about root partition causes panic during startup

2023-07-20 Thread Mike Karels
Mateusz Guzik wrote: > On 7/20/23, Mike Karels wrote: > > I installed an additional NVME drive on a system, and then booted. It > > turns > > out that the new drive became nda0, renumbering the other drives. The > > loader > > found the correct partition to b

confusion about root partition causes panic during startup

2023-07-20 Thread Mike Karels
) returned an error. Mike Trying to mount root from ufs:/dev/nvd1p2 [rw]... WARNING: WITNESS option enabled, expect reduced performance. mountroot: unable to remount devfs under /dev (error 2) panic: Assertion _ndp->ni_cnd.cn_pnbuf != NULL failed at ../../../kern/vfs_mountroo

Re: Does kyua based testing need some hazmat/bindings/_openssl.abi3.so related updating?: Undefined symbol "ERR_GET_FUNC"

2023-07-10 Thread Mike Karels
" > > It is possible that this is related to some oddities of my > context for this. But I figured I'd ask the general question > anyway. I haven't seen this. My v7 environments (chroot and /usr/lib32) have only libssl.so.3, not .111, so they must be using OpenSSL 3.0.

Re: For snapshot builds: armv7 chroot on aarch64 has kyua test -k /usr/tests/Kyuafile sys/kern/kern_copyin hung up [in getpid?], unkillable, prevents reboot

2023-07-07 Thread Mike Karels
On 7 Jul 2023, at 11:38, Mark Millard wrote: > On Jul 7, 2023, at 07:36, Mark Millard wrote: > >> On Jul 7, 2023, at 06:50, Mike Karels wrote: >> >>> On 7 Jul 2023, at 6:06, John F Carr wrote: >>> >>>> On Jul 6, 2023, at 20:42, Mike Karel

Re: For snapshot builds: armv7 chroot on aarch64 has kyua test -k /usr/tests/Kyuafile sys/kern/kern_copyin hung up [in getpid?], unkillable, prevents reboot

2023-07-07 Thread Mike Karels
On 7 Jul 2023, at 6:06, John F Carr wrote: > On Jul 6, 2023, at 20:42, Mike Karels wrote: >> >> >> Thanks for isolating this. Let me know when you have the bug number. >> I just tested a fix (the compat code drops the reference on the current >> address spac

Re: For snapshot builds: armv7 chroot on aarch64 has kyua test -k /usr/tests/Kyuafile sys/kern/kern_copyin hung up [in getpid?], unkillable, prevents reboot

2023-07-06 Thread Mike Karels
return (sysctl(mib, nitems(mib), kvm, , NULL, 0)); > } Thanks for isolating this. Let me know when you have the bug number. I just tested a fix (the compat code drops the reference on the current address space an extra time, probably freeing it). Mike

Re: Surprise null root password

2023-05-26 Thread Mike Karels
d in BSD since 1980 (4.0BSD). I guess you would say that it is intentional. The alternative would be to have a well-known password like root, but then it wouldn’t be as obvious that a local password had not been set. Mike > Thanks for reading, > > bob prohaska

Re: Surprise null root password

2023-05-26 Thread Mike Karels
tabase is /etc/spwd.db. You should check the date on it as well. You can rebuild it with “pwd_mkdb -p /etc/master.passwd”. Mike > If somebody can tell me what's going on and what to > check for before placing the machine back on line > it would be much appreciated. > > Thanks for reading, > > bob prohaska

Re: FreeBSD wont boot on AMD Ryzen 9 7950X

2023-05-20 Thread Mike Jakubik
Yuri, That did the job! I assume this could be set in sysctl.conf or something similar post-install? Thanks! On Sat, May 20, 2023 at 4:49 PM Yuri wrote: > Mike Jakubik wrote: > > Hello, > > > > Thanks for the info. At least I know it's not specific to my parts. Is >

Re: FreeBSD wont boot on AMD Ryzen 9 7950X

2023-05-20 Thread Mike Jakubik
tails can help to better pinpoint :) > > Best, > Spotlight > > On May 20, 2023, at 14:28, Mike Jakubik wrote: > > Hi, > > I have a new desktop built with a Ryzen 9 7950X CPU, ASRock X670E Taichi > MB (Latest BIOS), 64GB G.Skill DDR5 mem, and an AMD Radeon RX 7900 XTX. I

FreeBSD wont boot on AMD Ryzen 9 7950X

2023-05-20 Thread Mike Jakubik
Hi, I have a new desktop built with a Ryzen 9 7950X CPU, ASRock X670E Taichi MB (Latest BIOS), 64GB G.Skill DDR5 mem, and an AMD Radeon RX 7900 XTX. I have tried both snapshots of 13 and 14, and they both lock up in the same area when booting (cpu0: on acpi0). No crashes or errors, but I need

Re: ntpd fails on recent -current/arm64

2023-04-23 Thread Mike Karels
e would be helpful, but I’m not sure what we’re looking for. Mike

Re: Status of Alder and Raptor lake on FreeBSD Current

2023-04-12 Thread Mike Karels
> Interested to hear from users using these CPU's right now in there system! > The Reason I ask is that I'm interested in upgrading my home server > hardware :-). I’m running -current on an i7-12700K, and it feels fast compared to my i7-10700K. Mike

Re: Timekeeping problem in /usr/src on new RPI aarch64 snapshot

2023-02-25 Thread Mike Karels
On 25 Feb 2023, at 11:02, bob prohaska wrote: > On Sat, Feb 25, 2023 at 10:33:23AM -0600, Mike Karels wrote: >> On 25 Feb 2023, at 10:16, bob prohaska wrote: >> >>> On Sat, Feb 25, 2023 at 12:21:09AM +0100, Ronald Klop wrote: >>>> >>>> UFS stores t

Re: Timekeeping problem in /usr/src on new RPI aarch64 snapshot

2023-02-25 Thread Mike Karels
timestamps. Timestamps on files, system time, etc, are all in UTC. So the system should act normally if there is no /etc/localtime, and after one is added. Mike > Thanks to both Mark and Ronald! > > bob prohaska

Re: An idea for swap partition size vs. swap space size in use handling

2023-01-22 Thread Mike Karels
nore any extra swap >>>> space in the swap partition. Why not just reduce the size of the swap partition to the desired size with “gpart resize”? Granted, that requires manual intervention. Mike >>> Last I looked at that code, that is precisely what happens >>>

Re: ULE realtime scheduler advice needed

2022-11-23 Thread mike tancsa
a different power profile default than what I expected and for my use case (firewall and router) it was causing dropped packets     ---Mike

Re: ULE realtime scheduler advice needed

2022-11-22 Thread mike tancsa
any difference ?     ---Mike

Re: dmesg content lifetime

2022-11-22 Thread Mike Karels
g. It seems unfortunate that syslog messages logged in the message buffer, at least once syslogd is running. Apparently this happens because they are output to /dev/console. Mike > Thank you, > > Dan > > > On Tue, 22 Nov 2022, Warner Losh wrote: > >> O

Re: How to disable ACPI? (on FreeBSD14 CURRENT)

2022-11-06 Thread Mike Karels
BIOS also if this is a laptop. Mike > On 06.11.2022 09:04, louis.free...@xs4all.nl wrote: >> I need to disable acpi and the indicated method for that is to add >> ^hint.acpi.0.disabled="1"^ in /boot/loader.conf . >> >> However that crashes my syst

Re: trpt(8) to be decomissioned

2022-11-04 Thread Mike Karels
justification > to me. I have used trpt, but not for many years. It was done before tcpdump as well. Its time has long since gone. Mike > -- > Gleb Smirnoff

Re: Status of Intel Hybrid CPU support (Alder Lake/Raptor Lake) support

2022-10-27 Thread Mike Karels
think there is a permanent solution yet. btw, I haven’t heard reports about Raptor Lake yet. Do you know if it has the same problems as Alder Lake on hybrids? I would guess it does. Mike > > Regards, > Alvin Chen > Dell ThinOS | Dell - Comercial Client Group > Teams/Zoom

make install[kernel|world] from read only /usr/obj possible ?

2022-05-24 Thread mike tancsa
On RELENG_12, I was able to mount via NFS /usr/obj and src and do an installworld on read only mounts. However, with RELENG_13 and above, I get permission denied errors. The install seems to continue just fine, but I am not sure if something subtle is being missed. Looking at what gets

Re: [Intel AlderLake] Read files to FAT32 or UFS partition cause data corrupt due to P-Core-Core

2022-02-19 Thread Mike Karels
ort to avoid such a case? > Or are they simply disable all Little cores and use big only? Are there supported arm64 systems with asymmetric processors yet? Mike > On Fri, 18 Feb 2022 15:36:27 -0500 > Alexander Motin wrote: > >> This looks pretty wei

randomdev hangs during initial boot of -current on Raspberry Pi

2022-01-31 Thread Mike Karels
cerpt from /var/log/messages during this time is appended. Mike Jan 27 10:38:48 generic kernel: umass0 on uhub0 Jan 27 10:38:48 generic kernel: umass0: on usbus0 Jan 27 10:38:48 generic kernel: umass0: SCSI over Bulk-Only; quirks = 0x8100 Jan 27 10:38:48 generic kernel: umass0:0:0

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread mike tancsa
But removing your src.conf optimizations would be the first place to try     ---Mike

Re: [HEADSUP] making /bin/sh the default shell for root

2021-09-23 Thread Mike Bristow
use they won't be used to the magic config. I have no problem with a section of root's .profile having the approprate magic commented out so that folk who want this can easily have it, of course. Cheers, Mike -- Mike Bristow m...@urgle.com

Re: ZFS feature compatibility?

2021-01-25 Thread mike tancsa
On 1/25/2021 4:51 PM, John Kennedy wrote: > On Mon, Jan 25, 2021 at 04:17:18PM -0500, mike tancsa wrote: >> Is there a way to check from the bin if its the right version ? strings >> of the file doesnt seem to show anything useful.  I wonder if its the >> UEFI boot th

Re: ZFS feature compatibility?

2021-01-25 Thread mike tancsa
On 1/25/2021 4:03 PM, Toomas Soome wrote: > > >> On 25. Jan 2021, at 22:15, mike tancsa > <mailto:m...@sentex.net>> wrote: >> >> On 1/25/2021 2:37 PM, Toomas Soome via freebsd-current wrote: >>> >>>> On 25. Jan 2021, at 21:31, Micha

Re: ZFS feature compatibility?

2021-01-25 Thread mike tancsa
t; We can not boot from encrypted pool and draid. Rest is all ok. Please note, > you may need to update the bootblocks. > last Friday on zoo.freebsd.org, m...@freebsd.org and I could not boot again because v2 bookmarks were on the boot pool.  I had to boot from another disk, remove the bookmark

Re: ZFS feature compatibility?

2021-01-25 Thread mike tancsa
I ran into an issue not being able to boot because of v2 bookmarks on the boot pool on RELENG_13 just last Friday.     ---Mike On 1/25/2021 2:31 PM, Michael Butler via freebsd-current wrote: > I have a few machines on which I've been hesitant to run 'zpool > upgrade' as I'm not sure of the

Re: Link flap when adding / removing a vlan (was Re: r360902 breaks VLAN interface on if_em (82579LM))

2020-11-09 Thread mike tancsa
+   return (false);     default:     return (true);     } And that seems to work for my particular chipset and use case.     ---Mike ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-c

Re: Link flap when adding / removing a vlan (was Re: r360902 breaks VLAN interface on if_em (82579LM))

2020-11-06 Thread mike tancsa
@@ -4047,6 +4047,7 @@  {     switch (event) {     case IFLIB_RESTART_VLAN_CONFIG: +   return (false);     default:     return (true);     } And if fixes the problem, but not quite sure if it introduces any regressions or other issues ?     ---Mike > - Eric &g

Re: Link flap when adding / removing a vlan (was Re: r360902 breaks VLAN interface on if_em (82579LM))

2020-11-06 Thread mike tancsa
On 11/6/2020 2:17 PM, mike tancsa wrote: > On 5/31/2020 5:39 PM, Lev Serebryakov wrote: >> Hello Ian, >> >> Thursday, May 28, 2020, 2:45:48 AM, you wrote: >> >>> I noticed that my VLAN interfaces stopped working after a recent build.  >>> tcpdum

Link flap when adding / removing a vlan (was Re: r360902 breaks VLAN interface on if_em (82579LM))

2020-11-06 Thread mike tancsa
ate changed to DOWN vlan2049: link state changed to DOWN vlan15: link state changed to DOWN igb1: link state changed to UP vlan16: link state changed to UP vlan2049: link state changed to UP vlan15: link state changed to UP     ---Mike ___ freebsd-cur

Re: Deprecating ftpd in the FreeBSD base system?

2020-09-16 Thread mike tancsa
On 9/16/2020 2:07 PM, sth...@nethelp.no wrote: > # override default of no subsystems > -Subsystemsftp/usr/libexec/sftp-server > +Subsystemsftpinternal-sftp -l INFO Hi, What is the difference between these two ?  Is it not all OpenSSH ?   

Re: Current panics on connecting disks to a LSI-3108 controller

2020-07-14 Thread mike tancsa
On 7/14/2020 5:14 AM, Willem Jan Withagen wrote: > On 14-7-2020 07:45, Andriy Gapon wrote: >> On 14/07/2020 03:39, Willem Jan Withagen wrote: >>> And what I read from the manual page, mrsas plays even nicer with >>> CAM which is a >>> plus. >> If by "nicer" you mean that mfi does not integrate

Re: Which AMD CPUs are supported -- temperature

2020-02-13 Thread mike tancsa
On 2/13/2020 2:22 AM, Peter Jeremy wrote: > On 2020-Feb-12 15:23:51 -0500, mike tancsa wrote: >> Not sure about the older Athlon CPUs, but the 2 generations of Ryzen's I >> have seem correct as well as an APU >> >> CPU: AMD GX-412TC SOC    (

Re: Which AMD CPUs are supported -- temperature

2020-02-12 Thread mike tancsa
000 | degrees C  | ok    | na    | na    | na    | 93.000    | 94.000    | na    And on a fanless APU # sysctl -a dev.cpu.0.temperature dev.cpu.0.temperature: 62.6C # sysctl -a dev.amdtemp.0.core0.sensor0 dev.amdtemp.0.core0.se

Re: ipv6/ppp: FreeBSD obtains linklocal on tun0 only

2018-11-30 Thread Mike Tancsa
refix so far. > > Can someone give a tip? What does you ppp.conf look like ? -- --- 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: boot message: sendmsg on igb0: No buffer space available

2018-10-21 Thread Mike Tancsa
On 10/20/2018 4:31 AM, Dave Cottlehuber wrote: > On Fri, 19 Oct 2018, at 19:46, Mike Tancsa wrote: >> Feeding entropy: . >> lo0: link state changed to UP >> sendmsg on igb0: No buffer space available >> igb0: link state changed to UP >> cxl1: link state changed to

boot message: sendmsg on igb0: No buffer space available

2018-10-19 Thread Mike Tancsa
: . lo0: link state changed to UP sendmsg on igb0: No buffer space available igb0: link state changed to UP cxl1: link state changed to UP Starting Network: lo0 igb0 cxl0 cxl1.     ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net

Re: boot hang at r339386 (solved)

2018-10-18 Thread Mike Tancsa
On 10/18/2018 2:50 PM, Mike Tancsa wrote: > On 10/18/2018 2:26 PM, Konstantin Belousov wrote: >> On Thu, Oct 18, 2018 at 11:12:11AM -0400, Mike Tancsa wrote: >>> On r339386 I am seeing a 100% hang at boot up time.  Boot ends at >>> >>> Going back to r339385

Re: boot hang at r339386 (solved)

2018-10-18 Thread Mike Tancsa
On 10/18/2018 2:26 PM, Konstantin Belousov wrote: > On Thu, Oct 18, 2018 at 11:12:11AM -0400, Mike Tancsa wrote: >> On r339386 I am seeing a 100% hang at boot up time.  Boot ends at >> >> Going back to r339385 works. But going to the next commit hangs the box >> &

boot hang at r339386

2018-10-18 Thread Mike Tancsa
acquired and loaded PCIe: Memory Mapped configuration base @ 0xf800 The box is hard locked up and I cannot break to debugger either. Going back to r339385 works. But going to the next commit hangs the box https://lists.freebsd.org/pipermail/svn-src-head/2018-October/118853.html     ---Mike

Re: Strange panic at boot with vmm in loader.conf vs manually loading it

2018-10-15 Thread Mike Tancsa
On 10/14/2018 2:19 PM, Mateusz Guzik wrote: > On 10/14/18, Mike Tancsa wrote: >> On 10/13/2018 12:48 PM, Allan Jude wrote: >>> Strange that your crash is in ZFS here... >>> >>> Can you take a crash dump? >>> >>> It looks like something

Re: Strange panic at boot with vmm in loader.conf vs manually loading it

2018-10-14 Thread Mike Tancsa
On 10/13/2018 12:48 PM, Allan Jude wrote: > > Strange that your crash is in ZFS here... > > Can you take a crash dump? > > It looks like something is trying to write to uninitialized memory here. I will need to pop in another drive or can I do a netdump at this po

Re: 10G performance regression / difference cxl and ix RELENG11 vs HEAD

2018-10-12 Thread Mike Tancsa
.cxl.1.stats.tx_frames: 8516945 dev.cxl.1.stats.tx_octets: 8434330861 dev.cxl.1.stats.tx_parse_error: 0 > Regards, > Navdeep > > > -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www

Strange panic at boot with vmm in loader.conf vs manually loading it

2018-10-12 Thread Mike Tancsa
]:f77ef Max PASID: 0x2f DevTblSegSup = 0x3 MarcSup = 0x1 ivhd0: supported paging level:7, will use only: 4 ivhd0: device range: 0x0 - 0x ivhd0: PCI cap 0x190b640f@0x40 feature:19 msi: routing MSI IRQ 305 to local APIC 12 vector 52 ---Mike -- --- Mike Tancsa, tel

10G performance regression / difference cxl and ix RELENG11 vs HEAD

2018-10-12 Thread Mike Tancsa
data 512(2048) FLR RO NS link x8(x8) speed 8.0(8.0) -- --- 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: 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: Sharing compiled builds between multiple 12-CURRENT boxes.

2018-08-18 Thread Mike Appleby
On Sat, Aug 18, 2018 at 5:34 PM, Dhananjay Balan wrote: > Hi, > > I run 12-CURRENT on few machines, some more powerful that other (all > of them x86_64, march varies). > > Is there is a way to avoid building CURRENT on all machines? Rather > than building everywhere, can I just build it on the

Re: freebsd-current Digest, Vol 768, Issue 3

2018-07-18 Thread Mike Bergfors
https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > > > -- > > End of freebsd-current Digest, Vol 768, Issue 3 > *** > -- [image:

Re: Ryzen public erratas

2018-06-18 Thread Mike Tancsa
Box would make the box lockup-- no crash, just a blank screen ---Mike > > #!/bin/sh > > # Enable workarounds for erratas listed in > # https://developer.amd.com/wp-content/resources/55449_1.12.pdf > > # 1057, 1109 > sysctl machdep.idle_mwait=0 > sysctl machde

Re: Ryzen public erratas (and Epyc ?)

2018-06-14 Thread Mike Tancsa
curthread == curthread ---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-current@freebsd.org mailing list htt

Re: Ryzen public erratas

2018-06-14 Thread Mike Tancsa
t case, some of this is just redundand. Thanks, I will run the tests on the Epyc system over the next few days. It took a little longer to crash the Epyc than the Ryzen. The Ryzen is still going now for 20hrs. Previously 5-10 min were enough to trigger the hard lockup. ---Mike --

Re: Ryzen public erratas

2018-06-14 Thread Mike Tancsa
. Should I run the same cpuctl commands on those CPUs ? BTW, I am happy to loan one out to you in the FreeBSD netperf cluster for a few weeks ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 x203 Sentex Communications, m...@sentex.net Providing Internet services since 1994

Re: Ryzen public erratas

2018-06-13 Thread Mike Tancsa
and run combos of iperf3 between them. It would not take too long, but the box would hard lock-- i.e. blank screen, no crash dump etc. With the latest micro code update, I have been running the same sort of tests and so far so good. I will let them run overnight to see if things are now stable on

Re: Ryzen specific issues

2018-01-31 Thread Mike Tancsa
On 1/31/2018 8:37 AM, Mike Tancsa wrote: > Hi folks, > I have been running into some deadlock issues on Ryzen boards. The > most easy way to trigger the problem is to compile net/samba47 from the > ports. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 >

Ryzen specific issues

2018-01-31 Thread Mike Tancsa
of the time the compile deadlocks. I have seen this both on RELENG_11 as well as HEAD from r328611 Any ideas how to possibly work around this ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994

Re: [CFT] AMD cpu microcode update port sysutils/devcpu-data D13832

2018-01-12 Thread Mike Tancsa
s.freebsd.org/pipermail/svn-ports-all/2018-January/171209.html Thanks! ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ __

Re: [CFT] AMD cpu microcode update port sysutils/devcpu-data D13832

2018-01-12 Thread Mike Tancsa
hat gets clobbered in your diffs. Thanks! ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada htt

Re: The future of the roff toolchain

2017-05-21 Thread Mike Karels
On 21 May 2017, at 15:36, Benjamin Kaduk wrote: On Sun, May 21, 2017 at 02:57:33PM +0200, Baptiste Daroussin wrote: What I want to propose now, it to render them as PDF (html?) once and push them somewhere (to be defined) as static document on our documentation website. Please doceng@

Re: LSI SAS 3108 RAID Controller

2016-02-03 Thread Mike Tancsa
as JBODs out of the box. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-current

Re: LSI SAS 3108 RAID Controller

2016-02-02 Thread Mike Tancsa
= 'LSI Logic / Symbios Logic' device = 'MegaRAID SAS-3 3108 [Invader]' class = mass storage subclass = RAID ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.n

[no subject]

2015-06-21 Thread Mike Ma
___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: mfi timeouts at boot on ASUS Z97 motherboard with LSI 9240-4i

2015-04-07 Thread Mike Tancsa
Oct 06 2014 12:00:15 active APP 2.130.404-3836 Oct 16 2014 06:50:12 active BTBL 2.02.00.00-0001 Aug 18 2010 11:44:44 active -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net

Re: mfi timeouts at boot on ASUS Z97 motherboard with LSI 9240-4i

2015-04-07 Thread Mike Tancsa
On 4/7/2015 4:25 PM, NGie Cooper wrote: Hi Mike! That's the version I'm running too. Do you have the same model motherboard (there are a couple Z97s, I don't think it matters which one as long as it's the same family)? If so, it's probably something to do with the state of the volume, i.e

Re: mfi timeouts at boot on ASUS Z97 motherboard with LSI 9240-4i

2015-04-07 Thread Mike Tancsa
On 4/7/2015 3:14 PM, Mike Tancsa wrote: On 4/7/2015 3:04 PM, Garrett Cooper wrote: Hi, I just tried to upgrade my system from a Nehalem style era CPU/motherboard (a W series Xeon/P6T-WS) to a Haswell style CPU/motherboard (an E-series Haswell/Z97 motherboard), and I’ve run into some fun

Re: SSH hung with an OpenSSH_6.6.1p1 -- OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Mike Tancsa
version of FreeBSD are you using ? Ssh and Openssl from the ports ? or in the base ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com

Re: default pager (csh)

2015-02-18 Thread Mike Karels
: the version of more on BSD systems actually is derived from less, not the original version of more. Mike ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: i915kms.ko regression?

2015-02-05 Thread mike
Am 2015-02-05 09:46, schrieb Lutz Bichler: Hi Johannes, i am experiencing a similar behavior on an Asus UX31A. The display is active but brightness seems to be near 0 and unchangeable. Reverting https://svnweb.freebsd.org/changeset/base/277959 made me get full brightness again.

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-08 Thread Mike Tancsa
attempting to go to stable/10 or head. Actually, there seems to be a new caveat to this discussed in https://lists.freebsd.org/pipermail/freebsd-stable/2015-January/081521.html ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing

Re: simple task to speed up booting

2014-12-14 Thread Mike Karels
topped out at 300 baud; that's the fastest one I've used, anyway. Defaults are hard to change, though. Mike ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: Looping during boot-up process in FreeBSD-11 current

2014-10-07 Thread Mike.
On 10/5/2014 at 1:57 AM Alexander V. Chernikov wrote: |On 01.10.2014 02:02, Mike. wrote: | On 9/30/2014 at 7:25 PM José Pérez Arauzo wrote: | | | |[snip] | |Try the 271146, | |[snip] | = | |This might be related with r271207. |Can you try r271206 (or any recent HEAD with reverted

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-30 Thread Mike.
On 9/29/2014 at 11:04 PM José Pérez Arauzo wrote: |This encoded message has been converted to an attachment. | |Hi Mike, | |On Mon, 29 Sep 2014 16:03:44 -0400, Mike. wrote [...] |So that should put a time bracket on the issue, |roughly the first half of 2014. | |can you boot 271146? Just

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-30 Thread Mike.
On 9/30/2014 at 9:57 AM Garrett Cooper wrote: |Did you boot with boot -d, using a stripped down kernel, |and without SMP like I suggested in another post? = Unfortunately, this is the first message of yours that I've seen on this topic. I even checked the mailing list archives (

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-30 Thread Mike.
On 9/30/2014 at 7:25 PM José Pérez Arauzo wrote: |[snip] |Try the 271146, |[snip] = I installed the 10.0 release CD. Then (after installing pkg, svn, etc.): cd /usr/src svn update -r271146 make buildkernel make installkernel reboot I got to the login prompt, so it did

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-29 Thread Mike.
On 9/29/2014 at 2:15 AM José Pérez Arauzo wrote: |This encoded message has been converted to an attachment. | |Hi Mike, |It looks like we are hitting the same problem. If we find a |third person with the same issue we can fund a club. :) |Interesting to note: | 1) we both run FBSD on small

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-29 Thread Mike.
reboot The looping still occurs. I haven't checked it character for character, but it the display looks to have the same or very similar information during the looping as the two pictures I posted yesterday. Thanks. Mike. btw, the Atheros WiFi card was removed, with no change in outcome

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-29 Thread Mike.
On 9/28/2014 at 5:01 PM Steven Hartland wrote: |The only recent ATAPI change I recall is 270327, does it still occur |if you revert that? | |Regards |Steve = Another data point. I just downloaded the image: FreeBSD-10.1-BETA3-i386-disc1 The looping occurs also

Re: Looping during boot-up process in FreeBSD-11 current

2014-09-29 Thread Mike.
On 9/28/2014 at 5:01 PM Steven Hartland wrote: |The only recent ATAPI change I recall is 270327, does it still occur |if you revert that? | |Regards |Steve = Yet another data point (actually two data points). I had an older STABLE image sitting around.

  1   2   3   4   5   6   7   8   9   10   >