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
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
>
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
>> >
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
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
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
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,
>
>
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
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
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
>
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
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)
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 +
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
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
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
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
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: Облезов Василий Е
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
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
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?
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.
>> > >
>> >
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
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
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
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
>>
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
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
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
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
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
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
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
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
I noticed just after the changes on Feb 7 works fine. So I did bisect
to find a commit that introduced the problem. The commit is
On Tue, 11 Feb 2025 00:54:52 -0700 (MST)
Jonathan Gray wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: j...@cvs.openbsd.org2025/02/11 00:54:52
>
On Mon, 2 Jun 2025 10:06:38 +1000
Jonathan Gray wrote:
> On Sat, May 31, 2025 at 07:15:22PM +0900, YASUOKA Masahiko wrote:
>> I noticed just after the changes on Feb 7 works fine. So I did bisect
>> to find a commit that introduced the problem. The commit is
>>
>> O
On Fri, 30 May 2025 10:08:38 +1000
Jonathan Gray wrote:
> On Fri, May 30, 2025 at 08:01:31AM +0900, YASUOKA Masahiko wrote:
>>
>> >Synopsis: inteldrm stop working after {hibernate,suspend}/resume
>> >Category: kernel
>> >Environment:
>>
>Synopsis: inteldrm stop working after {hibernate,suspend}/resume
>Category: kernel
>Environment:
System : OpenBSD 7.7
Details : OpenBSD 7.7-current (GENERIC.MP) #117: Thu May 29
21:18:15 JST 2025
yasuoka@xxx:/home/yasuoka/src/sys/arch
On Fri, 30 May 2025 16:30:46 +1000
Jonathan Gray wrote:
> On Fri, May 30, 2025 at 10:14:36AM +0900, YASUOKA Masahiko wrote:
>> On Fri, 30 May 2025 10:08:38 +1000
>> Jonathan Gray wrote:
>> > On Fri, May 30, 2025 at 08:01:31AM +0900, YASUOKA Masahiko wrote:
>> >&g
On Fri, 30 May 2025 20:09:02 +1000
Jonathan Gray wrote:
> On Fri, May 30, 2025 at 05:13:34PM +0900, YASUOKA Masahiko wrote:
>> > Here is the other part of your initial diff.
>> >
>> > The non-printf parts are a revert of
>> > 'drm/i915/guc: Chan
40 matches
Mail list logo