From nobody@FreeBSD.org  Fri Dec 10 17:12:15 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9C8216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Dec 2004 17:12:15 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B18E343D39
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Dec 2004 17:12:15 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iBAHCF5P049936
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Dec 2004 17:12:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id iBAHCFUX049930;
	Fri, 10 Dec 2004 17:12:15 GMT
	(envelope-from nobody)
Message-Id: <200412101712.iBAHCFUX049930@www.freebsd.org>
Date: Fri, 10 Dec 2004 17:12:15 GMT
From: Feczk Szabolcs <feczo@siodigit.hu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kernel panic with ncplist on 5.3-release and netware-4.11
X-Send-Pr-Version: www-2.3

>Number:         74923
>Category:       kern
>Synopsis:       [ipx] [panic] kernel panic with ncplist on 5.3-release and netware-4.11
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    rwatson
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 17:20:23 GMT 2004
>Closed-Date:    Tue Jun 12 05:01:35 GMT 2007
>Last-Modified:  Tue Jun 12 05:01:35 GMT 2007
>Originator:     Feczk Szabolcs
>Release:        5.3-Release-p2
>Organization:
Siodigit LTD
>Environment:
FreeBSD backup 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #4: Wed Dec  8 14:52:31 UTC 2004     root@backup:/usr/obj/usr/src/sys/IPX  i386

>Description:
The problem was noticed after a 4.10 to 5.3 upgrade.
I have installed another 5.3 from scratch and recompiled the stock
GENERIC config with IPX support to be sure it was NOT an upgrade problem .
Kernel config is the following:

/sys/i386/conf/IPX

include GENERIC
options IPX

issued the make kernel in the /usr/src after cvsup to 5.3-RELEASE-p2 
after reboot

installed the latest ncplib-1.3.4 from ports

ifconfig xl0 ipx 0x8020001

kldload ncp

ncplist s

I got then:


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x0
fault code              = supervisor read, page not present
instruction pointer     = 0x8:0xc062bb7a
stack pointer           = 0x10:0xd0850bb8
frame pointer           = 0x10:0xd0850bb8
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 479 (ncplist)
trap number             = 12
panic: page fault

The server on the other side of the network is a Novel Netware 4.11
default install with nds and bindery enabled.
If I do not configure the convinient ipx network on xl0
I got  ncplist s
Can't find any file server
without kernel panic
>How-To-Repeat:
Install 5.3-Release from cd, recompile kernel with IPX support, install ncplib from ports, configure 802.2 frametype on the network interface with proper ipx netnumber (same that the netware 4.11 server has) than issue ncplist s
>Fix:
Not known.
>Release-Note:
>Audit-Trail:

From: Gustavo Picon <tabo@aurealsys.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: feczo@siodigit.hu
Subject: Re: i386/74923: kernel panic with ncplist on 5.3-release and netware-4.11
Date: Fri, 1 Apr 2005 00:55:34 +0000

 As of today (20050331), the problem persist in FreeBSD 5.3-RELEASE-p6.
 It doesn't panic anymore in 5.4-PRERELEASE, but still, IPX doesn't work.
 
 I found no problems in 4.11-RELEASE-p1.
 
 -- 
 Gustavo Picon
 http://tabo.aurealsys.com/
Responsible-Changed-From-To: freebsd-bugs->rwatson 
Responsible-Changed-By: gnn 
Responsible-Changed-When: Sun Nov 12 09:59:03 UTC 2006 
Responsible-Changed-Why:  
Giving to Robert because he touched IPX last. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74923 

From: Robert Watson <rwatson@FreeBSD.org>
To: "George V. Neville-Neil" <gnn@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org, tabo@aurealsys.com
Subject: Re: kern/74923: [ipx] [panic] kernel panic with ncplist on 5.3-release
 and netware-4.11
Date: Sun, 12 Nov 2006 10:12:07 +0000 (GMT)

 On Sun, 12 Nov 2006, George V. Neville-Neil wrote:
 
 > Synopsis: [ipx] [panic] kernel panic with ncplist on 5.3-release and netware-4.11
 >
 > Responsible-Changed-From-To: freebsd-bugs->rwatson
 > Responsible-Changed-By: gnn
 > Responsible-Changed-When: Sun Nov 12 09:59:03 UTC 2006
 > Responsible-Changed-Why:
 > Giving to Robert because he touched IPX last.
 
 Gustavo, et al,
 
 Could you confirm whether this problem is present in FreeBSD 6.1/6.2?
 
 Thanks,
 
 Robert N M Watson
 Computer Laboratory
 University of Cambridge
State-Changed-From-To: open->feedback 
State-Changed-By: rwatson 
State-Changed-When: Sun Nov 12 10:26:11 UTC 2006 
State-Changed-Why:  
Request to confirm that the problem exists in the 6.x code as a starting 
point for debugging. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74923 

From: Robert Watson <rwatson@FreeBSD.org>
To: feczo@siodigit.hu
Cc: gnats-submit@FreeBSD.org
Subject: Re: kern/74923: [ipx] [panic] kernel panic with ncplist on 5.3-release
 and netware-4.11
Date: Mon, 26 Feb 2007 12:09:47 +0000 (GMT)

 On Sun, 12 Nov 2006, Robert Watson wrote:
 
 > Synopsis: [ipx] [panic] kernel panic with ncplist on 5.3-release and netware-4.11
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rwatson
 > State-Changed-When: Sun Nov 12 10:26:11 UTC 2006
 > State-Changed-Why:
 > Request to confirm that the problem exists in the 6.x code as a starting
 > point for debugging.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=74923
 
 Could you confirm whether this problem exists in a recent (6.1, 6.2) 
 installation?  Alternatively, if you are unable to reproduce this bug, can I 
 close the problem report?
 
 Thanks,
 
 Robert N M Watson
 Computer Laboratory
 University of Cambridge

From: "Szabolcs Feczak" <feczo@nmi.rulez.org>
To: "Robert Watson" <rwatson@freebsd.org>
Cc:  
Subject: Re: kern/74923: [ipx] [panic] kernel panic with ncplist on 5.3-release and netware-4.11
Date: Mon, 26 Feb 2007 23:13:30 +1100

 ------=_Part_92298_15779914.1172492010631
 Content-Type: text/plain; charset=UTF-8; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Im sorry but I do not have access to IPX running novell systems anymore
 as I have moved to another country and changed workplace as well ....
 
 so I can not test this at the moment ..
 
 On 2/26/07, Robert Watson <rwatson@freebsd.org> wrote:
 >
 >
 > On Sun, 12 Nov 2006, Robert Watson wrote:
 >
 > > Synopsis: [ipx] [panic] kernel panic with ncplist on 5.3-release and
 > netware-4.11
 > >
 > > State-Changed-From-To: open->feedback
 > > State-Changed-By: rwatson
 > > State-Changed-When: Sun Nov 12 10:26:11 UTC 2006
 > > State-Changed-Why:
 > > Request to confirm that the problem exists in the 6.x code as a starting
 > > point for debugging.
 > >
 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74923
 >
 > Could you confirm whether this problem exists in a recent (6.1, 6.2)
 > installation?  Alternatively, if you are unable to reproduce this bug, can
 > I
 > close the problem report?
 >
 > Thanks,
 >
 > Robert N M Watson
 > Computer Laboratory
 > University of Cambridge
 >
 
 ------=_Part_92298_15779914.1172492010631
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Im sorry but I do not have access to IPX running novell systems anymore<br>as I have moved to another country and changed workplace as well ....<br><br>so I can not test this at the moment ..<br><br><div><span class="gmail_quote">
 On 2/26/07, <b class="gmail_sendername">Robert Watson</b> &lt;<a href="mailto:rwatson@freebsd.org">rwatson@freebsd.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 <br>On Sun, 12 Nov 2006, Robert Watson wrote:<br><br>&gt; Synopsis: [ipx] [panic] kernel panic with ncplist on 5.3-release and netware-4.11<br>&gt;<br>&gt; State-Changed-From-To: open-&gt;feedback<br>&gt; State-Changed-By: rwatson
 <br>&gt; State-Changed-When: Sun Nov 12 10:26:11 UTC 2006<br>&gt; State-Changed-Why:<br>&gt; Request to confirm that the problem exists in the 6.x code as a starting<br>&gt; point for debugging.<br>&gt;<br>&gt; <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=74923">
 http://www.freebsd.org/cgi/query-pr.cgi?pr=74923</a><br><br>Could you confirm whether this problem exists in a recent (6.1, 6.2)<br>installation?&nbsp;&nbsp;Alternatively, if you are unable to reproduce this bug, can I<br>close the problem report?
 <br><br>Thanks,<br><br>Robert N M Watson<br>Computer Laboratory<br>University of Cambridge<br></blockquote></div><br>
 
 ------=_Part_92298_15779914.1172492010631--
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Jun 12 05:00:33 UTC 2007 
State-Changed-Why:  
Submitter is no longer in a position to reproduce the problem.  If anyone 
else is still experiencing this problem, we can open another PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74923 
>Unformatted:
