Are there memory restrictions in effect? V8 (that is, Node) needs at
least 768 MB of virtual address space.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
chcon -t execmem_exec_t node
or something along these lines.
--
Vyacheslav Egorov
Any progress?
You can can use audit2allow see exactly what's wrong.
http://wiki.centos.org/HowTos/SELinux#head-faa96b3fdd922004cdb988c1989e56191c257c01
After a failure I usually tail the last 40 lines or so of
/var/log/audit/audit.log through audit2allow and see what it says.
Post that hear and I'll talk about it with you. I run SELinux on Fedora
16 and I have no problems with it. Also, the SELinux group on freenode
is pretty helpful.
--
Alan Gutierrez - @bigeasy