From owner-freebsd-emulation@freebsd.org Mon Mar 7 01:43:29 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80EBEA9540D for ; Mon, 7 Mar 2016 01:43:29 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24F428A3; Mon, 7 Mar 2016 01:43:29 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by mail-lb0-x22a.google.com with SMTP id bc4so114241394lbc.2; Sun, 06 Mar 2016 17:43:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Xo/WThjks8OKF4wbVitpLssrek54U1gBQnzFWtlp91A=; b=02Q/OYG3I7r79uby0MigCrPUvwypWs6RZa0lt5Ypsr3efbFm9WQEaiQXcl7a9wV0Ry 5nYVyEJsiBCgXe8I/MplXGf5xt1hqgVsAjMIvg+nmQT2iZHMz8k51aV9MZXp0mzDU6oI bJ+tZvMj7Q9OM9Oa5ZP9WFPXCh6Wm2qJl2bPO8QUeDHZzqz9t0jGod6m4pFaYiNnr3jm XS4bMKwaycl0Mjihlf/B2k4pm5KUqDnT1x3SzpSvjXE+xVaqQVFsXGE84z4wt2GFIvI6 RdW8M48DXFWpYWXQP8//ReLHephaViWB5zz6DrBJTIhEZEELofua8yWCP0g8/1IxHZ22 AWlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Xo/WThjks8OKF4wbVitpLssrek54U1gBQnzFWtlp91A=; b=BEFjk4SLtkODvySw5UT4o6WhE9H2RNbvxxw7O++K2OmegVYi2drAuvxfz+9NxmyOvi 7qGE32+Dve/tJat9UsIF0W6+NKp2no1Y+pEY9E/4qq8w4gT/4M01d7aC4S9p3zg8VBby fOzg6edHDfpielRSC7aIpo2xyAxUc7kVLYJHCbM1KoxkYkliSBS6uLxX9W9ovaYwBqAB CZO4qMW3JmvMPo3lYnGIOY0b9+QmsTxL+QplXc5ETfUy7k6PSRqdOEy/+2vD3HnznDdW EecjLY1kzct3o77X+b0oLA+ZDR5wKdBsUZ/WK0cqrpHLxp//rEeNtFefr2u8OWWk1vFy nMqQ== X-Gm-Message-State: AD7BkJLwcqghxuKC2/jc76GzTEV/BMbdag2U+e1HzAhW5WWqYFWTgTJJoT3RPfeahcDaZAx1BCqd+aiAbUegqQ== X-Received: by 10.25.77.13 with SMTP id a13mr7534512lfb.62.1457315005889; Sun, 06 Mar 2016 17:43:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.15.156 with HTTP; Sun, 6 Mar 2016 17:42:46 -0800 (PST) In-Reply-To: <20160306013429.GA9032@chd.heemeyer.club> References: <20160306013429.GA9032@chd.heemeyer.club> From: Miguel C Date: Mon, 7 Mar 2016 01:42:46 +0000 Message-ID: Subject: Re: Sublime no longer working on FreeBSD CURRENT To: Chagin Dmitry Cc: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 01:43:29 -0000 https://dpaste.de/ucXY It seems to fail do to missing "shm" but this should work with the link to tmp on devfs.conf, or at least it did before. Melhores Cumprimentos // Best Regards ----------------------------------------------- *Miguel Clara* *IT - Sys Admin & Developer* On Sun, Mar 6, 2016 at 1:34 AM, Chagin Dmitry wrote: > On Sat, Mar 05, 2016 at 11:17:15PM +0000, Miguel C wrote: > > I've been playing with linux centos 6.7 and linux64 and wasn't able to > even > > start sublime, so I decide to start from scratch, but still on freebsd > > current > > > > sublime still does not run, ktrace was not helpfull but truss seems to > > offer a bit more info on why its failing and seems to have something to > do > > with FD > > > > truss output here --> https://dpaste.de/Bbia/raw > > > please, do ktrace -di /path/to/the/programm and then kdump -HAR -m 256 > > programm.log > >