Re: acpipci kernel doesn't boot

2020-01-29 Thread Nayden Markatchev
thank you for the bug report. there is a diff in snapshots that is likely to have caused this regression. i've backed it out and ran a snapshot built. the new snapshot should hit the mirrors in a couple of hours. please update and let us know if the issue persists. On Tue, 28 Jan 2020 at 03:55,

Re: X starts on sparc64, but will not output video with XVR-600.

2020-01-29 Thread Kurt Mosiejczuk
On Wed, Jan 29, 2020 at 11:41:46PM -0600, David Savolainen wrote: > Kurt, > I installed today's snapshot with no change. I don't think this is a mesa > issue. On the surface, X seems to be configured and running correctly. > Except that video is not being directed to the screen. I don't understa

Re: X starts on sparc64, but will not output video with XVR-600.

2020-01-29 Thread Kurt Mosiejczuk
On Tue, Jan 28, 2020 at 11:07:27PM -0600, David Savolainen wrote: > >Synopsis: X starts on sparc64, but no video > >Category: X window system running, but not working > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6-current (GENERIC.MP) #197: Sun Jan

pfsync(4) man page patch to clarify requirements

2020-01-29 Thread Chad Gross
It isn't explicitly expressed in the man page that pfsync requires identical interfaces to work properly so I've created a patch clarifying that it won't work otherwise. A workaround is possible with the use of trunk(4), or now possibly aggr(4), but I wasn't sure this additional information was war

"relink" failed after swiching to Jan29 -current; stuck in reboot loop prior to that when using bsd.sp

2020-01-29 Thread Brett Mahar
Hi OpenBSD, Possibly this is one issue or two seperate issues, I don't know. I have been running OpenBSD on a remote virtual machine for a long time with no issues (release version 6.4, 6.5, 6.6, -current before that). With the recent smtpd issue I decided to swtich back to -current yesterday (

Wacom touch and pen digitizer stops working after resume from suspend.

2020-01-29 Thread Alexander Cronheim
>Synopsis: Wacom touch and pen digitizer stops working after resume from >suspend. >Category: system kernel amd64 >Environment: System : OpenBSD 6.6 Details : OpenBSD 6.6-current (GENERIC.MP) #6: Sat Jan 18 11:56:49 CET 2020 XX@

Thinkpad X380 Yoga: Headphone jack right channel and microphone do not work, and after suspend no system bell.

2020-01-29 Thread Alexander Cronheim
>Synopsis: Thinkpad X380 Yoga: Headphone jack right channel and microphone do not work, and after suspend the system bell stops working. >Category: system kernel amd64 >Environment: System : OpenBSD 6.6 Details : OpenBSD 6.6-current (GENERIC.MP) #5: Fri Jan

bitbucket.org TLS handshake failure

2020-01-29 Thread Caspar Schutijser
On a recent snapshot, setting up an HTTPS connection to bitbucket.org fails (shown below). On a system running OpenBSD 6.6, this works fine. $ ftp -o /dev/null https://bitbucket.org Trying 18.205.93.1... TLS handshake failure: handshake failed: error:14FFF3E7:SSL routines:(UNKNOWN)SSL_internal:

Re: make(1) regression

2020-01-29 Thread Martin Pieuchot
On 29/01/20(Wed) 15:00, Marc Espie wrote: > On Wed, Jan 29, 2020 at 02:04:06PM +0100, Martin Pieuchot wrote: > > Diff below enables a ptrace(2) regress coming from NetBSD. > > > > With usr.bin/make built since -D2020-01-14, that includes -current, it > > complains during the last test: > > > >

It's not make

2020-01-29 Thread Marc Espie
Running t_ptrace manually with the simplest possible code shows the same problem: #include #include #include #include int main() { int i = fork(); if (i == -1) err(1, "fork"); if (i == 0) { exe

Re: make(1) regression

2020-01-29 Thread Marc Espie
On Wed, Jan 29, 2020 at 02:04:06PM +0100, Martin Pieuchot wrote: > Diff below enables a ptrace(2) regress coming from NetBSD. > > With usr.bin/make built since -D2020-01-14, that includes -current, it > complains during the last test: > > make: Child (52049) not in table? > FAILED >

make(1) regression

2020-01-29 Thread Martin Pieuchot
Diff below enables a ptrace(2) regress coming from NetBSD. With usr.bin/make built since -D2020-01-14, that includes -current, it complains during the last test: make: Child (52049) not in table? FAILED That results in a failing test, however the syscall correctly reports EBUSY.

X starts on sparc64, but will not output video with XVR-600.

2020-01-29 Thread David Savolainen
>Synopsis: X starts on sparc64, but no video >Category: X window system running, but not working >Environment: System : OpenBSD 6.6 Details : OpenBSD 6.6-current (GENERIC.MP) #197: Sun Jan 26 06:53:42 MST 2020 dera...@sparc64.openbsd.org:/usr/src/sys/arch/spar