Questions tagged [tmp]
90 questions
0
votes
2 answers
Unable to clear up tmp
I had a bunch of files in /tmp that I cleared up by doing $ rm -rf ./tmp/*. However, I'm still unable to 'clear' that information, even after a reset. Here is what I have now:
$ cd Av-bash: cannot create temp file for here-document: No space left on…

David542
- 939
- 3
- 10
- 15
0
votes
1 answer
Can I delete CGI*****-* files in /tmp dir
We have a bunch of different applications running on a web server and some of them started falling over; Quickly checking disk space we realised the tmp folder on a seperate partition had become full - Looking through there's lots and lots of…

Christopher Lightfoot
- 159
- 6
0
votes
1 answer
Debian 8 + PHP: /tmp/ Permission denied
I had a website running fine on Debian 7 + PHP 5.6, and recently decided to upgrade my Debian installation to Debian 8. Everything went fine, except for a small thing.
While running the same code, seems like PHP is unable to write anything to /tmp/,…

TCB13
- 1,166
- 1
- 14
- 34
0
votes
1 answer
deletion of tmp directory content on RHEL
we have installed Web logic server 10.3.6 in RHEL 5.8.There also a "tmp" folder inside "domains/servers/tmp" folder..this is the path of tmp folder in my case.Now My query is "Is it Mandatory to delete files from tmp folder manually or the The…
0
votes
2 answers
How to backup your MySQL database when /tmp is read only?
I have an Ubuntu server 12.04 with a corrupted ext4 file system on my /tmp partition :
$ dmesg | tail
[25300713.878456] end_request: I/O error, dev vda, sector 2019854
[25300713.882430] Aborting journal on device dm-0-8.
[25300713.969861]…

Bite code
- 409
- 5
- 17
0
votes
2 answers
removed files from /tmp/ directory - can't login anymore
I'm a system integrator(evidently noob), and today i've made my first scan with rkhunter, a tool that look into the system for check the presence of rootkits.
After that scan i -foolishly- decided to remove the files inside /tmp/ directory, because…

lese
- 192
- 2
- 8
0
votes
0 answers
Mysql tmp file cause site exception error crash
Running Magento and every 3-15 days or so (fairly random) I get this error:
exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_362_0.MYD' (Errcode: 17)' in…

cshaun
- 1
- 1
0
votes
1 answer
Email queue won't send - No disc space left (running Centos 6.3)
I hope anyone can help me out with the following issue. I'm no longer receiving emails because they are getting stuck in the email queue.
I've tried the following:
System reboot (even between the steps below)
Clearing temp files using: find /tmp…

Peter van Dam
- 13
- 2
0
votes
3 answers
/tmp flooded with ".myapp" files
On my new server (dedicated, CentOs5), 2 or 3 .myapp files (like "51b9dc4cc246f.myapp", ~500 Mo) is created every minute under /tmp, fulling my harddisk at an alarming speed.
There is nothing in crontab -e.
Any ideas from where this can come from…

Nicolas Reynolds
- 177
- 1
- 1
- 8
0
votes
3 answers
Purge tmp directory per user
I've created on my fresh server a directory structure like this:
/home/$username/$domain/ (for example: /home/domaincom/domain.com/)
- public_html
- logs
- conf
- tmp
Everything works well, but unfortunatelly, apache (or PHP) is not purging tmp…

user160403
- 5
- 1
- 3
0
votes
1 answer
Ephemeral Amazon disc mounted in /tmp
I would like to know what do you think about mounting the ephemeral disc in /tmp when using Ubuntu in AWS.

AngocA
- 111
- 5
0
votes
1 answer
using /tmp partition instead tmp folder under root partition
I’m very new on using Linux (Debian) and have following question.
I installed debian and during the process also created separate partition for /tmp.
How can I now make sure that server programs use that special partition /tmp instead of /tmp folder…

Mark
- 9
- 1
0
votes
1 answer
/tmp always gets full even after resize
I have a cPanel Server with 4GB of Ram and 4GB of /tmp space. I always get this error:
Will this cause slow performance? and can I delete everything?
Drive Critical: /tmp (/var/tmp) is 95% full
Drive Critical: /usr/tmpDSK (/tmp) is 95% full

Zim3r
- 1,454
- 5
- 24
- 45
0
votes
2 answers
applications unable to use /tmp
The disk on a Ubuntu server filled up causing a website to fail and some database corruption. After freeing some space (rogue wordpress backup plugin) and reimporting the database we found some functions of the site where not working.
I fixed some…

ollybee
- 568
- 2
- 10
0
votes
1 answer
PHP fails to start sessions - disk corrupted?
In my Linux server, I can't login to my PHP application having an issue related to PHP sessions:
PHP Error Logs:
[Sat May 21 21:27:50 2011] [error] [client ] PHP Warning: Unknown: open(/tmp/sess_8lh0d15nu33p5r659ge35spn13, O_RDWR) failed: Invalid…

taras
- 269
- 2
- 9
- 20