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
0
votes
1 answer
Dropbox api to tmp files
I have quite a difficult question. I want to upload files from dropbox, using the DropPHP class. Unfortunately, my shared hosting environment cannot write files on the web server. The only option is using the tmp folder, or to the database.
Since…

user2391587
- 33
- 1
- 6
0
votes
0 answers
Know which program creates a file at startup
I'd like to know which process creates a file at startup in Linux, for example in /tmp.
Every time I boot Ubuntu I find a file in /tmp even though I delete it each time.
I haven't found out how to monitor it at startup with commands like lsof.
Do…

user1031431
- 1,475
- 6
- 17
- 24
0
votes
0 answers
mkdir() create two directories when called once, why is this strange behavior?
If I put the following code in a .php file and run it in my browser, two directories are created in my /tmp directory, each with a uniqid() based name:

Markus Amalthea Magnuson
- 8,415
- 4
- 41
- 49
0
votes
2 answers
sess_xxx in tmp folder but no sessions
I'm using PHP for my web service, it does not use any session_xx functions at all, but still I see new sess_xxxxxx files in /tmp, generated by the web service user.
Any idea on how find find why these are created, and how I get rid of them?

Sagi Mann
- 2,967
- 6
- 39
- 72
0
votes
1 answer
Lost tmp Directory on VPS - /scripts/securetmp issues
I have been trying to follow instructions on how to increase the tmp directory on our VPS from 512mb to 3gb. I successfully modified the tmpdsksize variable in securetmp to 3072000 and saved it using the vi editor and then I entered these lines into…

Xenor
- 3
- 3
0
votes
1 answer
How to use Javascript to read file in Rails tmp?
The way I have it right now is that I use JavaScript to read a file, providing a hard coded path. I tell it to look it /public. I'm going to generate a file in the tmp directory with Rails, and I want to read it with JavaScript. How can I do this?…

Jack
- 5,264
- 7
- 34
- 43
0
votes
1 answer
Sphinx indexer ERROR: index 'PhoneNumbers2': Error writing file '/tmp/MYbP6cIt' (Errcode: 28)
I have problem with sphinx indexer and large (over 1gb database). Seems that its running out of space and I am unable to change the /tmp folder it is using. Googling the error gives lot of mysql related errors, but I have changed all paths in…

Synomi
- 47
- 1
- 8
0
votes
1 answer
Wamp tmp redirect
I would like to redirect my tmp files to another drive instead of C:/wamp/tmp I would like to redirect tmp files to D:/tmp or do I have to reinstall wamp on the D drive.

Mervyn
- 861
- 4
- 15
- 28
0
votes
2 answers
How long is "living" time for files in apache's tmp folder
Possible Duplicate:
php:: how long to tmp files stay?
After uploading file on server, his location is tmp folder right?
My question is: If We dont removing file from tmp folder, how long time will this file in tmp folder? As I know server…

ANOTHER
- 123
- 2
- 5
0
votes
1 answer
Can not run / build IOS on Linux env. with /tmp folder on another filesystem
In unix world, /tmp folder is most of time not on the same file system than the current running OS.
Building/packaging IOS app in Forge uses of temporary folder & python function os.rename, which is a wrapper over shell rename command. This command…

Quentin Harnay
- 120
- 8
0
votes
1 answer
How do I stop "Can't create/write to file" (Errcode: 2) in MySQL?
I now frequently receive the error:
#1 - Can't create/write to file '/tmp/#sql_1a2_3.MYI' (Errcode: 2)
From my MySQL server. It locks out any queries or changes to data until I restart the daemon. It then fixes itself for a while and then happens…

NobleUplift
- 5,631
- 8
- 45
- 87
0
votes
1 answer
SubGit error when svn users commit
I just installed SubGit and test it. When one of svn user commited a file, he got the following error message:
Commit failed (details follow):
'pre-commit' hook failed with error output:
SubGit ERROR REPORT (SubGit version 1.0.2 ('Miai') build…

user1808937
- 1
- 3
0
votes
0 answers
saving to temp folder in php apache
I repeatedly get the following error when I try to save a processed document to a temp folder using php. (btw I running apache on my local machine)
"Warning: DOMDocument::save(/tmp/lecture.xml) [domdocument.save]:
failed to open stream:…

Jeff
- 3,943
- 8
- 45
- 68
0
votes
2 answers
tmp directory cleanup in centos
Hi with a (bad) script of mine I filled up lots of files in /tmp folder. Now when I do ls in tmp folder it doesn't return anything (i waited for more than an hour). Hence I am not able to cleanup the directory. I tried reboot as well. I can see the…

wantro
- 373
- 1
- 7
- 18
0
votes
2 answers
Defining member variables from a boost::mpl:vector typelist
I am new to boost::mpl and TMP. I am trying to build a class as follows -
template< typename T >
class Demo
{
public:
typedef boost::mpl::size NumDimensions;
template< size_t D >
struct Dim
{
typedef typename…

vsky
- 389
- 1
- 5
- 14