Re: acpi panic

2021-03-16 Thread YASUOKA Masahiko
On Tue, 16 Mar 2021 16:03:27 -0700 Rafael Ávila de Espíndola wrote: > Patrick Wildt writes: > >> Am Tue, Mar 16, 2021 at 03:25:46PM -0700 schrieb Rafael Ávila de Espíndola: >>> >>> Patrick Wildt writes: >>> >>> > Am Tue, Mar 16, 2021 at 09:24:46AM -0700 schrieb Rafael Ávila de >>> > Espíndol

Re: acpi panic

2021-03-17 Thread YASUOKA Masahiko
Committed the fix. Thanks all. On Wed, 17 Mar 2021 08:35:52 -0700 Rafael Ávila de Espíndola wrote: > Your patch works too. > > Thanks! > Rafael > > > YASUOKA Masahiko writes: > >> On Tue, 16 Mar 2021 16:03:27 -0700 >> Rafael Ávila de Espíndo

Re: Lenovo C930 entry point reboot

2019-12-22 Thread YASUOKA Masahiko
On Wed, 27 Nov 2019 15:59:10 -0700 Bobby Johnson wrote: > Attempting to install OpenBSD on the Lenovo C930, Kaby Lake laptop. > When booting I only see the entry point at line and then it restarts. > It does this with a very recent snapshot on bsd.rd and bsd, booting > from a usb drive. No messag

Re: npppd.conf syntax error in ipcp block using address-mask

2023-03-23 Thread YASUOKA Masahiko
Hi, Thank for the report. On Thu, 23 Mar 2023 15:33:02 -0700 Ryan Freeman wrote: > Noticed this on OpenBSD 7.2 (and 7.1), confirmed still an issue on Mar 21 > snapshot as well. > > npppd.conf(5) states: > pool-address address-range | address-mask [for dynamic | static] > Speci

Re: taskq_next_work: page fault trap when staring Xfce

2023-07-29 Thread YASUOKA Masahiko
Hello, I got new vaio last week, the machine seems to have the same graphic inteldrm0 at pci0 dev 2 function 0 "Intel Graphics" rev 0x04 drm0 at inteldrm0 inteldrm0: msi, ALDERLAKE_P, gen 12 and has the same problem. I found having Option "PageFlip" "off" in /etc/X11/xorg.conf can workaro

Re: taskq_next_work: page fault trap when staring Xfce

2023-08-01 Thread YASUOKA Masahiko
Hi, On Wed, 2 Aug 2023 14:11:36 +1000 Jonathan Gray wrote: > On Mon, Jul 31, 2023 at 10:48:12PM +1000, Jonathan Gray wrote: >> On Sun, Jul 30, 2023 at 03:21:47PM +0900, YASUOKA Masahiko wrote: >> > Hello, >> > >> > I got new vaio last week, the ma

Re: rcctl issue with rdomains

2019-03-19 Thread YASUOKA Masahiko
On Mon, 18 Mar 2019 22:07:58 +0100 Pierre Emeriaud wrote: > I don't know if this is a known/expected behavior or a bug, and I > wanted your input on this. This is on 6.4-stable. I posted the same behavior and a fix. https://marc.info/?l=openbsd-tech&m=155064058824272&w=2 > I have two sshd daemo

Re: rcctl issue with rdomains

2019-03-20 Thread YASUOKA Masahiko
Hi, On Wed, 20 Mar 2019 09:51:50 +0100 Antoine Jacoutot wrote: > On Tue, 2019-03-19 at 18:48 +0900, YASUOKA Masahiko wrote: >> On Mon, 18 Mar 2019 22:07:58 +0100 >> Pierre Emeriaud wrote: >> > I don't know if this is a known/expected behavior or a bug, and I >>

Re: Garbled screen when booting with UEFI

2022-05-02 Thread YASUOKA Masahiko
Thank you for your report and diff. I'm asking ok on tech@. https://marc.info/?l=openbsd-tech&m=165148172804730&w=2 On Mon, 25 Apr 2022 12:39:57 +0300 "Alexei K." wrote: > Hi, > > When booting OpenBSD on a Lenovo B470e laptop (dmesg below), the > screen becomes garbled once the boot prompt dis

Re: Garbled screen when booting with UEFI

2022-06-19 Thread YASUOKA Masahiko
Hello Alexei, The diff is committed, Thanks. One thing, > I've also made the system panic in case no GOP instances are found. I didn't commit that parts of the diff. Because I don't think this is necessary for the workaround. Was it ok? On the conversation with Kettenis at tech@, https://ma

Re: connect(2) failure when initiating multiple connections

2022-12-07 Thread YASUOKA Masahiko
The problem is just fixed on the tree. Thanks. The problem was come from my "TCP receive buffer size auto scaling" commit. https://marc.info/?l=openbsd-cvs&m=166781979228293&w=2 On Thu, 1 Dec 2022 13:05:25 +0100 Christian Weisgerber wrote: > Jeremie Courreges-Anglas: > >> > The pattern is tha

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread YASUOKA Masahiko
Hi, On Thu, 29 Dec 2016 14:53:20 -0600 Ryan wrote: > I've successfully booted the machine with the following changes: > > > --- sys/arch/amd64/stand/efiboot/efiboot.c2016-06-10 12:36:06.0 > -0600 > +++ sys/arch/amd64/stand/efiboot/efiboot.c2016-12-28 15:57:36.728002168 > -0600 >

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread YASUOKA Masahiko
On Fri, 30 Dec 2016 19:38:20 +1100 Jonathan Gray wrote: > On Fri, Dec 30, 2016 at 05:33:44PM +0900, YASUOKA Masahiko wrote: >> On Thu, 29 Dec 2016 14:53:20 -0600 >> Ryan wrote: >> > Oh before I forget, while I was reading through the code I noticed what >> >

Re: Problem with boot block / softraid on current

2017-01-04 Thread YASUOKA Masahiko
ok yasuoka Thanks. On Wed, 4 Jan 2017 20:03:49 +0100 Stefan Sperling wrote: > On Wed, Jan 04, 2017 at 07:16:55PM +0100, Stefan Sperling wrote: >> The diff below fixes the problem for me. As far as I can tell this >> should work on both 512 and 4k disks. But I cannot test with a 4k disk. > > An

Re: npppd crashes the system at the moment of connecting process

2017-01-16 Thread YASUOKA Masahiko
Hello! I am trying to repeat the problem, but I can't repeat. Can you provide the result of "ifconfig" and "netstat -nr"? On Thu, 12 Jan 2017 07:27:12 + Облезов Василий Евгеньевич wrote: Hello! There is a steady problem with npppd(8) and pipex(4). Synopsis: connecting process

Re: ENC: VXLAN in version 5.9

2016-01-18 Thread YASUOKA Masahiko
Hi, On Sat, 16 Jan 2016 09:00:49 -0200 "Wolfz" wrote: > I can see the packet vxlan arriving in destination but there > is not return. Both directions is the same thing. I do the same test, same > network with version 5.8 and is ok. Can you try the diff below? Index: sys/net/if_v

Re: RES: ENC: VXLAN in version 5.9

2016-01-24 Thread YASUOKA Masahiko
ensagem original----- > De: YASUOKA Masahiko [mailto:yasu...@openbsd.org] > Enviada em: segunda-feira, 18 de janeiro de 2016 06:58 > Para: minha-c...@uol.com.br > Cc: bugs@openbsd.org; g...@openbsd.org; r...@openbsd.org > Assunto: Re: ENC: VXLAN in version 5.9 > > Hi, > >

Re: UEFI Boot Report: Screen corruption and kernel panic

2016-02-04 Thread YASUOKA Masahiko
On Thu, 4 Feb 2016 00:37:42 +0100 (CET) Mark Kettenis wrote: > I suspect that what's happening is that the QueryMode() calls > overwrite the current mode information in the GOP structure. The > SetMode() call will update the information again. In my book that > means the UEFI BIOS of this machin

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

2016-04-23 Thread YASUOKA Masahiko
Nice fix. ok yasuoka On Sat, 23 Apr 2016 15:55:21 +0200 (CEST) Mark Kettenis wrote: >> Date: Sat, 23 Apr 2016 08:25:22 -0400 >> From: Kenneth Westerback >> >> > And here is a possible fix. Got the inspiration from the SYSLINUX >> > bootloader. This forces alignment of the EFI-specific 64-bit

Re: Display distortion while booting in native UEFI mode

2017-08-14 Thread YASUOKA Masahiko
Hello, On Mon, 14 Aug 2017 17:01:20 +0500 "dmitry.sensei" wrote: > In https://lists.freebsd.org/pipermail/freebsd-bugs/2016-September/069781.html > they advise to force the screen resolution to 1024x768. > My be this woraround will be work? Thank you for the info. That workaround seems to be wo

Re: Crash if net.pipex enabled and traffic on OpenVPN network

2017-10-02 Thread YASUOKA Masahiko
Hi, On Thu, 28 Sep 2017 14:38:27 +0200 Daniel Stocker wrote: >>> Kernel panic if the pipex is activated in the kernel and traffic is >>> sent >>> or received on a tun interface of an OpenVPN network. The machine is a >>> PC Engine APU 2c4. >> Can you try -current? >> There have been a couple of f

Re: config(8) elf handling

2017-10-03 Thread YASUOKA Masahiko
Hi, On Wed, 13 Sep 2017 14:52:59 +1000 Jonathan Gray wrote: > config(8) creates ioconf.c containing "timezone" command of config(8) is also broken. % config -e bsd.mp WARNING no output file specified WARNING this kernel doesn't contain all information needed! WARNING the commands add and c

Re: Relayd panics OpenBSD on configuration reload.

2015-06-03 Thread YASUOKA Masahiko
Hi, fixed on -current. Thank you for the report. On Fri, 29 May 2015 13:13:33 +0200 (CEST) f@webland.ch wrote: >>Synopsis: >>Category: Relayd >>Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7 (GENERIC.MP) #881: Sun Mar 8 11:04:17 MDT > 2015 >

[no subject]

2015-09-07 Thread YASUOKA Masahiko
On Tue, 08 Sep 2015 13:33:52 +0900 (JST) YASUOKA Masahiko wrote: >>Synopsis: acpi attach fail "ACPI control unavailable" >>Category: system >>Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC.MP) #136

Re: X220i + UEFI: panic on setroot with latest snapshot

2015-09-14 Thread YASUOKA Masahiko
Fixed on the tree. Also the diff is attached. On Mon, 14 Sep 2015 22:43:17 +0200 Henrik Friedrichsen wrote: >>Synopsis: Panic on setroot() with latest snapshot + UEFI >>Category: amd64 >>Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC.MP)

Re: boot failure - amd64 current - BOOT 3.29 - root partition with a non default fragment size

2015-10-09 Thread YASUOKA Masahiko
Hi, Can you try latest snapshot? It includes a fix of this. The problem seems to be a breakage by replacing alloca() with alloc() done at 3.29 when efiboot is merged. "Out-of-heap" was happened. The heap limit is increased on -current. Thank you for your report. On Mon, 5 Oct 2015 20:21:02 +

Re: npppd crashes the system at the moment of connecting process

2017-05-28 Thread YASUOKA Masahiko
ur sincerely, > Vasily Oblezov > > Tel.: +7 (495) 9212800 ext. 12556 > E-mail: voble...@mtsbank.ru > www.mtsbank.ru > > -Original Message- > From: YASUOKA Masahiko [mailto:yasu...@yasuoka.net] > Sent: Monday, January 16, 2017 4:23 PM > To: Облезов Василий Е

Re: Display distortion while booting in native UEFI mode

2017-06-14 Thread YASUOKA Masahiko
Hi, On Sun, 11 Jun 2017 19:24:45 +0200 Łukasz Jendrysik wrote: > Today I tried for first time installing openBSD on a physical machine. > You probably figured out that I'm new to openBSD and I hope for your > understanding. > > Now to the point: when I boot in UEFI native mode (without CSM), my

Re: Display distortion while booting in native UEFI mode

2017-06-21 Thread YASUOKA Masahiko
Hi, On Fri, 16 Jun 2017 09:29:50 +0500 "dmitry.sensei" wrote: > FrameBufferBase = 0xc000 > FrameBufferSize = 0x4000 > VerticalResolution = 768 > HorizontalResolution = 1366 > PixelsPerScanLine = 1366 > PixelFormat = 1 > RedMask = 0x0 > GreenMask = 0x0 > BlueMask = 0x0 > Re

Re: Display distortion while booting in native UEFI mode

2017-06-22 Thread YASUOKA Masahiko
igured > > Full dmesg output attached. > > Please let me know if I can provide you with any other information > required for further analysis. > > Thanks. > >> On 06/22/2017 08:27 AM, YASUOKA Masahiko wrote: >> >>> Can you test the diff for the kernel?

Re: Suspend-to-full-encrypted-disk is broken (by KARL?)

2017-07-20 Thread YASUOKA Masahiko
On Tue, 18 Jul 2017 15:48:48 -0600 "Theo de Raadt" wrote: >> On Tue, Jul 18, 2017 at 08:40:53PM +0200, Theo Buehler wrote: >> > On Tue, Jul 18, 2017 at 11:10:00AM -0600, Theo de Raadt wrote: >> > > Possibly. >> > > >> > > cc'ing yasuoka who helped me with this method of disk probing. >> > > >> >

Re: Suspend-to-full-encrypted-disk is broken (by KARL?)

2017-07-20 Thread YASUOKA Masahiko
Thank you for the test. Let me update the diff. On Thu, 20 Jul 2017 23:26:57 +0200 Theo Buehler wrote: > On Thu, Jul 20, 2017 at 08:44:53PM +0200, Theo Buehler wrote: >> I tried to pxeboot into bsd.rd to install a snapshot with your diff >> (with FDE on MBR) and this leads to a hang after passwo

Re: Suspend-to-full-encrypted-disk is broken (by KARL?)

2017-07-20 Thread YASUOKA Masahiko
FYI, On Fri, 21 Jul 2017 08:41:04 +0900 (JST) YASUOKA Masahiko wrote: > Thank you for the test. Let me update the diff. The previous diff lacks > Index: sys/arch/i386/stand/libsa/biosdev.c > === > RCS file: /cvs/src/s

Re: Display distortion while booting in native UEFI mode

2017-08-05 Thread YASUOKA Masahiko
Sun, Jun 25, 2017 at 12:45 AM, Lukasz Jendrysik wrote: >>>> I have to admit that 1366 is not the best power of two sum. >>>> Unfortunately I'm not able to help you with the fix, but please let me >>>> know if there is any information I could provide you with