Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 05:50:01 -0800 (PST)
From:      Andrew <andrew@ugh.net.au>
To:        freebsd-bugs
Subject:   Re: kern/2351: panic:timeout table full
Message-ID:  <199701121350.FAA27900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/2351; it has been noted by GNATS.

From: Andrew <andrew@ugh.net.au>
To: freebsd-gnats-submit@freebsd.org, andrew@ugh.net.au
Cc:  Subject: Re: kern/2351: panic:timeout table full
Date: Mon, 13 Jan 1997 00:53:57 +1100

 > I can't seem to get it to happen again...(thankfully :-)
 
 I certainly can now....most of the time if I try and boot wth my custom
 kernel I get panic: timeout table full etc just as the login prompt
 appears. Sometimes it works fine - GENERIC always works. This leads me
 to beleive my kernel is at fault but I cant find any problems with the
 config file and I have recompiled it just in case.
 
 Sometimes I get a larger error message:
 
 login: panic: timeout table full
 
 syncing disks...
 
 fatal trap 12: page fault while in kernel mode
 fault virtual address	= 0x10
 fault code				= supervisor read, page not present
 instruction pointer		= 0x8:0xf012940a
 stack pointer			= 0x8:0xf0187e80
 frame pointer			= 0x8:0xf0187e90
 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			= Idle
 interrupt mask			= net tty bio
 
 panic: page fault
 Automatic reboot in 15 seconds - press any key on the console to abort
 
 My kernel config file is:
 
 #
 # SALLY -- 4 Serial, 1 Parallel, 1 420MB bad IDE fixed, built for speed
 no
 #	longer :-(. FAILSAFE is on.
 #
 
 machine		"i386"
 cpu		"I386_CPU"
 ident		SALLY
 maxusers	4
 
 options		GPL_MATH_EMULATE	#Support for x87 emulation
 options		INET			#InterNETworking
 options		FFS			#Berkeley Fast Filesystem
 options		PROCFS			#Process filesystem
 options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
 options		FAILSAFE		#Be Cautious
 #options	USERCONFIG		#boot -c editor
 #options	VISUAL_USERCONFIG	#visual boot -c editor
 
 config		kernel	root on wd0
 
 # Buses
 controller	isa0
 
 # Floppy
 controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
 disk		fd0	at fdc0 drive 0
 
 # Hard Disk
 controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
 disk		wd0	at wdc0 drive 0
 
 # Console
 # syscons is the default console driver, resembling an SCO console
 device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
 #device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
 #options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
 
 # Maths Co-Processor
 # Mandatory, don't remove
 device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
 
 # Serial Ports
 device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
 device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
 device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
 device		sio3	at isa? port "IO_COM4" tty irq 7 vector siointr
 
 # Parallel Port
 # irq 9 but seems faster in polled mode
 device		lpt0	at isa? port? tty vector lptintr
 
 # Sound
 #device pca0 at isa? port "IO_TIMER1" tty
 #pseudo-device speaker
 
 # Loopback
 pseudo-device	loop
 
 # Kernel Error Messages
 pseudo-device	log
 
 # ijppp
 pseudo-device	tun	2
 
 # Snoop
 pseudo-device snp 1
 
 pseudo-device	bpfilter 1
 pseudo-device	pty	16
 pseudo-device	gzip		# Exec gzipped a.out's
 
 Thanks,
 
 Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701121350.FAA27900>