I'm getting a kernel panic when trying to mount a 
nwfs file system or when trying to do a "ncplist s". 

The system also panics on shutdown,
referencing IPXrouted in the panic.

Instruction pointer is c0516a06 and 
"nm" turns up nothing with
"nm -n /boot/kernel/kernel|grep c0516a06".

With
"nm -n /boot/kernel/kernel| grep c0516a0",
nm returns
c0516a00 T turnstile_head

and with "grep c0516a", I get
c0516a00 T turnstile_head
c0516a10 T turnstile_empty
c0516a30 T read
c0516ac0 T pread

Getting this on a 5.2.1-RC cvsuped yesterday.

Using a basic kernel with "options ipx" added.
Config at bottom.

In loader.conf I have--
if_ef_load="yes"
nwfs_load="yes"
ncp_load="yes"

and 

in /etc/rc.conf

ipxrouted_enable="yes" 
ifconfig_rl0f1_ipx="ipx 0x71ad01b"


Everything worked fine until I cvsupped from 5.2 to
5.2.1RC.

Any help is appreciated.


KERNCONF(Cleaned up)=================

[snip]


machine         i386
#cpu            I486_CPU
#cpu            I586_CPU
cpu             I686_CPU
ident           ABY
maxusers        0

#To statically compile in device wiring instead of
# /boot/device.hints

#hints          "GENERIC.hints"         

makeoptions     DEBUG=-g                

options         SCHED_4BSD              
options         INET                    #InterNETworking
#options        INET6                   
options         FFS                     
options         SOFTUPDATES             
options         UFS_ACL                 
options         UFS_DIRHASH             
#options        MD_ROOT                 
#options        NFSCLIENT               
#options        NFSSERVER               
#options        NFS_ROOT                
#options        MSDOSFS                 
#options        CD9660                  
options         PROCFS                  
options         PSEUDOFS                #Pseudo-filesystem framework
options         COMPAT_43               
options         COMPAT_FREEBSD4         
#options                COMPAT_LINUX            #Linux Compatibility
#options        SCSI_DELAY=15000        
options         KTRACE                  
options         SYSVSHM                 
options         SYSVMSG                 
options         SYSVSEM                 
options         _KPOSIX_PRIORITY_SCHEDULING 
options         KBD_INSTALL_CDEV        
options         AHC_REG_PRETTY_PRINT    
                                        
options         AHD_REG_PRETTY_PRINT    
                                        

options         IPX                     
#options                NWFS
#options                NCP

# Debugging for use in -current
#options        DDB                     
#options        INVARIANTS              
#options        INVARIANT_SUPPORT       
#options        WITNESS                 
#options        WITNESS_SKIPSPIN        

# To make an SMP kernel, the next two are needed
#options        SMP                     
#options        APIC_IO                 

device          isa
device          eisa
device          pci

# Floppy drives
device          fdc

# ATA and ATAPI devices
device          ata
device          atadisk                 
device          atapicd                 
device          atapifd                 
device          atapist                 
options         ATA_STATIC_ID           

# SCSI Controllers
#device         ahb             
#device         ahc             
#device         ahd             
#device         amd             
#device         isp             
#device         mpt             
#device         ncr             
#device         sym             
#device         trm             

#device         adv             
#device         adw             
#device         aha             
#device         aic             
#device         bt              

#device         ncv             
#device         nsp             
#device         stg             

# RAID controllers interfaced to the SCSI subsystem
#device         asr             
#device         ciss            
#device         dpt             
#device         iir             
#device         mly             

# SCSI peripherals
device          scbus           
#device         ch              
#device         da              
#device         sa              
#device         cd              
device          pass            
#device         ses             

# RAID controllers
#device         aac             
#device         aacp            
#device         amr             
#device         ida             
#device         mlx             
#device         pst             
#device         twe             

# atkbdc0 controls both the keyboard and PS/2 mouse
device          atkbdc          
device          atkbd           
device          psm             

device          vga              
options         VESA
options         SC_PIXEL_MODE

#device         splash          
#Sound
device          pcm


device          sc

# Enable this for the pcvt (VT220 compatible) console
# driver

#device         vt
#options        XSERVER                 
#options        FAT_CURSOR              

device          agp             

# Floating point support - do not disable.
device          npx

# Power management support
device          apm
# Add suspend/resume support for the i8254.
device          pmtimer

# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
#device         cbb                     
#device         pcic                    
#device         pccard                  
#device         cardbus                 

# Serial (COM) ports
device          sio             

# Parallel port
device          ppc
device          ppbus           
device          lpt             
#device         plip            
device          ppi             
#device         vpo             


# PCI Ethernet NICs.
#device         de              
#device         em              
#device         txp             
#device         vx              

# PCI Ethernet NICs that use the common MII bus 
# controller code.
# NOTE: Be sure to keep the 'device miibus' line in
# order to use these NICs!
device          miibus          
#device         dc              
#device         fxp             

#device         pcn             
device          rl              
#device         sf              
#device         sis              
#device         ste             
#device         tl              
#device         tx              
#device         vr              
#device         wb              
#device         xl              
#device         bge             

# ISA Ethernet NICs.  pccard nics included.
#device         cs              
# 'device ed' requires 'device miibus'
#device         ed              
#device         ex              
#device         ep              
#device         fe              
#device         lnc             
#device         sn              
#device         xe              

# ISA devices that use the old ISA shims
#device         le

# Wireless NIC cards
#device         wlan            
#device         an              
#device         awi             
#device         wi              
#device         wl              

# Pseudo devices - the number indicates how many
# units to allocate.
device          random          
device          loop            
device          ether           
#device         sl              
#device         ppp             
#device         tun             
device          pty             
#device         md              
#device         gif             
#device         faith           

# The `bpf' device enables the Berkeley Packet
# Filter.
# Be aware of the administrative consequences of
# enabling this!
device          bpf             

# USB support
#device         uhci            
#device         ohci            
#device         usb             
#device         udbp            
#device         ugen            
#device         uhid            
#device         ukbd            
#device         ulpt            
#device         umass           
#device         ums             
#device         urio            
#device         uscanner        
# USB Ethernet, requires mii
#device         aue             
#device         cue             
#device         kue             

#Pseudon-device for ethernet frame types
#device                 ef
#options                ETHER_8022



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to