[Koha-bugs] [Bug 13431] Shared FastMmap file causes issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 19 12:47:58 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431

Lennon Mazonde <okay7675 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okay7675 at gmail.com

--- Comment #40 from Lennon Mazonde <okay7675 at gmail.com> ---
(In reply to Martin Renvoize from comment #1)
> I'm seeing this issue more and more on IRC as people upgrade their package
> installs.
> 
> The symptom is the appearance of the below error when searching, or looking
> at MRC Framework pages and a few other places:
> 
> Open of share file /tmp/sharefile-koha-koha failed: Permission denied at
> /usr/lib/perl5/Cache/FastMmap.pm line 640.
> 
> The fastest fix I've found to get your system back up and running whilst I
> work on a longer term fix, is to:
> 
> 1) Add/Set 'SetEnv MEMCACHED_NAMESPACE="instancename"' per instance you have
> running in the apache virtual host configuration
> 2) Delete the existing temp file /tmp/somthing-koha-koha
> 
> This will ensure koha creates a seperate temp file for caching pursposes on
> a epr instance basis, and the deletion will ensure it happens upon the next
> request per instance.

Hello, this seems to have worked for me. I have two instances of koha running
on my server. After making the adjustments as suggested above, two temp files
are now being created- sharefile-koha-xxa, sharefile-koha-xxb. Thanks!

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


More information about the Koha-bugs mailing list