Hi Dennis, I have seen this problem with any software that tries to do an mmap() system call on simfs, which is what the openvz/ivirtuozzo product line uses in their VPS nodes. If you make any progress on this, please let me know. It'd save me a huge headache!!
thanks, august On 8/27/07, Dennis Daupert <[EMAIL PROTECTED]> wrote: > > >> 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: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
