[Koha-bugs] [Bug 13431] Can't access MARC bibliographic frameworks and other pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 11 10:49:02 CET 2014


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

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
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.

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


More information about the Koha-bugs mailing list