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
/tmp usage in linux
How I can find out how much /tmp space is required by an application. Generally sometime I see /tmp is full and get error saying not able to write to /tmp. So is there any way to find out how much /tmp space is required by an application ?

Perl Novice
- 49
- 3
0
votes
0 answers
How to upload a file automatically without using input file
I have a flow that uploads a file using Zend_Form_Element_File and using an Zend_File_Transfer_Adapter_Http it uploads to the server.
i've modified the flow, and if i already have the file on the server it doesn't show the Zend_Form_Element_File. i…

Fabian W
- 43
- 1
- 7
0
votes
0 answers
Warning: unlink(D:\Temp/......tmp): Permission denied
I'm migrating my website wordpress on server 1and1
but I have this error
Warning 1
Warning: unlink(D:\Temp/2457288785706f20cd0bab.tmp): Permission denied in E:\kunden\homepages\13\d228433126\www\wordpress\wp-includes\functions.php on line…

Hamza
- 29
- 5
0
votes
1 answer
How to detect delimiter in temporary file?
CSV file uploaded, and saved as .tmp file in server's /tmp folder. Encountered problem to get its delimiter. It could be either ';' or ','. How I can check this from .tmp file? As I understand it can't be done with tmp file, so I need to save it as…

Grokking
- 665
- 8
- 16
0
votes
1 answer
Can not open local html file in browsers
I test my website page locally... after each modification with Dreamweaver, i open the html in Firefox to see the result. Since some days, after a while, i can not open the file nor with Firefox, neither with Chrome or Safari.
I saw .tmp files in…

Igor Laszlo
- 714
- 9
- 31
0
votes
1 answer
File Upload Failing Mysteriously in CakePHP
I'm trying to upload a file to my server using the CakePHP file upload form helper.
I am currently running CakePHP 1.3 on my development computer (Mac OSX).
When the form submits, it has in the variables that are passed to the controller its temp…

chustar
- 12,225
- 24
- 81
- 119
0
votes
3 answers
echo $_FILES['data-file']['tmp_name']; die; file name is not printed if size more then 128M in PHP
I try to upload file of 300 MB. but not uploaded and now display any error.
variables value in php.ini file is
post_max_size 800M
upload_max_filesize 750M
memory_limit 2048M
max_execution_time 17100
max_input_time 17100
if i try to print tmp name…

Deepak3301086
- 447
- 2
- 23
0
votes
1 answer
How to set hadoop tmp directories using java code
To change hadoop.tmp.dir from the command line I use
export HADOOP_opts="-Dhadoop.tmp.dir=/path/"
But I want to implement this in my java code, but I dont know how to do it. Are there any commands to point the hadoop tmp location in java like if…

keerthu praveen
- 87
- 1
- 8
0
votes
1 answer
Is it safe to use the standard /tmp folder with upload_tmp_dir in PHP?
I was wondering if there is any security risk when using the default upload_tmp_dir value in the php.ini file? If yes, what are better approaches or places to place these files?
user3892683
0
votes
1 answer
Flush /tmp during MySQL query?
I have a query running on a large table that worked when I did limit 100. When I remove the limit I get:
[Err] 126 - Incorrect key file for table '/tmp/#sql_5e2d_6.MYI'; try
to repair it
I checked with server admin basically the /tmp file fills…

user3649739
- 1,829
- 2
- 18
- 28
0
votes
1 answer
Showing temporary images with PHP
I've got a function set up that decrypt AES encrypted images into its original files. For making a long story short, you would call it like this: DecryptFile($pathtofile)
This would create a file on folder tmp/ with the decrypted image and will…

Cornezuelo del Centeno
- 501
- 8
- 24
0
votes
0 answers
weblogic temp directory in jsp web application
How can I get access to temp directory on weblogic server from my jsp web application (in scriptlet) to keep temporary files, which can created by my application?
Where this weblogic temp directory physically stored on physical drive?
Thanks!

jah
- 157
- 1
- 4
- 13
0
votes
1 answer
How to make tmp writable for cakephp in GAE(Google App Engine)?
I have deployed an app to GAE, the project is running but it's giving following error, can anyone help me out.
I am unable to change permissions for tmp folder.
I have created bucket in app engine with tmp but it didn'yt worked out.
I have been…

Praveen Dabral
- 2,449
- 4
- 32
- 46
0
votes
1 answer
Hadoop tmp directory gets huge
my problem is that I have a 5 nodes Hadoop cluster, the files on the cluster takes 350 GB. I am running a Pig script which joins three different files and joins them.
The job runs every time less thant 30 min to complete all the map tasks, and then…

Bafla13
- 132
- 2
- 11
0
votes
1 answer
mysql error code 3 error writing file (errcode 28)
I know this question has been asked before but I could not fix my problem yet so far after finding answer here and there. I am really frustrated so I tried to ask again here.
I have a table with 76 million rows (newpaper_type1_ACD) and I wanna join…

fuschia
- 283
- 2
- 6
- 23