tmp Questions

2

Solved

I've got a few processes that talk to each other through named pipes. Currently, I'm creating all my pipes locally, and keeping the applications in the same working directory. At some point, it's a...
Meritorious asked 3/4, 2013 at 18:4

4

Solved

I had to write a Bash script to delete duplicate files today, using their md5 hashes. I stored those hashes as files in a temporary directory: for i in * ; do hash=$(md5sum /tmp/msg | cut -d " " ...
Hustings asked 1/8, 2015 at 17:37

4

Solved

EDIT 1 This question involves the user of the MANGOPAY API. My problem is that I cannot get the API to write to the tmp folder. I have succeeded in getting the API to write to http://fakedomain....
Cowie asked 6/11, 2015 at 13:28

1

Solved

I need to write a file temporarily to the file system in order to run a quick check on it, and I then want it deleted. Based on my Googling, it looks like the tmp package for NodeJS can be used: h...
Gris asked 9/11, 2015 at 22:46

3

How can I detect if an uploaded image has malicious code and delete it from the temp folder? code: $_FILES['file']['tmp_name'] as far as i know there is no way to stop it hitting the /tmp fold...
Hynes asked 3/2, 2014 at 10:41

2

I made an app which is 40 MB (very big for me). But the real surprise is that I found the tmp directory is 300 MB! And I haven't saved any files in the document yet! All the files' names in tmp are...
Hornstein asked 5/3, 2012 at 8:24

3

Solved

I am getting some 500 errors in my Passenger Rails app. When looking at the log it appears passenger cannot access the /tmp dir. I have validated that it is there and has RW access to root, and the...
Mcadams asked 14/1, 2014 at 15:55

3

Solved

I'm using Paperclip (2.3) to handle image uploads on a Rails 3.0.3 app running on Ubuntu. Paperclip is handling the uploads as advertised BUT the RackMultipart* files that are created in the applic...

1

Solved

Everytime my embedded virtual tomcat server is ran (spring boot) it creates a directory structure in /tmp/ that is named tomcat.##########################.8080 (I am guessing 8080 is for port or so...
Winthrop asked 9/1, 2015 at 16:42

1

Solved

My python application loads webpages using Selenium Webdriver for a total of 20000 pages more or less in several hours of work. My problem is that "something" is creating a lot of tmp files, fillin...
Commission asked 31/8, 2013 at 14:16

1

Solved

In my Delayed Job, I tried to create a file to tmp folder file_path = Rails.root.join('tmp', "#{file_name}." + file_extension); exported_file = kit.to_pdf # Save file to disk File.open(file_path, ...
Consignor asked 31/8, 2013 at 21:19

2

Solved

I have created a folder in Windows, C:\tmp\ and I want it to behave like /tmp/ folder in Linux, i.e. its contents are removed every time the system is booted. I think the commands to run cou...
Professoriate asked 27/2, 2013 at 11:36

4

Solved

I usually develop in my local Dropbox folder. Some files in the tmp-folder get locked by the browsers (and keep Dropbox busy), Growl throws exceptions and so on. Therefore I am looking for a conf...
Phytogeography asked 18/4, 2011 at 20:1

1

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 E...
Amphibolite asked 8/11, 2012 at 10:29

2

Solved

How do i get the tmp directory on the iPhone or iPad? if i use NSTemporaryDirectory() to create a file it does not save to the simulator temp directory.
Nianiabi asked 6/6, 2010 at 4:40

5

I was trying to understand how sessions work in PHP and found that session data is by default stored in the file system. In a shared hosting environment, session data can be read by PHP scripts wri...
Queri asked 14/7, 2010 at 12:2

1

Solved

I have figured out how to use spirit -- i.e., I have written a moderately complex grammar. I always take the approach of growing a program -- one subsystem at a time. I've written the data structur...
Lupitalupo asked 1/2, 2010 at 9:54

© 2022 - 2024 — McMap. All rights reserved.