diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-29 18:14:21 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-29 18:14:21 +0800 |
commit | 2f67a2a07ff8932f555d2f4566d7ac02bb55104b (patch) | |
tree | b3feb02f5a5dcd0b20ddb47f0f99f947c5de2c57 | |
parent | 7e4c60ef343b4149ff05f603242a4b17df15c9ee (diff) |
Revert "util-linux: explain ioctl_ns failure more precisely"
This reverts commit 79902f4e5120549197b50e735c812b2ec545e520.
-rw-r--r-- | chapter08/util-linux.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index f2aa4b969..bcc3c98bd 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -95,9 +95,9 @@ <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> </warning> - <note><para>There is one test that fails if the related config options - are not enabled in the kernel of the host system. The failure - causes the tests to hang forever. + <note><para>There is one test that fails in the chroot envronment and + causes the tests to hang forever. The problem does not occur outside + of the chroot envronment. To work around the problem, delete the test:</para> <screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen> |