/tmp full

2001-08-08 Thread Mark Heinrich

I am unable to start KDE because my /tmp is full.  I deleted the files that
I thought I could and there are only two or three left but I am still
getting an error that my /tmp is full.  How can I see how much space /tmp
has allocated and how much is free?  How can I increase the amount of space
/tmp has?  TIA

Mark

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-08 Thread Ian Marchak

Quoting Mark Heinrich <[EMAIL PROTECTED]>:

> I am unable to start KDE because my /tmp is full.  I deleted the files
> that
> I thought I could and there are only two or three left but I am still
> getting an error that my /tmp is full.  How can I see how much space
> /tmp
> has allocated and how much is free?  How can I increase the amount of
> space
> /tmp has?  TIA
> 
> Mark

If /tmp is on a seperate partition, 'df' will show you the free space on all 
your partitions.  If /tmp is part of your / partition, you may have some work 
ahead of you.  Assuming you have space on your HD, head to the SxS and look up 
PARTITIONS.

--
Linux SxS [http://members.home.net/linuxsteps/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-08 Thread Kurt Wall

In the last episode, we heard Mark Heinrich say:
> I am unable to start KDE because my /tmp is full.  I deleted the files that
> I thought I could and there are only two or three left but I am still
> getting an error that my /tmp is full.  How can I see how much space /tmp
> has allocated and how much is free?  How can I increase the amount of space
> /tmp has?  TIA

Space usage:
df -h /tmp
du -s /tmp
What's using /tmp?
lsof +d /tmp
lsof +D /tmp

KUrt
-- 
The philosopher's treatment of a question is like the treatment of an illness.
-- Wittgenstein.
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-08 Thread Michael Scottaline

On Wed, 08 Aug 2001 08:38:34 -0600 (CST)
Ian Marchak <[EMAIL PROTECTED]> was inspired to comment:

> Quoting Mark Heinrich <[EMAIL PROTECTED]>:
> 
> > I am unable to start KDE because my /tmp is full.  I deleted the files
> > that
> > I thought I could and there are only two or three left but I am still
> > getting an error that my /tmp is full.  How can I see how much space
> > /tmp
> > has allocated and how much is free?  How can I increase the amount of
> > space
> > /tmp has?  TIA
> > 
> > Mark
> 
> If /tmp is on a seperate partition, 'df' will show you the free space on
> all 
> your partitions.  If /tmp is part of your / partition, you may have some
> work 
> ahead of you.  Assuming you have space on your HD, head to the SxS and
> look up 
> PARTITIONS.

How about "cd /tmp
du
Won't that tell the original poster how much of his /tmp is being used?
Mike

-- 
"You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer."
- Frank Zappa


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-08 Thread Lee

Mark Heinrich wrote:

> I am unable to start KDE because my /tmp is full.  I deleted the files that
> I thought I could and there are only two or three left but I am still
> getting an error that my /tmp is full.  How can I see how much space /tmp
> has allocated and how much is free?  How can I increase the amount of space
> /tmp has?  TIA
>
> Mark

Being the lazy sort, if I was sure that there was nothing in temp I wanted, I'd just rm
/my/temp. Boot into KDE to see if that was really the problem. If the beastie booted 
into KDE
then just make a new temp file.

>
>
> ___
> http://linux.nf -- [EMAIL PROTECTED]
> Archives, Subscribe, Unsubscribe, Digest, Etc 
>->http://linux.nf/mailman/listinfo/linux-users

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-08 Thread Douglas J. Hunley

On Wednesday 08 August 2001 10:44, Michael Scottaline babbled:
> How about "cd /tmp
> du

cd /tmp && du -sh . is abeauty for this one

-- 
Douglas J. Hunley ([EMAIL PROTECTED]) - Linux User #174778 
Admin: http://hunley.homeip.net/Admin: http://linux.nf/ 
Brainbench Linux Administration Certified

~~ Now offering Linux admin services for the home user ~~

If I had wanted your website to make noise, I would have licked my finger
and rubbed it across the monitor.
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-24 Thread Mark Heinrich


KUrt wrote:
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: /tmp full

2001-08-24 Thread Ronnie Gauthier

/tmp is only full because / has no more room left, its full. I had this
problem and went into /opt and rm'd star office. Quick and dirty to get back
to a GUI.

- Original Message -
From: Mark Heinrich <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 24, 2001 3:20 PM
Subject: Re: /tmp full


>
> KUrt wrote:
>  <  df -h /tmp
> <  du -s /tmp
>  <  lsof +d /tmp
> <  lsof +D /tmp
>
> I tried this and got: hda3, 1.5GB, mounted on / , 100% usage
> I'm not sure what's going on here :(
>
> I then tried to delete the /tmp via rmdir --ignore-fail-on-non-empty /tmp
> which looked like
> it worked (I got the bash prompt on the next line without error).  But
when
> I ls -a the root directory /tmp is still there.
>
> To briefly restate my ultimate goal and initial problem. I am trying to
> start kde.  When I attempt to login via the graphical login screen.  It
> looks like kde tries to start but it kicks me back out to the login
screen.
> I have found an error that indicates /tmp is full.
>
> I gave up on the /tmp issue. And blindly tried running kfm from failsafe
> login.  Whammo there it is.  Then feeling like I can push my luck, I find
> "kde" in the directory gui from kfm and wouldn't ya know kde starts right
> up.  I did get an error message when I tried to run kdm from the console -
> can't remember it right now though.  This newbie is thoroughly confused!!
> I'll keep plugging away at it though.
>
> Mark
>
> ___
> http://linux.nf -- [EMAIL PROTECTED]
> Archives, Subscribe, Unsubscribe, Digest,
Etc ->http://linux.nf/mailman/listinfo/linux-users

___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users