Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2007 20:26:50 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Roger Olofsson <raggen@passagen.se>
Cc:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: FreeBSD and ImageMagick crashes OS?
Message-ID:  <20070824202650.0a1bffd6@localhost>
In-Reply-To: <46CEA517.8030204@passagen.se>
References:  <46CEA517.8030204@passagen.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Aug 2007 11:29:59 +0200
Roger Olofsson <raggen@passagen.se> wrote:

> Turns out ImageMagick was called through php to resize the .JPG and most 
> likely, the server runs out of memory/disk space. /var/tmp fills up and 
> console spews as follows:
> 
> Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: I/O error 28
> Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: residual I/O 32768 
> at 62620
> Aug 22 19:29:49 rutilus kernel: pid 29 (syncer), uid 0 inumber 49382 on 
> /var: filesystem full

:) having been bitten by that in several unix-like OS (pick any Linux distro, and freebsd too), i just remove /var/tmp and make a smylink to /tmp , which is big enough for my foreseeable needs. I like to keep my /var clean of tmp rubbish.

and yes,  configuring PHP and it's libraries helps too :)

B 
_________________________
{Beto|Norberto|Numard} Meijome

"Great spirits have often encountered violent opposition from mediocre minds."
  Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.



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