Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2004 15:05:34 -0400 (EDT)
From:      Robert Watson <rwatson@freebsd.org>
To:        Steve Shorter <steve@nomad.tor.lets.net>
Cc:        stable@freebsd.org
Subject:   Re: vnode_pager_putpages errors and DOS?
Message-ID:  <Pine.NEB.3.96L.1041009150440.93055O-100000@fledge.watson.org>
In-Reply-To: <20041008194743.GB38115@nomad.lets.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Oct 2004, Steve Shorter wrote:

> > 	I have some machines that run customers cgi stuff.
> > These machines have started to hang and become unresponsive.
> > At first I thought it was a hardware issue, but I discovered in 
> > a cyclades log the following stuff that got logged to the
> > console which explains the cause of the system hangs/failures.
> > 
> > vnode_pager_putpages: residual I/O 65536 at 347
> > vnode_pager_putpages: I/O error 28]
> > vnode_pager_putpages: residual I/O 65536 at 285] 
> 
> 	Aha! also at the same time I get in syslog
> 
> 	/kernel: pid 6 (syncer), uid 0 on /chroot/tmp: file system full
> 
> 	Whats happening? Can a full filesystem bring the thing down? 
> Ideas? Fixes? 

Ideally not, but many UNIX programs respond poorly to being out of memory
and disk space ("No space, wot?").  Are you using a swap file, and if so,
how did you create the swapfile?  Are you using sparse files much?

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert@fledge.watson.org      Principal Research Scientist, McAfee Research




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1041009150440.93055O-100000>