Questions tagged [tmp]

90 questions
0
votes
1 answer

Apache: tmp is not writable

I've installed Drupal on a new webserver and I get the following errors: warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
1 answer

JBoss 5.1.0.GA and huge vfs-nested.tmp

I noticed this while running a performance test with JMeter. For first half an hour everything was fine and the /server/all/tmp directory size was around 36M. Then suddenly the tmp directory grew up to 6.1G. The space was taken by jar files inside…
Petteri H
  • 227
  • 5
  • 12
0
votes
1 answer

Delete files from /tmp/ CentOS6

I'm running Centos6 and inside mt /tmp/ folder I see these files drwxr-xr-x. 2 root root 4096 Jan 14 2016 fileinstall-1059639640221211034 drwxr-xr-x. 2 root root 4096 Jan 30 2021 fileinstall--1088700727245300865 drwxr-xr-x. 2 root…
0
votes
0 answers

Wordpress error PCLZIP_ERR_MISSING_FILE (-4) when I'm trying to install, update a plugin, but the error is solved temporarily if I restart the server

Whenever I try to install or update a wordpress plugin, I get this error: PCLZIP_ERR_MISSING_FILE (-4) This is also happening if I edit a template from a layout manager or if I do anything that depends on the /tmp folder. If I restart Apache, the…
0
votes
2 answers

what's root cause of "A start job is running for Create Volatile Files and Directories"

Stuck at "A start job is running for Create Volatile Files and Directories" after reboot a server(Debian 9.5, 64bit), and solve by this "boot-stuck-at-a-start-job-is-running-for-create-volatile-files-and-directories". I can't figure out what is the…
VictorLee
  • 13
  • 8
0
votes
2 answers

Why is Docker volume world-writable if set to /tmp?

For the context : docker --version Docker version 20.10.7, build 20.10.7-0ubuntu5~20.04.2 test 1 : volume is /myvolume Here's my Dockerfile FROM alpine:latest USER 1000:1000 VOLUME /myvolume and the build + run commands : docker build -t…
Httqm
  • 225
  • 2
  • 10
0
votes
1 answer

PHP can't write to /tmp folder anymore after Apache update

Linux dist: Ubuntu 18.04.5 LTS Server version: Apache/2.4.29 PHP Version: 7.4.20 with PHP-FPM Recently this server did an automatic upgrade of Apache and ever since PHP can't write to /tmp breaking many sites. PHP functions like tmpfile() and…
PHP Guru
  • 101
  • 1
  • 4
0
votes
0 answers

Trojan:PHP/Obfuse.AR!MSR Detection by Windows Defender

I have an AWS server running Windows 2016 Datacenter. From the past few days, Windows Defender has been reporting Trojan:PHP/Obfuse.AR!MSR pointing to random phpXXXX.tmp files inside C:\Windows\Temp folder. I checked there are many files of that…
Prashant Agarwal
  • 193
  • 1
  • 10
-1
votes
1 answer

How to cleaning up /tmp

I have a CentOS web server with many clients on it. I see the /tmp reached DISKCRITICAL just after about two months since I made 8 GB (after expansion from 4 GB)! I want to know the reasons that make tmp getting full so quickly, and how to clean it…
-1
votes
1 answer

Is It safe to delete all files/directories from /tmp folder on ubuntu 14.04 rackspace server?

I am getting error unable to connect with mysql. when I googled I found It's because of size. It's showing /tmp 100% used. so can I completely remove all files from/tmp folder ? #df -m /tmp Filesystem 1M-blocks Used Available Use% Mounted…
kamlesh.bar
  • 115
  • 4
-1
votes
1 answer

massemail with attachment - tmp folder

I have a small mailing php script and I would like to extend it with attachment function (we have a DB for our staff to get contact with them). As far as I understand I need a /tmp folder to be able to upload the attached file - but I need a write…
TryHarder
  • 249
  • 1
  • 2
  • 13
-2
votes
1 answer

Var folder maxing out /dev/mapper/vg00-var

Over the past few years we have had multiple linux servers have the same problem time and time again, our /dev/mapper/vg00-var folder max out at 100%. which means all sites on the server die. We have found a temporary solution for this which is to…
Gismmo
  • 101
  • 1
-2
votes
1 answer

PHP website grinds to halt for an hour, then runs fine....how to debug?

I have a PHP website which uses $_SESSION variables. It runs on Apache, Mysql and Ubuntu 14.04 on a very resourceful server (Amazon EC2 - M3.X-large) For some unknown reason, the website virtually grinds to a halt every so often, and I don't know…
richelliot
  • 137
  • 6
-4
votes
2 answers

insufficient space in download directory /var/cache/yum/updates/packages

I try to install vim-enhanced using #yum install vim-enhanced I got an error like this insufficient space in download directory /var/cache/yum/updates/packages I found some answers to the this question but I did not understood because I'm very new…
Roledenez
  • 101
  • 1
  • 1
  • 3
-5
votes
2 answers

Why isnt this sudoer command run as root?

I want to give PHP access to a very specific script using a configuration under /etc/sudoers.d. So I did the following: visudo -f /etc/sudoers.d/99-php And entered this sudo rule: www-data ALL = (root) NOPASSWD: /etc/my_script.sh Inside the…
1 2 3 4 5
6