Re: kernel reordering happily consumes invalid objects

2023-06-13 Thread Stuart Henderson
On 2023/06/14 04:12, Schech, C. W. ("Connor") wrote: > There's no check of the checksums for all the object files that the > /rc task consumes > > This can be trivially fixed by generating them in, say > > In /sys/conf/newvars.sh, add the line: > > +sha512 -h /var/db/obj.${id}.sha512 *.o lorder

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-13 Thread Matthias Schmidt
* Stuart Henderson wrote: > On 2023/06/13 11:57, Matthias Schmidt wrote: > > $ pkg_info -vv screen | head -30 > > Information for inst:screen-4.9.0 > > [...] > > Size: 1244302 > > Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0 > > Packing-list: > > @comment $OpenBSD: PLIST,v 1.24 2019/08/

Re: kernel reordering happily consumes invalid objects

2023-06-13 Thread Janne Johansson
Den ons 14 juni 2023 kl 06:27 skrev Schech, C. W. ("Connor") < sch...@gmail.com>: > There's no check of the checksums for all the object files that the > /rc task consumes > > This can be trivially fixed by generating them in, say > In /sys/conf/newvars.sh, add the line: > +sha512 -h /var/db/obj.$

kernel reordering happily consumes invalid objects

2023-06-13 Thread Schech, C. W. ("Connor")
There's no check of the checksums for all the object files that the /rc task consumes This can be trivially fixed by generating them in, say In /sys/conf/newvars.sh, add the line: +sha512 -h /var/db/obj.${id}.sha512 *.o lorder above the segment starting with: cat >vers.c < link kit reordering.

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-13 Thread Stuart Henderson
On 2023/06/13 11:57, Matthias Schmidt wrote: > $ pkg_info -vv screen | head -30 > Information for inst:screen-4.9.0 > [...] > Size: 1244302 > Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0 > Packing-list: > @comment $OpenBSD: PLIST,v 1.24 2019/08/15 21:01:49 naddy Exp $ > @name screen-4.9

Re: dvmrpd start causes kernel panic: assertion failed

2023-06-13 Thread Vitaliy Makkoveev
On Tue, Jun 13, 2023 at 10:04:35AM +0200, Why 42? The lists account. wrote: > On Mon, Jun 12, 2023 at 11:56:43PM +0300, Vitaliy Makkoveev wrote: > > ... > > We have missing kernel lock around (*if_sysctl)(). Diff below should fix > > it. > > > > Index: sys/netinet/ip_mroute.c > > =

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login - luajit / screen

2023-06-13 Thread Sebastien Marie
On Tue, Jun 13, 2023 at 11:57:43AM +0200, Matthias Schmidt wrote: > > I have some more packages that abort with SIGILL upon startup: > > $ pkg_info -vv neovim | head -30 > Information for inst:neovim-0.9.1 > [...] > Size: 28354538 > Signature: > neovim-0.9.1,10,@desktop-file-utils-0.26,@gettext-

Re: On 2013-06-12 snapshot xfce4 session dies immediately after xenodm login

2023-06-13 Thread Matthias Schmidt
Hi, * Sebastien Marie wrote: > On Mon, Jun 12, 2023 at 07:39:21PM +0200, Peter N. M. Hansteen wrote: > > > > That lead to, as far as I can tell, to every package on the system being > > reinstalled. > > > > However, unfortunately both firefox and thunderbird still dump core with > > "Illegal i

Re: dvmrpd start causes kernel panic: assertion failed

2023-06-13 Thread Why 42? The lists account.
On Mon, Jun 12, 2023 at 11:56:43PM +0300, Vitaliy Makkoveev wrote: > ... > We have missing kernel lock around (*if_sysctl)(). Diff below should fix > it. > > Index: sys/netinet/ip_mroute.c > === > RCS file: /cvs/src/sys/netinet/ip_mro