aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/util-linux.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-07-19 20:54:58 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-07-19 20:54:58 +0800
commit590d255947dd121a90336e06238170368e105d75 (patch)
treea2792efca03a121c8b70084ffb1ec15cc3494788 /chapter08/util-linux.xml
parentef61313366e6ca42298c4a48ecbe50c50c125b12 (diff)
parentc5228730572c64370a649443a703882a4d20462a (diff)
Merge branch 'trunk' into xry111/tester-nohack
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r--chapter08/util-linux.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index b1df6ea6d..8f72a80d7 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -95,6 +95,13 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
+ <note><para>There is one test that depends on the configuration of the kernel.
+ If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever.
+ To work around the problem, delete one test:</para>
+
+ <screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>
+ </note>
+
<screen><userinput remap="test">chown -Rv tester .
su tester -c "make -k check"</userinput></screen>