When I run nodejs, output is only "Killed".
dmesg:
- Code: Select all
[ 528.753935] PAX: From 10.42.0.1: execution attempt in: (null), 00000000-00000000 00000000
[ 528.763248] PAX: terminating task: /usr/bin/node(node):409, uid/euid: 1000/1000, PC: ffff0fc0, SP: beffad48
[ 528.774059] PAX: bytes at PC: ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
[ 528.783058] PAX: bytes at SP-4: b6b95410 ffff0fa0 0059fa74 00000000 00000000 00000001 005a7b30 beffad7c 0033bce4 00000000 00000004 005a7b3d 00000001 beffadc4 003d7e00 005a0660 005a7b38 00000001 00240510 0059f880 00000002
uname -a:
- Code: Select all
3.14.6-3-GRSEC #1 PREEMPT Fri Aug 15 18:00:30 CEST 2014 armv6l GNU/Linux
paxctl -v /usr/bin/node:
PaX flags: -----m-x-e-- [/usr/bin/node]
MPROTECT is disabled
RANDEXEC is disabled
EMUTRAMP is disabled
MPROTECT is disabled as recommended here: http://stackoverflow.com/questions/8655 ... ntoo-amd64
but no effect.
PAX is in softmode, this is sysctl conf: https://github.com/peerchemist/Peerbox/ ... ysctl.conf
Kernel config: https://github.com/peerchemist/Peerbox/ ... sec/config
This is nodejs PKGBUILD: https://github.com/archlinuxarm/PKGBUIL ... s/PKGBUILD