ChangeLog not updated anymore

2018-08-05 Thread John
>From August 3rd, https://ftp.openbsd.org/pub/OpenBSD/Changelogs/ChangeLog isn't getting updated anymore.

Chromium crashes on resume from zzz

2016-09-04 Thread john
>Synopsis: Chromium crashes upon resume from zzz after upgrade to 6.0 >Category: user >Environment: System : OpenBSD 6.0 Details : OpenBSD 6.0 (GENERIC.MP) #2319: Tue Jul 26 13:00:43 MDT 2016 dera...@amd64.openbsd.org:/usr/src/sys/arch/a

efiboot can't find OpenBSD GPT partition on Lenovo Ideapad 100s

2016-04-22 Thread john
>Synopsis: efiboot can't find OpenBSD GPT partition on Lenovo Ideapad 100s >Category: amd64 >Environment: System : OpenBSD 5.9 Details : OpenBSD 5.9-current (GENERIC.MP) #1983: Mon Apr 4 21:50:41 MDT 2016 dera...@amd64.openbsd.org:/usr/

ChangeLog not updated anymore

2017-11-28 Thread John
>From November 16th, https://ftp.openbsd.org/pub/OpenBSD/Changelogs/ChangeLog isn't getting updated anymore. I like to read it daily, this is why I noticed. Just making you aware if it isn't working as intended.

bce(4) - descriptor error

2015-01-21 Thread john
>Synopsis: bce(4) infinite loop of descriptor error >Category: kernel >Environment: System : OpenBSD 5.7 Details : OpenBSD 5.7-beta (GENERIC.MP) #0: Tue Jan 20 12:38:44 EST 2015 r...@test.johnmerriam.net:/usr/src/sys/arch/amd64/compile/G

vmt not enabled when running as a VM on ESXi on arm platforms

2023-04-25 Thread john
>Synopsis: vmt not enabled when running as a VM on ESXi on arm platforms >Category: kernel aarch64 arm >Environment: System : OpenBSD 7.3 Details : OpenBSD 7.3 (GENERIC) #132: Sat Mar 25 13:51:54 MDT 2023 dera...@arm64.openbsd.org:/usr/sr

Entry Point 0x1001000 Freeze Upon Boot v.7.6

2025-02-25 Thread John
Hello, Thank you in advance for the time and assistance in resolving this issue. I wanted to report that, upon installing or upgrading to 7.6 on a System76 Darter Pro 8 laptop, the system freezes at the "entry point 0x1001000" notification d

non-conformant behaviour of fclose() / C namespace violation

2016-01-14 Thread John Spencer
hello libc hackers, the following ISO C conforming program is broken on latest OpenBSD: #include int close() { puts("XXX"); return 0;} int main() { fclose(stdout); return 0;} the program is expected to not produce any output, however on OpenBSD it prints "XXX". this bug affects real-world pr

Re: efiboot can't find OpenBSD GPT partition on Lenovo Ideapad 100s

2016-04-23 Thread John Troy
types. It leaves the normal int64_t/uint64_t alone, but we shouldn't use those directly to define EFI data structures. John, can you confirm that this fixes the issue for you? Jonathan, Ken, provided that it does, ok? Index: efi/include/i386/efib

Building LibreSSL on OS X

2014-07-13 Thread John Boyle
igging around, it looks like my system doesn't have memmem, either in a man page or in any library file in /usr/lib. Googling around, it looks like Apple may have added memmem in OS X 10.7: https://bugzilla.mozilla.org/show_bug.cgi?id=695515 Not sure what to recommend in this case. Anyway, there

Re: bce(4) - descriptor error

2015-01-21 Thread John Merriam
e interface at all. Next question is how to fix it so it works with > 1GB RAM. -- John Merriam

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
On 2015-01-21 18:36, John Merriam wrote: On 1/21/2015 1:43 PM, Stefan Sperling wrote: There is supposed to be a bounce buffer in bce to cope with systems with more than 1GB but perhaps it is broken. I installed the old 1GB DIMM that came with the machine when I acquired it, and you are

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
On 2015-01-22 12:04, Stefan Sperling wrote: On Thu, Jan 22, 2015 at 11:34:47AM -0500, John Merriam wrote: So, what could be the problem then? Theoretically it did work as of the 1.35 if_bce.c revision which seems to have shipped in OpenBSD 5.0. This message: http://marc.info/?l=openbsd

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
On Thu, 22 Jan 2015, Stefan Sperling wrote: > On Thu, Jan 22, 2015 at 12:47:28PM -0500, John Merriam wrote: > > The machine currently has the 1GB DIMM in it. I tested the patch and it > > seems to work with <= 1GB RAM. ping -f test returned similar results so > >

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
On 2015-01-22 15:40, Mark Kettenis wrote: Date: Thu, 22 Jan 2015 19:38:42 +0100 (CET) From: Mark Kettenis > Date: Thu, 22 Jan 2015 18:04:44 +0100 > From: Stefan Sperling > > On Thu, Jan 22, 2015 at 11:34:47AM -0500, John Merriam wrote: > > So, what could be the problem then?

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
alled. In addition to the ping -f test I also did an scp test and performance looks good. Thanks! -- John Merriam

Re: bce(4) - descriptor error

2015-01-22 Thread John Merriam
rd to tell for sure. Thanks! -- John Merriam

Xorg agp still required for Inspiron 2500 (intel 82815 chip)

2015-02-16 Thread John Repici
For: bugs@openbsd.org Me:John Repici Total BSD noob, mostly learning, eventually making a box for testing web apps, off-world. Problem: Xorg stopped working on update from 5.5 -> 5.6 release Hello, . . . . . . . Machine: Old Dell Inspiron 2500 (lap

Re: config in 6.1 reports /dev/mem: Operation not permitted

2017-05-04 Thread John DiMarco
es: /dev/mem: Operation not permitted > >Putting kern.allowkmem=1 into /etc/sysctl.conf and reboot should help. Yes, that workaround does the trick, thanks. Regards, John -- John DiMarcohttp://www.cs.toronto.edu/~jdd IT Director, Department of Computer Science, University of Toronto Office:

Re: config in 6.1 reports /dev/mem: Operation not permitted

2017-05-04 Thread John DiMarco
o be to boot into single-user mode and run config from there. It's better in that leaving kern.allowkmem at 0 is a more secure setting. This is a completely acceptable workaround. Perhaps mention in the config man page to use single-user mode when kern.allowkmem is 0? Regards, John -- John

Re: config in 6.1 reports /dev/mem: Operation not permitted

2017-05-05 Thread John DiMarco
ed much about the sound card (though there's no harm in getting it to work correctly), the main reason I still use this ancient laptop is its superb keyboard. Anyway, I re-enabled clcs; dmesg appended below Thanks, John -- John DiMarcohttp://www.cs.toronto.edu/~jdd IT Director, Depa

Compile failure, Openbsd 6.1, building userland.

2017-05-10 Thread John Watts
d several times, and have erased the source and re-downloaded a couple of times and get the same result when compiling the new kernel (success!) and rebuilding userland (failure!). Any help would be greatly appreciated. John Watts Cranbrook, BC rm -f a.out [Ee]rrs mklog *.core y.tab.h ===&g

Missing and strfmon()/strfmon_l()

2022-08-16 Thread John Zaitseff
ng back to 2013. For reference, the following program shows the problem: $ wget -N https://www.zap.org.au/software/utils/scripts/strfmon.c $ cc -o strfmon strfmon.c strfmon.c:26:10: fatal error: 'monetary.h' file not found #include ^~~~ 1 error generated. Yo

Re: Missing and strfmon()/strfmon_l()

2022-08-17 Thread John Zaitseff
e [1]. [1] https://www.zap.org.au/git-browser/trader.git/tree/INSTALL#n202 In any case, feel free to consider this a WONTFIX bug if your porters don't indicate any major pain... Yours truly, John Zaitseff -- John Zaitseff ╭───╮ Email: j.zaits...@zap.org.au The ZAP Group │ Z 

Re: Only 3.5G memory seen on a 10G i386 P3Xeon system

2019-06-28 Thread John DiMarco
wondering why it's not turned on. Regards, John -- John DiMarcohttp://www.cs.toronto.edu/~jdd IT Director, Department of Computer Science, University of Toronto Office: BA7228 1-416-978-5300 Fx:1-416-946-5464 Skype:jddimarco

Re: Only 3.5G memory seen on a 10G i386 P3Xeon system

2019-06-28 Thread John DiMarco
ky. For the same reason OpenBSD/armv7 >will never support large amounts of memory either. OK. Thanks for the clarity, much appreciated. Regards, John -- John DiMarcohttp://www.cs.toronto.edu/~jdd IT Director, Department of Computer Science, University of Toronto Office: BA7228

Potential Bug

2019-09-20 Thread John G
Hello, I was able to install successfully after a few tries but when I attempted to boot I began receiving errors. Here are some screens. Trace: https://ibb.co/QPD0gjt PS: https://ibb.co/bmHnmHp PS: https://ibb.co/YQfJSy1 Warning: https://ibb.co/0Y4zbSF Panic: https://ibb.co/CwXdhv7 The lapto

Re: Panics on 7.4 possibly related to TSO/LRO in ix

2024-01-03 Thread John Clendenen
on vlan3. It was as if the VLAN was paralyzed by whatever was going on with STP on the switches. Again, I have no idea if that is related to the panics, but it was odd. I can reproduce this if it's helpful. On Tue, Jan 2, 2024 at 12:45 AM Jan Klemkow wrote: > On Thu, Dec 14, 2023 at 11:22:27PM

Openbsd stalls at boot>

2024-05-06 Thread John Armstrong
1 at re1 phy 7: RTL8169S/8110S/8211 PHY, rev. 5 ppb3 at pci0 dev 28 function 3 "Intel Bay Trail PCIE" rev 0x11: msi pci4 at ppb3 bus 4 ehci0 at pci0 dev 29 function 0 "Intel Bay Trail EHCI" rev 0x11: apic 1 int 23 usb1 at ehci0: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci0 dev 31 function 0 "Intel Bay Trail LPC" rev 0x11 ichiic0 at pci0 dev 31 function 3 "Intel Bay Trail SMBus" rev 0x11: apic 1 int 18 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-12800 SO-DIMM isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard pcppi0 at isa0 port 0x61 spkr0 at pcppi0 it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0xa30 vmm0 at mainbus0: VMX/EPT (using slow L1TF mitigation) dmesg.txt: unmodified: line 1 Any suggestions on how I can correct this issue? Thank you John

Re: Openbsd stalls at boot>

2024-05-07 Thread John Armstrong
ess enter? If it stalls I can just hit enter and the server will boot Does /etc/boot.conf exist and, if so, what are the contents? I don't see any file /etc/boot.conf on any of my OpenBSD servers. John On Tue, 7 May 2024 at 04:38, Stuart Henderson wrote: > On 2024/05/06 22:33,

re(4) drivers not working

2022-09-14 Thread John Verne
A reminder of how to report problems: https://www.openbsd.org/report.html Specifically, folks here want to see at least a dmesg. But, honestly, a report that "re isn't working" is (at best) going to be ignored.

vmt not enabled when running as a VM on ESXi on arm platforms

2023-04-25 Thread John Jore
>Synopsis:  vmt not enabled when running as a VM on ESXi on arm platforms >Category:  kernel aarch64 arm >Environment:     System  : OpenBSD 7.3     Details : OpenBSD 7.3 (GENERIC) #132: Sat Mar 25 13:51:54 MDT 2023 dera...@arm64.openbsd.org:/usr/sr

Re: vmt not enabled when running as a VM on ESXi on arm platforms

2023-04-26 Thread John Jore
.0008 clock-frequency: 00384000 interrupts: .0005.0004 Node 0xae4 name: 'rtc' status: 'disabled' compatible: 'arm,pl031' + 'arm,primecell' reg: .2000..1000

newsyslog reports an error due to a capitalization of the Wheel group in config

2023-07-08 Thread John Doe
To: bugs@openbsd.org Subject: From: root Cc: root Reply-To: root >Synopsis: newsyslog reports an error due to a capitalization of the Wheel group in config >Category: >Environment: System : OpenBSD 7.3 Details : OpenBSD 7.3 (GENERIC.MP) #1125: Sat Mar 25 10:36:2

Re: ksh bug

2013-01-24 Thread John Long
On Thu, Jan 24, 2013 at 12:42:23PM +0100, David Coppa wrote: > On Thu, 24 Jan 2013, ja...@cieti.lv wrote: > > > Hello! > > > > If I type r r in console or xterm, like: > > > > $ r r > > > > I get ksh.core. It works on i386 5.2 and amd64 current. Blows up REAL GOOD on amd64 stable too. -- ASC

vioblk(4) broken with large LUNs

2013-05-08 Thread John Morrissey
>Synopsis: vioblk(4) broken with large LUNs >Category: kernel >Environment: System : OpenBSD 5.3 Details : OpenBSD 5.3 (GENERIC) #53: Tue Mar 12 18:15:44 MDT 2013 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC

6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-09 Thread Michael-John Turner
0, feature=0 uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0 uhub1 at uhub0 port 4 configuration 1 interface 0 "NEC hub" rev 2.00/1.00 addr 3 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (cc0a6ce50444f549.a) swap

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-10 Thread Michael-John Turner
d anything more. Also happy to apply patches/build a custom kernel to test if needed. There was another panic last night. It seems to happen roughtly every 24 hours (probably just under 24, but it's hard to tell exactly). Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-10 Thread Michael-John Turner
ced copies here: http://dl.rsx11.net/misc/netstat.txt http://dl.rsx11.net/misc/ifconfig.txt http://dl.rsx11.net/misc/ndp.txt Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-13 Thread Michael-John Turner
rface onto their own VLANs, for example), but nothing has helped :( Same panic in the same location. Happy to provide any further information that you think may help diagnose the problem. Thanks in advance :) Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-14 Thread Michael-John Turner
soon as I have some useful information. Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-17 Thread Michael-John Turner
issue.txt http://dl.rsx11.net/misc/ndp_ndp_issue.txt http://dl.rsx11.net/misc/netstat_ndp_issue.txt http://dl.rsx11.net/misc/route_ndp_issue.txt Any ideas what could be causing the problem? Thanks again for your help :) Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

Re: 6.3 amd64 panic: kernel diagnostic assertion in nd6.c

2018-05-21 Thread Michael-John Turner
; messages available for the current instance of the issue as the volume of "nd6_free" messages has caused my logs to be rotated too quickly. I'll restart tonight and report back once I have all of the required info. Thanks again for your help. Cheers, MJ -- Michael-John Turner * m...@mjturner.net * http://mjturner.net/

OpenBSD-release v5.6 amd64 azalia kernel panic

2014-12-03 Thread John M. Molloy
with this message. I do not have the internals knowledge yet to provide you with a patch. For now, unless requested with additional information, this is the best I can do. Sincerely, John Synopsis: Category: Environment: System : OpenBSD 5.6 Details : Open

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-06 Thread John L. Scarfone
+.\" Copyright (c) 2010 John L. Scarfone +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-06 Thread John L. Scarfone
The following reply was made to PR system/6422; it has been noted by GNATS. From: "John L. Scarfone" To: gn...@cvs.openbsd.org, b...@cvs.openbsd.org Cc: Subject: Re: system/6422: Patch to add support for 1-Wire counter device> Date: Tue, 6 Jul 2010 15:36:18 -0400 It was suggeste

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-07 Thread John L. Scarfone
+++ owctr.c 7 Jul 2010 13:35:07 - @@ -1,3 +1,5 @@ +/* $OpenBSD$ */ + /* * Copyright (c) 2010 John L. Scarfone * Index: GENERIC === RCS file: /cvs/src/sys/arch/i386/conf/GENERIC,v retrieving revision 1.688 diff -N -u

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-07 Thread John L. Scarfone
The following reply was made to PR system/6422; it has been noted by GNATS. From: "John L. Scarfone" To: gn...@cvs.openbsd.org, b...@cvs.openbsd.org Cc: Subject: Re: system/6422: Patch to add support for 1-Wire counter device> Date: Wed, 7 Jul 2010 09:42:30 -0400 - add an

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-17 Thread John L. Scarfone
- just use a buffer and make onewire_crc16() operate like onewire_crc() - some style cleanups Index: onewire_subr.c === RCS file: /cvs/src/sys/dev/onewire/onewire_subr.c,v retrieving revision 1.3 diff -N -u -p onewire_subr.c --- onew

Re: system/6422: Patch to add support for 1-Wire counter device>

2010-07-17 Thread John L. Scarfone
The following reply was made to PR system/6422; it has been noted by GNATS. From: "John L. Scarfone" To: gn...@cvs.openbsd.org, b...@cvs.openbsd.org Cc: Subject: Re: system/6422: Patch to add support for 1-Wire counter device> Date: Sat, 17 Jul 2010 08:11:38 -0400 - just use