From owner-freebsd-ports@FreeBSD.ORG Sat Nov 9 16:44:35 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 8FDD481B for ; Sat, 9 Nov 2013 16:44:35 +0000 (UTC) (envelope-from michael_herrmann@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD6C285B for ; Sat, 9 Nov 2013 16:44:34 +0000 (UTC) Received: from [192.168.2.111] ([94.220.89.16]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M1FAK-1VufC62sOm-00tDdf for ; Sat, 09 Nov 2013 17:44:26 +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:URNJd1zOfEmYG9OMgRvGJqNwYWn2/m90c3ezO4xvJDiI4hGrGjW XLRHKbYRW47wxFg5B11if/aNCXcSM5zsdnXlnA4pc8ZAhcfckJjoYXbtBBGRFZESEZv9Hjt C9KAAa602Lvz8dznRVtbZSD8vvfoTIvX7OHVWQVxsA0gM7lPC9F1LnYsVvdMMEuW/wsFgVw h2AgUUhzlXXRQZZLAu5hg== 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: Sat, 09 Nov 2013 16:44:35 -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