esday, July 09, 2003 2:00 AM
To: bodo ah
Cc: [EMAIL PROTECTED]
Subject: Re: /var error
bodo ah wrote:
>
> Hello there,
>
> I have some problem with my filesystem.
>
> #df -h
> ...
> /dev/da0s1e 288M 265M -208.0K 100%/var
> ...
> #du -h /var
> ..
>
On Wed, 9 Jul 2003, Mike Hoskins wrote:
> On Wed, 9 Jul 2003, Jan Grant wrote:
> Couldn't you also just do something like,
> `find /var|xargs lsof`
Uh, of course I meant s/lsof/fstat.
-mrh
--
From: "Spam Catcher" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Do NOT send email to the address listed a
On Wed, 9 Jul 2003, Brandon S. Allbery KF8NH wrote:
> On Wed, 2003-07-09 at 18:05, Mike Hoskins wrote:
> > I think it's just Linux/SysV folks that are used to lsof.
> Linux and System V have fuser; lsof used to be the BSD workaround for
> lack of it.
True, but every Linux admin I've seen uses lsof
On Wed, 2003-07-09 at 18:05, Mike Hoskins wrote:
> I think it's just Linux/SysV folks that are used to lsof.
Linux and System V have fuser; lsof used to be the BSD workaround for
lack of it.
--
brandon s. allbery [os/2][linux][solaris][japh] [EMAIL PROTECTED]
system administrator [WAY to
On Wed, 9 Jul 2003, Jan Grant wrote:
> On Wed, 9 Jul 2003, Kirk Strauser wrote:
> > At 2003-07-09T08:36:50Z, "Brandon S. Allbery KF8NH" <[EMAIL PROTECTED]> writes:
> > > Install sysutils/lsof and use it to find what program has a deleted file
> > > open on /var; kill that program, and the space wil
On Wed, 9 Jul 2003, Kirk Strauser wrote:
> At 2003-07-09T08:36:50Z, "Brandon S. Allbery KF8NH" <[EMAIL PROTECTED]> writes:
>
> > Install sysutils/lsof and use it to find what program has a deleted file
> > open on /var; kill that program, and the space will be reclaimed.
>
> I see that advice a lo
At 2003-07-09T15:27:38Z, "Brandon S. Allbery KF8NH" <[EMAIL PROTECTED]> writes:
> fstat (everyone else who has this calls it "fuser", so I didn't even know
> it was there) doesn't seem to provide much information; lsof gives you
> enough to have a decent chance of identifying the file in question,