Re: Urgent: filesystem full, though space is available

2008-03-18 Thread Peter Toth
Matthew Seaman wrote: David Kelly wrote: On Mon, Mar 17, 2008 at 06:11:47PM +0100, Erwan David wrote: I use lsof to get the list of removed files still open (lsof +L1, useful after a port upgrade to check wether all upgraded daemons indeed restarted). It seems it's not possible with fstat.

Urgent: filesystem full, though space is available

2008-03-17 Thread Dr. Jennifer Nussbaum
Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted things i can, and i should have the space now, but its just not available: $ df -m Filesystem 1M-blocks Used

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Lowell Gilbert
Dr. Jennifer Nussbaum [EMAIL PROTECTED] writes: Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted things i can, and i should have the space now, but its just

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Derek Ragona
At 10:34 AM 3/17/2008, Dr. Jennifer Nussbaum wrote: Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted things i can, and i should have the space now, but its just

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread David Kelly
On Mon, Mar 17, 2008 at 08:34:18AM -0700, Dr. Jennifer Nussbaum wrote: Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted things i can, and i should have the

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Brian A. Seklecki
i need to get this space released ASAP! Can anyone help? Please see the FreeBSD FAQ entries on The du and df commands show different amounts of disk space available. What is going on? and How is it possible for a partition to be more than 100% full? Also be sure to: $ alias df=/bin/df

RE: Urgent: filesystem full, though space is available

2008-03-17 Thread Johan Hendriks
17 maart 2008 16:34 Aan: freebsd-questions@freebsd.org Onderwerp: Urgent: filesystem full, though space is available Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Jerry McAllister
On Mon, Mar 17, 2008 at 08:34:18AM -0700, Dr. Jennifer Nussbaum wrote: This is a FAQ and has to do with space reserved for root(system). Check the FAQs on the FreeBSD web site. jerry Hi, Ive got a big problem now on a production server. When i do various things, i am getting write

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Armando Cambra
Or try to find the culprit with lsof (can't remember the options). You will see some processes using files you don't have -- kill that process and your space will be freed. I hope this helps. Regards and good luck. On Mon, Mar 17, 2008 at 5:10 PM, Jerry McAllister [EMAIL PROTECTED] wrote:

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Bill Moran
In response to Armando Cambra [EMAIL PROTECTED]: Or try to find the culprit with lsof (can't remember the options). You will see some processes using files you don't have -- kill that process and your space will be freed. You can also use fstat if you don't wan to install Linux software on

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Dan Nelson
In the last episode (Mar 17), Bill Moran said: In response to Armando Cambra [EMAIL PROTECTED]: Or try to find the culprit with lsof (can't remember the options). You will see some processes using files you don't have -- kill that process and your space will be freed. You can also use

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Bill Moran
In response to Dan Nelson [EMAIL PROTECTED]: In the last episode (Mar 17), Bill Moran said: In response to Armando Cambra [EMAIL PROTECTED]: Or try to find the culprit with lsof (can't remember the options). You will see some processes using files you don't have -- kill that

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Erwan David
Le Mon 17/03/2008, Bill Moran disait In response to Dan Nelson [EMAIL PROTECTED]: In the last episode (Mar 17), Bill Moran said: In response to Armando Cambra [EMAIL PROTECTED]: Or try to find the culprit with lsof (can't remember the options). You will see some processes using

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Christopher Sean Hilton
On Mar 17, 2008, at 11:34 AM, Dr. Jennifer Nussbaum wrote: Hi, Ive got a big problem now on a production server. When i do various things, i am getting write failed, file system full messages all over the place. Ive gone through and deleted things i can, and i should have the space now,

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread David Kelly
On Mon, Mar 17, 2008 at 06:11:47PM +0100, Erwan David wrote: I use lsof to get the list of removed files still open (lsof +L1, useful after a port upgrade to check wether all upgraded daemons indeed restarted). It seems it's not possible with fstat. ... which is exactly what Jennifer needs

Re: Urgent: filesystem full, though space is available

2008-03-17 Thread Matthew Seaman
David Kelly wrote: On Mon, Mar 17, 2008 at 06:11:47PM +0100, Erwan David wrote: I use lsof to get the list of removed files still open (lsof +L1, useful after a port upgrade to check wether all upgraded daemons indeed restarted). It seems it's not possible with fstat. ... which is exactly