RE: /var error

2003-07-09 Thread Southo
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 > .. >

Re: /var error

2003-07-09 Thread Mike Hoskins
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

Re: /var error

2003-07-09 Thread Mike Hoskins
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

Re: /var error

2003-07-09 Thread Brandon S. Allbery KF8NH
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

Re: /var error

2003-07-09 Thread Mike Hoskins
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

Re: /var error

2003-07-09 Thread Jan Grant
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

Re: /var error

2003-07-09 Thread Kirk Strauser
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,