Bug 13488 - FastMmap can not be disable
Summary: FastMmap can not be disable
Status: RESOLVED DUPLICATE of bug 13431
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low critical (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-22 13:14 UTC by Stéphane Delaune
Modified: 2015-02-08 15:54 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***