Re: video(1) crashes with "video: ioctl VIDIOC_DQBUF: Invalid argument"

2020-05-14 Thread Bryan Stenson
Taking a ktrace of syscalls, I can see the following output for ioctls calls to VIDIOC_DQBUF (line 1531: http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/app/video/video.c?annotate=1.29): $ doas kdump -R | grep -1 DQBUF | wc 6471 29127 241107 $ doas kdump -R | grep -1 DQBUF | tail -20 --

Re: em0 does not have time to get address

2020-05-14 Thread Andreas Kusalananda Kähäri
On Thu, May 14, 2020 at 02:06:06PM +0100, Stuart Henderson wrote: > Do you have some idea of when it started? I'm not entierly sure it was the *first* one saying "6.7-current" or the 2nd one doing so. No issues: OpenBSD 6.7 (GENERIC.MP) #182: Thu May 7 11:11:58 MDT 2020 Possibly(?) had issues:

Re: em0 does not have time to get address

2020-05-14 Thread Stuart Henderson
Do you have some idea of when it started? Do you have old boot messages (check /var/log/messages.*.gz) from eariler, if so can you diff them and see if anything changed there? Did anything change in the network (different switch, switch firmware, or config)? On 2020/05/14 10:43, Andreas

Re: em0 does not have time to get address

2020-05-14 Thread clematis
On Thu, May 14, 2020 at 11:19:04AM +0200, Andreas Kusalananda Kähäri wrote: > On Thu, May 14, 2020 at 10:43:56AM +0200, Kusalananda Kähäri wrote: > > >Synopsis: em0 does not get address from DHCP server in time > > >Category: system amd64 > > >Environment: > > System : OpenBSD 6.7 > >

Re: VGA fonts not reloading when changing back to text mode

2020-05-14 Thread Jonathan Gray
On Wed, May 13, 2020 at 11:11:56PM -0700, jo...@armadilloaerospace.com wrote: > On a system with VGA graphics, like a VirtualBox: > > Boot to X. > ctrl-alt-F1 back to text mode. > As root: > wsfontload -h 8 -e ibm /usr/share/misc/pcvtfonts/vt220l.808 > wsconscfg -dF 1 > wsconscfg -t 80x50 1 >

em0 does not have time to get address

2020-05-14 Thread Andreas Kusalananda Kähäri
>Synopsis: em0 does not get address from DHCP server in time >Category: system amd64 >Environment: System : OpenBSD 6.7 Details : OpenBSD 6.7-current (GENERIC.MP) #186: Thu May 14 00:13:53 MDT 2020

VGA fonts not reloading when changing back to text mode

2020-05-14 Thread johnc
On a system with VGA graphics, like a VirtualBox: Boot to X. ctrl-alt-F1 back to text mode. As root: wsfontload -h 8 -e ibm /usr/share/misc/pcvtfonts/vt220l.808 wsconscfg -dF 1 wsconscfg -t 80x50 1 ctrl-alt-F2 to see the second screen in 80x50 mode (takes a while for the getty to restart).