On Wed, Dec 16, 2020 at 9:01 AM Alexander Bluhm <[email protected]> wrote:
> On Mon, Dec 14, 2020 at 07:10:20PM -0300, K R wrote: > > On Sun, Dec 13, 2020 at 7:33 PM Alexander Bluhm <[email protected] > > > > wrote: > > > I use -current. Yours is a 6.8-stable if I recall correctly. > > > Can you try -current snapshot? > > > > It worked! Just tried -current on both machines, bare metal and under > qemu: > > OpenBSD 6.8-current (GENERIC) #539: Mon Dec 14 03:13:47 MST 2020 > > I did a clean install of OpenBSD 6.8 i386 and tested. Works fine. > > root@ot2:.../~# sysctl hw.model > hw.model=Intel(R) Xeon(TM) CPU 3.06GHz ("GenuineIntel" 686-class) > root@ot2:.../~# sysctl kern.version > kern.version=OpenBSD 6.8 (GENERIC.MP) #440: Sun Oct 4 18:33:20 MDT 2020 > [email protected]:/usr/src/sys/arch/i386/compile/GENERIC.MP > root@ot2:.../~# date > Wed Dec 16 12:57:39 CET 2020 > root@ot2:.../~# tcpdump -c 1 -nl -tt -q -i pflog0 > tcpdump: WARNING: snaplen raised from 116 to 160 > tcpdump: listening on pflog0, link-type PFLOG > 1608119867.693262 10.188.81.21 > 10.188.81.22: icmp: 8 0 > root@ot2:.../~# date > Wed Dec 16 12:57:51 CET 2020 > root@ot2:.../~# date -r 1608119867 > Wed Dec 16 12:57:47 CET 2020 > > I guess there was something inconsistent in your 6.8 installation. > This 6.8-stable system is a plain installation using release(8): --- and it works just fine with this i386 hardware: kern.version=OpenBSD 6.8-stable (GENERIC) #0: Sat Nov 14 03:57:00 GMT 2020 root@server:/usr/src/sys/arch/i386/compile/GENERIC cpu0 at mainbus0: (uniprocessor) cpu0: Intel Pentium III ("GenuineIntel" 686-class) 864 MHz, 06-08-0a cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PSE36,MMX,FXSR,SSE,PERF,MELTDOWN --- But not with this one (-current is required to avoid the pflog0 timestamp problem): kern.version=OpenBSD 6.8-current (GENERIC) #539: Mon Dec 14 03:13:47 MST 2020 [email protected]:/usr/src/sys/arch/i386/compile/GENERIC cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel Core i7 9xx (Nehalem Class Core i7) ("GenuineIntel" 686-class) 2 GHz, 06-1a-03 cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,SSE3,SSSE3,CX16,SSE4.1,SSE4.2,x2APIC,POPCNT,HV,NXE,RDTSCP,LONG,LAHF,MELTDOWN cpu0: apic clock running at 1000MHz --- Any other test I could run in these two classes of machines to better understand the bug? --Kor > > bluhm >
