LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-13-2003, 10:25 PM   #1
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Unhappy mozilla says not enough room


i'm trying to download openoffice.org 1.1 using mozilla 1.3.1 on mandrake 9.1, but when it's almost done downloading (around 82%), mozilla stalls the download and gives me this (on a message box with an exclamation mark icon and an "okay" button):

-----------------------------------
There is not enough room on the disk to save /tmp/i79182xe.gz.

Remove unnecessary files from the disk and try again, or try saving in a different location.
-----------------------------------


here's the output of "df -hT":

Filesystem Type Size Used Avail Use% Mounted on
/dev/hda1 reiserfs 2.1G 487M 1.6G 24% /
/dev/hda6 reiserfs 35G 24G 11G 69% /home
none tmpfs 62M 62M 0 100% /tmp


what's the deal with /tmp being full?

do i need to make /tmp bigger or something?

if so, how?
 
Old 12-14-2003, 12:31 AM   #2
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Well, you could just choose to save OO to your /home directory and install it from there. If you wanted to make your /tmp partition bigger, you'd basically have to delete that one and create a new- larger partition. Alternatively, you could put the /tmp directory in your / partition ($ mkdir /tmp), eliminate the /tmp partition then make the necessary adjustments in your /etc/fstab file by removing the line that mounts /tmp on its own part.
 
Old 12-14-2003, 12:53 AM   #3
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
How much swap do you have, and what's in /etc/fstab?
 
Old 12-14-2003, 12:57 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
hello there, thanks for your input!

=)


i'm not downloading to the /tmp folder... i'm downloading to my home folder...

my /tmp doesn't have it's own partition...

i have three partitions: root (hda1), swap (hda5), and home (hda6)...

i already downloaded openoffice.org using "wget", but still i want to know what the deal is with this mozilla error...

like, is it really a problem with my /tmp or is it a problem (bug?) with mozilla???
 
Old 12-14-2003, 12:59 AM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i have 800mb of swap... and here's the fstab:

/dev/hda1 / reiserfs notail 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home reiserfs notail 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
 
Old 12-14-2003, 01:00 AM   #6
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
I see. I am confused by:
Filesystem Type Size Used Avail Use% Mounted on
/dev/hda1 reiserfs 2.1G 487M 1.6G 24% /
/dev/hda6 reiserfs 35G 24G 11G 69% /home
none tmpfs 62M 62M 0 100% /tmp

What is the 62mb limit there on /tmp? I haven't ever seen that before.
 
Old 12-14-2003, 02:40 AM   #7
je_fro
Member
 
Registered: Nov 2002
Location: /texas/austin/home/desk
Distribution: Gentoo
Posts: 341

Rep: Reputation: 30
none tmpfs 62M 62M 0 100% /tmp

Try taking that line out.
 
Old 12-14-2003, 04:00 AM   #8
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
ummm... what do you mean? that line is part of df's output...
 
Old 12-14-2003, 08:39 AM   #9
ugob
Member
 
Registered: Nov 2003
Distribution: RH, Fedora, Debian, Knoppix
Posts: 436

Rep: Reputation: 31
look in /etc/fstab.

it defines your mount point. Your /tmp is currently in a ramdrive, which is limited in size to 62 MB. Remove its entry to that it goes under / or create a separate partition for it.
 
Old 12-14-2003, 10:32 AM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Just to clarify a bit on the Mozilla part, when downloading, it always downloads to the /tmp directory before placing into the actual directory you specified. That is why when it reaches that supposed 62mb, its gonna stop as its run out of room.

Remove the entry from /etc/fstab, umount it and then download as it appears you have 1.2GB left of space on / where your /tmp directory will reside at with plenty of space to download OO.
 
Old 12-15-2003, 08:05 PM   #11
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
THANKS EVERYONE!!!

it looks like your suggestions worked flawlessly:


i commented-out the line in "/etc/fstab" about "/tmp", rebooted, and now "df" shows only "/" and "/home"... no ramdisk for "/tmp"...

i put openoffice to download again with mozilla and it downloaded perfectly with no errors...

8465e58cddd71474c20386a62b8cd43b OOo_1.1.0_LinuxIntel_install.tar.gz


thanks again everyone... this linux community rules!!!

=)



PS:

i haven't been able to look into it yet, but it would seem that this change would affect this mandrake box's performance in general, wouldn't it? positively or negatively? i mean, i know a harddisk is slower than a ramdisk, but without temp files eating away ram, wouldn't that mean more ram for apps and stuff to run freely???

i checked and every mandrake box i run is doing this... my non-mandrake boxes aren't... i'm assuming that mandrake (at least 9.1, the one i use) does this by default, right???

WHY???
 
Old 12-15-2003, 08:12 PM   #12
ugob
Member
 
Registered: Nov 2003
Distribution: RH, Fedora, Debian, Knoppix
Posts: 436

Rep: Reputation: 31
You're right, if you've got a lot of stuff in /tmp, it might decrease the performance of your box, especially if you don't have much ram.

Maybe see mandrake's errata?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Chat Room? plisken LQ Suggestions & Feedback 6 11-26-2005 09:47 AM
no more room in partition! jnev Linux - General 7 09-21-2005 08:58 PM
mozilla can not enter yahoo chat room? tacca Linux - Software 6 11-26-2004 05:49 PM
More Room on / Difficult Linux - Newbie 15 07-10-2002 03:44 PM
Chat room LinuzRulz General 11 06-07-2002 08:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 02:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration