MESSAGE
DATE | 2015-03-18 |
FROM | Ruben Safir
|
SUBJECT | Re: [NYLXS - HANGOUT] Apple crimes
|
From owner-hangout-outgoing-at-mrbrklyn.com Wed Mar 18 10:52:54 2015 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix) id 9012916131C; Wed, 18 Mar 2015 10:52:53 -0400 (EDT) Delivered-To: hangout-outgoing-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 28) id 794A316131E; Wed, 18 Mar 2015 10:52:53 -0400 (EDT) Delivered-To: hangout-at-nylxs.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mrbrklyn.com (Postfix) with ESMTP id 3D75B16131C for ; Wed, 18 Mar 2015 10:52:27 -0400 (EDT) Received: from [10.0.0.19] (unknown [96.57.23.82]) by mailbackend.panix.com (Postfix) with ESMTPSA id EF4C311B5A for ; Wed, 18 Mar 2015 10:52:26 -0400 (EDT) Message-ID: <5509912A.6040606-at-panix.com> Date: Wed, 18 Mar 2015 10:52:26 -0400 From: Ruben Safir User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: hangout-at-nylxs.com Subject: Re: [NYLXS - HANGOUT] Apple crimes References: <20150317114202.GS23366-at-linuxmafia.com> <55083496.40405-at-panix.com> <20150317195833.GZ23366-at-linuxmafia.com> <55088949.4030705-at-panix.com> <20150317203635.6004885.15124.4917-at-gmail.com> <20150317204944.GC23366-at-linuxmafia.com> <20150317221129.GA15420-at-linuxmafia.com> <20150318013339.6004885.25631.4936-at-gmail.com> <20150318053741.GF23366-at-linuxmafia.com> <55091F43.4050808-at-my.liu.edu> <20150318130253.GI23366-at-linuxmafia.com> In-Reply-To: <20150318130253.GI23366-at-linuxmafia.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-nylxs.com [NYLXS: HANGOUT] X-BeenThere: hangout-at-nylxs.com X-Mailing-list: hangout-at-nylxs.com Precedence: list List-Id: NYLXS General Discussion Forum List-Unsubscribe: List-Archive: List-Post: List-Help: List-Subscribe:
On 03/18/2015 09:02 AM, Rick Moen wrote: > Quoting Ruben (ruben.safir-at-my.liu.edu): > >> I had a question, actually, about virtualization and kernel compilations. > Looking forward to it. It might be about the Software Freedom > Conservancy / Christoph Hellwig copyright infringement case against > VMware, Inc., nei? (There was some discussion of that suit on the ex-VA > Linux Systems mailing list, involving among other people Jeremy Allison, > who's on the Board of Directors of the Conservancy.) > >
No - it is about the technology. I'm compiling kernels after tinkering with the scheduler and other kernel internals. So I set up a virtualbox to do this. When I do, I followed the Manjaro instructions located here.
https://wiki.manjaro.org/index.php/Virtualbox ~~~~~~~~~~~~~~~~~~~~~~ No some of this I'm not understanding. Virtualization is built into the hardware, so why do I have to use these OS and Kernel specific packages.
It will then be necessary to select the appropriate *Virtualbox Host Module* to install, depending on the kernel version currently being run. Rather like installing a driver, doing so will ensure that Virtualbox is able to run properly. For example, where running kernel 3.7, the appropriate number would be entered to install the following module:
uname -r
You will have something like : /3.7.4-1-MANJARO/. It means that the kernel is /linux37/. Then install it with
sudo pacman -S linux/37/-virtualbox-host-modules
Once the installation has completed, it will then be necessary to add the /Virtualbox Module/ to your kernel. *The easy way is to simply reboot your system*. Otherwise, to start using Virtualbox immediately, enter the following command:
sudo modprobe vboxdrv
~~~~~~~~~~~~~~~~~~~~~~~~~
And more immediate to my problem, I'm HACKING the kernel. So if I make Kernel changes, will that break the virtualbox, regardless of any changes in the kernel.
I downloaded the latest kernel from kernel.org and did a compile and it won't boot, and I'm not sure why. So I need to eliminate this as a possible problem. I doubt it, but I don't know.
Ruben
|
|