From owner-freebsd-emulation@freebsd.org Sun Aug 23 00:03:29 2015 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 BF34F9C08E5 for ; Sun, 23 Aug 2015 00:03:29 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (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 83E6D9CC for ; Sun, 23 Aug 2015 00:03:29 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by iodv127 with SMTP id v127so115527711iod.3 for ; Sat, 22 Aug 2015 17:03:29 -0700 (PDT) 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:content-type; bh=THUtrBefrVuhnOk778BZjWK7BFD/lEfv6StdXcn2JUo=; b=LRQJs4v3FafuFkVWMb46nnWt11ebgGA00os6S3jk0jcjcXMErvtmeV+HMmMJPhIfnZ rTwb38Fw2z5UusJk1tTm9NnYCsnUi9Msc8MKDlOWyPFZC1CGfx7NU43jWafDvHdvXhWG c3Gcc9NMNyEfailnIl6grA/xuLD8eQfS+s5oa6M3gPI691B6OHGfU1ZVVFQmYu9h0Jkr Wp0A/Rf/1s+yQ13kXy6FtTNpkb0osabArjsPbxVYZbdu7tF4FHlYL+RYWHK71G5hSYVe Op/bRYgHK1sVaqXAzcZlCpR3rrFQK4+w72Ya6rXODMuJZyHRpsWR6/yAJiUp3KXgkWnr hWeQ== X-Received: by 10.107.138.216 with SMTP id c85mr13527686ioj.187.1440288208961; Sat, 22 Aug 2015 17:03:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.67.11 with HTTP; Sat, 22 Aug 2015 17:02:49 -0700 (PDT) In-Reply-To: <55D8AB19.2090209@meixner.dk> References: <55D45CAE.6050904@meixner.dk> <55D8AB19.2090209@meixner.dk> From: Miguel C Date: Sun, 23 Aug 2015 01:02:49 +0100 Message-ID: Subject: Re: [CFT] CentOS 6.7 ports To: Johannes Jost Meixner Cc: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 23 Aug 2015 00:03:29 -0000 On Sat, Aug 22, 2015 at 6:02 PM, Johannes Jost Meixner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > > On 08/20/2015 20:51, Miguel C wrote: > > Was testing this with sublime3 (linux-c6 installed fine after the > > patch), I've changed sublime3 Makefile to get the 64bit version > > instead of 32; updated the plist and distinfo files... and it > > install fine, but I get a segfault while running it see this is > > dmesg: > > > > pid 59256 (bash), uid 1001: exited on signal 11 (core dumped) pid > > 59257 (bash), uid 1001: exited on signal 11 (core dumped) > > > > Not sure if this is the best way to get a more verbose output when > > linux ports are involved. > > Something you can do is, truss the sublime3 command, and attach the > logs here. > I was unaware of truss thanks, log here for "bash" seems this seems to be what segfaulting so before debugging sublime I would like to find out why bash segfaults as I wont be able to run most things without it anyway :P truss log here: http://pastebin.com/raw.php?i=igHkXeQq > > Likewise, please have a look at devel/linux_kdump and ktrace. Those > two should get you logs with even more debugging information. > > I found linux_kdump before sending the email, but can I just use it with FreeBSD ktrace? I tough I would need a "linux_ktrace" but I don't find one. > > Best, > - -J > > > > > > > > > > Melhores Cumprimentos // Best Regards > > ----------------------------------------------- *Miguel Clara* *IT > > - Sys Admin & Developer* > > > > On Wed, Aug 19, 2015 at 11:38 AM, Johannes Jost Meixner > > > wrote: > > > > Please find the work in progress of the CentOS 6.7 ports (both > > i686 and x68_64) at https://reviews.freebsd.org/D3428. > > > > > > How to test things. > > > > Specifics for 64bit: 0. Run FreeBSD 11.0-CURRENT later than end of > > May, put the following in make.conf: > > > > OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 > > > > Specifics for 32bit: 0. Run FreeBSD 8.x, 9.x, 10.x and don't touch > > make.conf. > > > > > > > > 1. Load the relevant kernel modules (linux.ko, linprocfs.ko, ...) > > > > 2. Patch your portstree -- follow the instructions on > > https://wiki.freebsd.org/CodeReview > > > > 3. make -C ports/emulators/linux-c6 install clean > > > > 3. Try with all things Linux in the portstree or outside --- > > Flash, linux Games, Mathematica, Matlab, Oracle 10g, whatever you > > have at your disposal. > > > > > > _______________________________________________ > > freebsd-emulation@freebsd.org > > mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To > > unsubscribe, send any mail to > > "freebsd-emulation-unsubscribe@freebsd.org > > " > > > > > > - -- > I've recently changed my email address to: > > johannes@meixner.dk > > Please update your addressbook accordingly. > > Best regards, > > Johannes Meixner > http://www.meixner.dk > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQIcBAEBCAAGBQJV2KsYAAoJEElqnXBiUNQCyMwP/0Sleo5eCKqgoDsbtWj7aquw > ryb8SpWDqfZrenFpddiYCbSZt/8D5urJRJWfVT+IxYidJnZqkqUXCYmJgB5/fbct > MJ2NlCU4/oBTsUVQAWpSVcXAmfHwclFlCuQlBLhuF72LoK/yxKd9FqCp8ZQ8B5yd > 0nDZzCN2nyVKCotisn2tfsS4bEdkbZRxv1mtFDhPJXZB0f9T1OejMHzC7awoHo8P > hoSwaAIRvljdJw+7dquV4tTilOcIIVGO5wyvZLyMzWFfnZLSrSwEUtemVNrEPfih > 9dsOq8rjpFqMa18OXgkYepvF1D1hKlFM30/rzwGZdLonhBxA3MeduuRHoEKceZV9 > HehAFNAzpzH/q02Ty+mmpUfOzCKbNtAkwQDUF5OhFOxudOeSuXkzNGwk7AXGm2Xo > PTi1nUmVJMgCc69MZP18PoheF/8YovymAu90uLnscp+Cj5lsdblkK1zMVogO+/kS > nuSgsLOucWCUXmAnILcMG7iczhmUenUrjlX8uC+upret9rqnRw+q3/UNcHQJFr/h > fJIa1sEDSrXhJzGjtEKmIA2CMKzqL8re9uAHFF/e7O6I5HyZDI0Y+soeVWW2HMko > cZwmi0pLHwXrudfjQNdlsniWH/2ViDoiCRicGdod3uutuvDbajakVCRARAydxHa4 > Ts5vtZUd468Pa4CaIeBT > =K3l7 > -----END PGP SIGNATURE----- >