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-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

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 reboo

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

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 ac

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 wo

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 partit

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

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. > > >

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 d

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 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

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

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

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 100

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

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 > > > /d

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

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 > > Filesystem

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 1008M

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 Capacit

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 kern

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 ke

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 sour

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

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 > /de

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/ad0s3