Re: avoid single-user mode boot

2024-07-27 Thread Odhiambo Washington
On Wed, Jul 24, 2024 at 2:01 PM <04-psyche.tot...@icloud.com> wrote: > Hi all, > > I have a machine that will be placed in a remote location, and have no > physical access to. The connection will be made through ssh only. > > I'd like to make it as resilient to failure as possible. > > A big conce

Alder Lake motherboard (i3-N305) not booting

2024-07-27 Thread Rob Schmersel
Hi, I recently got a new motherboard with an alder lake CPU (i3-N305), which uses a JMicron JMB585 SATA multipler connect to one of the PCI-E lanes. Disk connected to this will get detected (albeit a bit slower as direct connected SATA disks) (There is no serial console, waiting for a IP KVM swit

failure to read huge .text section

2024-07-27 Thread Shein Asker
Dear @misc readers, I have recently started using OpenBSD and have encountered the problem shown in the subject when porting a software used on Linux to OpenBSD. The problem is outlined as follows: SEGV occurs when trying to read huge size data placed in a .text section that exceeds the `PAGE_SIZE

Re: failure to read huge .text section

2024-07-27 Thread Claudio Jeker
On Sat, Jul 27, 2024 at 08:14:42PM +0900, Shein Asker wrote: > Dear @misc readers, > > I have recently started using OpenBSD and have encountered the problem > shown in the subject when porting a software used on Linux to OpenBSD. > The problem is outlined as follows: SEGV occurs when trying to re

Re: failure to read huge .text section

2024-07-27 Thread Shein Asker
Dear Mr. Claudio, @misc readers, Thank you for your prompt reply. I see, OpenBSD has a restriction that .text segments are executable-only mapped. In porting the software, I would like to make work-around modifications, preferably without modifying the source. Does OpenBSD provide a way to loose