>> Mmap of shared file /tmp/catapult/session_data failed: >> Operation not permitted at /usr/lib/perl5/Cache/FastMmap.pm line 496.
Kiki: > If /tmp is mounted with the 'noexec' option, a mmap with PROT_EXEC will > fail with EPERM which translates to the above error message. That's it! cat /etc/mtab: <snip> simfs /tmp simfs rw,nosuid,nodev,noexec 0 0 Thanks BIG for helping me narrow this down. Since this is a VPS, I'll circle back to the ISP. /dennis
_______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/