HP 715/100 installation.
Stuart William Mackie <[email protected]> Sun, 17 Oct 2004 10:00:18 +0100 (BST)
| Newsgroups | gmane.os.openbsd.hppa |
|---|---|
| Message-ID | <[email protected]> |
I'm having problems net-booting the HP 715/100 platform for install.
Using an OpenBSD/sparc64 machine to provide DHCP and TFTP services.
My "/etc/dhcpd.conf" file says:
subnet 10.0.0.0 netmask 255.0.0.0 {
host hppa {
filename "lif36.fs";
hardware ethernet 08:00:09:a7:ba:52;
fixed-address 10.0.0.3;
}
}
DHCP and INETD via "/etc/rc.conf".
TFTP via "/etc/inetd.conf".
Tested "/tftpboot/lif36.fs" from ftp.plig.org and ftp.openbsd.org mirrors.
BOOT_ADMIN>
BOOT_ADMIN>
BOOT_ADMIN> boot lan isl
Attempting to boot.
Loading Initial Program Loader
IPL successfully loaded
Booting
>> OpenBSD/hppa BOOT 0.8
boot>
OK so far, but:
[ no symbol table formats found ]
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2004 OpenBSD. All rights reserved.
http://www.OpenBSD.org
OpenBSD 3.6-current (RAMDISK) #149: Wed Sep 29 01:51:51 MDT 2004
[email protected]:/usr/src/sys/arch/hppa/compile/RAMDISK
HP 9000/715/100 (Mirage Sr.) PA-RISC 1.1c
real mem = 67108864 (524288 reserved for PROM, 7471104 used by OpenBSD)
avail mem = 50782208
using 1630 buffers containing 6676480 bytes of memory
mainbus0 (root) [flex fff80000]
pdc0 at mainbus0
power0 at mainbus0: not available
mem0 at mainbus0 offset ffbf000: viper rev 0, size 64MB
cpu0 at mainbus0 offset ffbe000 irq 31: PCXL L1-A 100MHz, FPU PCXL
(CMOS-26B) re
v 1
cpu0: 128K(32b/l) Icache, 128K(32b/l) wr-back coherent Dcache, 120
coherent TLB,
8 BTLB
panic: trap: uvm_fault(0x689890, c0125000, 0, 2): 14
Stopped at 0x20842c: break 0,5
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
(null)(22f62c,402d10,5,8) at 0x20842c
(null)(2696d0,689890,c0125000,0) at 0xfc5b4
(null)(1000,3,6ee8c8,2) at 0xfc58c
(null)(0,0,0,c0001) at 0x2123a4
-- trap #15
(null)(402800,261800,c0122f40,6ee4c8) at 0x2155e0
(null)(402800,687400,1fc7a8,6873e8) at 0xf75ac
(null)(261ae8,8,5,8) at 0xf7590
(null)(22e004,c0122f54,c0122fd4,c011ef90) at 0x213170
(null)(402800,6873a8,1fc7a8,687390) at 0x1fe3a0
(null)(2618fc,c0123f00,6ee348,8) at 0xf5c3c
(null)(2617b8,fff80000,6e08f0,0) at 0xf5964
(null)(22dff8,c0122fd4,10,c011efd0) at 0x208030
(null)(0,78d864,f,fc3ffe1f) at 0x1fc744
(null)(f,fc3ffe1f,6c6ef0,6c6ef0) at 0xf5c3c
(null)(22bc30,22bb70,2,7) at 0xf5a20
(null)(0,0,0,0) at 0x206b60
(null)(0,0,0,0) at 0xdefcc
-- trap #0
0x80154:
ddb> ps
PID PPID PGRP UID S FLAGS WAIT COMMAND
* 0 -1 0 0 7 0x80204 swapper
ddb>
Is this a hardware failure?
Thanks,
STUART
--