[Koha-bugs] [Bug 19676] Debian 9 vs. Plack vs. /tmp -- attention to PrivateTmp for apache2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 9 00:22:34 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19676

Liz Rea <liz at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |liz at catalyst.net.nz

--- Comment #1 from Liz Rea <liz at catalyst.net.nz> ---
For Debian Stretch (9), with plack enabled, you will need to do the following
for the noted functions to work (as root or sudo, of course): 

#> vi /etc/system/multi-user.target.wants/apache2.service

Change PrivateTmp:true to

PrivateTmp:false

#> systemctl daemon-reload
#> systemctl restart apache2
#> systemctl show apache | grep PrivateTmp
Result should be:
PrivateTmp=no

Ideal solution is to deal with the fact that when we fork the process, we can't
read the old process's tempfiles, but this does solve the immediate problem.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list