Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Rebecca Cran
On 2019-09-18 18:36, Rebecca Cran wrote: > > So far, it looks to be a problem with the GetMemoryMap/ExitBootServices > loop in bi_load_efi_data. So, it's crashing when we call BS->ExitBootServices. Of course, the problem isn't really _in_ that code (it hasn't changed since March), but that's just

Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Rebecca Cran
On 2019-09-18 16:29, Yuri Pankov wrote: > > Yes, exactly, sorry for not mentioning it. > > ESXi version: 6.7.0 > ESXi build number: 13006603 Thanks. I've been able to replicate the problem, and am currently debugging it. So far, it looks to be a problem with the GetMemoryMap/ExitBootServices loo

Re: hang up with r352239 and r352386 with i5-7500

2019-09-18 Thread Masachika ISHIZUKA
Can you please use absolute paths to i915kms.ko anyway, just to test? >> [snip] >> >>Now, drm-current-kmod is working fine on r352467 by your patch. >> > > Hi! > I just updated the port with the fix I suggested earlier, hopefully it > works. It will take some time before it shows

Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Yuri Pankov
Rebecca Cran wrote: On 2019-09-18 09:01, Yuri Pankov wrote: Any hints on debugging this further? Are you running ESXi 6.7 Update 2? Or, what version of ESXi are you using that has the problem? Yes, exactly, sorry for not mentioning it. ESXi version: 6.7.0 ESXi build number: 13006603 __

Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Rebecca Cran
On 2019-09-18 09:01, Yuri Pankov wrote: > > Any hints on debugging this further? Are you running ESXi 6.7 Update 2? Or, what version of ESXi are you using that has the problem? -- Rebecca Cran ___ freebsd-current@freebsd.org mailing list https://list

Re: panic: sleeping thread on r352386

2019-09-18 Thread Peter Jeremy
On 2019-Sep-17 15:24:30 +0300, Konstantin Belousov wrote: >Try this. > >diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c >index 63ea4736707..a23b4ba4efa 100644 Sorry for the delay but I'm not seeing problems with this version of your patch (now r352457) either. Thank yo

Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Yuri Pankov
Toomas Soome wrote: On 18 Sep 2019, at 18:01, Yuri Pankov wrote: I have tested several snapshot ISOs available for download: FreeBSD-13.0-CURRENT-amd64-20190822-r351363-disc1.iso - OK FreeBSD-13.0-CURRENT-amd64-20190829-r351591-disc1.iso - OK FreeBSD-13.0-CURRENT-amd64-20190906-r351901-disc

Re: hang up with r352239 and r352386 with i5-7500

2019-09-18 Thread Niclas Zeising
On 2019-09-18 10:15, Masachika ISHIZUKA wrote: Can you please use absolute paths to i915kms.ko anyway, just to test? The same hang up occure with kld_list="/boot/modules/i915kms.ko" in /etc/rc.conf. Even after applying the patch I suggested? Yes. kld_list="/boot/modules/drm.ko /b

Re: ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Toomas Soome
> On 18 Sep 2019, at 18:01, Yuri Pankov wrote: > > I have tested several snapshot ISOs available for download: > > FreeBSD-13.0-CURRENT-amd64-20190822-r351363-disc1.iso - OK > FreeBSD-13.0-CURRENT-amd64-20190829-r351591-disc1.iso - OK > FreeBSD-13.0-CURRENT-amd64-20190906-r351901-disc1.iso - F

ESXi VM does not boot in UEFI mode from 20190906 snapshot ISO

2019-09-18 Thread Yuri Pankov
I have tested several snapshot ISOs available for download: FreeBSD-13.0-CURRENT-amd64-20190822-r351363-disc1.iso - OK FreeBSD-13.0-CURRENT-amd64-20190829-r351591-disc1.iso - OK FreeBSD-13.0-CURRENT-amd64-20190906-r351901-disc1.iso - FAIL FreeBSD-13.0-CURRENT-amd64-20190913-r352265-disc1.iso - FA

Re: Problems upgrading -current with pkgbase

2019-09-18 Thread Andreas Nilsson
On Wed, Sep 18, 2019 at 2:46 PM Kyle Evans wrote: > On Wed, Sep 18, 2019 at 4:37 AM Andreas Nilsson > wrote: > > > > Hello, > > > > I'm trying to upgrade my -current with pkgbase, using boot environments: > > $ bectl list > > BE Active Mountpoint Space Created > > 13C-20190902 NR /

Re: Problems upgrading -current with pkgbase

2019-09-18 Thread Kyle Evans
On Wed, Sep 18, 2019 at 4:37 AM Andreas Nilsson wrote: > > Hello, > > I'm trying to upgrade my -current with pkgbase, using boot environments: > $ bectl list > BE Active Mountpoint Space Created > 13C-20190902 NR / 72.3G 2019-09-02 13:43 > 13C-20190916 - /tmp/be_mount.J

Problems upgrading -current with pkgbase

2019-09-18 Thread Andreas Nilsson
Hello, I'm trying to upgrade my -current with pkgbase, using boot environments: $ bectl list BE Active Mountpoint Space Created 13C-20190902 NR / 72.3G 2019-09-02 13:43 13C-20190916 - /tmp/be_mount.JZ2z 127M 2019-09-18 11:21 Trying to go from a checkout 201909

Re: r352368 can't boot

2019-09-18 Thread Warner Losh
On Wed, Sep 18, 2019, 7:37 AM Toomas Soome wrote: > > > On 17 Sep 2019, at 14:21, Warner Losh wrote: > > > > On Tue, Sep 17, 2019, 11:24 AM Toomas Soome wrote: > >> >> >> On 17 Sep 2019, at 13:09, Warner Losh wrote: >> >> >> >> On Tue, Sep 17, 2019, 6:47 AM Toomas Soome wrote: >> >>> >>> >>>

Re: hang up with r352239 and r352386 with i5-7500

2019-09-18 Thread Masachika ISHIZUKA
>>> >>> Can you please use absolute paths to i915kms.ko anyway, just to test? >>> >>The same hang up occure with kld_list="/boot/modules/i915kms.ko" >>> >> in /etc/rc.conf. >>> >> >>> > >>> > Even after applying the patch I suggested? >>> >>> Yes. >>> >>> kld_list="/boot/modules/drm.ko