Re: ulpt vs kernel relinking

2019-08-09 Thread Dabrien 'Dabe' Murphy
On Fri, 10 May 2019, Benjamin Baier wrote: On Fri, 10 May 2019, Antoine Jacoutot wrote: On Thu, 09 May 2019, Theo de Raadt wrote: config -e is incompatible with the KARL relinking sequence. You can probably do something like this in /etc/rc.shutdown: printf 'disable ulpt\nq\n' | config -ef

Re: ulpt vs kernel relinking

2019-05-11 Thread kasak
10.05.2019 8:37, Thuban пишет: Hi, I have a printer that require ulpt to be disabled as mentionned in /usr/local/share/doc/pkg-readmes/cups. And it works. # config -fe /bsd disable ulpt quit After a reboot, I can notice : reorder_kernel: kernel relinking

Re: ulpt vs kernel relinking

2019-05-10 Thread Benjamin Baier
I cooked up a diff like this once, but I dont really use it any more. diff --git a/libexec/reorder_kernel/reorder_kernel.sh b/libexec/reorder_kernel/reorder_kernel.sh index d8b8a2d24a..b59faca992 100644 --- a/libexec/reorder_kernel/reorder_kernel.sh +++ b/libexec/reorder_kernel/reorder_kernel.sh

Re: ulpt vs kernel relinking

2019-05-10 Thread Thuban
* Antoine Jacoutot le [10-05-2019 14:41:08 +0200]: > On Thu, May 09, 2019 at 11:41:17PM -0600, Theo de Raadt wrote: > > config -e is incompatible with the KARL relinking sequence. > > > > For now, we consider KARL more valuable than config -e usage > > patterns. > > > > We've thought about

Re: ulpt vs kernel relinking

2019-05-10 Thread Antoine Jacoutot
On Thu, May 09, 2019 at 11:41:17PM -0600, Theo de Raadt wrote: > config -e is incompatible with the KARL relinking sequence. > > For now, we consider KARL more valuable than config -e usage > patterns. > > We've thought about this but for now we don't have a clever > solution to solve this.

ulpt vs kernel relinking

2019-05-09 Thread Thuban
Hi, I have a printer that require ulpt to be disabled as mentionned in /usr/local/share/doc/pkg-readmes/cups. And it works. # config -fe /bsd disable ulpt quit After a reboot, I can notice : reorder_kernel: kernel relinking failed; see

Re: ulpt vs kernel relinking

2019-05-09 Thread Theo de Raadt
config -e is incompatible with the KARL relinking sequence. For now, we consider KARL more valuable than config -e usage patterns. We've thought about this but for now we don't have a clever solution to solve this. Thuban wrote: > Hi, > I have a printer that require ulpt to be disabled > as