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----- > From owner-freebsd-emulation@freebsd.org Sun Aug 23 00:45:28 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 6C6539BF147 for ; Sun, 23 Aug 2015 00:45:28 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (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 3684F1F0B for ; Sun, 23 Aug 2015 00:45:28 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by igui7 with SMTP id i7so40182566igu.1 for ; Sat, 22 Aug 2015 17:45:27 -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=r9Ciff2czkIBVoQFYKG1N79O44UIt4lvXMsQJWzJH4w=; b=Xfh1SMB5N7ebnrnezXhvsPE8hq4sc96c7rrt808Zo1Yo1RIEQHvQoGl5zBvCnE/Jkc VPQlQqsEAZYVxJbR+lfyUl1ECLR05VL9YUI3oCvCtGcFbUULCSUebUI2pjma3LCu2MXJ jwj/+ZU/XbByOiAdHpiIIj+dLppzPdQSy+0sa68Ce2FswvxAVzw1pt35afWpOgP0p1LI Yq7LyZ4InqeewqjOgq5C+Y3JGkmlTVajY7mafkmpLnUXtvl815REgjYBcwS8WB6dedgQ iwen5qrSmA8W/NjpQCKj0JhN67DjA33KYjN37E1zJcIPeRF/Vwd+D/V8UVF/kMt9YGz3 XR2g== X-Received: by 10.50.110.72 with SMTP id hy8mr9124542igb.36.1440290727480; Sat, 22 Aug 2015 17:45:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.67.11 with HTTP; Sat, 22 Aug 2015 17:44:47 -0700 (PDT) In-Reply-To: References: <55D45CAE.6050904@meixner.dk> <55D8AB19.2090209@meixner.dk> From: Miguel C Date: Sun, 23 Aug 2015 01:44:47 +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:45:28 -0000 On Sun, Aug 23, 2015 at 1:02 AM, Miguel C wrote: > > On Sat, Aug 22, 2015 at 6:02 PM, Johannes Jost Meixner < > johannes@meixner.dk> 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. > > running ktrace and linux_kdump seem to do it :) output here: http://pastebin.com/raw.php?i=jzvTA9GJ >> >> 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----- >> > > From owner-freebsd-emulation@freebsd.org Sun Aug 23 21:00:20 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 EBDEF9C0859 for ; Sun, 23 Aug 2015 21:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D7D841CB2 for ; Sun, 23 Aug 2015 21:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D72089C0858; Sun, 23 Aug 2015 21:00:20 +0000 (UTC) Delivered-To: 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 D6CA19C0857 for ; Sun, 23 Aug 2015 21:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1CB01CAD for ; Sun, 23 Aug 2015 21:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NL0KS6092760 for ; Sun, 23 Aug 2015 21:00:20 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201508232100.t7NL0KS6092760@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: emulation@FreeBSD.org Subject: Problem reports for emulation@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 23 Aug 2015 21:00:20 +0000 Content-Type: text/plain; charset="UTF-8" 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 21:00:21 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 180790 | devel/linux_kdump prints BSD descriptions of errn 1 problems total for which you should take action. From owner-freebsd-emulation@freebsd.org Sun Aug 23 21:00:17 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 163DF9C0832 for ; Sun, 23 Aug 2015 21:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EF0CD1C8A for ; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id EE3A79C0831; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) Delivered-To: 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 EDDA09C0830 for ; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DA3371C89 for ; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by freefall.freebsd.org (Postfix) id D930D13ED; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id D88C313EC for ; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B12231C88 for ; Sun, 23 Aug 2015 21:00:16 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NL0GwA091993 for ; Sun, 23 Aug 2015 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201508232100.t7NL0GwA091993@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: vbox@FreeBSD.org Subject: Problem reports for vbox@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 23 Aug 2015 21:00:16 +0000 Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Mon, 24 Aug 2015 01:50:23 +0000 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 21:00:17 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 200468 | emulators/virtualbox-ose: hangs when using nmdm 1 problems total for which you should take action. From owner-freebsd-emulation@freebsd.org Mon Aug 24 20:13:55 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 6BB619C0292 for ; Mon, 24 Aug 2015 20:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 507971628 for ; Mon, 24 Aug 2015 20:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4DA649C0291; Mon, 24 Aug 2015 20:13:55 +0000 (UTC) Delivered-To: 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 4D3E69C0290 for ; Mon, 24 Aug 2015 20:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 397581627 for ; Mon, 24 Aug 2015 20:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7OKDtkp001202 for ; Mon, 24 Aug 2015 20:13:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195819] efifb driver does not work in hypervisor when try to install from a FreeBSD10.1 uefi iso Date: Mon, 24 Aug 2015 20:13:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: uefi X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marcel@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Mon, 24 Aug 2015 20:13:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195819 Marcel Moolenaar changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|marcel@FreeBSD.org |emulation@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@freebsd.org Tue Aug 25 14:57:50 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 327989C2231 for ; Tue, 25 Aug 2015 14:57:50 +0000 (UTC) (envelope-from s.tyshchenko@identika.pro) Received: from scale212.ru (scale212.ru [51.254.36.76]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D24E9181 for ; Tue, 25 Aug 2015 14:57:49 +0000 (UTC) (envelope-from s.tyshchenko@identika.pro) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=scale212.ru; s=default; h=Content-Type:List-Unsubscribe:Message-ID:Sender:From:Date:MIME-Version:Subject:To; bh=psJD4oa+4eM+84Orpxe6RZWA+5dvsZ0WdeFTnEPigWI=; b=I0d0w3AvA0c4gN/ZjLL4Tc793fgnijT4wgRXkKss2UXiFL/ZdbnJ/qmIYfgSWTm8Rm6tU5gCm5w5ZP9IqRY1/LZSMulWWALh9+QUd2/QP0ulpqV9WWgzqoZcYdo90pkxcSfWwFg8gVbaKDC0ODxycAj8lZ+pqYrWh9vEK6bqyMs=; Received: from root by scale212.ru with local (Exim 4.80) (envelope-from ) id 1ZUFfX-000664-Ut for freebsd-emulation@freebsd.org; Tue, 25 Aug 2015 16:57:47 +0200 To: freebsd-emulation@freebsd.org Subject: For you MIME-Version: 1.0 Date: Tue, 25 Aug 2015 16:57:47 +0200 From: Sergey Tyshchenko Sender: s.tyshchenko@identika.pro Message-ID: <241792933.26531@scale212.ru> X-Priority: 3 X-Mailer: scale212.ru mailer. Ver. 1.1. Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 14:57:50 -0000 Zm9yIHlvdQ0KCQkJDQoNCgkJCQ0KCQkJwqANCg0KCQkJwqANCg0KCQkJwqANCg0KCQkJwqANCg0K CQkJDQoJCQ0KCQkNCgkJCQ0KCQkJDQoJCQkNCgkJCUhlbGxvLCBNeSBuYW1lIGlzIFNlcmdleSwg SSBwcm9wb3NlIHlvdSBjb29wZXJhdGlvbi4gV2UgYXJlIGEgY3JlYXRpdmUgY29tcGFueSBpbiB0 aGUgZGV2ZWxvcG1lbnQgYW5kIGNyZWF0aW9uIG9mIHVuaXF1ZSBwcm9kdWN0cyBmb3IgZGVjb3Jh dGlvbiAtIHRvIGRlc2lnbiBidWlsZGluZ3MgSURFTlRJS0EuUFJPLiBXZScncmUgc3BlY2lhbGl6 ZWQgb24gZGVjb3JhdGlvbiBvZiBzaG9wcywgcGV0cm9sIHN0YXRpb24sIGNhZmUsIGZhc3QgZm9v ZCByZXN0YXVyYW50cywgYW5kIHJldGFpbCBmcmFuY2hpc2VzLldlIGFyZSBpbnRlcmVzdGVkIGF0 IGxvbmctdGVybSBjb29wZXJhdGlvbiB3aXRoIHlvdS4gV2UgcHJvcG9zZSBhIGdvb2QgZW52aXJv bm1lbnQgdG8gd29yayB3aXRoIHBhcnRuZXJzLkV4YW1wbGVzIG9mIG91ciB3b3JrIGh0dHAgOmh0 dHA6Ly9pZGVudGlrYS5wcm8vY291bnRlcl9saW5rL2NvdW50ZXIucGhwP2NsaWNrPXByZXNlbnRh dGlvbl9lbkkgcHJvcG9zZSBZb3UgdG8gYmVjb21lIG91ciBwYXJ0bmVyIGluIHlvdXIgYXJlYS5M ZXQgdXMga25vdyBhYm91dCB5b3VyIGRlY2lzaW9uDQoJCQkNCg0KCQkJDQoJCQnCoA0KDQoJCQnC oA0KDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQkNCgkJDQoJCQ0KCQkJDQoJCQkNCgkJCQ0KCQkJDQoJ CQkNCg0KCQkJDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQkNCgkJDQoJ CQ0KCQkJDQoJCQkNCgkJCQ0KCQkJDQoJCQkNCg0KCQkJDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQnC oA0KDQoJCQnCoA0KDQoJCQkNCgkJDQoJCQ0KCQkJDQoJCQkNCgkJCQ0KCQkJIEV4YW1wbGVzIG9m IG91ciB3b3JrIGh0dHAgOmh0dHA6Ly9pZGVudGlrYS5wcm8vY291bnRlcl9saW5rL2NvdW50ZXIu cGhwP2NsaWNrPXByZXNlbnRhdGlvbl9lbg0KCQkJDQoNCgkJCQ0KCQkJwqANCg0KCQkJwqANCg0K CQkJwqANCg0KCQkJwqANCg0KCQkJDQoJCQ0KCQkNCgkJCQ0KCQkJDQoJCQkNCgkJCVNlcmdleSBU eXNoY2hlbmtvQ0VPIHwgSURFTlRJS0EuUFJPVmliZXI6ICszODA1MDU1NjY5NjUgfCBXaGF0c0Fw cDogKzM4MDUwNTU2Njk2NVNreXBlOiB0LnNlcmdleS5tcy50eXNoY2hlbmtvQGlkZW50aWthLnBy byB8IHd3dy5pZGVudGlrYS5wcm8wMzA0MCB8IEdvbG9zaWl2c2t5aSBBdmUuIDcwIHwgb2ZmaWNl IDUwMiB8IEtpZXYgDQoJCQkNCg0KCQkJDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQnCoA0KDQoJCQnC oA== From owner-freebsd-emulation@freebsd.org Wed Aug 26 19:05:42 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 6E03D9C39E2 for ; Wed, 26 Aug 2015 19:05:42 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::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 37EB6213 for ; Wed, 26 Aug 2015 19:05:42 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by igfj19 with SMTP id j19so19625732igf.1 for ; Wed, 26 Aug 2015 12:05:41 -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=g3+EmHs/i+d8ON4c2bXVNA5WmJ57tDr3/wKjVBUeCaE=; b=ftJL4WTCIMipf/guQ8Nclm+Wa4SpYlt/eUd2+8iyrEBteRXBUkE5omRFjfmhKMvALB ptHsxnnxOLE/gWByk2ys6yZQlja/iaxEN8pgYGt4OWtpU8J09p5rlr8WM50YIBfTR7bN c2bUTfO6gWt8m2OQhIvL4As0B0g5jnUVILAiowAvU9umiPoiCVnn105SssrxxEOtiC7i 6yQcVoioxXzdopqBE2bnf4tIBWWwManP9Tri/8PIHZ1nW1EDfK7Sq3yILMM5X9srtUXm uDjzqyQpAPZTkTkd2ktnp/dBP+uYkOlyAdegBjB5mLdLkciOnKaZ5DqYx0ltASQ/rtgL wryw== X-Received: by 10.50.110.72 with SMTP id hy8mr12664670igb.36.1440615941438; Wed, 26 Aug 2015 12:05:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.67.11 with HTTP; Wed, 26 Aug 2015 12:05:01 -0700 (PDT) In-Reply-To: References: <55D45CAE.6050904@meixner.dk> <55D8AB19.2090209@meixner.dk> From: Miguel C Date: Wed, 26 Aug 2015 20:05:01 +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: Wed, 26 Aug 2015 19:05:42 -0000 On Sun, Aug 23, 2015 at 1:44 AM, Miguel C wrote: > > On Sun, Aug 23, 2015 at 1:02 AM, Miguel C wrote: > >> >> On Sat, Aug 22, 2015 at 6:02 PM, Johannes Jost Meixner < >> johannes@meixner.dk> 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. >> >> > running ktrace and linux_kdump seem to do it :) > > output here: http://pastebin.com/raw.php?i=jzvTA9GJ > I wonder if the logs offer any insight on what might be the issue? Sadly I dunno what it all means execpt it crashed after calling mknod not usre if that's the issue, I did test runing `/compat/linux/bin/mknod` and found no issue. Thanks From owner-freebsd-emulation@freebsd.org Thu Aug 27 14:59:28 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 7A5AA9C4249 for ; Thu, 27 Aug 2015 14:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB7A17C9 for ; Thu, 27 Aug 2015 14:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5CA989C4248; Thu, 27 Aug 2015 14:59:28 +0000 (UTC) Delivered-To: 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 5C4629C4247 for ; Thu, 27 Aug 2015 14:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4935317C8 for ; Thu, 27 Aug 2015 14:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7RExSpm013195 for ; Thu, 27 Aug 2015 14:59:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 202693] [EXP-RUN] Take CentOS 6.7 userland for exp-run Date: Thu, 27 Aug 2015 14:59:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Thu, 27 Aug 2015 14:59:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202693 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emulation@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |portmgr@FreeBSD.org |org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@freebsd.org Thu Aug 27 12:24:52 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 279EF9C3323 for ; Thu, 27 Aug 2015 12:24:52 +0000 (UTC) (envelope-from des@des.no) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0E729E5C for ; Thu, 27 Aug 2015 12:24:52 +0000 (UTC) (envelope-from des@des.no) Received: by mailman.ysv.freebsd.org (Postfix) id 0B7069C3321; Thu, 27 Aug 2015 12:24:52 +0000 (UTC) Delivered-To: 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 0B0549C331F for ; Thu, 27 Aug 2015 12:24:52 +0000 (UTC) (envelope-from des@des.no) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EBECDE5B for ; Thu, 27 Aug 2015 12:24:51 +0000 (UTC) (envelope-from des@des.no) Received: by freefall.freebsd.org (Postfix) id EA8361395; Thu, 27 Aug 2015 12:24:51 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id E9EA31394 for ; Thu, 27 Aug 2015 12:24:51 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id B4DFEE5A for ; Thu, 27 Aug 2015 12:24:51 +0000 (UTC) (envelope-from des@des.no) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id AD2A8CB9D for ; Thu, 27 Aug 2015 12:24:48 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 80F0C70B; Thu, 27 Aug 2015 14:24:48 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: vbox@freebsd.org Subject: VirtualBox 5 Date: Thu, 27 Aug 2015 14:24:48 +0200 Message-ID: <868u8wrka7.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Thu, 27 Aug 2015 16:05:10 +0000 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: Thu, 27 Aug 2015 12:24:52 -0000 Is there work underway to port VirtualBox 5 to FreeBSD? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-emulation@freebsd.org Thu Aug 27 17:10:44 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 489EB9C3486 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA4EC87 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2AD879C3485; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) Delivered-To: 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 297AE9C3484 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 11ED4C86 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: by freefall.freebsd.org (Postfix) id 1156B1C57; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id 10F1E1C56 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx2.freebsd.org", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01372C85 for ; Thu, 27 Aug 2015 17:10:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx2.freebsd.org (Postfix) with ESMTP id 9A39D69108; Thu, 27 Aug 2015 17:10:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: VirtualBox 5 To: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= , vbox@freebsd.org References: <868u8wrka7.fsf@nine.des.no> From: Jung-uk Kim X-Enigmail-Draft-Status: N1110 Message-ID: <55DF4493.9060609@FreeBSD.org> Date: Thu, 27 Aug 2015 13:10:43 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <868u8wrka7.fsf@nine.des.no> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 27 Aug 2015 17:32:32 +0000 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: Thu, 27 Aug 2015 17:10:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 08/27/2015 08:24, Dag-Erling Smørgrav wrote: > Is there work underway to port VirtualBox 5 to FreeBSD? I ported it some time ago but I wasn't able to finish it, i.e., ENOTIME. Especially, there are known locking issues and clock/timer issues with kernel modules. https://people.freebsd.org/~jkim/vbox/vbox502.tar.xz Feel free to improve and let me know. Thanks! Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJV30SKAAoJEHyflib82/FGKwkIAIGT7Ty2nxBhxhJbboO8lVEY mqDYfDh+mGQ2NSXc4b0o+c0rfPUTO++A7V+6ra5jHvykutXrPIq2tDKaurMr/zGL b4cRN5XbmqKFUQLYda6uTpwgZA4iBPTyY4H45auxjSTqkFxwsEzhToXJC7REDN2t TtljHifCFtx/V9zUNhPLHzuaH7P0xY18s2Nv0hax1Yds+FeVdhhM3jIv6MYaOrk0 S3d4kQKsgD/C8zA8cm5Om/bhgHxD7RdzQK/OPR5nW3U6T5ZZXUJf2+CUZ/79ZmYb El8oHGBjR0/zewUHntzqqV/KImncJ1DP2L2KWOmE+jPHF/nIv0zvNMiYmoK7wvw= =UNuM -----END PGP SIGNATURE----- From owner-freebsd-emulation@freebsd.org Fri Aug 28 20:03:10 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 7A9D29C5863 for ; Fri, 28 Aug 2015 20:03:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF0EC98 for ; Fri, 28 Aug 2015 20:03:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5F06D9C5862; Fri, 28 Aug 2015 20:03:10 +0000 (UTC) Delivered-To: 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 5EB369C5861 for ; Fri, 28 Aug 2015 20:03:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BC1DC96 for ; Fri, 28 Aug 2015 20:03:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7SK3A9k013353 for ; Fri, 28 Aug 2015 20:03:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 202693] [EXP-RUN] Take CentOS 6.7 userland for exp-run Date: Fri, 28 Aug 2015 20:03:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc component Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 28 Aug 2015 20:03:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202693 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd-ports-bugs@FreeBSD. | |org Component|Individual Port(s) |Ports Framework -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@freebsd.org Fri Aug 28 20:20:54 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 2CD6E9C5E4E for ; Fri, 28 Aug 2015 20:20:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 122201A4D for ; Fri, 28 Aug 2015 20:20:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 114239C5E4D; Fri, 28 Aug 2015 20:20:54 +0000 (UTC) Delivered-To: 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 10D979C5E4C for ; Fri, 28 Aug 2015 20:20:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F21491A4C for ; Fri, 28 Aug 2015 20:20:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7SKKrOb037826 for ; Fri, 28 Aug 2015 20:20:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 202693] [EXP-RUN] Take CentOS 6.7 userland for exp-run Date: Fri, 28 Aug 2015 20:20:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 28 Aug 2015 20:20:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202693 --- Comment #1 from Antoine Brodin --- Can you explain this change to Mk/bsd.linux-apps.mk: -. if defined(OVERRIDE_LINUX_NONBASE_PORTS) +. if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ! defined(USE_LINUX) AFAIK, 99% of linux ports have USE_LINUX defined, so this totally changes previous behavior? -- You are receiving this mail because: You are on the CC list for the bug.