Re: lib/csu/init_priority_test broken on macppc with clang

2021-08-29 Thread Brad Smith
On 10/7/2020 5:48 AM, Mark Kettenis wrote: Date: Tue, 6 Oct 2020 13:06:04 + From: Miod Vallat Synopsis: lib/csu/init_priority regress test failure on macppc Category: powerpc Environment: System : OpenBSD 6.8 Details : OpenBSD 6.8-current (GENERIC)

Re: Problem with Broadcom BCM5762 during boot, might be related to previous bug

2021-06-18 Thread Brad Smith
On Wed, Jun 16, 2021 at 11:52:48PM -0400, Brad Smith wrote: > On Wed, Jun 16, 2021 at 07:46:03PM -0700, Evan Littmann wrote: > > I'll see if I have an adapter that works. > > > > I took a photo of the screen and ran it through an online optical character > > recogn

Re: Problem with Broadcom BCM5762 during boot, might be related to previous bug

2021-06-17 Thread Brad Smith
On Wed, Jun 16, 2021 at 07:46:03PM -0700, Evan Littmann wrote: > I'll see if I have an adapter that works. > > I took a photo of the screen and ran it through an online optical character > recognition site so I didn't have to fix or type much. > > On Mon, Jun 14, 2021, 1:29 PM Stuart Henderson

Re: getaddrinfo() is not thread-safe in 6.8

2020-12-24 Thread Brad Smith
On 12/23/2020 10:35 PM, Alexey Sokolov wrote: Synopsis: getaddrinfo() is not thread-safe in 6.8 Category: system Environment: System : OpenBSD 6.8 Details : OpenBSD 6.8 (GENERIC.MP) #1: Tue Nov 3 09:06:04 MST 2020

Re: reN networking hangs in KVM/QEMU

2019-02-08 Thread Brad Smith
On 2/8/2019 8:07 PM, Sijmen J. Mulder wrote: Hi, I run OpenBSD (snapshots) in a KVM+QEMU VM on Debian 9 and use it over SSH. Those SSH sessions stall almost without fail when there's a lot of output. Repro (or at least my set up): 1. Create a KVM+QMEU VM on Linux with virt-manager. I

Re: em0 interface on Lenovo T60 hangs starting as of OpenBSD 5.7

2015-05-11 Thread Brad Smith
On 05/11/15 10:23, Stuart Henderson wrote: On 2015/05/09 17:10, Brad Smith wrote: On Sun, May 03, 2015 at 12:16:21PM +0200, Mark Kettenis wrote: Date: Sun, 3 May 2015 02:38:12 -0700 From: Bryan Linton b...@shoshoni.info The key difference is the following two lines. The first wedged

Re: em0 interface on Lenovo T60 hangs starting as of OpenBSD 5.7

2015-05-09 Thread Brad Smith
On Sun, May 03, 2015 at 12:16:21PM +0200, Mark Kettenis wrote: Date: Sun, 3 May 2015 02:38:12 -0700 From: Bryan Linton b...@shoshoni.info The key difference is the following two lines. The first wedged, the second unwedged: em0 2048 2 2 256 2

Re: [patch] fix ld.so crash

2014-11-15 Thread Brad Smith
On 02/20/14 20:11, Brad Smith wrote: On 31/01/14 9:10 PM, Philip Guenther wrote: On Wed, 29 Jan 2014, Sviatoslav Chagaev wrote: When unloading, ld.so removes elements from grpref list too soon, not allowing code which runs later to destroy objects in the list. Next time we dlopen

Re: Segmentation fault in __powerpc_read_tcb on G3

2014-09-18 Thread Brad Smith
On 22/12/13 3:20 PM, Miod Vallat wrote: For what it's worth, this does not happen with: cpu0 at mainbus0: 750 (Revision 0x3311): 499 MHz: 256KB backside cache I'll try to put my BW G3 back in working condition ASAP to check if I can reproduce the problem. It features: cpu0 at mainbus0:

Re: [patch] fix ld.so crash

2014-02-20 Thread Brad Smith
On 31/01/14 9:10 PM, Philip Guenther wrote: On Wed, 29 Jan 2014, Sviatoslav Chagaev wrote: When unloading, ld.so removes elements from grpref list too soon, not allowing code which runs later to destroy objects in the list. Next time we dlopen, there are undead objects with e.g. freed elements

Re: Bad return value for getpwnam_r et al

2014-02-16 Thread Brad Smith
On 07/02/14 2:15 PM, Philip Guenther wrote: On Thu, 6 Feb 2014, Todd C. Miller wrote: I don't particularly like all the errno clearing but I suppose we either need to clear it or restore it so the user can distinguish between error and not found conditions. Yep. Since linux and solaris zero

Re: Bad return value for getpwnam_r et al

2014-02-07 Thread Brad Smith
On 05/02/14 7:31 PM, Philip Guenther wrote: 9On Wed, 5 Feb 2014, Ted Unangst wrote: On Wed, Feb 05, 2014 at 12:41, Brad Smith wrote: They do (but through errno). Of course there may be other places where the internal functions clobber errno before returning to the user code, but some fixes

Re: Bad return value for getpwnam_r et al

2014-02-05 Thread Brad Smith
On 30/01/14 5:32 AM, Jérémie Courrèges-Anglas wrote: will...@25thandclement.com writes: Synopsis: Bad return value for getpwnam_r et al Category: 42 Environment: System : OpenBSD 5.4 Details : OpenBSD 5.4 (GENERIC.MP) #41: Tue Jul 30 15:30:02 MDT 2013

Re: Bad return value for getpwnam_r et al

2014-02-05 Thread Brad Smith
On Wed, Feb 05, 2014 at 12:52:12PM -0500, Ted Unangst wrote: On Wed, Feb 05, 2014 at 12:41, Brad Smith wrote: They do (but through errno). Of course there may be other places where the internal functions clobber errno before returning to the user code, but some fixes have been applied

Re: [patch] fix ld.so crash

2014-01-29 Thread Brad Smith
On 29/01/14 8:59 PM, Sviatoslav Chagaev wrote: (amd64, current) When unloading, ld.so removes elements from grpref list too soon, not allowing code which runs later to destroy objects in the list. Next time we dlopen, there are undead objects with e.g. freed elements in child list. Sooner or

Re: Issues on Acer Aspire E1 572G

2014-01-05 Thread Brad Smith
On 22/12/13 10:13 AM, mark rowland wrote: I'm having some issues running OpenBSD on my notebook Acer Aspire E1 572G. 1) During the installation of 5.4 weird things happened with the keyboard: typing with the keyboard was slow, sometimes typed characters were repeated, the kernel gave several

Re: [patch] DUID in fstab(5) breaks quota(1) reporting

2013-11-04 Thread Brad Smith
On 04/11/13 7:13 PM, Dimitri Sokolyuk wrote: Two releases after this simple patch is still not commited and the bug is still present. Could please anyone from the core-team check and commit it? wbr, Dimitri Sokolyuk There has been some discussion regarding fixing this issue but I believe the

Re: Adaptec controller 39320LPE.

2012-09-30 Thread Brad Smith
On Sun, Sep 30, 2012 at 12:00:10PM +0200, henning petersen wrote: There is no controller 39320LPE from Adaptec. The right controller is 29320LPE which is 29320ALP with PCIe - PCI-X bridge. In FreeBSD is an error with this controller. The PCI sub vendor ID was correct which was the most

Re: Soekris net6501, wrong hw.{cpuspeed,setperf}

2012-07-05 Thread Brad Smith
On Mon, Jun 11, 2012 at 05:06:47PM +, Christian Weisgerber wrote: After boot, hw.setperf and .cpuspeed are wrong on the Soekris net6501-70. hw.cpuspeed claims the box is running at 1600 MHz when in fact it starts up at 600 MHz. # sysctl hw.{setperf,cpuspeed} hw.setperf=100

Re: RTL8111: bug or feature request ?!?

2012-04-24 Thread Brad Smith
On 24/04/12 5:05 PM, Marco V wrote: Today I bought a new Medion AKOYA E2068 D pc with a RTL8111 F nic. The problem is that any other system on the LAN seems to ignore packets from this nic. I tried it with a fresh installed OpenBSD 5.0 installation, but also via de Shell of the OpenBSD 5.0