Re: UEFI boot hangs after loader

2018-10-26 Thread Warner Losh
I've recreated something like this in efivar as well... I need to study the code for how to improve it to have sanity limits... I hope to have a patch soon... Thanks for this data point. I think I'm on the right track. Warner On Fri, Oct 26, 2018 at 3:47 PM Harry Newton wrote: > So patching o

Re: UEFI boot hangs after loader

2018-10-26 Thread Harry Newton
So patching out find_currdev() in efi/loader/main.c allows the machine to boot. The hang occurs in the call to efi_devpath_name() in match_boot_info() because the (last) call to ConvertDevicePathToText() call does not return. /H On 24 October 2018 at 07:32, Toomas Soome wrote: > > > > On 24 Oc

Re: Facing kernel panic during early boot from 12.0 ALPHA9

2018-10-26 Thread Mark Johnston
On Fri, Oct 26, 2018 at 07:35:14PM +0530, Rajesh Kumar wrote: > Hi Mark, > > Thanks for the inputs. With the two patches you pointed out, I could able > to compile from current, install and boot properly without any panic. > > Will these changes be taken into stable/12 and be part of upcoming 12.

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-26 Thread Oleg Lelchuk
libtorrent still can't be built with the new openssl On Sat, Oct 13, 2018 at 4:40 AM Ronald Klop wrote: > On Sat, 13 Oct 2018 02:00:16 +0200, Don Lewis > wrote: > > > On 11 Oct, Don Lewis wrote: > >> On 11 Oct, Don Lewis wrote: > >>> On 11 Oct, freebsd.curr...@clogic.com.ua wrote: > On 201

Re: Warning about $local_unbound_tls not being set properly, on first boot of 12.0-BETA1

2018-10-26 Thread Rebecca Cran
On 10/26/18 10:48 AM, Dag-Erling Smørgrav wrote: Rebecca Cran writes: After installing 12.0-BETA1, on the first boot I noticed a warning about $local_unbound_tls not being set properly. Ah, I should probably have added it to /etc/defaults/rc.conf. Can you do that (just set it to “no”) and let

Re: Warning about $local_unbound_tls not being set properly, on first boot of 12.0-BETA1

2018-10-26 Thread Dag-Erling Smørgrav
Rebecca Cran writes: > After installing 12.0-BETA1, on the first boot I noticed a warning > about $local_unbound_tls not being set properly. Ah, I should probably have added it to /etc/defaults/rc.conf. Can you do that (just set it to “no”) and let me know if it helps? DES -- Dag-Erling Smørgr

Re: Facing kernel panic during early boot from 12.0 ALPHA9

2018-10-26 Thread Rajesh Kumar
Hi Mark, Thanks for the inputs. With the two patches you pointed out, I could able to compile from current, install and boot properly without any panic. Will these changes be taken into stable/12 and be part of upcoming 12.0 releases? On Thu, Oct 25, 2018 at 11:01 PM Mark Johnston wrote: > On