The traditional name of directories (especially on Unix and Unix-like operating systems) used to store temporary files. Also, the filename extension of temporary files.
Questions tagged [tmp]
317 questions
1
vote
1 answer
Rake Clear tmp is taking too long
This is a rails app, when I tried to execute rake tmp:clear ,it is taking too long (about 45 minutes have passed and yet the task is not finished!). I was to ask is there a possibility that it is caused by the server generating the tmp?
This project…

Nich
- 1,112
- 1
- 14
- 29
1
vote
3 answers
/tmp file name collisions when hosting hundreds of small Drupal sites
We host a few hundred small Drupal 6 & 7 websites on a single Debian virtual machine. Each of these sites has it's own Drupal code base and database.
When we had each site using /tmp as the "Temporary files" folder in Drupal, we would occasionally…

Dave Pearce
- 59
- 5
1
vote
1 answer
Find out which scripts create files in the /tmp folder on linux
Is it possible to trace which files are creating files in the /tmp folder on a linux OS? I want to back trace some files to find out where they have come from

user1398287
- 5,245
- 5
- 21
- 25
1
vote
2 answers
how to read / copy a tmp file which exists for a very short time
my nginx creates tmp files for requests which are bigger than 16kb. I am trying to read this tmp files but they only exist for a rly short period of time (1ms?). Is there unix command / programm which can help me to read this files before they are…

braunbaer
- 1,113
- 1
- 9
- 20
1
vote
1 answer
Premission denied to start session - PHP
I have the following error:
Warning: session_start():
open(---temp\sess_u800qhordqngjf1c9mlspmb1c6, O_RDWR) failed:
Permission denied (13) in ---login.php on line 2
Warning: Unknown: open(---temp\sess_u800qhordqngjf1c9mlspmb1c6, O_RDWR)…

Nave Tseva
- 868
- 8
- 24
- 47
1
vote
0 answers
Migrating to Ruby 2.0.0 with Rails 3.2: how to set up tmp dir?
I just migrated to Ruby 2.0.0 from 1.9.2 and I'm getting errors when trying to handle files because I can't get tmp directories to work.
If you check this file and look at line 29 you'll see that they've added a check on world_writable?, but they…

ben
- 1,432
- 12
- 17
1
vote
2 answers
set directory of tmpfile() on Linux
A program I use is failing when it uses tmpfile() for large files. The problem seems to be I don't have permission to create large files in /tmp, which this function uses by default. So is there a way, perhaps with an environmental variable, that I…

hoju
- 28,392
- 37
- 134
- 178
1
vote
1 answer
Make uploaded tmp file persists for the next request
IS it possible to make a tmp file (uploaded) persists for the next request?
Afaik,normally, it persists for only the current request, is here any php setting, php.ini setting or php method to achieve this
without having to move or copy the tmp…

bombastic
- 2,961
- 8
- 20
- 18
1
vote
1 answer
.gitignore in cakephp: ignore everything but files which are named empty
the cakephp project is using so called empty files.
empty files are literally named empty and had no information inside.Their only purpose: Empty directories can be commited by versionising via git.
Unfortunately, I have a problem with the /app/tmp…

user2084047
- 11
- 2
1
vote
2 answers
Gwan, failed to map segment
I am having trouble with Gwan, I have used is successfully without hiccup on several machines but having trouble with my current machine CentOS 6.3 64bit Final, gwan version 3.12.26, glibc version 2.12 (stable) from gwan.
Whenever I try and start…

John-Alan
- 171
- 7
1
vote
2 answers
Storing data in /tmp from a forked process in php
For awhile now, I've been storing serialized objects from forked processes in /tmp with file_put_contents.
Once all child processes wrap up, I'm simply using file_get_contents and unserializing the data to rebuild my object for processing.
so my…

au_stan
- 4,011
- 2
- 19
- 24
1
vote
1 answer
How do you edit .tmp file removal settings?
Using Struts 2: when will the .tmp file - that gets created after uploading a file - be deleted?
How can you customize when the .tmp file should be deleted? Do you have to create a copy of it?
Please don't be shy to give some code :)
user1191027
1
vote
3 answers
Server's tmp directory filling up?
Today there were some problems with my site: php file uploads weren't handling properly, and none of the passenger-wsgi python scripts were executing. I contacted my webhost, and they said that the server's tmp directory had reached a "disk space…

mowwwalker
- 16,634
- 25
- 104
- 157
1
vote
1 answer
Error (Code 1034) : Load data error
My current version of mysql is 5.0.77. I created a database and is trying to load my data into the MyISAM tables with the "load data infile" command. The data are ~3.5GB in size.
I encounter this error while loading:-
Error (Code 3): Error…

Joanne
- 11
- 2
1
vote
2 answers
.render is not a function, working with templates in jquery
I have mine templates in masterPage and then I have one webpart with userControl.ascx and I pretend to inform diferent fields of templates throught this userControl.
This is mine templates in masterPage.master: