From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 15:47:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D2AC106564A for ; Tue, 21 Aug 2012 15:47:32 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2258FC15 for ; Tue, 21 Aug 2012 15:47:31 +0000 (UTC) Received: by eaak11 with SMTP id k11so2676100eaa.13 for ; Tue, 21 Aug 2012 08:47:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iBy30dNV3Ub7krOIf6MrGlQscMDcJEm/CNJl4ldTzRw=; b=GtYqQOrt7T3Amvs9UsGc8uLtutF7l7d3K7jZ9vm8lZSk8+/8IijWmzyia6Tg+tF9v6 JcvpWBw4odpZBIyIjg/gill1yzgsRs7IVJFvzLi3mbUWiM1Nlccgjv/LQ3nQ6MzHwHQS yLoF/+o8yLD7odHrvsG6DF103bDzikX5zeK1N8WXnGij5qUxPfneK3XYYNSrtUAob3Fj xYCw91g04wf43FVNFdJhmXvWjbY/Xl1MNmPGruvq+W+3Ou4yUWJoI1KPg9tJZQAx3pxw 0cQRRHJsfVhS8JkJrf4RwKgEiesZGOjJGz9S++pPrR/8mhXEnziJcwrS/zirw+mSSAnN tqow== MIME-Version: 1.0 Received: by 10.14.181.132 with SMTP id l4mr14253250eem.17.1345564045892; Tue, 21 Aug 2012 08:47:25 -0700 (PDT) Received: by 10.14.1.129 with HTTP; Tue, 21 Aug 2012 08:47:25 -0700 (PDT) Date: Tue, 21 Aug 2012 18:47:25 +0300 Message-ID: From: Ross To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: ruby: Cannot create main thread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 15:47:32 -0000 Hi I have an old machine running 7.3-STABLE. I tried to install portupgrade from ports, but installation failed on ruby dependency with message "Cannot create main thread". I then just pkg_add'ed ruby. Now when I simply run "ruby" in the console it dies with the same message. What could be the reason? How do I make it work? KERNCONF file: include GENERIC ident MASCOT # To make an SMP kernel, the next line is needed options SMP # Symmetric MultiProcessor Kernel device intpm device smbus device smb options IPFIREWALL # Firewall options IPFIREWALL_VERBOSE # Print information about options IPFIREWALL_FORWARD options IPSTEALTH # Support stealth forwarding options IPDIVERT # Divert IP sockets options DUMMYNET # Bandwidth limiter # netgraph options options HZ=1000 options NETGRAPH options NETGRAPH_PPPOE options NETGRAPH_SOCKET options NETGRAPH_CISCO options NETGRAPH_ECHO options NETGRAPH_FRAME_RELAY options NETGRAPH_HOLE options NETGRAPH_KSOCKET options NETGRAPH_LMI options NETGRAPH_RFC1490 options NETGRAPH_TTY options NETGRAPH_ASYNC options NETGRAPH_BPF options NETGRAPH_ETHER options NETGRAPH_IFACE options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_PPP options NETGRAPH_PPTPGRE options NETGRAPH_TEE options NETGRAPH_UI options NETGRAPH_VJC