http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431
--- Comment #1 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
