Questions tagged [tmp]

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.

317 questions
0
votes
1 answer

PHP tmp folder?

I'm practicing some file upload with PHP and I was uploading a file numerous times, so I wanted to make sure I wasn't taking up a lot of space on the server. I had a while loop go over every file in the php tmp directory, and there were 103,988…
mowwwalker
  • 16,634
  • 25
  • 104
  • 157
0
votes
0 answers

Temp fulls with strange uploaded files

I'd rebooted one of controlled server and had strange situation: /tmp becomes full of uploaded files. move_uploaded_file works as expected, PHP and Apache error logs are empty (there was some Warnings that does not relate to this problem). I tried…
Sannis
  • 150
  • 1
  • 7
0
votes
1 answer

.Net winforms cannot find tmp file on startup

I have deployed a win forms app out to our servers at work. Users log in via Terminal Services. If a user remains logged in over night when they try to open the app the next morning they receive the following…
ab5124
  • 33
  • 1
  • 4
0
votes
1 answer

Can I share 'cache' or 'tmp' directory via itunes share?

I want to share 'cache' or 'tmp' directory via itunes share... is that possible? if yes then how? I know I can share 'documents' directory by setting UIFileSharingEnabled true in info.plist. Just want to know how to share 'cache' or 'tmp' directory.…
Saurabh
  • 22,743
  • 12
  • 84
  • 133
0
votes
0 answers

why doesn't dbt set its target folder in `/tmp/`?

When executing dbt run, dbt test, dbt compile or dbt compile, compiled SQL files are written to the target-path (by default ./target/) relative to the current path. So if you're jumping around the directory tree and run dbt commands in the wrong…
DannyDannyDanny
  • 838
  • 9
  • 26
0
votes
0 answers

Python - Writing PDF with href links using relative path to local file

I am producing PDF using wkhtmltopdf with references to files in a folder located at the same level as the PDF: - PDF - AttachmentFolder / Attachment 1.extension1 - AttachmentFolder / Attachment 2.extension1 etc. These links works in 99% of my…
user1965728
  • 91
  • 2
  • 7
0
votes
0 answers

Apache Nifi - files created in /tmp folder

There are files that are appearing in the /tmp folder on some of our NiFi Linux hosts. The files all begin with 'file', and they somewhat quickly fill up that folder (we have an automated job to keep that clear while we investigate the issue). …
Van
  • 1
0
votes
0 answers

How to open .zip.tmp file?

Recently, I purchased the MathTimePro 2 font for my LaTeX document. I downloaded it and opened it, but nothing happened. The downloaded file is called mtp2fonts.zip.tmp, it seems like a temporary zip file and I need to access all the files inside it…
Bakkune
  • 13
  • 3
0
votes
1 answer

Trying to create Box Collider 2D over TextMeshPro, but TextMeshPro is taking a long time to Render text (so I know what size I need)

Using Unity in C# I'm working to create a TextMesh Pro with a BoxCollider2D over the Text that is the same size as the generated text (a box around the area works, don't need the exact text shape). The problem is when I try to use. GetRenderedValues…
M Davis
  • 3
  • 2
0
votes
0 answers

Setting environment variables for RStudio

I am on Ubuntu 22.04. I am trying to create a new environment variable for R. In RStudio, I can see all the environment variables for R in RStudio terminal with the command: printenv | grep ^R_ but the same doesn't work in a terminal outside of…
0
votes
0 answers

Write a TOML table to tmp file

I am using cpptoml in a project and would like to write a TOML table to a file in /tmp. I am finding a lot of examples to do this in strict C but would like to know if there is a more "modern" cpp way of accomplishing this. Any ideas or examples?
micshapicsha
  • 187
  • 3
  • 12
0
votes
0 answers

How to increase /tmp at 100%

I currently have LibreNMS running on Proxmox and all was well until last week where LibreNMS can still monitor but no longer alert. On logging into the console and running ./validate.php I see an error advising to free some space " The stream or…
0
votes
1 answer

Laravel save tmp files

I changed the image upload directory to the public folder, but why is the file uploaded to the database on the tmp path? I want the record name in the database to match the file name. Can anyone help? Controller (store method) public function…
Ana
  • 1
0
votes
2 answers

Search for a specific file name in a specific folder in laravel

everyone. So, what I basically want to do is to search for all files that start with "dm" or end with ".tmp" in storage_path("app/public/session"). I already tried File::allFiles() and File::files() but what I get is all files that are into that…
0
votes
0 answers

Why my file gets deleted from /tmp directory on LINUX?

(Linux Sles12 OS) After running command kinit to create a Kerberos ticket, I run klist and I see the file is stored at: /tmp/krb5cc_123456789 its seems like after a random short time (few min/sec) the file gets deleted. how can I find what is…