[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesos-commits
Subject:    mesos git commit: Updated centos6.6 installation instructions.
From:       tillt () apache ! org
Date:       2015-11-25 15:14:53
Message-ID: 9c882f85052e465eb00f45196a02c8f8 () git ! apache ! org
[Download RAW message or body]

Repository: mesos
Updated Branches:
  refs/heads/master 5e25791ff -> 85fb470da


Updated centos6.6 installation instructions.

For full support for the Docker- and MesosContainerizers we require a
relatively recent kernel. Document this dependency.

Review: https://reviews.apache.org/r/40647


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/85fb470d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/85fb470d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/85fb470d

Branch: refs/heads/master
Commit: 85fb470dacbe0cdcf8c61dd4da493df4e5d1cbdf
Parents: 5e25791
Author: Benjamin Bannier <benjamin.bannier@mesosphere.io>
Authored: Wed Nov 25 16:13:48 2015 +0100
Committer: Till Toenshoff <toenshoff@me.com>
Committed: Wed Nov 25 16:13:48 2015 +0100

----------------------------------------------------------------------
 docs/getting-started.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/85fb470d/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 8e1df88..d120ad4 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -21,6 +21,8 @@ There are different ways you can get Mesos:
 
 Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit).
 
+For full support of process isolation under Linux a recent kernel >=3.10 is \
required. +
 ### Ubuntu 14.04
 
 Following are the instructions for stock Ubuntu 14.04. If you are using a different \
OS, please install the packages accordingly. @@ -54,6 +56,15 @@ Following are the \
instructions for stock Mac OS X Yosemite. If you are using a d  
 Following are the instructions for stock CentOS 6.6. If you are using a different \
OS, please install the packages accordingly.  
+        # Install a recent kernel for full support of process isolation.
+        $ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
+        $ sudo rpm -Uvh \
http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm +        $ sudo yum \
--enablerepo=elrepo-kernel install -y kernel-lt +
+        # Make the just installed kernel the one booted by default, and reboot.
+        $ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
+        $ sudo reboot
+
         # Install a few utility tools. This also forces an update of `nss`,
         # which is necessary for the Java bindings to build properly.
         $ sudo yum install -y tar wget which nss


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic