Xen fails to boot

2018-07-17 Thread Manuel Bouyer
Hello,
since 2018-07-07 07:00 UTC, Xen DOMUs from HEAD fails to boot (as seen at:
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/)
[   1.000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005,
[   1.000] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 
2016, 2017,
[   1.000] 2018 The NetBSD Foundation, Inc.  All rights reserved.
[   1.000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[   1.000] The Regents of the University of California.  All rights 
reserved.

[   1.000] NetBSD 8.99.21 (INSTALL_XEN3PAE_DOMU) #0: Sat Jul 14 00:47:33 
UTC 2018
[   1.000]  
mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/xen/compile/INSTALL_XEN3PAE_DOMU
[   1.000] total memory = 256 MB
[   1.000] avail memory = 237 MB
[   1.000] running cgd selftest aes-xts-256 aes-xts-512 done
[   1.000] mainbus0 (root)
[   1.000] hypervisor0 at mainbus0: Xen version 4.11.0nb0
[   1.000] vcpu0 at hypervisor0
[   1.000] vcpu0: Intel(R) Xeon(TM) CPU 3.00GHz, id 0xf64
[   1.000] vcpu0: package 0, core 1, smt 1
[   1.000] vcpu1 at hypervisor0
[   1.000] vcpu1: Intel(R) Xeon(TM) CPU 3.00GHz, id 0xf64
[   1.000] vcpu1: package 1, core 0, smt 0
[   1.000] vcpu2 at hypervisor0
[   1.000] vcpu2: Intel(R) Xeon(TM) CPU 3.00GHz, id 0xf64
[   1.000] vcpu2: package 0, core 0, smt 1
[   1.000] vcpu3 at hypervisor0
[   1.000] vcpu3: Intel(R) Xeon(TM) CPU 3.00GHz, id 0xf64
[   1.000] vcpu3: package 1, core 1, smt 0
[   1.000] xenbus0 at hypervisor0: Xen Virtual Bus Interface
[   1.000] xencons0 at hypervisor0: Xen Virtual Console Driver
[   1.030] fatal protection fault in supervisor mode
[   1.030] trap type 4 code 0 eip 0xc053e5b1 cs 0x9 eflags 0x10206 cr2 0 
ilevel 0x8 esp 0x206
[   1.030] curlwp 0xc0b25e80 pid 0 lid 1 lowest kstack 0xc0d4f2c0
kernel: supervisor trap protection fault, code=0
Stopped in pid 0.1 (system) at  netbsd:__sync_val_compare_and_swap_8+0x1: cli
ds  11
es  11
fs  31
gs  11
edi c0b1bec0cpu_info_primary
esi 0
ebp c0d51ec0
ebx 0
edx 1a59
ecx 0
eax 636bd0e3
eip c053e5b1__sync_val_compare_and_swap_8+0x1
cs  9
eflags  10206
esp c0d51e78
ss  11
netbsd:__sync_val_compare_and_swap_8+0x1:   cli

(cli/sti can't be used from Xen kernels).
It's still the case with 2018-07-14 05:40 UTC kernels.
has this been fixed since then ?

-- 
Manuel Bouyer 
 NetBSD: 26 ans d'experience feront toujours la difference
--


Re: daily CVS update output

2018-07-17 Thread Reinoud Zandijk
On Mon, Jul 16, 2018 at 03:11:06AM +, NetBSD source update wrote:
> cvs update: `src/share/man/man4/ipkdb.4' is no longer in the repository
...

i must have missed a discussion, but why has IPKDB removed? Even if
disfunctional, it could better be repaired or at least let it work in Qemu?

Reinoud