Re: CD-Boot hangs on rootmounting MD (+DP1 crashes)

2002-05-02 Thread Harald Schmalzbauer

Am Do , 2002-05-02 um 17.44 schrieb John Baldwin:
 
 On 02-May-2002 Harald Schmalzbauer wrote:
  Am Do , 2002-05-02 um 13.29 schrieb Harald Schmalzbauer:
  
  PXEbooting the -stable kernel.gz and mfsroot results in the same system
  hang (mounting root from ufs:/dev/md0c).
  
  DP1 crashes with the following:
  unknown: PNP0303 can't assign resources (port)
  unknown: PNP0c03 can't assign resources (memory)
  psmcpnp0: irq resource info is missing; assuming irq 12
  
  Fatal trap12: page fault while in kernel mode
  fault virtual address = 0x0
  fault code= supervisor read, page not present
  instruction pointer   = 0x8:0xc164cac1
  stack pointer = 0x10:0xcb931d00
  frame pointer = 0x10:0xcb931d1c
  code segment  = base 0x0, limit 0xf, type 0x1b
DPL 0, pres 1, def32 1, gran 1
  processor eflags  = interrupt enabled, resume, IOPL = 0
  current process   = 27 (irq10: sn0)
  trap number   = 12
  panic: page fault
 
 Can you stick ddb in this kernel adn get a traceback?  It's a NULL
 pointer dereference bug.
 
 Actually, for DP1, isn't ddb already in the kernel?

Of course, but somebody needs to tell me what to do (I wrote the last
line of code 12 years ago in Pascal, and I've never used gdb)

I think I can remember that there is some debuging FAQ but I can't read
it NOW (perhaps at the weekend)

If it isn't too complicated and understanding the things I'm typing is
not needed, just tell me what to do (outside the list?)

-Harry

 
 -- 
 
 John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
 Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/
 
 
 
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: CD-Boot hangs on rootmounting MD (+DP1 crashes)

2002-05-02 Thread John Baldwin


On 02-May-2002 Harald Schmalzbauer wrote:
 Am Do , 2002-05-02 um 17.44 schrieb John Baldwin:
 
 On 02-May-2002 Harald Schmalzbauer wrote:
  Am Do , 2002-05-02 um 13.29 schrieb Harald Schmalzbauer:
  
  PXEbooting the -stable kernel.gz and mfsroot results in the same system
  hang (mounting root from ufs:/dev/md0c).
  
  DP1 crashes with the following:
  unknown: PNP0303 can't assign resources (port)
  unknown: PNP0c03 can't assign resources (memory)
  psmcpnp0: irq resource info is missing; assuming irq 12
  
  Fatal trap12: page fault while in kernel mode
  fault virtual address = 0x0
  fault code= supervisor read, page not present
  instruction pointer   = 0x8:0xc164cac1
  stack pointer = 0x10:0xcb931d00
  frame pointer = 0x10:0xcb931d1c
  code segment  = base 0x0, limit 0xf, type 0x1b
DPL 0, pres 1, def32 1, gran 1
  processor eflags  = interrupt enabled, resume, IOPL = 0
  current process   = 27 (irq10: sn0)
  trap number   = 12
  panic: page fault
 
 Can you stick ddb in this kernel adn get a traceback?  It's a NULL
 pointer dereference bug.
 
 Actually, for DP1, isn't ddb already in the kernel?
 
 Of course, but somebody needs to tell me what to do (I wrote the last
 line of code 12 years ago in Pascal, and I've never used gdb)
 
 I think I can remember that there is some debuging FAQ but I can't read
 it NOW (perhaps at the weekend)
 
 If it isn't too complicated and understanding the things I'm typing is
 not needed, just tell me what to do (outside the list?)

Well, when you boot dp1 you should get a 'db' prompt after the panic.  Just
type 't' to get a backtrace, then mail the contents of that trace to the list.

-- 

John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: CD-Boot hangs on rootmounting MD (+DP1 crashes)

2002-05-02 Thread Harald Schmalzbauer

Am Do , 2002-05-02 um 17.44 schrieb John Baldwin:
 
 On 02-May-2002 Harald Schmalzbauer wrote:
  Am Do , 2002-05-02 um 13.29 schrieb Harald Schmalzbauer:
  
  PXEbooting the -stable kernel.gz and mfsroot results in the same system
  hang (mounting root from ufs:/dev/md0c).
  
  DP1 crashes with the following:
  unknown: PNP0303 can't assign resources (port)
  unknown: PNP0c03 can't assign resources (memory)
  psmcpnp0: irq resource info is missing; assuming irq 12
  
  Fatal trap12: page fault while in kernel mode
  fault virtual address = 0x0
  fault code= supervisor read, page not present
  instruction pointer   = 0x8:0xc164cac1
  stack pointer = 0x10:0xcb931d00
  frame pointer = 0x10:0xcb931d1c
  code segment  = base 0x0, limit 0xf, type 0x1b
DPL 0, pres 1, def32 1, gran 1
  processor eflags  = interrupt enabled, resume, IOPL = 0
  current process   = 27 (irq10: sn0)
  trap number   = 12
  panic: page fault
 
 Can you stick ddb in this kernel adn get a traceback?  It's a NULL
 pointer dereference bug.
 
 Actually, for DP1, isn't ddb already in the kernel?

OK, I found kernel.debug on the CD which I pxebooted and after typing
't' it gives me the following:

_end(c2521300,cdaf7d48,c2521300,c0232754,0) at 0xc252da80
fork_exit(c0232754,c2521300,cdaf7d48) at fork_exit+0x98
fork_trampoline() at fork_trampoline+0x8

Just for info: I forgot to mention the built-in Bluetooth.

Hope this helps,

-Harry

 
 -- 
 
 John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
 Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/
 
 
 
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: CD-Boot hangs on rootmounting MD (+DP1 crashes)

2002-05-02 Thread Harald Schmalzbauer

Am Do , 2002-05-02 um 13.29 schrieb Harald Schmalzbauer:

PXEbooting the -stable kernel.gz and mfsroot results in the same system
hang (mounting root from ufs:/dev/md0c).

DP1 crashes with the following:
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c03 can't assign resources (memory)
psmcpnp0: irq resource info is missing; assuming irq 12

Fatal trap12: page fault while in kernel mode
fault virtual address   = 0x0
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc164cac1
stack pointer   = 0x10:0xcb931d00
frame pointer   = 0x10:0xcb931d1c
code segment= base 0x0, limit 0xf, type 0x1b
DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 27 (irq10: sn0)
trap number = 12
panic: page fault

From the console print I can't find a sn device nor any assigned irq10.

Hardware description:

PIII-M (LV) 800
256MB (2x 128MB mini DIMM)
i815em VGA/Chipset, heavily Sony-modified Award BIOS (showing only one
IDE while FreeBSD claims to find also secondary, almost no adjustments
possible (except PNP-OS yes/no))
Orinoco mini-PCI WaveLAN
USB-MemoryStick reader
TexasInstruments IEEE-1394
TexasInstruments PCI-1410 CARDBUS CONTROLLER
Ricoh RL5C475 CARDBUS CONTROLLER
ICH Modem 80F2
82801BAM USB 2442
82801BAM USB 2444
Intel Pro100/VE Ethernet (I think only PHY for i815)

I hope this helps helping me;-)

Thanks,

-Harry

 Hello all,
 
 I'm trying to install FreeBSD 4.5-stable-iso from yesterday and I have
 the same problem like with 4.5-release: After probing the sistem hangs
 when trying to mount root from md.
 
 My box is a VAIO SRX41P with the PC-CARD CDROM. I have no Disk-Drive so
 unfortunately I can't check floppy-boot.
 
 I think this has something to do with PC-Card. I can remember I had a
 similar problem when PXE-booting a Soekris Net4501 (CF-Memory, no ATA).
 
 Right now I'm downloading DP1 to check it with 5.0.
 
 Just to mention: Booting OpenBSD is working but CD is not supported.
 
 Suggestions are welcome (BIOS doesn't boot USB-CD, no Floppy available,
 no Firewire CD, PXE-Boot possible but first I'll try 5.0).
 
 Thanks,
 
 -Harry
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: CD-Boot hangs on rootmounting MD (+DP1 crashes)

2002-05-02 Thread John Baldwin


On 02-May-2002 Harald Schmalzbauer wrote:
 Am Do , 2002-05-02 um 13.29 schrieb Harald Schmalzbauer:
 
 PXEbooting the -stable kernel.gz and mfsroot results in the same system
 hang (mounting root from ufs:/dev/md0c).
 
 DP1 crashes with the following:
 unknown: PNP0303 can't assign resources (port)
 unknown: PNP0c03 can't assign resources (memory)
 psmcpnp0: irq resource info is missing; assuming irq 12
 
 Fatal trap12: page fault while in kernel mode
 fault virtual address = 0x0
 fault code= supervisor read, page not present
 instruction pointer   = 0x8:0xc164cac1
 stack pointer = 0x10:0xcb931d00
 frame pointer = 0x10:0xcb931d1c
 code segment  = base 0x0, limit 0xf, type 0x1b
   DPL 0, pres 1, def32 1, gran 1
 processor eflags  = interrupt enabled, resume, IOPL = 0
 current process   = 27 (irq10: sn0)
 trap number   = 12
 panic: page fault

Can you stick ddb in this kernel adn get a traceback?  It's a NULL
pointer dereference bug.

Actually, for DP1, isn't ddb already in the kernel?

-- 

John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message