I've been getting this panic when I've installed new kernels the last
couple of times.  The panic is occuring when I have freshly booted the
system with a new kernel and logged on for the first time.  It appears
to occur at the point at which I start fetchmail in my profile, FWIW.

BTW: My home directory is mounted over nfsv3,udp from a Solaris2.6
server with amd.  I've tried getting rid of amd and it makes no
difference.

At the moment, I'm having to use a kernel from June 8th, to be able to
login...

Here's the traceback from ddb:

Debugger(0xc01d545b) at Debugger+0x37
panic(0xc01e5339, 0xc6aa6df4, 0xc0152af8, 0x1, 0) at panic+0x74
zerror(0x1, 0, 0xc6aa6f80, 0xffffffff, 0xc0f3b300) at zerror+0x3f
namei(0xc6aa6eec, 0, 0xc6aa6f80, 0xffffffff, 0xc6aa6e30) at namei+0xac
vn_open(0xc6aa6eec, 0x3, 0, 0xc6558680, 0xc01f572c) at vn_open+0x1eb
open(0xc6558680, 0xc6aa6f80, 0xffffffff, 0, 0xffffffff) at open+0xbb
syscall(0x2f, 0x2f, 0x2f, 0xffffffff, 0) at syscall+0x182
Xint0x80_syscall() at Xint0x80_syscall+0x26

Does this lot mean anything to anybody?

Unfortunately, I can't seem to get a crash dump out of the thing.  I've
tried doing both "panic" and "continue" from within ddb, and it looks as
though the dump is being written to disk, but when it comes back up,
nothing.

Here's the config file for the kernel that's crashing on me:

------------------------------------------------------------------------
#
# VOODOO --- Dom's workstation.  A HP Vectra VL.
#
# $Id: VOODOO,v 1.22 1999/07/13 06:23:14 dom Exp $
#

machine         "i386"
cpu             "I686_CPU"
ident           VOODOO
maxusers        32

# Build a debug kernel.
makeoptions     DEBUG="-g"

options         DDB                     # Kernel debugger.

options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP THIS!]
options         "NO_F00F_HACK"
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT
options         INET                    #InterNETworking
options         INVARIANTS
options         INVARIANT_SUPPORT
options         KTRACE                  #kernel tracing
options         SOFTUPDATES
options         SYSVMSG
options         SYSVSEM
options         SYSVSHM
options         UCONSOLE                #Allow users to grab the console
options         USER_LDT                #Wine.

controller      isa0    at nexus?
controller      pci0    at nexus?

controller      fdc0    at isa? port "IO_FD1" irq 6 drq 2
disk            fd0     at fdc0 drive 0

## controller   wdc0    at isa? port "IO_WD1" irq 14
## disk         wd0     at wdc0 drive 0 flags 0xa0ff
## controller   wdc1    at isa? port "IO_WD2" irq 15
## device               wcd0    #IDE CD-ROM

# Soren's new atapi stuff...
controller      ata0
device          atadisk0
device          atapicd0

# syscons is the default console driver, resembling an SCO console
controller      atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1
device          psm0    at atkbdc? irq 12
device          vga0    at isa? port ? conflicts
device          sc0     at isa?

# Mandatory, don't remove
device          npx0    at nexus? port IO_NPX irq 13

device          apm0    at nexus? disable flags 0x31

device          sio0    at isa? port "IO_COM1" flags 0x10 irq 4
device          sio1    at isa? port "IO_COM2" irq 3

device xl0

# Parallel port bus.
controller      ppbus0
device          lpt0    at ppbus?
device          plip0   at ppbus?
device          ppc0    at isa? port? irq 7

pseudo-device   loop
pseudo-device   ether
pseudo-device   pty     32
pseudo-device   bpf     2
pseudo-device   snp     2       #Snoop on ttys
pseudo-device   splash
------------------------------------------------------------------------

And here's the dmesg for the successful kernel that I'm running which is
pretty much the same but with a couple more filesystems compiled into it
instead of modules.  Please let me know if there's any more information
I can provide to help with tracking this down...

------------------------------------------------------------------------
Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #18: Tue Jun  8 05:00:06 BST 1999
    [EMAIL PROTECTED]:/usr/src/sys/compile/VOODOO
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II (299.61-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x634  Stepping=4
  Features=0x80f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory  = 67108864 (65536K bytes)
avail memory = 62611456 (61144K bytes)
Preloaded elf kernel "kernel.goodnfs" at 0xc028c000.
Preloaded elf module "if_tun.ko" at 0xc028c0a4.
Pentium Pro MTRR support enabled, default memory type is uncacheable
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <PCI host bus adapter> on motherboard
pci0: <PCI bus> on pcib0
Correcting Natoma config for non-SMP
Correcting Natoma config for non-SMP
chip0: <Intel 82440FX (Natoma) PCI and memory controller> at device 0.0 on pci0
isab0: <Intel 82371SB PCI to ISA bridge> at device 4.0 on pci0
ata-pci0: <Intel PIIX3 IDE controller> at device 4.1 on pci0
ata-pci0: Busmastering DMA supported
ata0 at 0x01f0 irq 14 on ata-pci0
ata1 at 0x0170 irq 15 on ata-pci0
xl0: <3Com 3c905-TX Fast Etherlink XL> irq 11 at device 7.0 on pci0
xl0: Ethernet address: 00:60:08:76:7d:56
xl0: autoneg complete, link status good (full-duplex, 100Mbps)
vga-pci0: <Cirrus Logic GD5446 SVGA controller> at device 13.0 on pci0
isa0: <ISA bus> on motherboard
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> at fdc0 drive 0
ata-isa1: already registered as ata0
ata-isa2: already registered as ata0
atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model MouseMan+, device ID 0
vga0: <Generic ISA VGA> on isa0
sc0: <System console> on isa0
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0 at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: <PLIP network interface> on ppbus 0
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ata1: unwanted interrupt 1 status = ff
ata0: master: setting up WDMA2 mode on PIIX3/4 chip OK
ad0: <QUANTUM FIREBALL SE4.3A/API.0C00> ATA-3 disk at ata0 as master
ad0: 4104MB (8405775 sectors), 8895 cyls, 15 heads, 63 S/T, 512 B/S
ad0: piomode=4, dmamode=2, udmamode=2
ad0: 16 secs/int, 0 depth queue, DMA mode
acd0: <HITACHI CDR-8335/0008> CDROM drive at ata1 as master
acd0: drive speed 1779 - 4134KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
changing root device to wd0s2a
WARNING: / was not properly dismounted
------------------------------------------------------------------------
-- 
Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator

        In Mountain View did Larry Wall
            Sedately launch a quiet plea:
        That DOS, the ancient system, shall
            On boxes pleasureless to all
        Run Perl though lack they C.
-- 
**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.
**********************************************************************


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

Reply via email to