From owner-freebsd-ports@FreeBSD.ORG Tue Nov 19 04:32:23 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 ESMTPS id 430392FF for ; Tue, 19 Nov 2013 04:32:23 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D865721FD for ; Tue, 19 Nov 2013 04:32:22 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id x55so3571104wes.12 for ; Mon, 18 Nov 2013 20:32:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fvMZqwBZbD/YhaLHyWc/At1KJFm8md+5dHR4qjpAhBA=; b=gxkMpkiHRhTizN8dqGiMFjSFLSOUvZpT3dQKQK3rYmkWpzyjH1eUoq336RWyoyfRMF Wva4C5ZzJ3unEl3TouG6GezI7ViTTmDen3z8XZcgI9CJvaehtoYP215+Y/O9vc4csG+r z35GK2jsz/CZK13TbMBpK8w0iBmruWNCV2Tlgb62Wm2DoS3zczUf0g9Lf3KYVoyeApi9 BjphwnpPG0yByfgf8D71TOuJfycz2452115sWZc2wWq93BGAyzdwJgkl1Mnxpnw/fs9B m8t2B1PENFzAjUg/CzmQEOeCeQzA2xzWglyyrK//Y8J/VeQR1HqSKXj5ytn9IRvqSRkO kHdA== MIME-Version: 1.0 X-Received: by 10.180.72.204 with SMTP id f12mr19515328wiv.56.1384835541351; Mon, 18 Nov 2013 20:32:21 -0800 (PST) Received: by 10.180.106.233 with HTTP; Mon, 18 Nov 2013 20:32:21 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Nov 2013 12:32:21 +0800 Message-ID: Subject: Re: FreeBSD Port: node-0.8.14 on NAS4Free From: Daniel Lin To: Michael Herrmann Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 04:32:23 -0000 Hello, Michael, I think current node service is based on current stable node version (0.10.x) and you could update your ports then build the latest version. Thanks. 2013/11/10 Michael Herrmann > 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 > > -- Daniel Lin (pct)