Page MenuHomeDevCentral

Don't flood /tmp with variable files in top directory on Ysul
Closed, ResolvedPublic

Description

To allow ls to be used comfortably in /tmp:

  • PHP sess_* files should be spawned at /var/tmp/php/sessions;
  • setup-* files should be spawned to /var/tmp/setup.

Event Timeline

dereckson raised the priority of this task from to Low.
dereckson updated the task description. (Show Details)
dereckson added a project: Servers.
dereckson updated the task description. (Show Details)
dereckson added a subscriber: dereckson.

PHP part

In /use/local/etc/php.ini:
session.save_path = "/var/tmp/php/sessions"

$ mkdir -p /var/tmp/php/sessions
$ mv /tmp/sess* /var/tmp/php/sessions/
$ service php-fpm-prod reload
dereckson moved this task from Pending review to Backlog on the Servers board.

This task has been identified as suitable for the December product backlog for infrastructure. It's included in our product backlog and will be discussed for inclusion to sprint backlog this E3 meeting.

We'll need to customize it for PHP 7 too.

dereckson raised the priority of this task from Low to Normal.
dereckson moved this task from Backlog to Working on on the Servers board.