* Bjvrn Ketelaars <[email protected]> [2012-02-17 14:00]:
> Updated set of files and diffs are here:
>
> http://gateway.hydroxide.nl/OpenBSD/unbound-wip.2.tar.gz
Tested on OpenBSD 5.0/vax in simh simulator. Works fine.
There was one issue during "make install":
install -c -s -o root -g bin -m 555 drill/.libs/drill /usr/sbin
install: drill/.libs/drill: No such file or directory
*** Error code 71
Stop in /root/WIP/usr.sbin/unbound/ldns (line 526 of Makefile.bsd-wrapper).
*** Error code 1
Stop in /root/WIP/usr.sbin/unbound (line 48 of /usr/share/mk/bsd.subdir.mk).
I couldn't start unbound with /etc/rc.d/unbound, but I guess that's
because of not using -current. I tried the lastest vax snapshot first
btw, installation went fine, but on first boot it couldn't find it's
root filesystem:
OpenBSD 5.1 (GENERIC) #46: Tue Feb 14 12:17:31 MST 2012
[email protected]:/usr/src/sys/arch/vax/compile/GENERIC
MicroVAX 3800/3900 [0A000006 01530302]
cpu: KA655, CVAX microcode rev 6 Firmware rev 83
real mem = 67043328 (63MB)
avail mem = 61378560 (58MB)
mainbus0 at root
ibus0 at mainbus0
uba0 at ibus0: Q22
dz0 at uba0 csr 160100 vec 196 ipl 15
mtc0 at uba0 csr 174500 vec 508 ipl 15
mscpbus0 at mtc0: version 5 model 3
mscpbus0: DMA burst size set to 4
mt0 at mscpbus0 drive 0: TK50
mt1 at mscpbus0 drive 1: TK50
mt2 at mscpbus0 drive 2: TK50
mt3 at mscpbus0 drive 3: TK50
uda0 at uba0 csr 172150 vec 504 ipl 15
mscpbus1 at uda0: version 3 model 3
mscpbus1: DMA burst size set to 4
ra0 at mscpbus1 drive 0: RA92
ra1 at mscpbus1 drive 1: RD54
ra2 at mscpbus1 drive 2: RRD40
rx0 at mscpbus1 drive 3: RX50
qe0 at uba0 csr 174440 vec 500 ipl 15: delqa, address 08:00:2b:aa:bb:cc
vscsi0 at root
scsibus0 at vscsi0: 256 targets
softraid0 at root
scsibus1 at softraid0: 256 targets
boot device: ra0
disklabels not read: ra0 ra1 ra2 rx0
root on ra0a swap on ra0b dump on ra0b
panic: cannot open disk, 0x900/0x902, error 6
Stopped at _dk_mountroot+0x53: ashl $4, r7, r5
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb> trace
Stack traceback :
_main+0x4e0(void)
_start+0x5a6(0x3ad538)
ddb> ps
PID PPID PGRP UID S FLAGS WAIT COMMAND
5 0 0 0 3 0x100200 bored crypto
4 0 0 0 3 0x100200 pftm pfpurge
3 0 0 0 3 0x100200 rxonline syswq
2 0 0 0 3 0x40100200 idle0
1 0 0 0 3 0 initexec swapper
* 0 -1 0 0 7 0x200 swapper
Cheers,
Ralf