Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Updated Running.html to remove references to OldLinux executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhal Agashe committed Dec 1, 2020
1 parent 3a5c719 commit 0fef106
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/Running.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,12 +649,6 @@ <h2 id=Docker>Running an assembly using Docker</h2>

<h2 id=Errors>Dealing with errors</h2>
<ul>
<li> <code>FATAL: kernel too old</code> : If you get this error when using
<code>shasta-Linux-0.7.0</code>, then you should retry with <code>shasta-OldLinux-0.7.0</code>, which is a version of Shasta built for older kernels.
You can find out the kernel version on your system by running <code>uname -a</code>.
Compare it with the minimum required kernel version for the Shasta executable by running
<code>file shasta-Linux-0.7.0</code> or <code>file shasta-OldLinux-0.7.0</code>.

<li> <code>sh: 1: cannot create /sys/kernel/mm/hugepages/hugepages-2048kB/nr_overcommit_hugepages: Read-only file system</code>: Shasta needs root privilege to use the `hugetlbfs` filesystem. If you're running this in a Docker container, you need to
use the Docker option <code>--privileged</code>.
</ul>
Expand Down

0 comments on commit 0fef106

Please sign in to comment.