From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 15:21:57 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BA6EDC7 for ; Sun, 10 Nov 2013 15:21:57 +0000 (UTC) (envelope-from michael_herrmann@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D2132076 for ; Sun, 10 Nov 2013 15:21:56 +0000 (UTC) Received: from [192.168.2.111] ([94.220.89.16]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MM0bQ-1VXqnT2w16-007jUN for ; Sun, 10 Nov 2013 16:21:51 +0100 From: Michael Herrmann Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD Port: node-0.8.14 on NAS4Free Date: Sat, 9 Nov 2013 17:15:27 +0100 Message-Id: To: linpct@gmail.com Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Provags-ID: V03:K0:cAPGIyEAWdls+dIivPfNDUMfNjwR4mnDauJyVVpsjm9GyNK88Wc xIjvDInqVP8F8186uGhCeeIJbVmFRoqXttPgF6RJ274FMgQTo4RKW6ALRIzWneWWdHPe7Ii PJR+psKWhRVo6thcg2nCteyqfFxnYV9bg2GC/6mr1Syh7IjhBiCHu4XilirSU1mzm64I6KS ue/i0Fv7fm9tPGOjwY/hQ== Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 15:21:57 -0000 Hello, I use NAS4Free as my personal server and I would like to run node.js on = it. I tried pkg_add -r node and got node version 0.8.14. But instead of the prompt I get: FATAL ERROR: v8::Context::New() V8 is = no longer usable I tried the same on a FreeBSD (virtual) machine and it runs fine. = Googling gave some hint regarding memory usage, but after transfering ulimit from FreeBSD to NAS4Free it gave: $ ulimit -v unlimited Now I have no more idea what I can do. Do you perhaps have any idea? regards Michael