panic running include/t_paths

2015-05-04 Thread Manuel Bouyer
Hello, since a few days, anita Xen tests of HEAD panics on include/t_paths: include/t_paths (42/618): 1 test cases paths: uvm_fault(0xc15ef0dc, 0, 1) -> 0xe fatal page fault in supervisor mode trap type 6 code 0 eip c03ab50a cs 9 eflags 10246 cr2 0 ilevel 0 esp 4300 curlwp 0xc17d1a80 pid 24550

netbsd-7 kernel build failure

2015-05-04 Thread Hauke Fath
A netbsd-7 kernel build from today's sources with -Os errors out with # compile P3B-F/drmfb_pci.o /u/netbsd-builds/7/i386/tools/bin/i486--netbsdelf-gcc -msoft-float -mno-mmx -mno-sse -mno-avx -ffreestanding -fno-zero-initialized-in-bss -pipe -Os -march=pentium3 -fstack-protector -Wstack-prot

Re: netbsd-7 kernel build failure

2015-05-04 Thread Hauke Fath
On Mon, 04 May 2015 16:18:42 +0200, Hauke Fath wrote: > A netbsd-7 kernel build from today's sources with -Os errors out with [...] ... and a few more. Looks like '-Os' applies slightly different criteria than '-O2' to what gcc perceives as an unused variable. The question is - should we care?

USB stick image for snapshots

2015-05-04 Thread carsten . kunze
Hello, on ftp://nyftp.netbsd.org/pub/NetBSD-daily ISO images of snapshots (e.g. named boot.iso) can be found. Would it be possible to also add something like boot.img which can be copied to a USB stick? If one often installs new snaphots on "bare metal" it is more comfortable to use a USB stick

Re: USB stick image for snapshots

2015-05-04 Thread Martin Husemann
On Mon, May 04, 2015 at 06:00:43PM +0200, carsten.ku...@arcor.de wrote: > Hello, > > on ftp://nyftp.netbsd.org/pub/NetBSD-daily ISO images of snapshots > (e.g. named boot.iso) can be found. Would it be possible to also add > something like boot.img which can be copied to a USB stick? If one > ofte

Re: Recent sysmon changes

2015-05-04 Thread Manuel Bouyer
On Sun, Apr 26, 2015 at 07:59:11AM +0800, Paul Goyette wrote: > Apologies to everyone for any inconvenience caused by the recent changes to > sysmon. With the help of many, I think that we've identified and fixed all > of the fallout during initialization. > > If any further issues are found, ple

Re: why does dk(4) take precedence in boot device selection???

2015-05-04 Thread Manuel Bouyer
On Fri, Apr 24, 2015 at 12:07:06AM -0700, Greg A. Woods wrote: > [...] > Well, perhaps "shove" is the wrong word, but either the boot code is > lying about where it loads the kernel from and it is filling in > BTINFO_BOOTWEDGE info when it should not (why the heck would it even For Xen dom0, the b

Aw: Re: USB stick image for snapshots

2015-05-04 Thread carsten . kunze
> On most machines it works to just dd the .iso to the usb stick. Unfortunately it does not work on my machine. It does recognize the USB stick as a floppy disk, then fails to boot it. So again--could a boot.img could be provided e.g. for some mainstream ports like amd64? Or a conversion script

Re: why does dk(4) take precedence in boot device selection???

2015-05-04 Thread Michael van Elst
bou...@antioche.eu.org (Manuel Bouyer) writes: >To avoid problems like that you should always specify a root= option >to a NetSBD/Xen dom0 boot. It would be certainly useful if all kernels allowed some kind of root= option, but currently the boot parameters are almost all some historic machine-de

Re: netbsd-7 kernel build failure

2015-05-04 Thread Joerg Sonnenberger
On Mon, May 04, 2015 at 05:30:17PM +0200, Hauke Fath wrote: > Looks like '-Os' applies slightly different criteria than '-O2' to what > gcc perceives as an unused variable. Congratulation, you discovered one of the biggest bugs in GCC's unused variable warning. Joerg

Re: USB stick image for snapshots

2015-05-04 Thread Joachim Henke
On 2015-05-04 18:00, carsten.ku...@arcor.de wrote: > Hello, > > on ftp://nyftp.netbsd.org/pub/NetBSD-daily ISO images of snapshots (e.g. > named boot.iso) can be found. Would it be possible to also add something like > boot.img which can be copied to a USB stick? If one often installs new > sna

Re: why does dk(4) take precedence in boot device selection???

2015-05-04 Thread Manuel Bouyer
On Mon, May 04, 2015 at 05:58:54PM +, Michael van Elst wrote: > bou...@antioche.eu.org (Manuel Bouyer) writes: > > >To avoid problems like that you should always specify a root= option > >to a NetSBD/Xen dom0 boot. > > It would be certainly useful if all kernels allowed some kind of root= > o

Re: Install over FTP: DNS lookup problem

2015-05-04 Thread Michael van Elst
carsten.ku...@arcor.de writes: >I try to install 201504051500Z/amd64/installation/cdrom/boot.iso. After >network config FTP install says: >ftp: Can't lookup 'ftp.netbsd.org:ftp': Temporary failure in name resolution >Name server is 8.8.8.8 >Ping works. What can be the problem? That's a bug in t

Re: Problem with cgdconfig

2015-05-04 Thread Michael van Elst
carsten.ku...@arcor.de writes: >if I encrypt a device with >cgdconfig -V re-enter cgd1 /dev/wd0e >then unconfigure it: >cgdconfig -u cgd1 >and then try to decrypt it: >cgdconfig cgd1 /dev/wd0e >The password is not excepted. What can be the reason? The only way to verify password is to see if th

Re: why does dk(4) take precedence in boot device selection???

2015-05-04 Thread Michael van Elst
bou...@antioche.eu.org (Manuel Bouyer) writes: >On Mon, May 04, 2015 at 05:58:54PM +, Michael van Elst wrote: >> bou...@antioche.eu.org (Manuel Bouyer) writes: >> >> >To avoid problems like that you should always specify a root= option >> >to a NetSBD/Xen dom0 boot. >> >> It would be certain

Aw: Re: USB stick image for snapshots

2015-05-04 Thread carsten . kunze
Hi Travis and Joachim, > If you're ok to download the full installation sets, e.g. you could use > these ones: > > ftp://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201505031900Z/images/NetBSD > -7.0_BETA-amd64-install.img.gz > ftp://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201505041130Z/images/NetB

Re: panic running include/t_paths

2015-05-04 Thread Paul Goyette
On Mon, 4 May 2015, Manuel Bouyer wrote: Hello, since a few days, anita Xen tests of HEAD panics on include/t_paths: include/t_paths (42/618): 1 test cases paths: uvm_fault(0xc15ef0dc, 0, 1) -> 0xe fatal page fault in supervisor mode trap type 6 code 0 eip c03ab50a cs 9 eflags 10246 cr2 0 ile

Re: panic running include/t_paths

2015-05-04 Thread Paul Goyette
On Mon, 4 May 2015, Manuel Bouyer wrote: Hello, since a few days, anita Xen tests of HEAD panics on include/t_paths: include/t_paths (42/618): 1 test cases paths: uvm_fault(0xc15ef0dc, 0, 1) -> 0xe fatal page fault in supervisor mode trap type 6 code 0 eip c03ab50a cs 9 eflags 10246 cr2 0 ile