![]() |
There is not enough room on the disk to save to /tmp ?????
I'm getting this message when I try to save a download. I tried deleting files from there ,but that didn't help.
Earlier I tried things like deleting all the trash items(There was a lot of files there, but that still didn't free anything up. I have my /home partition on a separate. I'm running Debian testing. http://i27.tinypic.com/9qfuix.png |
If your /home is on a separate partition, deleting stuff from it (emptying trash) is not going to help. You probably made your / partition to small. Most of the stuff you install will be stored in / or one of its subs. You might want to look at your logs. If you have a log message that is repeated every couple of minutes you can eat up a couple if gigs pretty fast.
|
Quote:
|
Also when I try to gksu konqueror, it gives me this mess:
Code:
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: IOR file '/tmp/gconfd-erik/lock/ior' not opened successfully, no gconfd located: No such file or directory 2: IOR file '/tmp/gconfd-erik/lock/ior' not opened successfully, no gconfd located: No such file or directory) Also Synaptic won't open... |
I do not run Debian but you could start with "locate log |less". There are a lot of logs on a system.
|
Run 'df -h' and check available drive space. Then you'll know where to start looking.
|
raising this old thread is very relevant, since it's a high-SERP result and yet unsolved.
the problem is, tmpfs mounted on /tmp runs out of space Code:
$ df -H Code:
$ df -H now, that is only part of the solution. :) what if one wants to permanently increase the size of /tmp's tmpfs? where is /tmp mountpoint with tmpfs configured? it is present in /etc/mtab Code:
$ grep '/tmp' /etc/mtab in short, my question is, how, besides using a rc.local or similar script to issue above-linked command, do I permanently (sustaining reboot) increase /tmp's allocated size? |
* There may be hidden files in /tmp. Try deleting them after Ctrl+H or View -> Show Hidden Files.
* There are many unwanted files in /var (mainly, /var/cache) * log files are kept in /var/log Hope these are useful. |
your missing my question made me search a little more. :)
supposedly, this is the solution: on Debian-based systems, one ensures he has RAMTMP=yes in /etc/default/rcS and sets TMP_SIZE=2G in /etc/default/tmpfs. however, since /etc/default/tmpfs is deprecated, a new /etc/fstab line is preferred instead. Code:
tmpfs /tmp tmpfs nodev,nosuid,size=20%,mode=1777 0 0 |
All times are GMT -5. The time now is 05:43 AM. |