Bug 13488

Summary: FastMmap can not be disable
Product: Koha Reporter: Stéphane Delaune <stephane.delaune>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: critical    
Priority: P5 - low CC: abl, katrin.fischer, veron
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Stéphane Delaune 2014-12-22 13:14:53 UTC
in Koha/Cache.pm , FastMmap is automatically enable if koha-perldeps are installed, and can't be disable. This feature have to be optionnal because it generate  bugs : 

Open of share file /tmp/sharefile-koha-koha failed: Permission denied at /usr/lib/perl5/Cache/FastMmap.pm line 640.
Comment 1 Katrin Fischer 2015-02-08 15:36:32 UTC
Running into this again right now...
Comment 2 Katrin Fischer 2015-02-08 15:54:33 UTC
bug 13431 will fix this problem by making it necessary to turn it on explicitly.

*** This bug has been marked as a duplicate of bug 13431 ***