Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 17:30:36 +0200
From:      Stephane Marzloff <smarzloff@carif-idf.org>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Disk problem.
Message-ID:  <19980708173036.A14305@rafiki.intranet.carif.asso.fr>

next in thread | raw e-mail | index | archive | help
Hi..

I have a problem with a 2.2.6-STABLE (6 Jul) on a Ppro 200.

Sometimes, when I launch some applications (mutt, ls, vmstat..), there is no
responses during 10 sec.
I suspect a disk problem.

The machine isn't charge, Load average is constantly : 0.00 (0.50 maximum).
There 18Mo of Free RAM.

And 5 minutes ago, I have this message on the console :
Jul  8 17:07:46 rafiki /kernel: wd0: interrupt timeout:
Jul  8 17:07:46 rafiki /kernel: wd0: interrupt timeout:
Jul  8 17:07:46 rafiki /kernel: wd0: status 50<rdy,seekdone> error 0
Jul  8 17:07:46 rafiki /kernel: wd0: status 50<rdy,seekdone> error 0

I don't have APM or other things enable in the kernel. 

So if anyone have an idea.. 

Thanks..

Ps : I join my kernel configuration file


machine		"i386"
cpu			"I686_CPU"
ident			RAFIKI
maxusers		60

options		MATH_EMULATE			#Support for x87 emulation
options		INCLUDE_CONFIG_FILE	#include this file in kernel
options		INET						#InterNETworking
options		NMBCLUSTERS=2048
options		"CMD640"	# work around CMD640 chip deficiency
options		FFS						#Berkeley Fast Filesystem
options		PROCFS					#Process filesystem
options		"COMPAT_43"				#Compatible with BSD 4.3 [KEEP THIS!]
options		BOUNCE_BUFFERS			#include support for DMA bounce buffers
options		UCONSOLE					#Allow users to grab the console
options		FAILSAFE					#Be conservative
options		USERCONFIG				#boot -c editor
options		VISUAL_USERCONFIG		#visual boot -c editor
options		KTRACE					#kernel tracing
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		XSERVER					# support for X server

config		kernel	root on wd0s0a swap on wd0s1b

controller	isa0
controller	pci0

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk			wd0	at wdc0 drive 0
#disk			wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
#disk			wd2	at wdc1 drive 0
#disk			wd3	at wdc1 drive 1

options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd0	#IDE CD-ROM

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options     SC_HISTORY_SIZE=200  # number of history buffer lines

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

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		psm0	at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr

# Ethernet
device 		vx0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	gzip					# Exec gzipped a.out's
pseudo-device  bpfilter		2		#Berkeley packet filter 
pseudo-device	vn				1
pseudo-device	pty			16
pseudo-device	snp			2


-- 
                  Stéphane Marzloff -> smarzloff@carif-idf.org
             Do you think Jimi Hendrix's modem was a Purple Hayes?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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