aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2003-01-07 13:09:31 +0000
committerdancer <dancer>2003-01-07 13:09:31 +0000
commit72b1e4a03107c00e1912c34dea7ec6cbe01ce1ee (patch)
treea8bd3d1ac87e503377fd98053914c1b76e5644dd
parent5552f7af00e7a092f09e1a4d7acfdac948f34505 (diff)
downloadpbuilder-72b1e4a03107c00e1912c34dea7ec6cbe01ce1ee.tar
pbuilder-72b1e4a03107c00e1912c34dea7ec6cbe01ce1ee.tar.gz
2003-01-07 Junichi Uekawa <dancer@debian.org>
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update notes + on parallel-invocation of pbuilder-uml
-rw-r--r--ChangeLog3
-rw-r--r--Documentation/pbuilder-doc.xml22
2 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb19cc1..d69514b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-01-07 Junichi Uekawa <dancer@debian.org>
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update notes
+ on parallel-invocation of pbuilder-uml
+
* Documentation/pbuilder-doc.xsl: stylesheet
* Documentation/Makefile (%.html): build rules updated thusly.
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index af7be3e..2519092 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -515,6 +515,28 @@ PBUILDER_UML_IMAGE="/home/dancer/uml-image"
</itemizedlist>
</para>
</sect2>
+ <sect2>
+ <title>Parallel running of pbuilder-user-mode-linux</title>
+ <para>
+ To run pbuilder-uml parallel on a system, there are a few things
+ to bear in mind.
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>create and update methods must not be ran when build is in progress, or COW file will be invalid</para>
+ </listitem>
+ <listitem>
+ <para>UML processes that are running in parallel needs to have
+ different IP addresses.
+ So, something like the following will work,
+ <command>for IP in 102 103 104 105; do xterm -e pbuilder-user-mode-linux build --uml-ip 192.168.0.$IP 20030107/whizzytex_1.1.1-1.dsc&amp; done
+ </command>
+ but just trying to run <command>pbuilder-uml</command>
+ several times will result in failure to access the network.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
</sect1>
<sect1>
<title>Using LVM</title>