Re: iwm regression in 7.5 amd64

2024-04-29 Thread Mikhail Pchelin
On Mon, Apr 29, 2024 at 09:19:49AM +0200, Mizsei Zoltán wrote: > Hi, > > thanks for the input! I sadly don't have any other OBSD machine on this lan, > so i can't do any tcpbench test right now :( > > I hovewer did a test with fast.com (same LAN, same router, same computer): > - OpenBSD did

Re: panic with iwm mediaopt monitor mode

2024-04-18 Thread Mikhail
On Wed, Apr 10, 2024 at 7:16 PM Axel Scheepers wrote: > > Hi bugs, > > I paniced a remote 7.5 machine by running > > # ifconfig iwm0 monitor > # ifconfig iwm0 mediaopt monitor > # ifconfig iwm0 up Can't reproduce it on -current.

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-27 Thread Mikhail
On Fri, Oct 27, 2023 at 04:29:55PM +, Jerome Kasper wrote: > So much positivism on these mailiing lists ... > y'all know it's never's Theo's fault ,he's never been grumpy since NetBSD and > he's indeed always right. > Some things never change and won't. Being good person is not a profession.

pflogd doesn't stop properly on -current

2023-10-05 Thread Mikhail
I have also 7.3-release with syspatches - it prints pflogd(ok) on rcctl -f stop pflogd, and no pflogd processes around after that. $ sysctl kern.version kern.version=OpenBSD 7.4 (GENERIC.MP) #1394: Wed Oct 4 10:25:33 MDT 2023

panic: kernel diagnostic assertion "__mp_lock_held(_lock, curcpu()) == 0" failed

2023-09-14 Thread Mikhail
Just got this while launching chromium, laptop is completely locked after the panic. panic: kernel diagnostic assertion "__mp_lock_held(_lock, curcpu()) == 0" failed: file "/usr/src/sys/kern/sched_bsd.c", line 439 OpenBSD 7.3-current (GENERIC.MP) #1360: Fri Sep 8 19:01:03 MDT 2023

egdb hangs with 'n' on -current but not on 7.3-release

2023-08-13 Thread Mikhail
I can reproduce it with tog (game of trees tui tool, it's multithreaded, I can't reproduce the hang with simple 'got' binary, which is single threaded - this is only difference I'm aware of): git clone ssh://anonym...@got.gameoftrees.org/got.git mkdir ~/bin cd got make obj make make install egdb

Re: Dell Chromebook 11 3180 keyboard is super laggy, keys are repeated multiple times

2023-07-25 Thread Mikhail
On Tue, Jul 25, 2023 at 04:22:47PM +, Miguel Landaeta wrote: > >Synopsis:Dell Chromebook 11 3180 keyboard is super laggy, keys are > >repeated multiple times > >Category:amd64 > >Environment: > System : OpenBSD 7.3 > Details : OpenBSD 7.3-current (GENERIC.MP)

Re: redmi laptop keyboard problem

2023-02-24 Thread Mikhail
On Thu, Feb 23, 2023 at 05:46:04PM +0300, Mikhail wrote: > On Thu, Feb 16, 2023 at 02:34:11PM +0300, Mikhail wrote: > > We have a redmi laptop where I want to install OpenBSD current, but > > the keyboard there is not functional, install image boots fine, but > > when I try to

Re: system freezes while playing fullscreen video in chrome

2023-02-18 Thread Mikhail
On Thu, Feb 16, 2023 at 08:01:10PM +0300, Mikhail wrote: > >Synopsis:system freezes while playing fullscreen video in chrome > >Category:kernel > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2-current (GENERIC.MP) #1051: Wed Feb

Re: [acpi] wrong ECDT EC_ID handling

2023-02-18 Thread Mikhail
On Sat, Feb 18, 2023 at 06:11:17PM +0100, Mark Kettenis wrote: > > Date: Sat, 18 Feb 2023 18:47:10 +0300 > > From: Mikhail > > The problem here is that if the firmware provided an ECDT table, its > AML may use the EC right from the start. But that won't be possible > if

Re: [acpi] wrong ECDT EC_ID handling

2023-02-18 Thread Mikhail
On Thu, Feb 09, 2023 at 09:20:10PM +0300, Mikhail wrote: > >Synopsis:wrong ECDT EC_ID handling > >Category:acpi > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2-current (GENERIC.MP) #1021: Sun Feb 5 > 09:52:50 MST 2023 >

redmi laptop keyboard problem

2023-02-16 Thread Mikhail
We have a redmi laptop where I want to install OpenBSD current, but the keyboard there is not functional, install image boots fine, but when I try to press any key, after a delay of 1-2 seconds, I see a repetitive echo on the screen. For example, I'd like to answer 'i' for the initial installer

chromium sometimes starts as a white screen

2023-02-12 Thread Mikhail
I use -current and sometimes chromium starts just as a white screen, not displaying any interface elements and I need to 'pkill chrome' to start over, if, while in this "white screen", I press Ctrl+Alt+X (default cwm kb to close the window) instead of doing 'pkill chrome' further attempts to

Re: [acpi] wrong ECDT EC_ID handling

2023-02-09 Thread Mikhail
On Thu, Feb 09, 2023 at 09:20:10PM +0300, Mikhail wrote: > >Synopsis:wrong ECDT EC_ID handling [...] Proper subject/synopsis line must have been "handling of incorrect ECDT EC_ID", otherwise the sense looks different from what I implied, apologize for that.

Re: ACPI 6.4 Could not convert 1 to 4 panic

2022-11-13 Thread Mikhail
On Sun, Nov 13, 2022 at 04:25:00PM +1100, ja...@tubnor.net wrote: > > > > -Original Message- > > From: Mark Kettenis > > Sent: Saturday, 12 November 2022 11:00 PM > > To: ja...@tubnor.net > > Cc: bugs@openbsd.org > > Subject: Re: ACPI 6.4 Could not convert 1 to 4 panic > > > > > >

Re: ACPI 6.4 Could not convert 1 to 4 panic

2022-11-02 Thread Mikhail
On Wed, Oct 26, 2022 at 09:51:36AM +1100, ja...@tubnor.net wrote: > For a new project, we are trying a Lenovo Thinkstation M70s Gen 3 running > OpenBSD. We hit a hurdle straight up when validating the hardware, the > kernel doesn't get past the ACPI initialisation. Specifically: > > acpi0: at

Re: [chromium] unable to import previously saved bookmarks

2022-10-07 Thread Mikhail
On Fri, Oct 07, 2022 at 03:14:35PM -0400, Claudio Miranda wrote: > This has happened to me as well. In order to get around it, I had to run > "chrome --disable-unveil" from the terminal just so I could import the > bookmarks. After closing it and launching Chromium as usual, it retained > the

[chromium] unable to import previously saved bookmarks

2022-10-07 Thread Mikhail
I needed to reinstall whole system, so before that I saved bookmarks with Ctrl+Shift+O -> Export bookmarks, after fresh install I tried to import with the same menu, but failed - browser didn't import any bookmarks and bookmarks bar is clean. I tried to create sample bookmark, export it, then

Re: Unable to complete secure online login

2022-09-20 Thread Mikhail
On Mon, Sep 19, 2022 at 01:37:37PM -0700, Alton Shaw wrote: > This morning I updated my OpenBSD installation, visited a few web-sites, > noticed that Firefox was running slow on a few of them.  So I reinstalled > Firefox-ESR finished off what I was doing and thought I'd try my bank login > one

Re: automatic turning off of the laptop display stopped working

2022-08-17 Thread Mikhail
On Sun, Jun 19, 2022 at 09:09:41AM +0300, Mikhail wrote: > On the latest snapshot my laptop has stopped to automatically turn off > the display after timeout, it was fine about 3 weeks ago. Chrome is one to blame: https://bugs.chromium.org/p/chromium/issues/detail?id=1329573

Re: [patch] 802.11 printing akm and cipher suite lists in tcpdump

2022-07-22 Thread Mikhail
Moving to bugs@, hoping to get some attention. On Thu, Jun 09, 2022 at 02:36:15PM +0300, Mikhail wrote: > Friendly weekly ping > > On Thu, Jun 02, 2022 at 11:43:30PM +0300, Mikhail wrote: > > Recently I bought a router with WPA3 support and decided to investigate > > wi

Re: kern_event.c:839 assertion failed

2022-06-19 Thread Mikhail
On Sun, Jun 19, 2022 at 11:34:53AM +, Visa Hankala wrote: > The 12 Jun kern_event.c commit is unrelated. > > This report shows no kernel stack trace, so I don't know if the panic > was caused by some unexpected thread exit path. The message about the assertion is all what i got and it had no

automatic turning off of the laptop display stopped working

2022-06-19 Thread Mikhail
On the latest snapshot my laptop has stopped to automatically turn off the display after timeout, it was fine about 3 weeks ago. xset q: Keyboard Control: auto repeat: onkey click percent: 0LED mask: 0002 XKB indicators: 00: Caps Lock: off01: Num Lock:on 02:

kern_event.c:839 assertion failed

2022-06-17 Thread Mikhail
I was debugging tog in lldb and in second tmux window opened another bare tog instance, after a second I got this panic: panic: kernel diagnostic assetion "p->p_kq->kq_refcnt.r_refs == 1" failed file "/usr/src/sys/kern/kern_event.c", line 839 There were also couple of xterms and chrome launched.