Re: File system full

2006-10-18 Thread Paul Murphy
Giorgos Keramidas wrote: On 2006-10-18 07:53, Office of CEO- rithy4u.NET [EMAIL PROTECTED] wrote: Dear All, My firewall server was running out of space on / partition I have try to reboot/fsck and delete all unneccessary files inside / but I still get 12 MB of free space with total 495 MB worth

Re: File system full

2006-10-18 Thread Robert Huff
Paul Murphy writes: I have been trying to track down a similar problem! Using the above method I think I have found 'natd' to be the culprit. Should 'natd' receive a signal when 'alias.log' rolls over? Restarting 'natd' seems to have releases some megabytes. That's not

Re: File system full

2006-10-18 Thread Giorgos Keramidas
On 2006-10-18 07:13, Paul Murphy [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2006-10-18 07:53, Office of CEO- rithy4u.NET [EMAIL PROTECTED] wrote: Dear All, My firewall server was running out of space on / partition I have try to reboot/fsck and delete all unneccessary files inside /

Re: File system full

2006-10-18 Thread Matthew Seaman
Giorgos Keramidas wrote: On 2006-10-18 07:13, Paul Murphy [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2006-10-18 07:53, Office of CEO- rithy4u.NET [EMAIL PROTECTED] wrote: Dear All, My firewall server was running out of space on / partition I have try to reboot/fsck and delete all

Re: File system full

2006-10-18 Thread Robert Huff
Matthew Seaman writes: There doesn't seem to be any signal that you can send natd with the usual 'reread all config files and re-open all file descriptors' effect that most daemons understand. The next obvious questions are would that be desirable behavior? and how hard would it

Re: File system full

2006-10-18 Thread Giorgos Keramidas
On 2006-10-18 14:34, Matthew Seaman [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: The file `alias.log' is not rotated by `newsyslog.conf', so maybe we should add it there? Then we can let `newsyslog' signal `natd' by: %%% diff -r 4474abb9619a etc/newsyslog.conf ---

Re: File system full

2006-10-17 Thread Giorgos Keramidas
On 2006-10-18 07:53, Office of CEO- rithy4u.NET [EMAIL PROTECTED] wrote: Dear All, My firewall server was running out of space on / partition I have try to reboot/fsck and delete all unneccessary files inside / but I still get 12 MB of free space with total 495 MB worth of that partition. Any

Re: file system full

2006-05-04 Thread Atom Powers
`du -h / | grep ...M ' will show you all files that are more than 1.0MB in size. `find /var -type d | sed 's/.*//' | xargs du -sm | sort -g` will do the same thing, but list them with the largest files last. 'df -h' should show you free space, but does not always update immediatly. If that

Re: file system full

2006-05-04 Thread Jerry McAllister
Hi all, My /var is fully 99%, because I create one tar.gz of the squid logs. I was move for smbfs, then network die!!! I try: rm -rf file.tar.gz and don't have more free space oon the file system. Somebody help me? Do you have any other disk space large

Re: file system full

2006-05-04 Thread Lowell Gilbert
Rodrigo Mufalani [EMAIL PROTECTED] writes: Hi all, My /var is fully 99%, because I create one tar.gz of the squid logs. I was move for smbfs, then network die!!! I try: rm -rf file.tar.gz and don't have more free space oon the file system. Somebody help

Re: file system full

2006-05-04 Thread Philip Hallstrom
Hi all, My /var is fully 99%, because I create one tar.gz of the squid logs. I was move for smbfs, then network die!!! I try: rm -rf file.tar.gz and don't have more free space oon the file system. Somebody help me? Also, be sure that no process (ie. squid, syslog, etc.) still has

Re: file system full help

2006-04-22 Thread Noah
On Fri, 21 Apr 2006 02:23:41 +0200, Alex de Kruijff wrote On Thu, Apr 20, 2006 at 06:46:14AM -0800, Noah wrote: I sometimes get reports of file system full but not accurately because when viewing the drive with df -k I find there is adequate space on the drive. Usually this is casused

Re: file system full help

2006-04-20 Thread Alex de Kruijff
On Thu, Apr 20, 2006 at 06:46:14AM -0800, Noah wrote: I sometimes get reports of file system full but not accurately because when viewing the drive with df -k I find there is adequate space on the drive. Usually this is casused by log files considered larger than the available space on the

Re: file system full help

2006-04-20 Thread Noah
On Fri, 21 Apr 2006 02:23:41 +0200, Alex de Kruijff wrote On Thu, Apr 20, 2006 at 06:46:14AM -0800, Noah wrote: I sometimes get reports of file system full but not accurately because when viewing the drive with df -k I find there is adequate space on the drive. Usually this is casused

Re: File system full?

2004-01-02 Thread Eric F Crist
On Thursday 01 January 2004 11:46 pm, Malcolm Kay wrote: $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3a 1008M92M 835M10%/ /dev/ad0s2 1020M19M 1001M 2%/dos /dev/ad0s3g 4.8G69M 4.3G 2%/home /dev/ad0s3e 3.9G

Re: File system full?

2004-01-02 Thread Eric F Crist
On Thursday 01 January 2004 10:15 pm, Scott W wrote: Here's my df -h readout: $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3a 1008M92M 835M10%/ /dev/ad0s2 1020M19M 1001M 2%/dos /dev/ad0s3g 4.8G69M 4.3G 2%/home

Re: File system full?

2004-01-02 Thread Malcolm Kay
On Sat, 3 Jan 2004 03:47, Eric F Crist wrote: On Thursday 01 January 2004 11:46 pm, Malcolm Kay wrote: [snip] [not Malcolm Kay] $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3a 1008M92M 835M10%/ /dev/ad0s2 1020M19M 1001M 2%

Re: File system full?

2004-01-01 Thread Chris
On Thursday 01 January 2004 06:00 pm, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3a

Re: File system full?

2004-01-01 Thread Gautam Gopalakrishnan
On Thu, Jan 01, 2004 at 06:00:23PM -0600, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h FilesystemSize Used Avail Capacity Mounted on

Re: File system full?

2004-01-01 Thread Eric F Crist
On Thursday 01 January 2004 06:04 pm, Chris wrote: If you have source installed, that takes up a bit. If you don't see yourself doing a makeworld and building kernel - a binary install would have done nicely. I do have source installed, and I do a bi-weekly source update automatically when my

Re: File system full?

2004-01-01 Thread Eric F Crist
On Thursday 01 January 2004 06:15 pm, Eric F Crist wrote: On Thursday 01 January 2004 06:04 pm, Chris wrote: If you have source installed, that takes up a bit. If you don't see yourself doing a makeworld and building kernel - a binary install would have done nicely. I do have source

Re: File system full?

2004-01-01 Thread Tillman Hodgson
On Thu, Jan 01, 2004 at 06:23:15PM -0600, Eric F Crist wrote: On Thursday 01 January 2004 06:15 pm, Eric F Crist wrote: On Thursday 01 January 2004 06:04 pm, Chris wrote: If you have source installed, that takes up a bit. If you don't see yourself doing a makeworld and building kernel - a

Re: File system full?

2004-01-01 Thread Robert Huff
Chris writes: Here's my df -h readout: $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3e 3.9G 3.9G -260.5M 107%/usr If you have source installed, that takes up a bit. If you don't see yourself doing a makeworld and building kernel - a

Re: File system full?

2004-01-01 Thread Scott W
Gautam Gopalakrishnan wrote: On Thu, Jan 01, 2004 at 06:00:23PM -0600, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h FilesystemSize Used Avail

Re: File system full?

2004-01-01 Thread Brian Astill
On Fri, 2 Jan 2004 10:30 am, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/ad0s3a 1008M92M

Re: File system full?

2004-01-01 Thread Malcolm Kay
On Fri, 2 Jan 2004 15:44, Brian Astill wrote: On Fri, 2 Jan 2004 10:30 am, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h FilesystemSize Used

Re: File system full?

2004-01-01 Thread Scott W
Malcolm Kay wrote: On Fri, 2 Jan 2004 15:44, Brian Astill wrote: On Fri, 2 Jan 2004 10:30 am, Eric F Crist wrote: How big is necessary for a /usr partition? Mine keeps filling up and I've deleted /usr/obj and /usr/ports/distfiles regularly. Here's my df -h readout: $ df -h Filesystem