Re: init: single user shell terminated, restarting

2023-01-21 Thread Johan Huldtgren
hello, On 2023-01-16 14:31, Theo de Raadt wrote: > kettenis figured out what the problem is. > > There might be a solution tomorrow. For the archives I can confirm that my net5501 upgraded fine with the latest snapshot. $ sysctl kern.version kern.version=OpenBSD 7.2-current (GENERIC) #545: Fr

Re: init: single user shell terminated, restarting

2023-01-16 Thread Barry Grumbine
Ha! This always happens. You guys are too good for a mere mortal like me. Well I learned a little about cvs anyway. Thanks for all you guys do! I was actually trying to figure it out. Narrowed it down to one of these three changes: cvs -q diff -D"2023-01-05 12:00:00 MST" -D"2023-01-05 16:00:00 M

Re: init: single user shell terminated, restarting

2023-01-16 Thread Theo de Raadt
kettenis figured out what the problem is. There might be a solution tomorrow. Johan Huldtgren wrote: > hello, > > On 2023-01-16 10:23, Stuart Henderson wrote: > > On 2023-01-15, Barry Grumbine wrote: > > > In case someone else runs in to this, and bothers to check misc@ > > > > > > In this c

Re: init: single user shell terminated, restarting

2023-01-16 Thread Johan Huldtgren
hello, On 2023-01-16 10:23, Stuart Henderson wrote: > On 2023-01-15, Barry Grumbine wrote: > > In case someone else runs in to this, and bothers to check misc@ > > > > In this commit: > > https://marc.info/?l=openbsd-cvs&m=167283731726983&w=2 > > > > --execute-only (aka NX bit, aka XD bit, aka Da

Re: init: single user shell terminated, restarting

2023-01-16 Thread Stuart Henderson
On 2023-01-15, Barry Grumbine wrote: > In case someone else runs in to this, and bothers to check misc@ > > In this commit: > https://marc.info/?l=openbsd-cvs&m=167283731726983&w=2 > > --execute-only (aka NX bit, aka XD bit, aka Data Execution Prevention) > was turned on NX ("no execute") is used

Re: init: single user shell terminated, restarting

2023-01-15 Thread Theo de Raadt
And I just tried a machine with NX disabled. It works. Barry Grumbine wrote: e> In case someone else runs in to this, and bothers to check misc@ > > In this commit: > https://marc.info/?l=openbsd-cvs&m=167283731726983&w=2 > > --execute-only (aka NX bit, aka XD bit, aka Data Execution Preventi

Re: init: single user shell terminated, restarting

2023-01-15 Thread Theo de Raadt
A commit to riscv64 and arm64 does not affect amd64 in the way you describe. Your theory about it being that commit is wrong. Barry Grumbine wrote: > In case someone else runs in to this, and bothers to check misc@ > > In this commit: > https://marc.info/?l=openbsd-cvs&m=167283731726983&w=2 >

Re: init: single user shell terminated, restarting

2023-01-15 Thread Barry Grumbine
In case someone else runs in to this, and bothers to check misc@ In this commit: https://marc.info/?l=openbsd-cvs&m=167283731726983&w=2 --execute-only (aka NX bit, aka XD bit, aka Data Execution Prevention) was turned on On my ancient T520 I had to go in to BIOS and set: -> Security --> Memory P