aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--debian/changelog9
-rwxr-xr-xpbuilder15
-rw-r--r--pbuilder-modules3
-rwxr-xr-xpbuilder-user-mode-linux13
-rw-r--r--pbuilder-user-mode-linux.14
-rw-r--r--pbuilder.84
-rw-r--r--testsuite/normal/iostat2610
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sarge.log26
-rw-r--r--testsuite/normal/pbuilder-build-dsh-sid.log60
-rw-r--r--testsuite/normal/pbuilder-create-sarge.log78
-rw-r--r--testsuite/normal/pbuilder-create-sid.log137
-rw-r--r--testsuite/normal/pbuilder-execute-sarge.log2
-rw-r--r--testsuite/normal/pbuilder-execute-sid.log2
-rw-r--r--testsuite/normal/pdebuild-internal-sarge.log27
-rw-r--r--testsuite/normal/pdebuild-internal-sid.log66
-rw-r--r--testsuite/normal/pdebuild-normal-sarge.log26
-rw-r--r--testsuite/normal/pdebuild-normal-sid.log63
-rw-r--r--testsuite/normal/vmstat1212
-rw-r--r--testsuite/rootstrap.conf55
-rw-r--r--testsuite/run-test-uml.log10
-rwxr-xr-xtestsuite/run-test-uml.sh28
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-build-dsh-sarge.log596
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-build-dsh-sid.log599
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-create-sarge.log1234
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-create-sid.log868
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-execute-sarge.log67
-rw-r--r--testsuite/uml/pbuilder-user-mode-linux-execute-sid.log68
-rw-r--r--testsuite/uml/pdebuild-user-mode-linux-internal-sarge.log622
-rw-r--r--testsuite/uml/pdebuild-user-mode-linux-internal-sid.log566
-rw-r--r--testsuite/uml/pdebuild-user-mode-linux-normal-sarge.log622
-rw-r--r--testsuite/uml/pdebuild-user-mode-linux-normal-sid.log626
32 files changed, 3193 insertions, 7143 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f03da..9ab3632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
+2004-07-24 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-user-mode-linux.1: document dumpconfig.
+
+ * pbuilder.8: document dumpconfig
+
+ * pbuilder-modules: add note to dumpconfig in help.
+
+ * pbuilder: add dumpconfig option.
+
+ * pbuilder-user-mode-linux: pass --debug option to pbuilder when
+ --uml-debugmode is available.
+ add "dumpconfig" operation.
+
2004-07-21 Junichi Uekawa <dancer@debian.org>
+ * testsuite/run-test-uml.sh: try to update. Still does not work.
+
+ * testsuite/rootstrap.conf: try to update
+
* pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux
* pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no.
diff --git a/debian/changelog b/debian/changelog
index f63c4c7..bd916d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pbuilder (0.112) unstable; urgency=low
+
+ * Added dumpconfig command-line operation for debugging.
+ It will dump what pbuilder has picked up from the configuration.
+ It is now possible to do:
+ pbuilder-user-mode-linux dumpconfig --uml-debugmode
+
+ -- Junichi Uekawa <dancer@debian.org> Sat, 24 Jul 2004 09:37:12 +0900
+
pbuilder (0.111) unstable; urgency=low
* Fix pbuilder-uml default behavior to not to have cross-device link warnings
diff --git a/pbuilder b/pbuilder
index 682ec50..54cebb3 100755
--- a/pbuilder
+++ b/pbuilder
@@ -86,6 +86,21 @@ File extracted to: $BUILDPLACE
executehooks "F"
chroot "$BUILDPLACE" /run "$@"
;;
+ dumpconfig)
+ shift
+ . /usr/lib/pbuilder/pbuilder-checkparams
+ . /usr/lib/pbuilder/pbuilder-runhooks
+ extractbuildplace
+ trap umountproc_cleanbuildplace exit
+ loadhooks
+ executehooks "F"
+ echo " -> start dump config"
+ echo " -> set"
+ set;
+ echo " -> env"
+ env;
+ echo " -> end dump config"
+ ;;
*)
. /usr/lib/pbuilder/pbuilder-modules
showhelp
diff --git a/pbuilder-modules b/pbuilder-modules
index 1e6232d..81cbbd2 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -43,6 +43,9 @@ pbuilder login
pbuilder execute [command]
Logs in to the build environment and execute command.
+pbuilder dumpconfig
+ Dumps configuration information to stdout for debugging.
+
pbuilder-options:
--basetgz [base.tgz location]
--buildplace [location of build]
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 33b4928..279d09b 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -125,7 +125,7 @@ else
mkdir -p ${UML_CHROOT_BUILDRESULTMOUNTDIR} || true
mount -t hostfs none "${UML_CHROOT_BUILDRESULTMOUNTDIR}" -o "${UML_BUILDRESULT}"
fi
-pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT[@]} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${BUILDING_DSC_FILE} ${UML_EXECUTE_EXTRAOPT}
+pbuilder "$1" ${UML_EXTRAOPT} \${EXTRAOPT[@]} --buildresult "\${BUILDRESULT}" --buildplace "${UML_CHROOT_MOUNTPOINT}" --internal-build-uml ${UML_DEBUGMODE:+--debug} ${BUILDING_DSC_FILE} ${UML_EXECUTE_EXTRAOPT}
echo \$? > /proc/exitcode
/sbin/halt -d -f
EOF
@@ -288,6 +288,17 @@ case "${OPERATION}" in
UML_EXECUTE_EXTRAOPT="${UML_EXECUTE_EXTRAOPT} $@"
operate_uml execute
;;
+ dumpconfig)
+ echo " -> start dump outside of UML"
+ echo " -> set"
+ set;
+ echo " -> env"
+ env;
+ echo " -> end dump outside of UML"
+ usecow
+ EXTRACLEANUP=cleancow
+ operate_uml dumpconfig
+ ;;
create)
if [ -n "${UML_DISTRIBUTION}" ]; then
if [ ! -d ~/.pbuilder-user-mode-linux ]; then
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
index 81d529a..21ba78f 100644
--- a/pbuilder-user-mode-linux.1
+++ b/pbuilder-user-mode-linux.1
@@ -54,6 +54,10 @@ within the user-mode-linux environment.
Invokes shell within UML.
.TP
+.B "dumpconfig"
+dumps configuration information about user-mode-linux, used for debugging.
+
+.TP
.B "execute"
Invokes a command or script inside UML.
.B "execute"
diff --git a/pbuilder.8 b/pbuilder.8
index b8ae585..493c5f7 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -79,6 +79,10 @@ copied into the chroot, and invoked.
The remaining arguments are passed on to the script.
.TP
+.B "dumpconfig"
+Dumps configuration information, used for debugging.
+
+.TP
.B "debuild"
Builds a Debian package from the Debian source directory.
There needs to be a
diff --git a/testsuite/normal/iostat b/testsuite/normal/iostat
index f9640c4..b911d8f 100644
--- a/testsuite/normal/iostat
+++ b/testsuite/normal/iostat
@@ -1,2174 +1,2698 @@
-Linux 2.6.7 (atoron) 07/14/04
+Linux 2.6.7 (atoron) 07/24/04
-Time: 06:31:52
+Time: 10:10:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.79 51.05 23.00 79.01 550.14 1044.87 275.07 522.43 15.64 2.90 28.19 1.94 19.75
+hda 0.18 21.73 5.96 15.04 138.71 295.27 69.36 147.64 20.66 0.67 31.68 2.21 4.65
-Time: 06:31:53
+Time: 10:10:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 194.06 30.69 117.82 744.55 1663.37 372.28 831.68 16.21 16.37 248.00 3.82 56.73
+hda 1.01 0.00 39.39 0.00 1010.10 0.00 505.05 0.00 25.64 0.23 5.74 4.33 17.07
-Time: 06:31:54
+Time: 10:10:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 39.60 0.00 19.80 0.00 40.00 0.02 17.00 17.00 1.68
+hda 0.00 64.00 0.00 42.00 0.00 848.00 0.00 424.00 20.19 0.10 2.45 0.21 0.90
-Time: 06:31:55
+Time: 10:10:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:31:56
+Time: 10:10:07
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 2.00 0.00 24.00 0.00 12.00 0.00 12.00 0.02 8.50 8.50 1.70
+
+Time: 10:10:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:31:57
+Time: 10:10:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3279.81 1.92 71.15 23.08 27169.23 11.54 13584.62 372.11 18.85 114.29 3.09 22.60
+hda 0.00 2922.77 0.00 118.81 0.00 24332.67 0.00 12166.34 204.80 13.24 111.42 2.15 25.54
-Time: 06:31:58
+Time: 10:10:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 488.12 0.00 76.24 0.00 4142.57 0.00 2071.29 54.34 2.98 180.83 1.75 13.37
+hda 0.00 4.00 0.00 3.00 0.00 56.00 0.00 28.00 18.67 0.00 0.33 0.33 0.10
-Time: 06:31:59
+Time: 10:10:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:00
+Time: 10:10:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:01
+Time: 10:10:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 13.00 13.00 1.31
-Time: 06:32:02
+Time: 10:10:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 61.00 0.00 5.00 0.00 528.00 0.00 264.00 105.60 0.00 0.80 0.40 0.20
+hda 0.00 293.07 0.99 15.84 7.92 2471.29 3.96 1235.64 147.29 0.08 4.71 0.82 1.39
-Time: 06:32:03
+Time: 10:10:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 141.41 0.00 11.11 0.00 1220.20 0.00 610.10 109.82 0.03 3.09 0.55 0.61
+hda 0.00 4.04 0.00 3.03 0.00 56.57 0.00 28.28 18.67 0.00 0.33 0.33 0.10
-Time: 06:32:04
+Time: 10:10:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.02 16.00 16.00 1.62
+hda 0.00 0.00 0.95 0.00 7.62 0.00 3.81 0.00 8.00 0.00 1.00 1.00 0.10
-Time: 06:32:05
+Time: 10:10:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:06
+Time: 10:10:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.91 0.00 71.29 0.00 35.64 0.00 8.00 0.02 2.56 2.56 2.28
+hda 0.00 0.00 0.98 0.00 7.84 0.00 3.92 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 06:32:07
+Time: 10:10:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1640.00 0.00 64.00 0.00 13632.00 0.00 6816.00 213.00 4.62 72.23 2.59 16.60
+hda 0.00 2740.00 0.00 128.00 0.00 22944.00 0.00 11472.00 179.25 18.93 147.91 2.54 32.50
-Time: 06:32:08
+Time: 10:10:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 143.00 1.00 12.00 8.00 1240.00 4.00 620.00 96.00 0.05 3.62 1.23 1.60
+hda 0.00 4.00 1.00 3.00 8.00 56.00 4.00 28.00 16.00 0.01 2.50 2.50 1.00
-Time: 06:32:09
+Time: 10:10:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.02 0.00 8.16 0.00 4.08 0.00 8.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:10
+Time: 10:10:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:11
+Time: 10:10:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.02 20.00 20.00 1.98
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:12
+Time: 10:10:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1770.30 0.00 86.14 0.00 14986.14 0.00 7493.07 173.98 11.52 91.64 2.49 21.49
+hda 0.00 2329.00 0.00 90.00 0.00 19352.00 0.00 9676.00 215.02 9.23 102.51 2.76 24.80
-Time: 06:32:13
+Time: 10:10:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 170.00 0.00 30.00 0.00 1464.00 0.00 732.00 48.80 0.39 135.20 1.77 5.30
+hda 0.00 6.86 0.00 2.94 0.00 78.43 0.00 39.22 26.67 0.00 0.33 0.33 0.10
-Time: 06:32:14
+Time: 10:10:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 22.77 0.00 4.95 0.00 221.78 0.00 110.89 44.80 0.00 1.00 0.40 0.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:15
+Time: 10:10:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:16
+Time: 10:10:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:17
+Time: 10:10:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2117.17 0.00 76.77 0.00 17608.08 0.00 8804.04 229.37 8.83 95.70 2.79 21.41
+hda 0.00 1192.86 0.00 57.14 0.00 10000.00 0.00 5000.00 175.00 2.86 50.05 2.38 13.57
-Time: 06:32:18
+Time: 10:10:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 153.54 0.00 17.17 0.00 1309.09 0.00 654.55 76.24 0.06 90.00 0.82 1.41
+hda 0.00 6.00 0.00 4.00 0.00 80.00 0.00 40.00 20.00 0.00 0.25 0.25 0.10
-Time: 06:32:19
+Time: 10:10:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 50.98 0.00 172.55 0.00 1788.24 0.00 894.12 10.36 7.06 40.92 1.20 20.69
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:20
+Time: 10:10:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:21
+Time: 10:10:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 83.00 0.00 7.00 0.00 720.00 0.00 360.00 102.86 0.02 3.14 0.71 0.50
+hda 0.00 1888.00 2.00 45.00 32.00 15640.00 16.00 7820.00 333.45 5.24 56.77 2.74 12.90
-Time: 06:32:22
+Time: 10:10:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1538.00 0.00 62.00 0.00 12800.00 0.00 6400.00 206.45 4.30 69.32 2.61 16.20
+hda 0.99 29.70 38.61 93.07 641.58 807.92 320.79 403.96 11.01 6.40 67.84 2.93 38.61
-Time: 06:32:23
+Time: 10:10:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 71.00 0.00 10.00 0.00 648.00 0.00 324.00 64.80 0.01 1.40 0.50 0.50
+hda 3.00 21.00 63.00 13.00 1328.00 272.00 664.00 136.00 21.05 1.04 13.70 4.93 37.50
-Time: 06:32:24
+Time: 10:10:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 2193.94 11.11 213.13 315.15 19741.41 157.58 9870.71 89.44 31.06 44.39 2.41 54.14
-Time: 06:32:25
+Time: 10:10:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1532.67 19.80 127.72 190.10 12815.84 95.05 6407.92 88.16 26.70 321.35 5.49 80.99
-Time: 06:32:26
+Time: 10:10:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.98 0.00 9.80 0.00 109.80 0.00 54.90 0.00 11.20 0.18 17.90 6.00 5.88
+hda 0.00 2795.00 11.00 59.00 200.00 23944.00 100.00 11972.00 344.91 17.05 39.74 2.90 20.30
-Time: 06:32:27
+Time: 10:10:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3520.20 23.23 70.71 274.75 29818.18 137.37 14909.09 320.34 25.47 53.03 2.40 22.53
+hda 0.99 2984.16 54.46 193.07 2241.58 25401.98 1120.79 12700.99 111.68 146.77 374.66 4.01 99.31
-Time: 06:32:28
+Time: 10:10:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1281.19 16.83 226.73 134.65 10994.06 67.33 5497.03 45.69 65.68 352.14 3.72 90.50
+hda 0.00 2591.00 12.00 257.00 120.00 22328.00 60.00 11164.00 83.45 132.72 626.11 3.72 100.10
-Time: 06:32:29
+Time: 10:10:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 22.22 19.19 13.13 185.86 282.83 92.93 141.41 14.50 0.07 2.22 1.72 5.56
+hda 0.00 697.98 27.27 107.07 371.72 5810.10 185.86 2905.05 46.02 17.85 382.05 4.81 64.65
-Time: 06:32:30
+Time: 10:10:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2448.51 35.64 108.91 403.96 21679.21 201.98 10839.60 152.77 27.19 74.05 2.42 34.95
+hda 0.00 2454.46 8.91 228.71 71.29 21465.35 35.64 10732.67 90.63 17.54 73.83 2.55 60.50
-Time: 06:32:31
+Time: 10:10:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3722.00 0.00 281.00 0.00 31824.00 0.00 15912.00 113.25 144.90 382.11 3.56 100.10
+hda 1.00 1140.00 10.00 104.00 104.00 9952.00 52.00 4976.00 88.21 2.29 20.12 2.51 28.60
-Time: 06:32:32
+Time: 10:10:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.02 1668.37 26.53 266.33 269.39 14424.49 134.69 7212.24 50.17 43.73 338.07 3.06 89.49
+hda 6.06 3926.26 103.03 145.45 12040.40 32646.46 6020.20 16323.23 179.84 46.49 181.18 3.52 87.37
-Time: 06:32:33
+Time: 10:10:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1257.84 1.96 126.47 15.69 11074.51 7.84 5537.25 86.35 1.21 9.43 1.27 16.27
+hda 0.00 1101.00 27.00 124.00 248.00 9776.00 124.00 4888.00 66.38 1.23 17.57 2.58 39.00
-Time: 06:32:34
+Time: 10:10:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3917.17 0.00 184.85 0.00 32816.16 0.00 16408.08 177.53 35.57 192.42 2.61 48.18
+hda 0.00 829.00 13.00 114.00 328.00 7496.00 164.00 3748.00 61.61 0.33 2.80 1.24 15.80
-Time: 06:32:35
+Time: 10:10:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1611.88 1.98 180.20 15.84 14352.48 7.92 7176.24 78.87 0.52 2.85 1.21 21.98
+hda 0.00 3181.19 0.99 201.98 7.92 27207.92 3.96 13603.96 134.09 11.22 51.32 2.13 43.17
-Time: 06:32:36
+Time: 10:10:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2450.00 3.00 182.00 24.00 21040.00 12.00 10520.00 113.86 7.56 40.86 2.08 38.50
+hda 0.00 2043.00 1.00 276.00 8.00 18424.00 4.00 9212.00 66.54 1.02 6.63 1.58 43.70
-Time: 06:32:37
+Time: 10:10:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2464.65 2.02 364.65 16.16 22634.34 8.08 11317.17 61.77 4.08 11.13 1.27 46.46
+hda 0.00 3595.00 0.00 104.00 8.00 30024.00 4.00 15012.00 288.77 31.09 129.32 3.22 33.50
-Time: 06:32:38
+Time: 10:10:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 297.06 0.00 72.55 0.00 2956.86 0.00 1478.43 40.76 0.12 1.66 1.50 10.88
+hda 2.00 1107.00 85.00 118.00 3200.00 9800.00 1600.00 4900.00 64.04 12.17 145.56 4.23 85.90
-Time: 06:32:39
+Time: 10:10:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3755.00 0.00 314.00 0.00 32552.00 0.00 16276.00 103.67 71.23 226.85 2.77 87.00
+hda 1.00 413.00 23.00 227.00 584.00 4696.00 292.00 2348.00 21.12 14.78 59.99 3.80 94.90
-Time: 06:32:40
+Time: 10:10:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1858.59 1.01 385.86 8.08 18545.45 4.04 9272.73 47.96 14.70 25.67 1.54 59.70
+hda 1.98 677.23 20.79 92.08 419.80 6146.53 209.90 3073.27 58.18 0.72 6.75 2.88 32.48
-Time: 06:32:41
+Time: 10:10:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1813.86 4.95 266.34 95.05 16063.37 47.52 8031.68 59.56 10.71 56.73 1.91 51.68
+hda 0.00 1809.00 0.00 267.00 0.00 16608.00 0.00 8304.00 62.20 1.78 6.65 1.11 29.70
-Time: 06:32:42
+Time: 10:10:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 2307.00 3.00 281.00 40.00 20704.00 20.00 10352.00 73.04 2.08 7.31 1.82 51.70
+hda 0.00 2794.00 2.00 304.00 16.00 24800.00 8.00 12400.00 81.10 1.01 3.29 1.04 31.70
-Time: 06:32:43
+Time: 10:10:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1051.00 0.00 429.00 0.00 11840.00 0.00 5920.00 27.60 0.68 1.59 1.02 43.70
+hda 0.00 1099.00 0.00 484.00 0.00 12688.00 0.00 6344.00 26.21 0.97 2.00 1.24 59.80
-Time: 06:32:44
+Time: 10:10:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 833.00 0.00 380.00 0.00 9712.00 0.00 4856.00 25.56 0.41 1.06 0.91 34.70
+hda 0.00 868.00 1.00 354.00 8.00 9752.00 4.00 4876.00 27.49 0.49 1.39 1.33 47.10
-Time: 06:32:45
+Time: 10:10:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 609.09 0.00 252.53 0.00 6884.85 0.00 3442.42 27.26 0.53 2.10 1.05 26.57
+hda 0.00 458.00 0.00 196.00 0.00 5232.00 0.00 2616.00 26.69 0.52 2.63 1.16 22.70
-Time: 06:32:46
+Time: 10:10:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:32:47
+Time: 10:10:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 4.00 0.00 32.00 0.00 16.00 0.00 8.00 0.02 4.75 4.75 1.90
-Time: 06:32:48
+Time: 10:11:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1142.00 0.00 148.00 0.00 10360.00 0.00 5180.00 70.00 1.62 10.97 0.81 12.00
+hda 0.00 134.95 0.97 90.29 7.77 1833.01 3.88 916.50 20.17 0.56 6.17 0.27 2.43
-Time: 06:32:49
+Time: 10:11:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3719.00 0.00 269.00 0.00 31904.00 0.00 15952.00 118.60 6.62 24.63 1.36 36.50
+hda 0.00 2162.38 0.99 206.93 7.92 19065.35 3.96 9532.67 91.73 18.57 72.14 1.92 40.00
-Time: 06:32:50
+Time: 10:11:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3309.00 2.00 228.00 16.00 28296.00 8.00 14148.00 123.10 11.76 51.13 1.63 37.50
+hda 0.00 3432.00 12.00 304.00 1208.00 29784.00 604.00 14892.00 98.08 5.58 29.08 1.83 57.90
-Time: 06:32:51
+Time: 10:11:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3242.42 41.41 150.51 2892.93 27498.99 1446.46 13749.49 158.36 7.31 18.93 2.35 45.05
+hda 0.00 2198.99 54.55 124.24 800.00 18577.78 400.00 9288.89 108.38 25.52 142.73 3.70 66.16
-Time: 06:32:52
+Time: 10:11:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 3164.36 29.70 193.07 839.60 27200.00 419.80 13600.00 125.87 19.47 48.97 1.81 40.30
+hda 1.00 3178.00 18.00 130.00 544.00 26952.00 272.00 13476.00 185.78 3.29 17.59 2.13 31.50
-Time: 06:32:53
+Time: 10:11:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2648.51 0.00 227.72 0.00 22827.72 0.00 11413.86 100.24 32.67 138.99 2.12 48.22
+hda 0.00 2420.00 23.00 210.00 624.00 20992.00 312.00 10496.00 92.77 7.75 35.10 2.38 55.50
-Time: 06:32:54
+Time: 10:11:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 524.00 0.00 399.00 0.00 7848.00 0.00 3924.00 19.67 71.18 148.64 1.96 78.30
+hda 0.00 5739.60 3.96 243.56 190.10 48118.81 95.05 24059.41 195.17 34.92 73.24 2.97 73.47
-Time: 06:32:55
+Time: 10:11:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 227.00 0.00 368.00 0.00 3784.00 0.00 1892.00 10.28 40.38 178.18 1.47 54.10
+hda 1.01 2702.02 12.12 147.47 169.70 23078.79 84.85 11539.39 145.67 15.80 195.36 3.08 49.09
-Time: 06:32:56
+Time: 10:11:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 330.00 27.00 136.00 496.00 3728.00 248.00 1864.00 25.91 0.62 3.81 2.67 43.50
+hda 0.00 409.90 2.97 275.25 39.60 4522.77 19.80 2261.39 16.40 18.49 73.54 1.88 52.38
-Time: 06:32:57
+Time: 10:11:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 366.34 46.53 180.20 2138.61 4380.20 1069.31 2190.10 28.75 1.16 5.14 2.12 48.02
-Time: 06:32:58
+Time: 10:11:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2943.00 0.00 110.00 0.00 24424.00 0.00 12212.00 222.04 14.32 130.22 2.71 29.80
+hda 0.00 287.00 7.00 568.00 64.00 6840.00 32.00 3420.00 12.01 104.61 181.94 1.66 95.20
-Time: 06:32:59
+Time: 10:11:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3646.53 2.97 149.50 23.76 30368.32 11.88 15184.16 199.32 6.12 40.16 2.36 35.94
+hda 0.00 0.00 17.00 1.00 192.00 8.00 96.00 4.00 11.11 0.16 8.89 6.50 11.70
-Time: 06:33:00
+Time: 10:11:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 166.67 16.16 43.43 137.37 1680.81 68.69 840.40 30.51 0.21 3.54 3.20 19.09
+hda 1.01 3006.06 2.02 110.10 210.10 24929.29 105.05 12464.65 224.22 16.79 149.48 2.85 31.92
-Time: 06:33:01
+Time: 10:11:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 243.56 30.69 19.80 332.67 2106.93 166.34 1053.47 48.31 0.90 17.92 4.02 20.30
+hda 5.94 0.00 70.30 0.00 9798.02 0.00 4899.01 0.00 139.38 0.56 8.39 3.48 24.46
-Time: 06:33:02
+Time: 10:11:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 10.00 10.00 0.99
+hda 1.98 3693.07 15.84 143.56 372.28 30724.75 186.14 15362.38 195.08 6.92 40.66 2.63 41.88
-Time: 06:33:03
+Time: 10:11:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.02 0.00 16.16 0.00 8.08 0.00 8.00 0.03 13.00 13.00 2.63
+hda 0.00 77.78 0.00 37.37 0.00 937.37 0.00 468.69 25.08 0.15 14.95 0.41 1.52
-Time: 06:33:04
+Time: 10:11:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 187.13 59.41 53.47 760.40 1877.23 380.20 938.61 23.37 0.70 6.57 4.75 53.66
-Time: 06:33:05
+Time: 10:11:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 50.50 0.00 5.94 0.00 451.49 0.00 225.74 76.00 0.00 0.83 0.50 0.30
+hda 0.00 0.00 46.00 0.00 600.00 0.00 300.00 0.00 13.04 0.19 4.09 3.74 17.20
-Time: 06:33:06
+Time: 10:11:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2204.00 0.00 103.00 0.00 18456.00 0.00 9228.00 179.18 13.25 128.65 3.07 31.60
+hda 1.01 0.00 75.76 0.00 1527.27 0.00 763.64 0.00 20.16 0.30 4.01 2.97 22.53
-Time: 06:33:07
+Time: 10:11:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.97 0.00 25.24 0.00 636.89 0.00 318.45 0.00 25.23 0.10 4.08 2.31 5.83
-Time: 06:33:08
+Time: 10:11:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 204.95 17.82 0.00 269.31 2899.01 134.65 1449.50 177.78 6.13 7.94 7.33 13.07
-Time: 06:33:09
+Time: 10:11:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1654.00 7.00 242.00 48.00 13896.00 24.00 6948.00 56.00 58.04 257.37 3.54 88.20
-Time: 06:33:10
+Time: 10:11:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.07 0.00 3.03 0.00 80.81 0.00 40.40 26.67 0.00 0.33 0.33 0.10
+hda 0.00 0.00 16.50 0.00 178.64 0.00 89.32 0.00 10.82 0.08 4.88 3.24 5.34
-Time: 06:33:11
+Time: 10:11:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2246.00 2.00 79.00 16.00 18600.00 8.00 9300.00 229.83 10.20 125.95 3.78 30.60
+hda 0.00 0.00 4.95 0.00 39.60 0.00 19.80 0.00 8.00 0.06 11.80 9.00 4.46
-Time: 06:33:12
+Time: 10:11:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.96 0.00 15.69 0.00 7.84 0.00 8.00 0.02 9.50 9.50 1.86
+hda 0.00 0.00 31.31 0.00 258.59 0.00 129.29 0.00 8.26 0.16 4.97 4.39 13.74
-Time: 06:33:13
+Time: 10:11:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2045.10 24.51 19.61 603.92 17098.04 301.96 8549.02 401.24 3.85 9.07 3.38 14.90
-Time: 06:33:14
+Time: 10:11:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 93.00 0.00 744.00 0.00 372.00 0.00 8.00 0.06 0.59 0.59 5.50
+hda 0.00 75.76 58.59 78.79 1155.56 638.38 577.78 319.19 13.06 13.32 122.80 5.15 70.71
-Time: 06:33:15
+Time: 10:11:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.00 0.00 3.00 0.00 72.00 0.00 36.00 24.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 2.00 0.00 8.00 0.00 4.00 0.00 4.00 0.02 10.50 8.00 1.60
-Time: 06:33:16
+Time: 10:11:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2988.00 0.00 109.00 0.00 24776.00 0.00 12388.00 227.30 16.79 154.06 3.17 34.60
+hda 0.00 0.00 314.85 0.00 2598.02 0.00 1299.01 0.00 8.25 0.75 2.39 2.35 73.96
-Time: 06:33:17
+Time: 10:11:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 14.00 14.00 1.39
+hda 0.00 0.00 235.35 0.00 2658.59 0.00 1329.29 0.00 11.30 0.58 2.47 2.32 54.55
-Time: 06:33:18
+Time: 10:11:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2531.68 41.58 33.66 443.56 21243.56 221.78 10621.78 288.21 4.80 9.75 1.55 11.68
-Time: 06:33:19
+Time: 10:11:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 5.00 0.00 40.00 0.00 20.00 0.00 8.00 0.03 5.20 5.20 2.60
+hda 0.00 28.00 341.00 93.00 2768.00 240.00 1384.00 120.00 6.93 18.82 52.83 1.58 68.70
-Time: 06:33:20
+Time: 10:11:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.07 0.00 3.03 0.00 80.81 0.00 40.40 26.67 0.00 0.33 0.33 0.10
+hda 0.00 0.00 887.00 0.00 7280.00 0.00 3640.00 0.00 8.21 0.81 0.91 0.92 81.20
-Time: 06:33:21
+Time: 10:11:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2320.59 0.98 82.35 7.84 19223.53 3.92 9611.76 230.78 8.72 104.69 3.02 25.20
+hda 0.00 0.00 64.76 0.00 921.90 0.00 460.95 0.00 14.24 0.43 6.76 6.69 43.33
-Time: 06:33:22
+Time: 10:11:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 0.00 65.66 0.00 1745.45 0.00 872.73 0.00 26.58 0.38 5.80 5.63 36.97
-Time: 06:33:23
+Time: 10:11:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 3.00 3.00 0.30
+hda 0.00 1438.83 65.05 44.66 1739.81 12100.97 869.90 6050.49 126.16 5.62 20.98 4.32 47.38
-Time: 06:33:24
+Time: 10:11:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 204.00 0.00 1744.00 0.00 872.00 0.00 8.55 0.56 2.71 2.55 52.00
+hda 0.00 23.00 71.00 32.00 1344.00 200.00 672.00 100.00 14.99 2.61 58.49 6.35 65.40
-Time: 06:33:25
+Time: 10:11:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 494.06 103.96 17.82 1108.91 4102.97 554.46 2051.49 42.80 0.95 7.08 5.43 66.14
+hda 1.92 156.73 46.15 5.77 930.77 1300.00 465.38 650.00 42.96 0.33 6.37 5.96 30.96
-Time: 06:33:26
+Time: 10:11:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 1093.00 136.00 43.00 5896.00 9080.00 2948.00 4540.00 83.66 7.87 44.41 5.16 92.40
+hda 0.00 129.70 120.79 3.96 1378.22 1100.99 689.11 550.50 19.87 0.82 4.96 4.40 54.85
-Time: 06:33:27
+Time: 10:11:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 8.91 0.00 113.86 0.00 11746.53 0.00 5873.27 0.00 103.17 0.90 7.99 3.48 39.60
+hda 0.00 12.12 59.60 6.06 654.55 113.13 327.27 56.57 11.69 0.62 12.52 4.26 27.98
-Time: 06:33:28
+Time: 10:11:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 9.09 1.01 115.15 1.01 9115.15 24.24 4557.58 12.12 78.68 1.11 8.86 4.65 54.04
+hda 0.00 1832.67 1.98 46.53 15.84 15239.60 7.92 7619.80 314.45 7.03 67.20 3.41 16.53
-Time: 06:33:29
+Time: 10:11:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 444.44 67.68 86.87 654.55 4242.42 327.27 2121.21 31.69 3.67 24.22 2.69 41.52
+hda 0.00 49.49 0.00 29.29 0.00 420.20 0.00 210.10 14.34 1.04 166.62 2.83 8.28
-Time: 06:33:30
+Time: 10:11:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 126.73 72.28 5.94 570.30 1061.39 285.15 530.69 20.86 0.48 6.14 5.89 46.04
+hda 0.00 0.00 2.97 0.00 47.52 0.00 23.76 0.00 16.00 0.03 9.00 9.00 2.67
-Time: 06:33:31
+Time: 10:11:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3396.00 4.00 278.00 32.00 30640.00 16.00 15320.00 108.77 96.22 124.55 3.10 87.30
+hda 0.00 6.00 64.00 17.00 536.00 184.00 268.00 92.00 8.89 0.43 5.31 5.02 40.70
-Time: 06:33:32
+Time: 10:11:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1509.00 12.00 199.00 96.00 12856.00 48.00 6428.00 61.38 117.34 682.73 4.74 100.10
+hda 0.99 489.11 37.62 17.82 435.64 4055.45 217.82 2027.72 81.00 0.65 11.68 4.84 26.83
-Time: 06:33:33
+Time: 10:11:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 584.00 69.00 78.00 552.00 4856.00 276.00 2428.00 36.79 6.85 280.50 5.78 84.90
+hda 0.00 3266.35 86.54 106.73 692.31 28100.00 346.15 14050.00 148.98 25.15 23.78 2.64 50.96
-Time: 06:33:34
+Time: 10:11:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 320.20 56.57 134.34 460.61 3983.84 230.30 1991.92 23.28 35.44 44.11 4.96 94.75
+hda 0.00 1212.12 5.05 149.49 48.48 10666.67 24.24 5333.33 69.33 146.96 681.64 6.54 101.11
-Time: 06:33:35
+Time: 10:11:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1514.85 27.72 110.89 221.78 12689.11 110.89 6344.55 93.14 33.40 429.04 7.15 99.11
+hda 0.00 477.23 44.55 134.65 356.44 3968.32 178.22 1984.16 24.13 30.29 514.73 5.31 95.15
-Time: 06:33:36
+Time: 10:11:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3133.33 13.13 152.53 105.05 27547.47 52.53 13773.74 166.93 55.19 98.94 5.51 91.21
+hda 0.00 2624.00 101.00 99.00 808.00 22720.00 404.00 11360.00 117.64 30.60 46.36 3.42 68.30
-Time: 06:33:37
+Time: 10:11:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1162.38 5.94 157.43 47.52 9758.42 23.76 4879.21 60.02 117.68 672.41 6.07 99.11
+hda 1.00 316.00 62.00 96.00 856.00 3248.00 428.00 1624.00 25.97 113.87 312.72 6.34 100.10
-Time: 06:33:38
+Time: 10:11:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 473.74 59.60 80.81 476.77 3967.68 238.38 1983.84 31.65 8.51 396.66 5.26 73.84
+hda 0.00 3938.61 47.52 165.35 380.20 33053.47 190.10 16526.73 157.06 62.48 589.27 4.40 93.76
-Time: 06:33:39
+Time: 10:11:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 950.50 127.72 24.75 1021.78 7968.32 510.89 3984.16 58.96 1.95 6.31 3.97 60.50
+hda 0.00 1881.82 44.44 93.94 355.56 15733.33 177.78 7866.67 116.26 144.38 546.73 7.31 101.11
-Time: 06:33:40
+Time: 10:11:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1807.92 33.66 139.60 269.31 16031.68 134.65 8015.84 94.08 15.99 61.45 4.22 73.17
+hda 0.00 0.00 54.00 95.00 432.00 0.00 216.00 0.00 2.90 97.09 966.04 6.72 100.10
-Time: 06:33:41
+Time: 10:11:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2083.17 15.84 176.24 118.81 18700.99 59.41 9350.50 97.98 65.97 189.52 4.74 91.09
+hda 0.00 527.72 33.66 57.43 261.39 4403.96 130.69 2201.98 51.22 7.19 550.48 7.65 69.70
-Time: 06:33:42
+Time: 10:11:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1691.92 4.04 125.25 40.40 14311.11 20.20 7155.56 111.00 141.11 682.45 7.82 101.11
+hda 0.00 1268.00 26.00 137.00 208.00 11240.00 104.00 5620.00 70.23 11.39 69.87 4.72 76.90
-Time: 06:33:43
+Time: 10:11:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1436.36 4.04 125.25 32.32 12210.10 16.16 6105.05 94.69 128.58 839.17 7.82 101.11
+hda 0.00 1778.79 14.14 112.12 121.21 15426.26 60.61 7713.13 123.14 36.15 172.96 6.94 87.68
-Time: 06:33:44
+Time: 10:11:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1087.00 7.00 133.00 48.00 9008.00 24.00 4504.00 64.69 26.57 964.79 5.79 81.00
+hda 0.00 4646.00 6.00 171.00 48.00 39264.00 24.00 19632.00 222.10 141.09 500.44 5.66 100.10
-Time: 06:33:45
+Time: 10:11:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4436.00 4.00 209.00 64.00 38048.00 32.00 19024.00 178.93 87.72 246.88 3.73 79.50
+hda 0.00 964.00 8.00 140.00 64.00 8000.00 32.00 4000.00 54.49 65.35 881.72 6.76 100.10
-Time: 06:33:46
+Time: 10:11:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 2266.00 52.00 91.00 2328.00 19160.00 1164.00 9580.00 150.27 128.71 392.80 7.00 100.10
+hda 0.00 2453.47 11.88 113.86 87.13 20895.05 43.56 10447.52 166.87 11.77 67.60 4.53 56.93
-Time: 06:33:47
+Time: 10:11:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3873.27 2.97 209.90 39.60 32522.77 19.80 16261.39 152.97 142.70 864.75 4.66 99.11
+hda 0.00 4409.00 11.00 216.00 224.00 37584.00 112.00 18792.00 166.56 120.81 312.87 4.41 100.10
-Time: 06:33:48
+Time: 10:12:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 1196.00 18.00 137.00 520.00 9960.00 260.00 4980.00 67.61 95.54 802.18 6.46 100.10
+hda 0.00 2714.85 0.00 200.99 0.00 22487.13 0.00 11243.56 111.88 115.81 708.24 4.93 99.11
-Time: 06:33:49
+Time: 10:12:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1863.00 3.00 118.00 40.00 15520.00 20.00 7760.00 128.60 9.37 371.69 4.02 48.60
+hda 0.00 1821.43 1.02 105.10 32.65 15151.02 16.33 7575.51 143.08 5.69 318.78 3.44 36.53
-Time: 06:33:50
+Time: 10:12:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:33:51
+Time: 10:12:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.98 0.00 7.84 7.84 3.92 3.92 16.00 0.01 14.00 15.00 1.47
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:33:52
+Time: 10:12:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 984.85 12.12 128.28 121.21 8896.97 60.61 4448.48 64.23 2.12 15.11 2.54 35.66
+hda 0.00 1751.00 4.00 219.00 32.00 15856.00 16.00 7928.00 71.25 3.00 12.12 3.42 76.20
-Time: 06:33:53
+Time: 10:12:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1266.00 11.00 217.00 88.00 11896.00 44.00 5948.00 52.56 2.34 7.53 3.07 70.10
+hda 0.00 661.00 9.00 149.00 72.00 6384.00 36.00 3192.00 40.86 1.61 12.11 4.73 74.70
-Time: 06:33:54
+Time: 10:12:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1243.56 6.93 154.46 55.45 11271.29 27.72 5635.64 70.18 12.40 52.18 4.20 67.82
+hda 0.00 1870.59 2.94 228.43 23.53 16800.00 11.76 8400.00 72.71 11.11 48.03 3.58 82.94
-Time: 06:33:55
+Time: 10:12:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1113.00 4.00 202.00 32.00 10400.00 16.00 5200.00 50.64 1.92 31.89 3.72 76.70
+hda 0.00 1815.00 1.00 268.00 8.00 16656.00 4.00 8328.00 61.95 3.06 11.36 1.85 49.80
-Time: 06:33:56
+Time: 10:12:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1746.53 4.95 236.63 63.37 15865.35 31.68 7932.67 65.93 3.88 16.05 1.98 47.82
+hda 0.00 250.00 5.00 55.00 72.00 2440.00 36.00 1220.00 41.87 0.20 3.27 1.95 11.70
-Time: 06:33:57
+Time: 10:12:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 298.00 9.00 60.00 104.00 2864.00 52.00 1432.00 43.01 0.17 2.39 1.80 12.40
+hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 11.00 11.00 1.11
-Time: 06:33:58
+Time: 10:12:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 23.00 0.00 248.00 0.00 124.00 0.00 10.78 0.10 4.13 3.43 7.90
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:33:59
+Time: 10:12:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.12 0.00 3.06 0.00 73.47 0.00 36.73 24.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:00
+Time: 10:12:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:01
+Time: 10:12:14
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 600.00 0.00 67.96 0.00 5343.69 0.00 2671.84 78.63 1.56 22.90 1.54 10.49
+
+Time: 10:12:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:02
+Time: 10:12:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 819.19 0.00 59.60 0.00 7038.38 0.00 3519.19 118.10 4.13 69.10 3.08 18.38
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:03
+Time: 10:12:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 2.00 0.00 8.00 0.00 4.00 4.00 0.00 7.00 0.50 0.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:04
+Time: 10:12:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 8.00 0.00 12.00 0.00 160.00 0.00 80.00 13.33 0.01 0.42 0.17 0.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:05
+Time: 10:12:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.96 0.00 47.52 0.00 23.76 0.00 12.00 0.06 15.50 4.00 1.58
+hda 0.00 512.12 0.00 89.90 0.00 4816.16 0.00 2408.08 53.57 1.52 16.89 0.90 8.08
-Time: 06:34:06
+Time: 10:12:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:07
+Time: 10:12:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 236.00 0.00 21.00 0.00 2056.00 0.00 1028.00 97.90 0.11 5.43 0.52 1.10
+hda 0.00 347.47 1.01 12.12 8.08 2876.77 4.04 1438.38 219.69 0.11 8.31 2.62 3.43
-Time: 06:34:08
+Time: 10:12:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:09
+Time: 10:12:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 92.93 0.00 130.30 0.00 1785.86 0.00 892.93 13.71 1.88 14.44 0.26 3.33
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:10
+Time: 10:12:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 639.00 0.00 217.00 0.00 7760.00 0.00 3880.00 35.76 31.10 40.12 1.29 28.00
-Time: 06:34:11
+Time: 10:12:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 11.00 11.00 1.10
+hda 0.00 419.00 0.00 312.00 0.00 5888.00 0.00 2944.00 18.87 115.45 370.78 3.21 100.10
-Time: 06:34:12
+Time: 10:12:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 249.49 0.00 29.29 0.00 2230.30 0.00 1115.15 76.14 0.12 4.07 0.52 1.52
+hda 0.00 119.80 0.00 205.94 0.00 2170.30 0.00 1085.15 10.54 105.12 477.65 4.81 99.11
-Time: 06:34:13
+Time: 10:12:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 63.00 0.00 0.00 0.00 0.00 0.00 12.16 653.00 6.63 41.80
+
+Time: 10:12:28
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 14.00 14.00 1.40
+
+Time: 10:12:29
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 79.00 0.00 18.00 0.00 800.00 0.00 400.00 44.44 0.03 1.72 0.22 0.40
+
+Time: 10:12:30
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1593.00 7.00 45.00 56.00 13208.00 28.00 6604.00 255.08 2.71 26.62 2.73 14.20
+
+Time: 10:12:31
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 1.02 0.00 6.12 17.35 73.47 8.16 36.73 4.08 3.48 0.43 75.91 3.78 8.88
+
+Time: 10:12:32
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 117.00 1.00 9.00 8.00 1008.00 4.00 504.00 101.60 0.03 3.30 1.80 1.80
+
+Time: 10:12:33
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 9.90 0.00 79.21 0.00 39.60 0.00 8.00 0.04 4.50 4.50 4.46
+
+Time: 10:12:34
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 3109.00 10.00 215.00 88.00 27272.00 44.00 13636.00 121.60 53.88 138.09 3.15 70.90
+
+Time: 10:12:35
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 4153.47 5.94 175.25 47.52 35176.24 23.76 17588.12 194.40 44.17 337.01 5.46 98.91
+
+Time: 10:12:36
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 3209.00 8.00 193.00 56.00 27208.00 28.00 13604.00 135.64 144.75 499.99 4.98 100.10
+
+Time: 10:12:37
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 407.07 5.05 149.49 48.48 3515.15 24.24 1757.58 23.06 106.22 781.41 6.54 101.11
+
+Time: 10:12:38
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 901.98 19.80 69.31 277.23 7477.23 138.61 3738.61 87.02 9.20 498.77 6.46 57.52
+
+Time: 10:12:39
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 3102.00 29.00 130.00 232.00 26432.00 116.00 13216.00 167.70 9.32 31.62 3.74 59.50
+
+Time: 10:12:40
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2858.00 3.00 157.00 32.00 24424.00 16.00 12212.00 152.85 109.24 309.71 6.26 100.10
+
+Time: 10:12:41
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 3298.99 3.03 145.45 16.16 27854.55 8.08 13927.27 187.70 146.09 853.68 6.81 101.11
+
+Time: 10:12:42
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2158.82 23.53 126.47 211.76 18282.35 105.88 9141.18 123.29 144.92 954.62 6.59 98.92
+
+Time: 10:12:43
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2688.12 13.86 165.35 190.10 22772.28 95.05 11386.14 128.13 143.34 822.24 5.54 99.21
+
+Time: 10:12:44
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1806.06 0.00 173.74 0.00 15006.06 0.00 7503.03 86.37 84.52 950.77 5.81 100.91
+
+Time: 10:12:45
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 5922.00 0.00 257.00 0.00 49208.00 0.00 24604.00 191.47 62.68 242.65 3.85 98.90
+
+Time: 10:12:46
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 8.00 7.00 168.00 12.00 4736.00 80.00 2368.00 40.00 26.76 1.72 16.68 4.24 76.40
+
+Time: 10:12:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 8.91 0.00 4.95 0.00 110.89 0.00 55.45 22.40 0.00 0.20 0.20 0.10
+
+Time: 10:12:48
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1377.00 1.00 197.00 8.00 12632.00 4.00 6316.00 63.84 2.47 12.46 2.61 51.70
+
+Time: 10:12:49
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 984.00 3.00 170.00 24.00 9192.00 12.00 4596.00 53.27 3.18 18.40 4.05 70.10
+
+Time: 10:12:50
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1715.84 0.00 318.81 0.00 17188.12 0.00 8594.06 53.91 17.77 37.24 2.66 84.95
+
+Time: 10:12:51
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 470.00 1.00 238.00 8.00 5016.00 4.00 2508.00 21.02 8.80 61.76 3.62 86.40
+
+Time: 10:12:52
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1585.86 6.06 175.76 64.65 14092.93 32.32 7046.46 77.87 4.25 23.36 2.84 51.62
+
+Time: 10:12:53
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 246.53 3.96 57.43 39.60 2431.68 19.80 1215.84 40.26 0.22 3.53 1.66 10.20
+
+Time: 10:12:54
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 3.03 16.16 2.02 177.78 40.40 88.89 20.20 12.00 0.11 5.89 4.56 8.28
-Time: 06:34:14
+Time: 10:12:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.00 0.00 3.00 0.00 72.00 0.00 36.00 24.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 25.00 0.00 248.00 0.00 124.00 0.00 9.92 0.36 14.40 4.12 10.30
-Time: 06:34:15
+Time: 10:12:56
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 17.00 0.00 208.00 0.00 104.00 0.00 12.24 0.15 8.94 3.00 5.10
+
+Time: 10:12:57
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 1.00 0.00 16.00 0.00 8.00 0.00 16.00 0.00 4.00 4.00 0.40
+
+Time: 10:12:58
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 631.68 0.00 52.48 0.00 5473.27 0.00 2736.63 104.30 0.99 18.85 1.92 10.10
+
+Time: 10:12:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:16
+Time: 10:13:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:17
+Time: 10:13:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 156.44 0.00 17.82 0.00 1394.06 0.00 697.03 78.22 0.06 3.11 0.44 0.79
+hda 1.00 0.00 16.00 0.00 144.00 0.00 72.00 0.00 9.00 0.17 10.56 4.31 6.90
-Time: 06:34:18
+Time: 10:13:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.02 17.00 17.00 1.68
+
+Time: 10:13:03
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 79.80 0.00 18.18 0.00 783.84 0.00 391.92 43.11 0.06 3.11 0.44 0.81
+
+Time: 10:13:04
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 213.00 0.00 179.00 0.00 4032.00 0.00 2016.00 22.53 36.62 53.53 1.79 32.10
-Time: 06:34:19
+Time: 10:13:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 7.00 39.00 3.00 768.00 80.00 384.00 40.00 20.19 0.54 12.12 7.83 32.90
+hda 0.00 904.95 0.00 236.63 0.00 9172.28 0.00 4586.14 38.76 112.15 509.56 4.19 99.11
-Time: 06:34:20
+Time: 10:13:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 66.00 0.00 928.00 0.00 464.00 0.00 14.06 0.78 12.18 7.88 52.00
+hda 0.00 162.00 7.00 248.00 72.00 3240.00 36.00 1620.00 12.99 115.96 398.43 3.93 100.10
-Time: 06:34:21
+Time: 10:13:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.81 0.00 56.73 0.00 1469.23 0.00 734.62 0.00 25.90 0.46 8.03 5.88 33.37
+hda 0.00 38.38 0.00 189.90 0.00 921.21 0.00 460.61 4.85 62.74 505.32 4.24 80.51
-Time: 06:34:22
+Time: 10:13:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 215.00 11.00 28.00 216.00 1944.00 108.00 972.00 55.38 0.29 7.18 2.82 11.00
+hda 0.00 121.00 2.00 30.00 16.00 1208.00 8.00 604.00 38.25 0.15 4.56 1.53 4.90
-Time: 06:34:23
+Time: 10:13:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 19.00 0.00 384.00 0.00 192.00 0.00 20.21 0.20 11.16 7.53 14.30
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 0.00 0.00 0.00
-Time: 06:34:24
+Time: 10:13:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1890.91 13.13 161.62 153.54 16420.20 76.77 8210.10 94.84 2.32 13.27 1.53 26.77
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:13:11
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:25
+Time: 10:13:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.03 0.00 85.86 0.00 8953.54 0.00 4476.77 0.00 104.28 0.94 10.92 3.34 28.69
+hda 1.00 0.00 38.00 0.00 664.00 0.00 332.00 0.00 17.47 0.30 7.89 5.71 21.70
-Time: 06:34:26
+Time: 10:13:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.96 0.00 53.92 0.00 1058.82 0.00 529.41 0.00 19.64 0.38 7.07 6.04 32.55
+hda 0.00 77.00 0.00 19.00 0.00 768.00 0.00 384.00 40.42 0.04 1.89 0.37 0.70
-Time: 06:34:27
+Time: 10:13:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 33.00 0.00 760.00 0.00 380.00 0.00 23.03 0.20 5.97 5.67 18.70
+hda 0.00 0.00 15.00 2.00 168.00 16.00 84.00 8.00 10.82 0.15 8.59 2.24 3.80
-Time: 06:34:28
+Time: 10:13:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.07 5.05 4.04 56.57 88.89 28.28 44.44 16.00 0.03 3.11 3.11 2.83
+hda 0.00 1532.69 4.81 44.23 46.15 12700.00 23.08 6350.00 259.92 4.03 54.84 3.45 16.92
-Time: 06:34:29
+Time: 10:13:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3380.20 13.86 319.80 110.89 30027.72 55.45 15013.86 90.33 88.56 181.49 2.09 69.60
+hda 0.00 119.39 16.33 21.43 228.57 1036.73 114.29 518.37 33.51 0.52 51.51 4.05 15.31
-Time: 06:34:30
+Time: 10:13:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 658.59 3.03 79.80 24.24 5470.71 12.12 2735.35 66.34 9.44 458.85 5.26 43.54
+hda 0.00 0.00 4.95 0.00 39.60 0.00 19.80 0.00 8.00 0.03 5.80 5.80 2.87
-Time: 06:34:31
+Time: 10:13:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2345.54 5.94 131.68 55.45 19976.24 27.72 9988.12 145.55 5.43 20.06 1.77 24.36
+hda 0.00 3600.00 3.00 222.00 24.00 31488.00 12.00 15744.00 140.05 83.93 166.24 4.07 91.50
-Time: 06:34:32
+Time: 10:13:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2698.00 32.00 138.00 256.00 22848.00 128.00 11424.00 135.91 11.27 79.25 4.44 75.40
+hda 0.00 3814.85 0.00 223.76 0.00 32554.46 0.00 16277.23 145.49 120.65 526.38 4.43 99.11
-Time: 06:34:33
+Time: 10:13:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1700.00 34.65 120.79 269.31 14249.50 134.65 7124.75 93.40 6.77 46.71 3.84 59.70
+hda 0.98 4227.45 0.98 205.88 23.53 35576.47 11.76 17788.24 172.09 143.54 614.17 4.90 101.27
-Time: 06:34:34
+Time: 10:13:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4860.61 7.07 267.68 64.65 42286.87 32.32 21143.43 154.15 94.74 181.23 3.65 100.20
+hda 0.00 2179.21 1.98 181.19 23.76 18708.91 11.88 9354.46 102.27 144.64 851.39 5.41 99.11
-Time: 06:34:35
+Time: 10:13:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1143.56 4.95 171.29 39.60 10415.84 19.80 5207.92 59.33 142.20 665.63 5.62 99.11
+hda 0.00 2204.04 0.00 165.66 0.00 18925.25 0.00 9462.63 114.24 144.65 706.66 6.10 101.11
-Time: 06:34:36
+Time: 10:13:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 622.22 5.05 161.62 40.40 6270.71 20.20 3135.35 37.87 145.92 957.09 6.07 101.11
+hda 0.00 3327.72 0.00 185.15 0.00 28142.57 0.00 14071.29 152.00 141.99 656.97 5.35 99.11
-Time: 06:34:37
+Time: 10:13:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1046.00 6.00 301.00 40.00 10528.00 20.00 5264.00 34.42 145.30 568.48 3.26 100.10
+hda 0.00 1394.00 0.00 175.00 0.00 11672.00 0.00 5836.00 66.70 105.06 1036.35 5.72 100.10
-Time: 06:34:38
+Time: 10:13:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1678.22 2.97 160.40 31.68 14083.17 15.84 7041.58 86.40 70.33 506.92 6.07 99.11
+hda 0.00 6690.91 0.00 188.89 0.00 55862.63 0.00 27931.31 295.74 94.58 305.82 5.32 100.40
-Time: 06:34:39
+Time: 10:13:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2606.93 3.96 253.47 23.76 23849.50 11.88 11924.75 92.74 92.66 278.48 3.85 99.11
+hda 0.00 3647.52 0.00 245.54 0.00 30645.54 0.00 15322.77 124.81 128.14 628.81 4.04 99.11
-Time: 06:34:40
+Time: 10:13:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 918.18 0.00 92.93 0.00 7870.71 0.00 3935.35 84.70 144.74 704.74 10.88 101.11
+hda 0.00 1675.25 0.00 173.27 0.00 14265.35 0.00 7132.67 82.33 15.01 294.07 3.69 63.96
-Time: 06:34:41
+Time: 10:13:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3675.76 1.01 197.98 8.08 31224.24 4.04 15612.12 156.95 146.10 973.76 5.08 101.11
+hda 0.00 0.00 5.00 2.00 128.00 16.00 64.00 8.00 20.57 0.05 7.57 4.14 2.90
-Time: 06:34:42
+Time: 10:13:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 184.00 0.00 190.00 0.00 1792.00 0.00 896.00 9.43 95.29 815.21 5.27 100.10
+hda 0.00 2723.76 0.00 279.21 0.00 24023.76 0.00 12011.88 86.04 14.01 50.18 2.41 67.23
-Time: 06:34:43
+Time: 10:13:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6656.44 0.00 217.82 0.00 55247.52 0.00 27623.76 253.64 52.70 252.19 4.51 98.22
+hda 0.00 933.67 0.00 202.04 0.00 9085.71 0.00 4542.86 44.97 1.39 6.88 3.21 64.80
-Time: 06:34:44
+Time: 10:13:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 246.53 0.00 299.01 0.00 4998.02 0.00 2499.01 16.72 87.01 177.86 2.86 85.64
+hda 0.00 1430.69 64.36 115.84 752.48 12372.28 376.24 6186.14 72.84 3.40 18.86 2.55 45.94
-Time: 06:34:45
+Time: 10:13:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 582.00 0.00 267.00 0.00 6744.00 0.00 3372.00 25.26 116.29 535.01 3.75 100.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:46
+Time: 10:13:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 931.31 0.00 259.60 0.00 9648.48 0.00 4824.24 37.17 114.82 349.28 3.89 101.11
+hda 0.00 0.00 8.00 0.00 80.00 0.00 40.00 0.00 10.00 0.16 20.25 3.62 2.90
-Time: 06:34:47
+Time: 10:13:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 39.60 0.00 129.70 7.92 340.59 3.96 170.30 2.69 52.73 684.82 7.59 98.42
+hda 0.00 1390.00 3.00 343.00 40.00 14136.00 20.00 7068.00 40.97 22.28 62.27 2.58 89.10
-Time: 06:34:48
+Time: 10:13:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 798.00 5.00 170.00 32.00 7768.00 16.00 3884.00 44.57 1.93 9.50 4.43 77.50
+hda 0.00 1591.00 1.00 199.00 8.00 14312.00 4.00 7156.00 71.60 12.13 64.14 3.73 74.50
-Time: 06:34:49
+Time: 10:13:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1029.41 0.98 172.55 7.84 9592.16 3.92 4796.08 55.32 4.97 30.22 4.00 69.41
+hda 0.00 924.00 5.00 221.00 56.00 9144.00 28.00 4572.00 40.71 0.84 3.82 2.23 50.40
-Time: 06:34:50
+Time: 10:13:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1787.76 3.06 182.65 24.49 15779.59 12.24 7889.80 85.10 15.80 84.35 3.75 69.69
+hda 1.00 0.00 23.00 0.00 400.00 0.00 200.00 0.00 17.39 0.36 10.39 3.39 7.80
-Time: 06:34:51
+Time: 10:13:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 711.88 0.99 241.58 7.92 7611.88 3.96 3805.94 31.41 0.58 2.95 2.00 48.51
+hda 0.99 0.00 86.14 0.00 1172.28 0.00 586.14 0.00 13.61 1.28 15.86 2.77 23.86
-Time: 06:34:52
+Time: 10:13:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1417.17 3.03 111.11 24.24 12226.26 12.12 6113.13 107.33 2.22 19.47 2.06 23.54
+hda 0.00 431.00 333.00 220.00 4200.00 6096.00 2100.00 3048.00 18.62 49.77 43.07 1.42 78.50
-Time: 06:34:53
+Time: 10:13:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 288.00 4.00 71.00 32.00 2872.00 16.00 1436.00 38.72 0.20 2.68 1.57 11.80
+hda 0.00 764.65 4.04 232.32 56.57 8008.08 28.28 4004.04 34.12 115.78 523.69 4.28 101.11
-Time: 06:34:54
+Time: 10:13:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 0.00 1.00 0.00 16.00 0.00 8.00 16.00 0.00 3.00 3.00 0.30
+hda 0.00 131.73 9.62 193.27 115.38 2607.69 57.69 1303.85 13.42 115.60 493.48 4.91 99.71
-Time: 06:34:55
+Time: 10:13:42
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 99.01 0.00 192.08 0.00 1409.90 0.00 704.95 7.34 66.51 522.37 4.63 88.91
+
+Time: 10:13:43
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 173.27 0.00 1948.51 0.00 974.26 0.00 11.25 2.99 17.25 1.89 32.67
+
+Time: 10:13:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:56
+Time: 10:13:45
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 5.94 0.00 71.29 0.00 35.64 0.00 12.00 0.08 13.67 8.00 4.75
+
+Time: 10:13:46
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 80.61 8.16 21.43 73.47 816.33 36.73 408.16 30.07 0.14 4.62 1.00 2.96
+
+Time: 10:13:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.02 16.00 16.00 1.58
+
+Time: 10:13:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:57
+Time: 10:13:49
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2.00 0.00 13.00 0.00 120.00 0.00 60.00 9.23 0.01 1.08 0.15 0.20
+
+Time: 10:13:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:34:58
+Time: 10:13:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 763.37 0.00 92.08 0.00 6843.56 0.00 3421.78 74.32 6.65 72.17 2.80 25.74
+hda 0.00 181.00 0.00 43.00 0.00 1792.00 0.00 896.00 41.67 0.21 4.86 0.33 1.40
-Time: 06:34:59
+Time: 10:13:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.01 0.00 8.08 0.00 4.04 8.00 0.00 3.00 3.00 0.30
+hda 0.00 0.00 7.00 0.00 72.00 0.00 36.00 0.00 10.29 0.02 3.14 1.71 1.20
-Time: 06:35:00
+Time: 10:13:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:01
+Time: 10:13:54
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 3.03 0.00 24.24 0.00 12.12 8.00 0.01 2.00 1.00 0.30
+
+Time: 10:13:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:02
+Time: 10:13:56
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 64.00 0.00 21.00 0.00 680.00 0.00 340.00 32.38 0.03 1.52 0.29 0.60
+
+Time: 10:13:57
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 0.00 0.00 0.00
+
+Time: 10:13:58
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 3.96 0.00 47.52 0.00 23.76 0.00 12.00 0.05 11.75 3.00 1.19
+
+Time: 10:13:59
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 25.00 2.00 280.00 16.00 140.00 8.00 10.96 0.23 8.67 3.33 9.00
+
+Time: 10:14:00
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 69.00 0.00 560.00 0.00 280.00 0.00 8.12 0.43 6.22 4.25 29.30
+
+Time: 10:14:01
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2177.00 28.00 104.00 232.00 18248.00 116.00 9124.00 140.00 8.01 60.70 3.31 43.70
+
+Time: 10:14:02
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 4.00 0.00 32.00 0.00 16.00 0.00 8.00 0.02 5.75 5.75 2.30
+
+Time: 10:14:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.94 12.87 79.21 15.84 1908.91 229.70 954.46 114.85 22.50 1.92 20.20 6.49 61.68
+hda 0.00 6125.00 2.00 256.00 16.00 51616.00 8.00 25808.00 200.12 20.03 71.18 2.62 67.60
-Time: 06:35:03
+Time: 10:14:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.04 233.33 72.73 27.27 1987.88 2084.85 993.94 1042.42 40.73 1.97 19.76 6.36 63.64
+hda 0.00 6523.76 0.99 309.90 7.92 54986.14 3.96 27493.07 176.89 78.79 195.62 3.19 99.11
-Time: 06:35:04
+Time: 10:14:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 1.00 32.00 8.00 16.00 4.00 13.33 0.04 11.67 8.33 2.50
+hda 0.00 3848.48 3.03 338.38 24.24 33212.12 12.12 16606.06 97.35 112.10 317.95 2.96 101.11
-Time: 06:35:05
+Time: 10:14:06
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 700.98 21.57 105.88 360.78 5858.82 180.39 2929.41 48.80 8.90 249.25 4.32 55.10
+
+Time: 10:14:07
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 2.02 0.00 48.48 0.00 24.24 0.00 24.00 0.02 8.50 8.50 1.72
+
+Time: 10:14:08
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.99 0.00 15.84 0.00 7.92 0.00 16.00 0.01 8.00 8.00 0.79
+
+Time: 10:14:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:06
+Time: 10:14:10
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:14:11
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2820.00 0.00 98.00 0.00 23544.00 0.00 11772.00 240.24 15.76 96.01 2.67 26.20
+
+Time: 10:14:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 7.00 0.00 56.00 0.00 28.00 0.00 8.00 0.06 9.14 4.71 3.30
+hda 0.00 19.19 0.00 27.27 0.00 169.70 0.00 84.85 6.22 0.85 266.37 2.41 6.57
-Time: 06:35:07
+Time: 10:14:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 5.00 0.00 64.00 0.00 32.00 0.00 12.80 0.00 0.80 0.80 0.40
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:14:14
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 644.44 0.00 208.08 0.00 7749.49 0.00 3874.75 37.24 56.15 155.06 2.38 49.60
-Time: 06:35:08
+Time: 10:14:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 290.00 1.00 41.00 16.00 2656.00 8.00 1328.00 63.62 0.37 8.88 0.90 3.80
+hda 0.00 343.56 0.00 293.07 0.00 4910.89 0.00 2455.45 16.76 111.73 344.53 3.39 99.21
-Time: 06:35:09
+Time: 10:14:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 4.95 0.99 63.37 7.92 31.68 3.96 12.00 0.08 13.00 4.83 2.87
+hda 0.00 10.20 0.00 103.06 0.00 155.10 0.00 77.55 1.50 26.55 599.31 6.10 62.86
-Time: 06:35:10
+Time: 10:14:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:11
+Time: 10:14:18
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2678.22 0.00 109.90 0.00 22304.95 0.00 11152.48 202.95 16.61 151.13 2.93 32.18
+
+Time: 10:14:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:12
+Time: 10:14:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:13
+Time: 10:14:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 191.00 0.00 32.00 0.00 1784.00 0.00 892.00 55.75 0.20 6.28 0.44 1.40
+hda 0.00 16.00 0.00 6.00 0.00 176.00 0.00 88.00 29.33 0.00 0.33 0.33 0.20
-Time: 06:35:14
+Time: 10:14:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 0.00 17.17 0.00 161.62 0.00 80.81 9.41 0.03 1.88 0.35 0.61
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:15
+Time: 10:14:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.98 0.00 8.82 0.00 94.12 0.00 47.06 0.00 10.67 0.10 11.78 4.56 4.02
+hda 0.00 2730.30 0.00 100.00 0.00 22642.42 0.00 11321.21 226.42 11.59 115.95 2.65 26.46
-Time: 06:35:16
+Time: 10:14:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 15.00 0.00 216.00 0.00 108.00 0.00 14.40 0.07 4.87 2.13 3.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:17
+Time: 10:14:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 28.28 0.00 242.42 0.00 121.21 0.00 8.57 0.16 5.68 3.71 10.51
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:18
+Time: 10:14:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 498.99 57.58 47.47 460.61 4371.72 230.30 2185.86 46.00 2.49 23.73 5.54 58.18
+hda 0.00 5.05 0.00 5.05 0.00 80.81 0.00 40.40 16.00 0.00 0.20 0.20 0.10
+
+Time: 10:14:27
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:19
+Time: 10:14:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1624.51 53.92 137.25 643.14 14094.12 321.57 7047.06 77.09 6.98 36.52 2.58 49.41
+hda 0.00 1050.00 0.00 60.00 0.00 8880.00 0.00 4440.00 148.00 2.77 46.18 1.78 10.70
-Time: 06:35:20
+Time: 10:14:29
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 2.00 0.00 63.00 0.00 2720.00 0.00 1360.00 0.00 43.17 0.49 7.76 6.02 37.90
+
+Time: 10:14:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:21
+Time: 10:14:31
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 12.00 0.00 7.00 0.00 152.00 0.00 76.00 21.71 0.00 0.14 0.14 0.10
+
+Time: 10:14:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2006.00 3.00 85.00 24.00 17624.00 12.00 8812.00 200.55 24.11 57.99 4.90 43.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:22
+Time: 10:14:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1915.00 0.00 281.00 8.00 17280.00 4.00 8640.00 61.52 107.60 325.02 3.56 100.10
+hda 0.00 1652.48 0.00 61.39 0.00 13710.89 0.00 6855.45 223.35 3.67 59.81 2.44 14.95
-Time: 06:35:23
+Time: 10:14:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3648.51 0.99 182.18 0.00 31231.68 0.00 15615.84 170.51 128.52 512.83 5.41 99.11
+hda 0.00 427.72 0.00 123.76 0.00 4411.88 0.00 2205.94 35.65 3.98 32.18 1.57 19.41
-Time: 06:35:24
+Time: 10:14:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4350.00 0.00 223.00 0.00 36592.00 0.00 18296.00 164.09 144.70 771.41 4.49 100.10
+hda 1.00 0.00 10.00 0.00 712.00 0.00 356.00 0.00 71.20 0.04 4.40 4.40 4.40
-Time: 06:35:25
+Time: 10:14:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 1247.47 12.12 174.75 121.21 11280.81 60.61 5640.40 61.02 148.98 490.69 5.41 101.11
+hda 0.00 2.00 0.00 10.00 0.00 96.00 0.00 48.00 9.60 0.01 1.40 1.10 1.10
-Time: 06:35:26
+Time: 10:14:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1386.14 0.00 177.23 0.00 12625.74 0.00 6312.87 71.24 138.51 936.21 5.59 99.11
+hda 0.00 1217.00 4.00 78.00 184.00 10360.00 92.00 5180.00 128.59 2.99 36.41 2.55 20.90
-Time: 06:35:27
+Time: 10:14:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2883.00 0.00 191.00 0.00 24608.00 0.00 12304.00 128.84 145.00 771.90 5.24 100.10
+hda 0.00 5400.00 3.00 219.00 88.00 46024.00 44.00 23012.00 207.71 98.91 220.55 3.18 70.70
-Time: 06:35:28
+Time: 10:14:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1826.26 0.00 162.63 0.00 15911.11 0.00 7955.56 97.84 145.08 876.54 6.22 101.11
+hda 0.00 3525.00 0.00 323.00 0.00 30200.00 0.00 15100.00 93.50 133.98 450.68 3.10 100.10
-Time: 06:35:29
+Time: 10:14:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1364.00 0.00 195.00 0.00 11448.00 0.00 5724.00 58.71 124.20 864.96 5.13 100.10
+hda 0.00 2136.00 1.00 207.00 8.00 18512.00 4.00 9256.00 89.04 10.08 231.30 2.44 50.80
-Time: 06:35:30
+Time: 10:14:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6227.72 0.00 185.15 0.00 52134.65 0.00 26067.33 281.58 76.59 325.06 5.33 98.61
+hda 0.00 3927.72 0.00 95.05 0.00 32926.73 0.00 16463.37 346.42 3.55 23.08 1.89 17.92
-Time: 06:35:31
+Time: 10:14:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4181.19 0.00 233.66 0.00 35089.11 0.00 17544.55 150.17 137.34 593.80 4.24 99.11
+hda 0.00 1294.00 0.00 240.00 0.00 11264.00 0.00 5632.00 46.93 31.20 137.05 2.25 53.90
-Time: 06:35:32
+Time: 10:14:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1786.87 9.09 171.72 72.73 14828.28 36.36 7414.14 82.41 32.64 418.83 4.95 89.49
+hda 0.00 3021.00 0.00 229.00 0.00 26000.00 0.00 13000.00 113.54 7.18 31.35 1.80 41.20
-Time: 06:35:33
+Time: 10:14:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 2551.00 0.00 271.00 0.00 22584.00 0.00 11292.00 83.34 2.68 9.89 1.50 40.60
-Time: 06:35:34
+Time: 10:14:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1536.73 0.00 310.20 0.00 14775.51 0.00 7387.76 47.63 6.02 19.40 1.52 47.14
+hda 0.00 3868.00 1.00 109.00 8.00 32544.00 4.00 16272.00 295.93 15.69 23.71 2.15 23.60
-Time: 06:35:35
+Time: 10:14:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1691.26 1.94 183.50 23.30 15005.83 11.65 7502.91 81.05 21.03 113.33 4.25 78.83
+hda 0.00 1643.00 0.00 471.00 0.00 16184.00 0.00 8092.00 34.36 31.77 95.21 1.58 74.30
-Time: 06:35:36
+Time: 10:14:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 486.73 7.14 137.76 73.47 4987.76 36.73 2493.88 34.93 1.06 7.39 3.09 44.80
+hda 0.00 1775.00 0.00 257.00 0.00 16248.00 0.00 8124.00 63.22 2.04 7.93 2.70 69.40
-Time: 06:35:37
+Time: 10:14:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1483.00 234.00 121.00 3080.00 12832.00 1540.00 6416.00 44.82 4.26 12.01 1.88 66.70
+hda 0.00 2760.61 0.00 300.00 16.16 24484.85 8.08 12242.42 81.67 1.95 6.28 1.87 55.96
-Time: 06:35:38
+Time: 10:14:49
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1107.92 1.98 476.24 0.00 12673.27 0.00 6336.63 26.50 0.90 2.01 1.28 61.09
+
+Time: 10:14:50
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 849.50 1.98 326.73 15.84 9417.82 7.92 4708.91 28.70 0.51 1.52 1.32 43.27
+
+Time: 10:14:51
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 479.80 0.00 209.09 0.00 5503.03 0.00 2751.52 26.32 0.49 2.35 1.28 26.67
+
+Time: 10:14:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:39
+Time: 10:14:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 4.00 3.00 32.00 80.00 16.00 40.00 16.00 0.07 9.29 4.71 3.30
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:40
+Time: 10:14:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1042.72 1.94 60.19 15.53 8831.07 7.77 4415.53 142.38 1.13 18.22 2.36 14.66
+hda 0.00 2337.62 0.00 183.17 0.00 20649.50 0.00 10324.75 112.74 5.19 13.00 1.10 20.10
-Time: 06:35:41
+Time: 10:14:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 500.00 0.00 269.70 0.00 7668.69 0.00 3834.34 28.43 131.27 306.72 3.49 94.04
+hda 0.00 3465.66 0.00 345.45 0.00 30028.28 0.00 15014.14 86.92 9.97 37.14 1.61 55.66
-Time: 06:35:42
+Time: 10:14:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 330.00 5.00 204.00 40.00 3160.00 20.00 1580.00 15.31 15.45 297.22 2.50 52.20
+hda 0.00 3558.42 0.00 236.63 0.00 30360.40 0.00 15180.20 128.30 13.92 58.84 1.95 46.04
-Time: 06:35:43
+Time: 10:14:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1779.00 3.00 180.00 32.00 15672.00 16.00 7836.00 85.81 11.19 61.01 3.92 71.80
+hda 0.00 2253.00 0.00 160.00 0.00 19304.00 0.00 9652.00 120.65 6.75 42.21 1.84 29.40
-Time: 06:35:44
+Time: 10:14:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 974.26 0.99 393.07 0.00 11881.19 0.00 5940.59 30.15 74.56 78.92 2.01 79.31
+hda 0.00 5240.00 9.00 277.00 72.00 44432.00 36.00 22216.00 155.61 40.74 111.49 2.34 67.00
-Time: 06:35:47
+Time: 10:14:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 158.59 2.15 138.04 29.45 2093.25 14.72 1046.63 15.14 80.67 671.56 5.13 71.96
+hda 0.00 949.00 1.00 482.00 8.00 12296.00 4.00 6148.00 25.47 14.45 30.77 1.25 60.40
-Time: 06:35:48
+Time: 10:15:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 11.00 1.00 144.00 8.00 72.00 4.00 12.67 0.10 8.33 5.50 6.60
+hda 0.00 103.03 0.00 393.94 0.00 2820.20 0.00 1410.10 7.16 75.51 213.33 1.79 70.40
-Time: 06:35:49
+Time: 10:15:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.05 4.04 16.16 40.40 169.70 20.20 84.85 10.40 0.04 2.15 0.90 1.82
+hda 1.00 1965.00 23.00 3.00 360.00 16320.00 180.00 8160.00 641.54 11.71 11.88 6.69 17.40
-Time: 06:35:50
+Time: 10:15:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 413.13 0.00 4678.79 0.00 2339.39 0.00 11.33 3.84 9.30 1.51 62.22
+hda 0.00 1558.42 47.52 131.68 1116.83 12950.50 558.42 6475.25 78.50 23.60 194.72 4.83 86.63
-Time: 06:35:51
+Time: 10:15:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.84 21.57 3.92 227.45 94.12 113.73 47.06 12.62 0.18 6.92 3.69 9.41
+hda 3.00 1133.00 71.00 46.00 1728.00 9448.00 864.00 4724.00 95.52 4.21 32.15 4.84 56.60
-Time: 06:35:52
+Time: 10:15:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 209.00 5.00 20.00 40.00 1832.00 20.00 916.00 74.88 0.17 6.68 2.36 5.90
+hda 1.00 2335.00 28.00 126.00 552.00 19672.00 276.00 9836.00 131.32 9.41 64.02 3.58 55.20
-Time: 06:35:53
+Time: 10:15:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 53.00 0.00 752.00 0.00 376.00 0.00 14.19 1.06 19.55 2.09 11.10
+hda 0.00 221.00 0.00 76.00 0.00 2376.00 0.00 1188.00 31.26 0.20 2.63 0.67 5.10
-Time: 06:35:54
+Time: 10:15:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 115.00 50.00 130.00 352.00 2864.00 176.00 1432.00 17.87 7.80 16.10 0.73 13.20
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:55
+Time: 10:15:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 303.96 0.00 250.50 0.00 4435.64 0.00 2217.82 17.71 112.21 399.91 3.96 99.11
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:56
+Time: 10:15:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.00 2.00 115.00 16.00 24.00 8.00 12.00 0.34 35.07 445.78 5.95 69.60
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:57
+Time: 10:15:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 214.00 0.00 30.00 0.00 1952.00 0.00 976.00 65.07 0.13 4.37 0.37 1.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:35:58
+Time: 10:15:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.96 0.00 31.68 0.00 15.84 0.00 8.00 0.05 13.00 13.00 5.15
+hda 0.00 2314.85 0.00 228.71 0.00 20712.87 0.00 10356.44 90.56 50.58 102.19 2.69 61.58
-Time: 06:35:59
+Time: 10:15:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 16.16 1.01 339.39 8.08 169.70 4.04 20.24 0.18 10.76 4.29 7.37
+hda 0.00 62.63 0.00 51.52 0.00 541.41 0.00 270.71 10.51 5.64 648.31 4.08 21.01
-Time: 06:36:00
+Time: 10:15:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:36:01
+Time: 10:15:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:36:02
+Time: 10:15:14
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 1.00 1.00 32.00 3.00 1168.00 32.00 584.00 16.00 34.29 0.33 9.31 3.83 13.40
+
+Time: 10:15:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 268.00 2.00 25.00 16.00 2344.00 8.00 1172.00 87.41 0.16 5.96 1.22 3.30
+hda 1.00 3426.00 99.00 175.00 5720.00 28832.00 2860.00 14416.00 126.10 62.36 221.38 3.54 97.00
-Time: 06:36:03
+Time: 10:15:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 3.00 0.00 128.00 0.00 64.00 0.00 42.67 0.04 9.67 10.33 3.10
+hda 0.00 23.00 9.00 5.00 88.00 200.00 44.00 100.00 20.57 0.08 127.21 5.00 7.00
-Time: 06:36:04
+Time: 10:15:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 31.68 0.00 617.82 0.00 308.91 0.00 19.50 0.28 9.09 4.62 14.65
+hda 6.00 0.00 56.00 0.00 3080.00 0.00 1540.00 0.00 55.00 0.25 4.52 4.09 22.90
-Time: 06:36:05
+Time: 10:15:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 53.00 0.00 488.00 0.00 244.00 0.00 9.21 0.41 7.77 7.77 41.20
+hda 0.99 0.00 4.95 0.00 47.52 0.00 23.76 0.00 9.60 0.07 13.20 6.00 2.97
-Time: 06:36:06
+Time: 10:15:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 7.50 7.50 1.50
+hda 3.96 0.99 23.76 1.98 942.57 23.76 471.29 11.88 37.54 0.20 7.96 5.50 14.16
-Time: 06:36:07
+Time: 10:15:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 238.00 0.00 25.00 0.00 2104.00 0.00 1052.00 84.16 0.12 4.76 0.48 1.20
+hda 1.00 3678.00 11.00 156.00 552.00 30840.00 276.00 15420.00 187.98 55.70 260.43 3.98 66.40
-Time: 06:36:08
+Time: 10:15:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 0.00 50.00 0.00 872.00 0.00 436.00 0.00 17.44 0.31 6.28 6.28 31.40
+hda 6.06 29.29 61.62 25.25 2044.44 266.67 1022.22 133.33 26.60 3.11 177.42 7.40 64.24
-Time: 06:36:09
+Time: 10:15:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 92.00 0.00 776.00 0.00 388.00 0.00 8.43 0.55 6.00 6.00 55.20
+hda 0.98 0.00 83.33 0.00 2015.69 0.00 1007.84 0.00 24.19 0.71 8.47 5.13 42.75
-Time: 06:36:10
+Time: 10:15:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 29.00 0.00 664.00 0.00 332.00 0.00 22.90 0.00 0.14 0.14 0.40
+hda 2.04 0.00 60.20 0.00 1134.69 0.00 567.35 0.00 18.85 0.60 10.19 6.75 40.61
-Time: 06:36:11
+Time: 10:15:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.00 0.00 32.00 0.00 16.00 0.00 32.00 0.01 9.00 9.00 0.90
+hda 0.00 0.00 82.18 0.00 1425.74 0.00 712.87 0.00 17.35 0.78 9.43 6.37 52.38
-Time: 06:36:12
+Time: 10:15:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 88.00 0.00 11.00 0.00 792.00 0.00 396.00 72.00 0.02 1.73 0.45 0.50
+hda 0.00 2731.00 89.00 84.00 1160.00 22888.00 580.00 11444.00 139.01 51.49 129.16 4.98 86.20
-Time: 06:36:13
+Time: 10:15:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 1.98 0.00 126.73 0.00 63.37 0.00 64.00 0.00 0.50 0.50 0.10
+hda 0.97 21.36 87.38 46.60 1219.42 186.41 609.71 93.20 10.49 21.43 371.22 6.48 86.80
-Time: 06:36:14
+Time: 10:15:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:36:15
+Time: 10:15:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.98 0.00 31.37 0.00 15.69 0.00 32.00 0.02 17.00 17.00 1.67
-Time: 06:36:16
+Time: 10:15:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 8.91 0.00 95.05 0.00 47.52 0.00 10.67 0.11 12.56 5.89 5.25
+hda 0.00 0.00 4.85 0.00 54.37 0.00 27.18 0.00 11.20 0.06 12.60 7.40 3.59
-Time: 06:36:17
+Time: 10:15:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 230.00 9.00 31.00 144.00 2088.00 72.00 1044.00 55.80 0.22 5.60 1.35 5.40
+hda 0.00 1160.40 0.00 55.45 0.00 9726.73 0.00 4863.37 175.43 2.95 53.21 2.11 11.68
-Time: 06:36:18
+Time: 10:15:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1637.62 8.91 21.78 87.13 13600.00 43.56 6800.00 445.94 4.16 14.32 5.29 16.24
+hda 4.04 0.00 62.63 0.00 2779.80 0.00 1389.90 0.00 44.39 0.78 11.89 5.52 34.55
-Time: 06:36:19
+Time: 10:15:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 14.29 70.41 48.98 571.43 171.43 285.71 85.71 6.22 3.52 61.68 3.66 43.67
+hda 0.99 0.00 157.43 0.00 1251.49 0.00 625.74 0.00 7.95 0.97 6.38 2.92 46.04
-Time: 06:36:20
+Time: 10:15:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 36.63 0.00 293.07 0.00 146.53 0.00 8.00 0.04 1.19 1.19 4.36
+hda 0.00 0.00 42.00 0.00 336.00 0.00 168.00 0.00 8.00 0.17 4.12 3.71 15.60
-Time: 06:36:21
+Time: 10:15:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1458.00 0.00 77.00 0.00 12544.00 0.00 6272.00 162.91 1.83 13.82 1.25 9.60
+hda 1.00 8.00 50.00 28.00 544.00 288.00 272.00 144.00 10.67 0.52 6.44 4.35 33.90
-Time: 06:36:22
+Time: 10:15:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3923.76 7.92 204.95 63.37 32784.16 31.68 16392.08 154.31 19.32 93.29 3.56 75.84
+hda 0.00 507.07 62.63 23.23 484.85 4242.42 242.42 2121.21 55.06 2.12 24.78 6.59 56.57
-Time: 06:36:23
+Time: 10:15:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7808.08 3.03 320.20 404.04 65818.18 202.02 32909.09 204.88 54.09 127.19 2.88 93.13
+hda 0.00 580.20 10.89 20.79 87.13 4815.84 43.56 2407.92 154.75 0.50 12.47 3.97 12.57
-Time: 06:36:24
+Time: 10:15:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5764.00 5.00 318.00 40.00 48976.00 20.00 24488.00 151.75 112.69 300.17 3.10 100.10
+hda 0.00 0.00 86.00 1.00 688.00 0.00 344.00 0.00 7.91 0.58 7.68 6.08 52.90
-Time: 06:36:25
+Time: 10:15:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 6003.96 14.85 298.02 142.57 50320.79 71.29 25160.40 161.29 142.08 452.68 3.17 99.11
+hda 0.99 0.00 119.80 0.00 1203.96 0.00 601.98 0.00 10.05 2.11 17.74 7.64 91.49
-Time: 06:36:26
+Time: 10:15:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2915.15 9.09 245.45 145.45 24250.51 72.73 12125.25 95.84 53.21 325.12 3.90 99.39
+hda 7.07 10.10 116.16 63.64 7442.42 589.90 3721.21 294.95 44.67 3.14 17.46 3.63 65.25
-Time: 06:36:27
+Time: 10:15:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 33.66 0.00 871.29 0.00 435.64 0.00 25.88 0.30 8.97 6.79 22.87
+hda 13.00 11.00 121.00 7.00 17768.00 144.00 8884.00 72.00 139.94 0.76 5.91 3.76 48.10
-Time: 06:36:28
+Time: 10:15:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 150.00 3.00 14.00 64.00 1312.00 32.00 656.00 80.94 0.06 3.35 1.71 2.90
+hda 6.93 279.21 111.88 13.86 2780.20 2344.55 1390.10 1172.28 40.76 3.75 29.30 4.91 61.78
-Time: 06:36:29
+Time: 10:15:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 0.00 178.79 0.00 2101.01 0.00 1050.51 0.00 11.75 7.23 40.78 3.90 69.70
-Time: 06:36:30
+Time: 10:15:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 0.00 4.04 0.00 56.57 0.00 28.28 14.00 0.00 0.00 0.00 0.00
+hda 0.99 2055.45 68.32 110.89 8768.32 17560.40 4384.16 8780.20 146.92 14.74 34.85 4.99 89.50
-Time: 06:36:31
+Time: 10:15:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2703.96 0.00 5.94 0.00 22368.32 0.00 11184.16 3765.33 0.47 2.83 1.17 0.69
+hda 0.00 2435.35 47.47 137.37 8848.48 20832.32 4424.24 10416.16 160.57 17.17 103.52 4.99 92.32
-Time: 06:36:32
+Time: 10:15:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 23.00 0.00 89.00 0.00 200.00 0.00 100.00 2.25 10.14 118.99 2.61 23.20
+hda 0.00 3876.24 70.30 138.61 1798.02 32776.24 899.01 16388.12 165.50 65.16 99.76 4.55 95.15
-Time: 06:36:33
+Time: 10:15:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 141.41 0.00 11.11 0.00 1220.20 0.00 610.10 109.82 0.04 3.55 0.64 0.71
+hda 0.00 503.00 12.00 138.00 1584.00 4256.00 792.00 2128.00 38.93 98.47 736.71 6.67 100.10
-Time: 06:36:34
+Time: 10:15:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 583.00 56.00 56.00 3024.00 4840.00 1512.00 2420.00 70.21 7.41 417.55 6.57 73.60
-Time: 06:36:35
+Time: 10:15:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 314.00 0.00 141.00 0.00 4536.00 0.00 2268.00 32.17 14.91 20.76 0.92 13.00
+hda 0.00 1232.00 72.00 83.00 608.00 10632.00 304.00 5316.00 72.52 9.65 49.79 5.41 83.90
-Time: 06:36:36
+Time: 10:15:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 436.63 0.00 129.70 0.00 4586.14 0.00 2293.07 35.36 112.28 536.37 7.64 99.11
+hda 2.00 0.00 137.00 14.00 1568.00 0.00 784.00 0.00 10.38 7.13 59.19 6.58 99.30
-Time: 06:36:37
+Time: 10:15:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1392.86 0.00 272.45 0.00 13346.94 0.00 6673.47 48.99 122.46 384.25 3.75 102.14
+hda 0.00 3910.89 95.05 71.29 879.21 33061.39 439.60 16530.69 204.05 60.79 79.77 5.96 99.11
-Time: 06:36:38
+Time: 10:15:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 190.20 0.00 159.80 0.00 1843.14 0.00 921.57 11.53 84.71 975.03 4.63 73.92
+hda 0.00 1434.34 10.10 139.39 266.67 12274.75 133.33 6137.37 83.89 143.15 706.43 6.76 101.11
-Time: 06:36:39
+Time: 10:15:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.99 0.00 54.46 87.13 665.35 0.00 332.67 0.00 4.70 61.62 750.94 7.00 99.11
-Time: 06:36:40
+Time: 10:15:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 7.07 624.24 37.37 47.47 387.88 5195.96 193.94 2597.98 65.81 13.88 636.95 11.90 101.01
-Time: 06:36:41
+Time: 10:15:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 4.00 7.00 102.00 16.00 3216.00 160.00 1608.00 80.00 28.61 2.46 23.47 7.65 90.30
-Time: 06:36:42
+Time: 10:15:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1825.25 0.00 82.83 0.00 15264.65 0.00 7632.32 184.29 7.36 88.84 2.41 20.00
+hda 0.00 1934.00 200.00 1.00 5392.00 16752.00 2696.00 8376.00 110.17 63.96 14.32 4.61 92.60
-Time: 06:36:43
+Time: 10:15:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 147.06 0.00 10.78 0.00 1262.75 0.00 631.37 117.09 0.03 3.18 0.55 0.59
+hda 0.00 1894.00 34.00 131.00 320.00 16176.00 160.00 8088.00 99.98 149.37 563.08 6.07 100.10
-Time: 06:36:44
+Time: 10:15:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.02 0.00 3.06 0.00 130.61 0.00 65.31 0.00 42.67 0.04 13.00 7.00 2.14
+hda 0.99 728.71 35.64 79.21 483.17 6106.93 241.58 3053.47 57.38 141.57 1132.45 8.63 99.11
-Time: 06:36:45
+Time: 10:15:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 578.79 17.17 117.17 250.51 4791.92 125.25 2395.96 37.53 65.47 1449.38 7.53 101.11
-Time: 06:36:46
+Time: 10:15:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 1.01 1726.26 65.66 106.06 3385.86 14925.25 1692.93 7462.63 106.64 25.05 74.16 4.26 73.23
-Time: 06:36:47
+Time: 10:16:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2323.00 0.00 106.00 0.00 19432.00 0.00 9716.00 183.32 11.80 111.32 2.58 27.40
+hda 0.00 4655.45 4.95 166.34 39.60 39453.47 19.80 19726.73 230.57 93.46 350.68 5.79 99.11
-Time: 06:36:48
+Time: 10:16:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 165.00 0.00 12.00 0.00 1416.00 0.00 708.00 118.00 0.04 3.58 0.58 0.70
+hda 1.98 4016.83 11.88 164.36 205.94 33401.98 102.97 16700.99 190.70 145.91 675.25 5.62 99.11
-Time: 06:36:49
+Time: 10:16:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 591.00 58.00 100.00 896.00 4912.00 448.00 2456.00 36.76 132.96 685.28 6.34 100.10
-Time: 06:36:50
+Time: 10:16:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3169.00 15.00 207.00 192.00 26424.00 96.00 13212.00 119.89 20.54 536.98 4.35 96.60
+
+Time: 10:16:04
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 3.00 0.00 16.00 0.00 8.00 0.00 5.33 0.03 11.67 10.33 3.10
-Time: 06:36:51
+Time: 10:16:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:36:52
+Time: 10:16:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1069.31 0.00 47.52 0.00 8934.65 0.00 4467.33 188.00 2.03 42.79 2.35 11.19
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.00 0.00 0.00 0.00
-Time: 06:36:53
+Time: 10:16:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 148.51 0.00 10.89 0.00 1275.25 0.00 637.62 117.09 0.04 3.45 0.64 0.69
+hda 0.00 6.93 2.97 2.97 23.76 79.21 11.88 39.60 17.33 0.04 6.17 6.17 3.66
-Time: 06:36:54
+Time: 10:16:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 35.35 0.00 5.05 0.00 331.31 0.00 165.66 65.60 0.01 1.40 0.40 0.20
+hda 0.00 912.00 43.00 101.00 616.00 8104.00 308.00 4052.00 60.56 1.45 10.05 1.62 23.40
-Time: 06:36:55
+Time: 10:16:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.00 1.00 24.00 0.00 12.00 0.00 6.00 0.03 8.00 7.50 3.00
+hda 0.00 725.25 20.20 298.99 355.56 8193.94 177.78 4096.97 26.78 46.43 145.09 2.16 68.79
-Time: 06:36:56
+Time: 10:16:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 698.04 53.92 98.04 447.06 6368.63 223.53 3184.31 44.85 4.05 27.41 4.63 70.39
-Time: 06:36:57
+Time: 10:16:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1823.00 0.00 85.00 0.00 15264.00 0.00 7632.00 179.58 8.18 96.18 2.62 22.30
+hda 0.00 1488.89 3.03 182.83 24.24 13478.79 12.12 6739.39 72.65 10.44 38.36 1.90 35.25
-Time: 06:36:58
+Time: 10:16:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 116.00 11.00 18.00 720.00 1072.00 360.00 536.00 61.79 0.11 3.79 2.83 8.20
+hda 0.00 1113.86 2.97 98.02 23.76 9592.08 11.88 4796.04 95.22 2.11 53.10 4.22 42.57
-Time: 06:36:59
+Time: 10:16:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 20.79 1.98 7.92 15.84 229.70 7.92 114.85 24.80 0.04 4.10 3.80 3.76
+hda 0.00 742.42 209.09 175.76 2755.56 7345.45 1377.78 3672.73 26.25 1.80 4.68 1.45 55.76
-Time: 06:37:00
+Time: 10:16:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2623.76 1.98 280.20 142.57 23231.68 71.29 11615.84 82.84 7.72 27.37 1.28 36.14
+hda 0.00 305.88 13.73 219.61 180.39 4203.92 90.20 2101.96 18.79 7.19 30.81 1.57 36.67
-Time: 06:37:01
+Time: 10:16:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5361.62 2.02 171.72 56.57 45527.27 28.28 22763.64 262.37 75.54 151.39 3.14 54.55
+hda 0.00 1291.09 0.99 101.98 7.92 11144.55 3.96 5572.28 108.31 1.91 18.55 1.63 16.83
-Time: 06:37:02
+Time: 10:16:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2200.99 0.00 291.09 0.00 18851.49 0.00 9425.74 64.76 119.10 538.10 3.40 99.11
+hda 0.00 48.98 1.02 13.27 8.16 497.96 4.08 248.98 35.43 0.04 2.64 1.29 1.84
-Time: 06:37:03
+Time: 10:16:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2475.76 1.01 257.58 8.08 21713.13 4.04 10856.57 84.00 4.96 61.52 1.79 46.36
+hda 0.00 198.02 32.67 43.56 388.12 1932.67 194.06 966.34 30.44 0.42 5.45 2.49 19.01
-Time: 06:37:04
+Time: 10:16:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3726.26 0.00 54.55 0.00 31337.37 0.00 15668.69 574.52 7.24 15.31 1.39 7.58
+hda 0.00 0.00 17.00 0.00 216.00 0.00 108.00 0.00 12.71 0.20 11.71 4.41 7.50
-Time: 06:37:05
+Time: 10:16:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 551.49 0.99 182.18 7.92 4800.00 3.96 2400.00 26.25 33.67 218.10 3.01 55.15
+hda 0.00 498.00 0.00 257.00 0.00 6952.00 0.00 3476.00 27.05 79.06 180.74 2.69 69.10
-Time: 06:37:06
+Time: 10:16:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1616.00 1.00 186.00 8.00 14416.00 4.00 7208.00 77.13 0.56 2.97 1.03 19.20
+hda 0.00 640.00 3.00 310.00 24.00 7592.00 12.00 3796.00 24.33 115.97 410.91 3.20 100.10
-Time: 06:37:07
+Time: 10:16:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3164.36 0.00 318.81 0.00 28950.50 0.00 14475.25 90.81 15.38 37.89 1.33 42.48
+hda 0.00 0.00 1.00 113.00 8.00 0.00 4.00 0.00 0.07 32.44 459.67 4.69 53.50
-Time: 06:37:08
+Time: 10:16:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 174.75 5.05 553.54 40.40 5268.69 20.20 2634.34 9.50 138.38 237.66 1.81 101.11
+hda 0.00 1466.34 4.95 82.18 79.21 12388.12 39.60 6194.06 143.09 15.78 181.09 5.72 49.80
-Time: 06:37:09
+Time: 10:16:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 968.00 1.00 181.00 8.00 8648.00 4.00 4324.00 47.56 4.71 74.85 2.70 49.20
+hda 0.00 0.00 4.00 0.00 56.00 0.00 28.00 0.00 14.00 0.04 8.75 6.50 2.60
-Time: 06:37:10
+Time: 10:16:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1354.00 0.00 285.00 0.00 14048.00 0.00 7024.00 49.29 19.85 11.91 1.38 39.20
+hda 0.00 0.00 12.12 0.00 121.21 0.00 60.61 0.00 10.00 0.04 3.42 1.58 1.92
-Time: 06:37:11
+Time: 10:16:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3656.44 0.00 417.82 0.00 32720.79 0.00 16360.40 78.31 90.66 211.69 2.08 86.73
+hda 0.00 0.00 321.78 0.00 3976.24 0.00 1988.12 0.00 12.36 3.60 10.90 1.42 45.54
-Time: 06:37:12
+Time: 10:16:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 728.28 1.01 211.11 8.08 6448.48 4.04 3224.24 30.44 56.10 353.46 4.03 85.45
+hda 0.00 0.00 53.00 0.00 640.00 0.00 320.00 0.00 12.08 0.52 11.55 3.17 16.80
-Time: 06:37:13
+Time: 10:16:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2500.00 0.00 323.00 0.00 22584.00 0.00 11292.00 69.92 0.68 2.12 1.04 33.70
+hda 0.00 45.00 0.00 10.00 0.00 440.00 0.00 220.00 44.00 0.01 0.60 0.30 0.30
-Time: 06:37:14
+Time: 10:16:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 2718.81 0.00 285.15 102.97 24023.76 51.49 12011.88 84.61 1.28 4.43 1.58 45.15
+hda 0.00 0.00 20.00 0.00 256.00 0.00 128.00 0.00 12.80 0.21 10.70 4.80 9.60
-Time: 06:37:15
+Time: 10:16:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1027.27 3.03 316.16 16.16 10747.47 8.08 5373.74 33.72 0.47 1.54 1.43 45.56
+hda 0.00 1.98 0.00 3.96 0.00 47.52 0.00 23.76 12.00 0.00 0.00 0.00 0.00
-Time: 06:37:16
+Time: 10:16:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 823.76 0.00 282.18 0.00 8855.45 0.00 4427.72 31.38 0.32 1.12 1.10 30.99
+hda 0.00 0.00 15.00 0.00 160.00 0.00 80.00 0.00 10.67 0.10 6.80 3.53 5.30
-Time: 06:37:17
+Time: 10:16:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 625.25 0.00 236.36 0.00 6884.85 0.00 3442.42 29.13 0.62 2.61 1.09 25.66
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.02 7.00 7.00 2.10
-Time: 06:37:18
+Time: 10:16:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 111.88 0.00 8.91 0.00 974.26 0.00 487.13 109.33 0.02 2.56 0.56 0.50
+hda 0.00 30.69 16.83 8.91 213.86 316.83 106.93 158.42 20.62 0.22 8.54 5.42 13.96
-Time: 06:37:19
+Time: 10:16:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:20
+Time: 10:16:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 920.79 0.00 137.62 0.00 8491.09 0.00 4245.54 61.70 1.50 10.91 0.76 10.40
+hda 0.00 0.00 0.00 2.00 0.00 16.00 0.00 8.00 8.00 0.00 1.50 1.50 0.30
-Time: 06:37:21
+Time: 10:16:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2730.30 0.00 265.66 0.00 23967.68 0.00 11983.84 90.22 11.49 43.25 1.49 39.60
+hda 0.00 0.00 110.89 0.00 2526.73 0.00 1263.37 0.00 22.79 1.99 16.88 2.50 27.72
-Time: 06:37:22
+Time: 10:16:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2115.69 6.86 145.10 62.75 18086.27 31.37 9043.14 119.43 3.38 22.25 1.71 25.98
+hda 0.00 0.00 145.00 0.00 3024.00 0.00 1512.00 0.00 20.86 1.17 8.92 2.29 33.20
-Time: 06:37:23
+Time: 10:16:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3591.84 22.45 198.98 359.18 30448.98 179.59 15224.49 139.13 11.68 49.59 2.13 47.24
+hda 0.00 29.00 0.00 10.00 0.00 312.00 0.00 156.00 31.20 0.01 0.50 0.30 0.30
-Time: 06:37:24
+Time: 10:16:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2223.76 5.94 170.30 118.81 19033.66 59.41 9516.83 108.67 10.53 63.65 1.93 34.06
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:25
+Time: 10:16:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3058.16 0.00 219.39 0.00 26220.41 0.00 13110.20 119.52 25.27 115.17 1.89 41.53
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 0.00 0.00 0.00
-Time: 06:37:26
+Time: 10:16:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2607.92 1.98 182.18 15.84 22320.79 7.92 11160.40 121.29 27.91 151.55 2.57 47.33
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:27
+Time: 10:16:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 767.00 7.00 397.00 64.00 10440.00 32.00 5220.00 26.00 8.13 6.41 1.13 45.80
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.02 9.50 9.50 1.90
-Time: 06:37:28
+Time: 10:16:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 98.02 8.91 400.00 95.05 2867.33 47.52 1433.66 7.24 85.76 223.14 2.19 89.41
+hda 0.00 77.00 0.00 9.00 0.00 688.00 0.00 344.00 76.44 0.02 1.78 0.56 0.50
-Time: 06:37:29
+Time: 10:16:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.96 0.00 15.69 0.00 7.84 0.00 8.00 0.02 10.00 10.00 1.96
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 14.00 14.00 1.39
-Time: 06:37:30
+Time: 10:16:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2808.08 2.02 102.02 16.16 23280.81 8.08 11640.40 223.92 9.57 92.03 2.34 24.34
+hda 0.00 0.00 1.01 1.01 8.08 8.08 4.04 4.04 8.00 0.01 6.50 6.50 1.31
-Time: 06:37:31
+Time: 10:16:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3410.89 0.00 142.57 0.00 28427.72 0.00 14213.86 199.39 5.48 38.43 2.35 33.47
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:32
+Time: 10:16:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 160.61 11.11 45.45 113.13 1648.48 56.57 824.24 31.14 0.17 2.96 2.27 12.83
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:16:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1060.00 2.00 57.00 16.00 8936.00 8.00 4468.00 151.73 4.72 80.02 2.76 16.30
+
+Time: 10:16:48
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 11.00 11.00 1.10
-Time: 06:37:33
+Time: 10:16:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 331.00 97.00 27.00 1800.00 2864.00 900.00 1432.00 37.61 1.28 10.19 3.91 48.50
+hda 0.00 0.00 0.00 2.00 0.00 16.00 0.00 8.00 8.00 0.01 3.00 3.00 0.60
-Time: 06:37:34
+Time: 10:16:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 62.00 0.00 1096.00 0.00 548.00 0.00 17.68 0.21 3.60 2.85 17.70
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:35
+Time: 10:16:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 53.47 0.00 966.34 0.00 483.17 0.00 18.07 0.36 6.70 4.31 23.07
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:36
+Time: 10:16:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.00 0.00 160.00 0.00 80.00 0.00 10.67 0.06 4.00 4.00 6.00
+hda 0.00 18.00 1.00 11.00 8.00 232.00 4.00 116.00 20.00 0.04 3.17 1.58 1.90
-Time: 06:37:37
+Time: 10:16:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 48.48 25.25 8.08 969.70 452.53 484.85 226.26 42.67 0.05 1.39 0.55 1.82
+hda 0.00 0.00 6.00 0.00 48.00 0.00 24.00 0.00 8.00 0.04 6.67 6.67 4.00
-Time: 06:37:38
+Time: 10:16:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2114.00 0.00 71.00 0.00 17680.00 0.00 8840.00 249.01 11.65 81.70 3.32 23.60
+hda 0.00 1.00 0.00 6.00 0.00 56.00 0.00 28.00 9.33 0.02 3.00 1.50 0.90
-Time: 06:37:39
+Time: 10:16:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 15.00 4.00 27.00 64.00 136.00 32.00 68.00 6.45 0.89 217.35 2.65 8.20
+hda 0.00 0.00 5.05 0.00 210.10 0.00 105.05 0.00 41.60 0.10 19.80 4.20 2.12
-Time: 06:37:40
+Time: 10:16:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:41
+Time: 10:16:57
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 70.30 0.00 29.70 0.00 800.00 0.00 400.00 26.93 0.09 3.07 0.27 0.79
+
+Time: 10:16:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 24.75 0.00 578.22 0.00 289.11 0.00 23.36 0.11 4.56 4.56 11.29
+hda 0.00 0.00 3.03 0.00 24.24 0.00 12.12 0.00 8.00 0.03 9.33 9.33 2.83
-Time: 06:37:42
+Time: 10:16:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.97 5.94 73.27 2.97 1592.08 71.29 796.04 35.64 21.82 0.23 3.08 3.08 23.47
+hda 0.00 14.56 2.91 59.22 23.30 590.29 11.65 295.15 9.88 0.59 9.50 0.91 5.63
-Time: 06:37:43
+Time: 10:17:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2175.00 0.00 72.00 0.00 18040.00 0.00 9020.00 250.56 9.72 109.19 3.26 23.50
+hda 0.00 0.00 2.94 0.00 23.53 0.00 11.76 0.00 8.00 0.02 5.67 5.67 1.67
-Time: 06:37:44
+Time: 10:17:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 21.00 219.00 10.00 1880.00 184.00 940.00 92.00 9.01 0.81 11.67 3.14 71.80
+hda 0.00 0.00 14.14 0.00 250.51 0.00 125.25 0.00 17.71 0.16 11.21 3.79 5.35
-Time: 06:37:45
+Time: 10:17:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 5.05 0.00 241.41 0.00 3854.55 0.00 1927.27 0.00 15.97 0.50 2.05 1.69 40.71
+hda 0.00 97.17 20.75 25.47 784.91 981.13 392.45 490.57 38.20 0.36 7.69 1.43 6.60
-Time: 06:37:46
+Time: 10:17:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 0.00 8.91 0.00 403.96 0.00 201.98 0.00 45.33 0.03 4.33 3.67 3.27
+hda 0.00 0.00 5.00 0.00 72.00 0.00 36.00 0.00 14.40 0.03 6.40 4.00 2.00
-Time: 06:37:47
+Time: 10:17:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 661.62 0.00 5333.33 32.32 2666.67 16.16 8.11 0.64 0.82 0.83 54.95
+hda 0.00 0.00 8.00 1.00 64.00 8.00 32.00 4.00 8.00 0.09 9.44 9.22 8.30
-Time: 06:37:48
+Time: 10:17:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2199.02 643.14 49.02 5294.12 18203.92 2647.06 9101.96 33.95 12.88 8.85 1.39 95.98
+hda 0.00 0.00 13.00 0.00 104.00 0.00 52.00 0.00 8.00 0.14 10.38 9.77 12.70
-Time: 06:37:50
+Time: 10:17:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.94 10.78 56.86 30.39 1607.84 101.96 803.92 50.98 19.60 2.64 108.82 4.75 41.47
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:37:51
+Time: 10:17:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.02 0.00 62.63 2.02 2400.00 16.16 1200.00 8.08 37.38 0.35 5.42 4.75 30.71
+hda 0.00 979.41 0.00 47.06 0.00 8211.76 0.00 4105.88 174.50 2.17 46.21 2.94 13.82
-Time: 06:37:52
+Time: 10:17:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 80.00 0.00 1512.00 0.00 756.00 0.00 18.90 0.54 6.56 5.67 45.40
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.02 9.50 9.50 1.90
-Time: 06:37:53
+Time: 10:17:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 3.00 2.00 100.00 0.00 2600.00 24.00 1300.00 12.00 26.24 0.82 7.39 5.61 56.10
+hda 1.01 0.00 5.05 0.00 161.62 0.00 80.81 0.00 32.00 0.04 7.20 7.00 3.54
-Time: 06:37:54
+Time: 10:17:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.98 1725.74 76.24 58.42 1695.05 14304.95 847.52 7152.48 118.82 7.51 47.41 4.85 65.25
+hda 5.94 1.98 59.41 3.96 3168.32 47.52 1584.16 23.76 50.75 0.59 8.92 5.48 34.75
-Time: 06:37:55
+Time: 10:17:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 10.10 80.81 7.07 1696.97 96.97 848.48 48.48 20.41 0.66 21.80 5.60 49.19
+hda 3.00 0.00 108.00 0.00 4376.00 0.00 2188.00 0.00 40.52 0.83 7.84 7.05 76.10
-Time: 06:37:56
+Time: 10:17:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 129.00 0.00 1664.00 0.00 832.00 0.00 12.90 0.66 5.08 4.31 55.60
+hda 1.00 71.00 44.00 19.00 576.00 720.00 288.00 360.00 20.57 0.62 9.87 3.90 24.60
-Time: 06:37:57
+Time: 10:17:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 29.70 0.00 237.62 0.00 118.81 0.00 8.00 0.13 4.63 4.43 13.17
+hda 1.00 0.00 45.00 0.00 1000.00 0.00 500.00 0.00 22.22 0.34 7.44 4.80 21.60
-Time: 06:37:58
+Time: 10:17:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 71.00 3.00 9.00 24.00 640.00 12.00 320.00 55.33 0.03 2.75 1.92 2.30
+hda 2.00 0.00 42.00 0.00 1096.00 0.00 548.00 0.00 26.10 0.47 11.10 4.36 18.30
-Time: 06:37:59
+Time: 10:17:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1948.00 0.00 69.00 0.00 16136.00 0.00 8068.00 233.86 6.40 92.75 2.91 20.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:38:00
+Time: 10:17:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 123.00 0.00 1088.00 0.00 544.00 0.00 8.85 0.34 2.76 1.81 22.30
+hda 0.00 0.00 14.85 0.00 198.02 0.00 99.01 0.00 13.33 0.15 9.67 6.87 10.20
-Time: 06:38:01
+Time: 10:17:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.00 117.00 16.00 1136.00 176.00 568.00 88.00 9.86 1.10 8.26 4.32 57.40
+hda 0.00 873.00 145.00 46.00 1152.00 7352.00 576.00 3676.00 44.52 2.56 13.40 4.47 85.40
-Time: 06:38:02
+Time: 10:17:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.00 1.00 140.00 1.00 3496.00 24.00 1748.00 12.00 24.96 2.55 13.91 5.96 84.10
+hda 0.00 0.00 150.00 0.00 1200.00 0.00 600.00 0.00 8.00 0.92 6.12 4.89 73.40
-Time: 06:38:03
+Time: 10:17:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.00 493.00 160.00 20.00 9888.00 4096.00 4944.00 2048.00 77.69 5.59 34.28 5.05 90.90
+hda 5.00 0.00 125.00 1.00 12816.00 8.00 6408.00 4.00 101.78 1.38 10.93 3.67 46.20
-Time: 06:38:04
+Time: 10:17:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 10.00 519.00 94.00 54.00 2312.00 4600.00 1156.00 2300.00 46.70 8.04 49.47 5.63 83.30
+hda 11.11 0.00 92.93 0.00 9931.31 0.00 4965.66 0.00 106.87 0.48 5.15 3.92 36.46
-Time: 06:38:05
+Time: 10:17:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 24.75 80.20 3.96 760.40 213.86 380.20 106.93 11.58 1.35 23.49 8.95 75.35
+hda 1.00 114.00 20.00 10.00 392.00 992.00 196.00 496.00 46.13 0.28 9.37 7.50 22.50
-Time: 06:38:06
+Time: 10:17:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4.00 104.00 26.00 832.00 240.00 416.00 120.00 8.25 3.50 27.50 6.67 86.70
+hda 0.99 1265.35 43.56 62.38 728.71 10740.59 364.36 5370.30 108.26 3.43 22.06 3.93 41.68
-Time: 06:38:07
+Time: 10:17:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2001.01 39.39 207.07 323.23 18367.68 161.62 9183.84 75.84 63.23 124.23 3.59 88.48
+hda 1.01 0.00 3.03 16.16 153.54 8.08 76.77 4.04 8.42 1.62 142.63 8.32 15.96
-Time: 06:38:08
+Time: 10:17:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1102.97 47.52 69.31 380.20 9227.72 190.10 4613.86 82.24 76.75 359.35 8.48 99.11
+hda 2.94 1.96 89.22 4.90 2180.39 54.90 1090.20 27.45 23.75 2.38 25.31 3.58 33.73
-Time: 06:38:09
+Time: 10:17:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2993.07 47.52 131.68 380.20 25497.03 190.10 12748.51 144.40 53.12 563.54 5.52 99.01
+hda 2.02 0.00 180.81 0.00 13769.70 0.00 6884.85 0.00 76.16 8.70 48.09 3.72 67.17
-Time: 06:38:10
+Time: 10:17:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1363.27 77.55 111.22 620.41 11730.61 310.20 5865.31 65.43 140.02 327.65 5.41 102.14
+hda 0.00 911.88 80.20 5.94 15794.06 8166.34 7897.03 4083.17 278.16 1.00 6.98 5.51 47.43
-Time: 06:38:11
+Time: 10:17:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 45.54 40.59 89.11 324.75 388.12 162.38 194.06 5.50 89.41 1100.53 7.64 99.11
+hda 0.00 4640.00 31.00 213.00 2416.00 39096.00 1208.00 19548.00 170.13 31.90 87.70 3.95 96.30
-Time: 06:38:12
+Time: 10:17:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2324.75 21.78 155.45 174.26 20182.18 87.13 10091.09 114.86 38.07 339.43 5.55 98.32
+hda 2.00 3003.00 18.00 162.00 1048.00 25304.00 524.00 12652.00 146.40 144.78 567.78 5.56 100.10
-Time: 06:38:13
+Time: 10:17:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 181.82 44.44 53.54 355.56 1535.35 177.78 767.68 19.30 57.69 364.18 10.32 101.11
+hda 1.00 2935.00 32.00 164.00 1912.00 24736.00 956.00 12368.00 135.96 144.75 582.77 5.11 100.10
-Time: 06:38:14
+Time: 10:17:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2624.75 91.09 35.64 728.71 22265.35 364.36 11132.67 181.44 76.90 290.82 7.82 99.11
+hda 2.00 921.00 41.00 129.00 2344.00 7608.00 1172.00 3804.00 58.54 73.18 917.54 5.89 100.10
-Time: 06:38:15
+Time: 10:17:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 461.62 81.82 56.57 646.46 3951.52 323.23 1975.76 33.23 145.41 677.07 7.31 101.11
+hda 6.93 0.00 88.12 31.68 13061.39 15.84 6530.69 7.92 109.16 6.16 61.30 6.55 78.51
-Time: 06:38:16
+Time: 10:17:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 727.72 46.53 104.95 380.20 6851.49 190.10 3425.74 47.74 143.50 969.20 6.54 99.11
+hda 0.00 3738.38 22.22 147.47 3345.45 32307.07 1672.73 16153.54 210.10 32.25 101.92 5.08 86.16
-Time: 06:38:17
+Time: 10:17:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 640.00 30.00 199.00 224.00 5744.00 112.00 2872.00 26.06 131.05 1061.60 4.37 100.10
+hda 0.00 1687.00 24.00 123.00 848.00 14528.00 424.00 7264.00 104.60 143.89 407.65 6.81 100.10
-Time: 06:38:18
+Time: 10:17:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1955.00 4.00 166.00 40.00 17552.00 20.00 8776.00 103.48 99.13 376.69 5.89 100.10
+hda 0.00 3553.47 20.79 161.39 1219.80 29695.05 609.90 14847.52 169.70 143.03 851.86 5.44 99.11
-Time: 06:38:19
+Time: 10:17:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2288.89 6.06 119.19 40.40 19595.96 20.20 9797.98 156.77 119.06 959.15 8.07 101.11
+hda 0.00 1171.00 25.00 133.00 3648.00 9992.00 1824.00 4996.00 86.33 135.76 830.38 6.34 100.10
-Time: 06:38:20
+Time: 10:17:36
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1757.43 5.94 144.55 126.73 15073.27 63.37 7536.63 101.00 142.33 711.46 6.59 99.11
+hda 0.00 72.00 9.00 169.00 1168.00 1192.00 584.00 596.00 13.26 68.14 834.19 5.62 100.10
-Time: 06:38:21
+Time: 10:17:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.00 1371.00 81.00 85.00 2776.00 11736.00 1388.00 5868.00 87.42 143.46 439.85 6.03 100.10
+hda 0.00 4305.05 51.52 105.05 10052.53 36509.09 5026.26 18254.55 297.39 14.38 138.90 5.34 83.54
-Time: 06:38:22
+Time: 10:17:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1977.00 12.00 134.00 80.00 16864.00 40.00 8432.00 116.05 146.22 1372.24 6.86 100.10
+hda 0.00 3728.71 3.96 178.22 1013.86 31104.95 506.93 15552.48 176.30 141.82 463.26 5.44 99.11
-Time: 06:38:23
+Time: 10:17:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3691.00 7.00 165.00 56.00 30808.00 28.00 15404.00 179.44 145.39 1023.61 5.82 100.10
+hda 1.98 1315.84 17.82 158.42 3295.05 10914.85 1647.52 5457.43 80.63 104.31 825.98 5.62 99.11
-Time: 06:38:24
+Time: 10:17:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1461.00 11.00 176.00 96.00 12120.00 48.00 6060.00 65.33 72.50 750.95 5.35 100.10
+hda 1.02 398.98 38.78 44.90 2008.16 3314.29 1004.08 1657.14 63.61 3.81 286.20 5.91 49.49
-Time: 06:38:25
+Time: 10:17:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3745.54 16.83 169.31 150.50 31223.76 75.25 15611.88 168.55 29.98 165.18 5.05 94.06
+hda 0.00 2523.00 262.00 111.00 2992.00 21072.00 1496.00 10536.00 64.51 8.27 22.18 1.92 71.80
-Time: 06:38:26
+Time: 10:17:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 67.00 0.00 528.00 0.00 264.00 0.00 7.88 0.52 8.03 7.82 52.40
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 13.00 13.00 1.29
-Time: 06:38:27
+Time: 10:17:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 79.80 0.00 638.38 0.00 319.19 0.00 8.00 0.55 6.92 6.92 55.25
+hda 0.00 0.00 12.00 0.00 768.00 0.00 384.00 0.00 64.00 0.16 13.58 5.08 6.10
-Time: 06:38:28
+Time: 10:17:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 757.43 69.31 43.56 562.38 6423.76 281.19 3211.88 61.89 2.11 18.43 5.68 64.06
+hda 0.00 0.00 31.68 0.00 340.59 0.00 170.30 0.00 10.75 0.36 11.22 3.16 10.00
-Time: 06:38:29
+Time: 10:17:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 519.00 39.00 131.00 312.00 5192.00 156.00 2596.00 32.38 3.57 20.99 5.46 92.90
+hda 0.00 955.00 41.00 116.00 600.00 8568.00 300.00 4284.00 58.39 1.74 11.08 1.32 20.70
-Time: 06:38:30
+Time: 10:17:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 373.74 37.37 63.64 298.99 3490.91 149.49 1745.45 37.52 2.07 20.54 9.15 92.42
+hda 0.00 824.00 78.00 143.00 1584.00 7736.00 792.00 3868.00 42.17 3.00 13.57 2.50 55.20
-Time: 06:38:31
+Time: 10:17:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 706.86 27.45 178.43 219.61 7090.20 109.80 3545.10 35.50 8.21 39.58 4.52 93.04
+hda 0.00 1509.00 2.00 219.00 16.00 14200.00 8.00 7100.00 64.33 8.63 17.06 0.99 21.80
-Time: 06:38:32
+Time: 10:17:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1233.33 36.36 108.08 290.91 11103.03 145.45 5551.52 78.88 26.34 57.85 6.52 94.14
+hda 0.00 457.00 1.00 149.00 8.00 4592.00 4.00 2296.00 30.67 8.96 92.14 4.64 69.60
-Time: 06:38:33
+Time: 10:17:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 487.00 31.00 112.00 248.00 4440.00 124.00 2220.00 32.78 7.67 178.07 6.48 92.60
+hda 0.00 602.00 196.00 136.00 2408.00 5904.00 1204.00 2952.00 25.04 2.38 7.16 1.80 59.80
-Time: 06:38:34
+Time: 10:17:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1046.53 43.56 176.24 364.36 9766.34 182.18 4883.17 46.09 8.24 37.82 4.23 93.07
+hda 0.00 294.00 87.00 126.00 1320.00 3360.00 660.00 1680.00 21.97 0.92 4.33 2.24 47.70
-Time: 06:38:35
+Time: 10:17:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 192.93 148.48 67.68 1729.29 2084.85 864.65 1042.42 17.64 3.21 14.79 4.57 98.89
+hda 0.00 1077.00 0.00 299.00 0.00 11928.00 0.00 5964.00 39.89 108.46 198.42 3.19 95.30
-Time: 06:38:36
+Time: 10:17:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 327.00 59.00 118.00 544.00 3552.00 272.00 1776.00 23.14 2.15 12.06 5.00 88.50
+hda 0.00 257.43 0.00 308.91 0.00 4562.38 0.00 2281.19 14.77 115.44 437.54 3.21 99.11
-Time: 06:38:37
+Time: 10:17:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1324.75 37.62 98.02 324.75 11382.18 162.38 5691.09 86.31 11.03 81.58 5.45 73.86
+hda 0.00 137.62 0.00 212.87 0.00 1861.39 0.00 930.69 8.74 70.16 465.41 4.48 95.45
-Time: 06:38:38
+Time: 10:17:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 313.00 82.00 57.00 856.00 2960.00 428.00 1480.00 27.45 1.42 10.01 4.88 67.80
+hda 0.00 1227.55 0.00 62.24 0.00 10318.37 0.00 5159.18 165.77 21.76 349.64 10.20 63.47
-Time: 06:38:39
+Time: 10:17:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 12.12 80.81 4.04 735.35 129.29 367.68 64.65 10.19 2.23 26.63 7.26 61.62
+hda 0.00 242.16 4.90 60.78 70.59 2423.53 35.29 1211.76 37.97 0.21 3.13 1.15 7.55
-Time: 06:38:40
+Time: 10:17:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 46.53 53.47 3.96 435.64 403.96 217.82 201.98 14.62 0.50 8.74 7.09 40.69
+hda 0.00 0.00 44.44 1.01 743.43 8.08 371.72 4.04 16.53 0.48 10.53 5.18 23.54
-Time: 06:38:41
+Time: 10:17:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 106.06 0.00 880.81 0.00 440.40 0.00 8.30 1.03 9.62 7.46 79.09
+hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.04 13.00 4.33 1.30
-Time: 06:38:42
+Time: 10:17:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 11.76 246.08 4.90 5231.37 133.33 2615.69 66.67 21.38 3.03 12.10 2.67 66.96
+hda 0.00 214.00 1.00 7.00 256.00 1768.00 128.00 884.00 253.00 0.06 7.38 3.75 3.00
-Time: 06:38:43
+Time: 10:17:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 968.69 33.33 150.51 363.64 9195.96 181.82 4597.98 52.00 22.98 77.23 2.20 40.51
+hda 0.00 0.00 18.81 0.00 1203.96 0.00 601.98 0.00 64.00 0.15 8.21 4.95 9.31
-Time: 06:38:44
+Time: 10:18:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 174.26 2.97 151.49 23.76 2368.32 11.88 1184.16 15.49 7.75 105.90 2.62 40.40
+hda 0.00 619.00 12.00 39.00 120.00 5352.00 60.00 2676.00 107.29 1.08 9.53 1.47 7.50
-Time: 06:38:45
+Time: 10:18:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 3.00 0.00 24.00 0.00 12.00 0.00 8.00 0.06 18.33 11.33 3.40
+hda 0.00 77.00 373.00 16.00 4312.00 656.00 2156.00 328.00 12.77 5.50 15.65 1.69 65.70
-Time: 06:38:46
+Time: 10:18:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 80.00 0.00 1216.00 0.00 608.00 0.00 15.20 0.78 9.35 1.44 11.50
+hda 0.00 163.64 4.04 7.07 48.48 1365.66 24.24 682.83 127.27 0.07 6.55 3.18 3.54
-Time: 06:38:47
+Time: 10:18:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 292.00 3.00 3240.00 80.00 1620.00 40.00 11.25 2.43 8.34 1.23 36.20
+hda 0.00 0.00 41.58 0.00 491.09 0.00 245.54 0.00 11.81 0.31 7.45 5.19 21.58
-Time: 06:38:48
+Time: 10:18:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 181.00 0.00 21.00 0.00 1616.00 0.00 808.00 76.95 0.11 5.14 0.52 1.10
+hda 0.00 0.00 6.00 0.00 64.00 0.00 32.00 0.00 10.67 0.04 5.83 5.83 3.50
-Time: 06:38:49
+Time: 10:18:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 11.00 11.00 1.09
+hda 0.00 821.21 15.15 15.15 210.10 7094.95 105.05 3547.47 241.07 0.33 3.40 1.73 5.25
-Time: 06:38:50
+Time: 10:18:06
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 28.00 15.00 50.00 152.00 240.00 76.00 120.00 6.03 1.73 30.08 3.48 22.60
+
+Time: 10:18:07
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 5.00 0.00 64.00 0.00 32.00 0.00 12.80 0.07 13.60 2.80 1.40
+
+Time: 10:18:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 7.00 7.00 0.70
-Time: 06:38:51
+Time: 10:18:09
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 3.96 0.00 47.52 0.00 23.76 0.00 12.00 0.04 9.50 5.25 2.08
+
+Time: 10:18:10
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 306.00 11.00 10.00 368.00 2624.00 184.00 1312.00 142.48 0.16 5.19 2.86 6.00
+
+Time: 10:18:11
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 23.00 204.00 14.00 5496.00 208.00 2748.00 104.00 26.17 1.72 8.06 1.85 40.30
+
+Time: 10:18:12
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 31.00 0.00 1200.00 0.00 600.00 0.00 38.71 0.13 4.87 3.10 9.60
+
+Time: 10:18:13
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 2.00 0.00 256.00 0.00 128.00 0.00 128.00 0.01 4.50 3.00 0.60
+
+Time: 10:18:14
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:18:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 8.08 0.00 4.04 0.00 8.00 0.01 10.00 10.00 1.01
+hda 0.00 244.55 0.00 9.90 0.00 2122.77 0.00 1061.39 214.40 0.09 2.30 0.70 0.69
-Time: 06:38:52
+Time: 10:18:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.93 0.00 2.97 0.00 79.21 0.00 39.60 26.67 0.00 0.33 0.33 0.10
+hda 0.00 25.00 0.00 12.00 0.00 216.00 0.00 108.00 18.00 0.04 8.92 0.50 0.60
-Time: 06:38:53
+Time: 10:18:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 210.10 0.00 21.21 0.00 1850.51 0.00 925.25 87.24 0.13 6.24 0.57 1.21
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:38:54
+Time: 10:18:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:38:55
+Time: 10:18:19
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.01 7.00 7.00 1.40
+
+Time: 10:18:20
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 158.59 0.00 18.18 0.00 1422.22 0.00 711.11 78.22 0.05 2.72 0.50 0.91
+
+Time: 10:18:21
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.99 1.98 7.92 7.92 3.96 3.96 5.33 0.02 5.67 5.33 1.58
+
+Time: 10:18:22
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 2.97 0.00 760.40 0.00 380.20 0.00 256.00 0.02 6.33 6.33 1.88
+
+Time: 10:18:23
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.00 4.00 4.00 0.40
+
+Time: 10:18:24
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 6.06 0.00 105.05 0.00 52.53 0.00 17.33 0.08 12.83 7.50 4.55
+
+Time: 10:18:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 1.01 8.08 8.08 4.04 4.04 8.00 0.02 7.50 7.50 1.52
+hda 0.00 156.00 2.00 18.00 16.00 1504.00 8.00 752.00 76.00 0.09 1.60 0.25 0.50
-Time: 06:38:56
+Time: 10:18:26
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 61.39 0.00 97.03 0.00 1156.44 0.00 578.22 11.92 1.15 12.39 0.39 3.76
+
+Time: 10:18:27
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 16.16 0.00 177.78 0.00 88.89 0.00 11.00 0.13 8.00 5.69 9.19
+
+Time: 10:18:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:38:57
+Time: 10:18:29
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:18:30
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 146.00 0.00 14.00 0.00 1288.00 0.00 644.00 92.00 0.05 3.64 0.57 0.80
+
+Time: 10:18:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.00 6.00 3.00 64.00 80.00 32.00 40.00 16.00 0.09 9.44 3.22 2.90
+hda 0.00 0.00 0.00 2.00 0.00 8.00 0.00 4.00 4.00 0.00 0.50 0.50 0.10
-Time: 06:38:58
+Time: 10:18:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 253.00 0.00 38.00 0.00 2328.00 0.00 1164.00 61.26 0.35 9.13 0.47 1.80
+hda 0.00 0.00 0.99 0.00 253.47 0.00 126.73 0.00 256.00 0.02 23.00 23.00 2.28
-Time: 06:38:59
+Time: 10:18:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1.01 0.00 1.01 0.00 16.16 0.00 8.08 16.00 0.00 3.00 3.00 0.30
+hda 1.00 0.00 7.00 0.00 1344.00 0.00 672.00 0.00 192.00 0.04 6.43 6.29 4.40
-Time: 06:39:00
+Time: 10:18:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:01
+Time: 10:18:35
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 544.00 0.00 16.00 0.00 4688.00 0.00 2344.00 293.00 0.39 4.56 0.81 1.30
+
+Time: 10:18:36
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 30.00 12.00 28.00 208.00 256.00 104.00 128.00 11.60 0.76 26.85 3.33 13.30
+
+Time: 10:18:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:02
+Time: 10:18:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.05 0.00 3.03 0.00 64.65 0.00 32.32 21.33 0.00 0.33 0.33 0.10
+hda 0.00 0.00 1.00 0.00 8.00 0.00 4.00 0.00 8.00 0.01 14.00 14.00 1.40
-Time: 06:39:03
+Time: 10:18:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 176.00 4.00 11.00 32.00 1496.00 16.00 748.00 101.87 0.06 4.27 1.93 2.90
+hda 0.00 0.00 8.00 0.00 840.00 0.00 420.00 0.00 105.00 0.08 10.12 6.38 5.10
-Time: 06:39:04
+Time: 10:18:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.99 15.84 0.99 237.62 15.84 118.81 7.92 15.06 0.48 28.41 8.29 13.96
+hda 0.00 143.43 0.00 23.23 0.00 1397.98 0.00 698.99 60.17 0.10 2.17 0.26 0.61
-Time: 06:39:05
+Time: 10:18:41
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 6.93 0.00 118.81 0.00 59.41 0.00 17.14 0.04 5.29 3.14 2.18
+hda 0.00 34.65 0.00 10.89 0.00 300.99 0.00 150.50 27.64 0.03 7.27 0.64 0.69
-Time: 06:39:06
+Time: 10:18:42
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1823.23 12.12 80.81 161.62 15507.07 80.81 7753.54 168.61 3.90 23.68 1.92 17.88
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:07
+Time: 10:18:43
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 4.00 127.00 102.00 125.00 10400.00 1744.00 5200.00 872.00 53.50 4.41 26.84 2.81 63.70
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:08
+Time: 10:18:44
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 9.09 0.00 90.91 0.00 11466.67 0.00 5733.33 0.00 126.13 0.85 9.33 5.11 46.46
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:09
+Time: 10:18:45
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.97 76.24 46.53 88.12 1116.83 1314.85 558.42 657.43 18.06 1.62 12.06 2.87 38.61
+hda 0.00 98.02 7.92 9.90 2027.72 871.29 1013.86 435.64 162.67 0.08 4.17 3.39 6.04
-Time: 06:39:10
+Time: 10:18:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 48.00 0.00 944.00 0.00 472.00 0.00 19.67 0.64 13.25 10.04 48.20
+hda 0.00 0.00 0.00 1.98 0.00 7.92 0.00 3.96 4.00 0.00 0.50 0.00 0.00
-Time: 06:39:11
+Time: 10:18:47
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 567.00 8.00 144.00 184.00 5968.00 92.00 2984.00 40.47 7.59 29.66 1.12 17.10
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:12
+Time: 10:18:48
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 343.00 0.00 49.00 0.00 2856.00 0.00 1428.00 58.29 3.99 144.49 8.61 42.20
+hda 1.01 0.00 21.21 0.00 678.79 0.00 339.39 0.00 32.00 0.29 13.81 6.14 13.03
-Time: 06:39:13
+Time: 10:18:49
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2344.00 0.00 103.00 0.00 20456.00 0.00 10228.00 198.60 15.47 13.65 2.40 24.70
+hda 0.00 0.00 10.89 0.00 601.98 0.00 300.99 0.00 55.27 0.11 10.00 5.00 5.45
-Time: 06:39:14
+Time: 10:18:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3128.00 3.00 215.00 24.00 26768.00 12.00 13384.00 122.90 97.63 371.41 4.59 100.10
+hda 0.00 109.00 0.00 7.00 0.00 1032.00 0.00 516.00 147.43 0.06 1.43 0.57 0.40
-Time: 06:39:15
+Time: 10:18:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 448.51 0.00 201.98 0.00 5196.04 0.00 2598.02 25.73 112.55 343.17 4.91 99.11
+hda 0.00 64.00 5.00 17.00 56.00 544.00 28.00 272.00 27.27 0.15 8.55 2.45 5.40
-Time: 06:39:16
+Time: 10:18:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1577.78 2.02 196.97 16.16 14569.70 8.08 7284.85 73.30 91.30 541.54 4.59 91.31
+hda 0.00 0.00 135.64 0.00 1219.80 0.00 609.90 0.00 8.99 0.76 5.68 3.93 53.27
-Time: 06:39:17
+Time: 10:18:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2763.00 0.00 229.00 0.00 23920.00 0.00 11960.00 104.45 146.16 626.16 4.37 100.10
+hda 0.00 1612.12 50.51 57.58 395.96 13357.58 197.98 6678.79 127.25 4.68 43.36 3.85 41.62
-Time: 06:39:18
+Time: 10:18:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2752.00 0.00 188.00 0.00 23296.00 0.00 11648.00 123.91 143.14 761.13 5.32 100.10
+hda 2.00 116.00 75.00 10.00 1856.00 1008.00 928.00 504.00 33.69 2.07 19.44 4.19 35.60
-Time: 06:39:19
+Time: 10:18:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1180.39 0.00 207.84 0.00 11215.69 0.00 5607.84 53.96 142.04 758.44 4.72 98.14
+hda 3.96 0.00 176.24 1.98 5972.28 15.84 2986.14 7.92 33.60 9.25 54.23 3.58 63.76
-Time: 06:39:20
+Time: 10:18:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1815.00 4.00 191.00 32.00 16056.00 16.00 8028.00 82.50 141.19 671.16 5.13 100.10
+hda 0.00 956.57 78.79 54.55 18101.01 8298.99 9050.51 4149.49 198.00 10.57 37.86 4.13 55.05
-Time: 06:39:21
+Time: 10:18:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2249.00 0.00 181.00 0.00 19192.00 0.00 9596.00 106.03 140.19 811.31 5.53 100.10
+hda 0.00 1614.85 31.68 114.85 6598.02 14320.79 3299.01 7160.40 142.76 25.76 126.61 6.07 88.91
-Time: 06:39:22
+Time: 10:18:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3.03 18.18 86.87 193.94 40.40 96.97 20.20 2.23 79.58 802.55 9.62 101.11
+hda 1.02 4746.94 24.49 186.73 2367.35 39828.57 1183.67 19914.29 199.77 98.68 287.27 4.84 102.14
-Time: 06:39:23
+Time: 10:18:59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6316.00 0.00 247.00 0.00 53312.00 0.00 26656.00 215.84 101.82 379.13 4.04 99.70
+hda 0.99 3218.81 24.75 172.28 1790.10 27271.29 895.05 13635.64 147.50 145.60 583.40 5.03 99.11
-Time: 06:39:24
+Time: 10:19:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4474.26 0.00 184.16 0.00 37330.69 0.00 18665.35 202.71 142.38 648.12 5.38 99.11
+hda 3.00 887.00 48.00 142.00 3624.00 7968.00 1812.00 3984.00 61.01 130.49 795.50 5.27 100.10
-Time: 06:39:25
+Time: 10:19:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1771.72 0.00 201.01 0.00 14755.56 0.00 7377.78 73.41 108.14 874.27 5.03 101.11
+hda 2.97 342.57 40.59 159.41 4277.23 3984.16 2138.61 1992.08 41.31 113.27 602.00 4.96 99.11
-Time: 06:39:26
+Time: 10:19:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1799.02 0.98 102.94 7.84 15137.25 3.92 7568.63 145.74 5.88 136.67 3.21 33.33
+hda 0.00 1206.06 1.01 332.32 258.59 11604.04 129.29 5802.02 35.59 83.94 348.88 3.03 101.11
-Time: 06:39:27
+Time: 10:19:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 3204.00 8.00 105.00 2216.00 27448.00 1108.00 13724.00 262.51 75.74 418.26 8.82 99.70
-Time: 06:39:28
+Time: 10:19:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7.14 0.00 3.06 0.00 81.63 0.00 40.82 26.67 0.00 0.33 0.33 0.10
+hda 0.00 545.54 10.89 167.33 2542.57 4974.26 1271.29 2487.13 42.18 114.73 692.33 5.56 99.11
-Time: 06:39:29
+Time: 10:19:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1511.88 0.00 219.80 0.00 13853.47 0.00 6926.73 63.03 2.01 9.16 2.22 48.71
+hda 0.00 633.00 28.00 77.00 3336.00 5240.00 1668.00 2620.00 81.68 19.36 572.78 9.04 94.90
-Time: 06:39:30
+Time: 10:19:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 938.38 0.00 222.22 0.00 9292.93 0.00 4646.46 41.82 13.39 60.19 3.63 80.61
+hda 0.00 594.00 133.00 89.00 11080.00 5464.00 5540.00 2732.00 74.52 5.07 22.56 2.98 66.20
-Time: 06:39:31
+Time: 10:19:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1246.53 2.97 121.78 23.76 10938.61 11.88 5469.31 87.87 12.87 103.32 5.02 62.57
+hda 1.00 2685.00 19.00 114.00 3624.00 23088.00 1812.00 11544.00 200.84 52.98 203.39 7.32 97.30
-Time: 06:39:32
+Time: 10:19:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1226.00 0.00 321.00 0.00 12376.00 0.00 6188.00 38.55 0.77 2.39 1.37 44.00
+hda 0.00 2555.56 42.42 85.86 4064.65 21713.13 2032.32 10856.57 200.94 86.90 363.15 7.88 101.11
-Time: 06:39:33
+Time: 10:19:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1328.00 5.00 100.00 40.00 11424.00 20.00 5712.00 109.18 1.90 18.10 2.20 23.10
+hda 0.00 1238.61 53.47 77.23 6297.03 10415.84 3148.51 5207.92 127.88 153.48 544.37 7.58 99.11
-Time: 06:39:34
+Time: 10:19:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 293.94 2.02 55.56 16.16 2795.96 8.08 1397.98 48.84 0.17 2.96 1.58 9.09
+hda 0.00 1673.00 42.00 113.00 5200.00 14152.00 2600.00 7076.00 124.85 145.00 1361.32 6.46 100.10
-Time: 06:39:35
+Time: 10:19:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.00 7.92 0.00 3.96 0.00 8.00 0.01 15.00 15.00 1.49
+hda 1.98 990.10 220.79 59.41 2075.25 8427.72 1037.62 4213.86 37.48 145.31 327.18 3.54 99.11
-Time: 06:39:36
+Time: 10:19:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 420.20 96.97 215.15 4307.07 4161.62 2153.54 2080.81 27.13 104.30 694.40 3.24 101.11
-Time: 06:39:37
+Time: 10:19:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.00 7.00 1.00 232.00 24.00 116.00 12.00 32.00 0.18 22.75 4.25 3.40
+hda 0.00 4593.07 178.22 92.08 3754.46 38495.05 1877.23 19247.52 156.31 70.08 151.52 3.44 92.87
-Time: 06:39:38
+Time: 10:19:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.05 0.00 3.03 0.00 64.65 0.00 32.32 21.33 0.00 0.33 0.33 0.10
+hda 0.00 3668.69 68.69 201.01 541.41 30917.17 270.71 15458.59 116.64 145.88 535.85 3.75 101.11
-Time: 06:39:39
+Time: 10:19:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 796.00 0.00 49.00 0.00 6760.00 0.00 3380.00 137.96 2.10 42.96 3.29 16.10
+hda 0.00 1612.00 27.00 190.00 224.00 13576.00 112.00 6788.00 63.59 71.20 570.95 4.58 99.40
-Time: 06:39:40
+Time: 10:19:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 13.86 63.37 41.58 594.06 158.42 297.03 79.21 7.17 5.53 90.23 4.62 48.51
-Time: 06:39:41
+Time: 10:19:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 19.00 0.00 232.00 0.00 116.00 0.00 12.21 0.10 5.26 2.32 4.40
-Time: 06:39:42
+Time: 10:19:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2.97 0.00 6.93 0.00 79.21 0.00 39.60 11.43 0.00 0.29 0.14 0.10
+hda 0.00 1958.42 143.56 118.81 3215.84 17100.99 1607.92 8550.50 77.43 1.91 6.71 1.40 36.73
-Time: 06:39:43
+Time: 10:19:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4.08 3.06 3.06 24.49 57.14 12.24 28.57 13.33 0.07 10.67 7.00 4.29
+hda 0.00 499.00 8.00 155.00 872.00 4744.00 436.00 2372.00 34.45 5.17 32.67 3.90 63.60
-Time: 06:39:44
+Time: 10:19:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 206.86 0.00 22.55 0.00 1835.29 0.00 917.65 81.39 0.11 4.91 0.43 0.98
+hda 0.00 1994.00 103.00 252.00 992.00 18192.00 496.00 9096.00 54.04 25.27 57.20 2.07 73.40
-Time: 06:39:45
+Time: 10:19:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 615.15 27.27 112.12 258.59 5632.32 129.29 2816.16 42.26 4.69 69.59 4.88 68.08
-Time: 06:39:46
+Time: 10:19:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 381.37 103.92 121.57 917.65 4023.53 458.82 2011.76 21.91 0.66 2.94 1.85 41.67
-Time: 06:39:47
+Time: 10:19:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 68.00 1.00 118.00 8.00 1488.00 4.00 744.00 12.57 1.78 14.97 0.38 4.50
+hda 4.08 0.00 308.16 0.00 5428.57 0.00 2714.29 0.00 17.62 4.24 13.74 2.15 66.12
-Time: 06:39:48
+Time: 10:19:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4.95 1.98 2.97 15.84 63.37 7.92 31.68 16.00 0.03 5.80 5.20 2.57
+hda 0.00 1945.54 60.40 148.51 2653.47 16760.40 1326.73 8380.20 92.93 13.96 66.86 3.16 65.94
-Time: 06:39:49
+Time: 10:19:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 216.00 18.00 28.00 224.00 1952.00 112.00 976.00 47.30 0.37 8.07 1.91 8.80
+hda 0.00 0.00 19.00 0.00 568.00 0.00 284.00 0.00 29.89 0.13 6.89 3.32 6.30
-Time: 06:39:50
+Time: 10:19:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1948.00 18.00 264.00 480.00 17712.00 240.00 8856.00 64.51 53.36 189.23 2.42 68.30
-Time: 06:39:51
+Time: 10:19:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 1225.00 24.00 74.00 288.00 10384.00 144.00 5192.00 108.90 3.23 32.97 3.66 35.90
-Time: 06:39:52
+Time: 10:19:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 3.03 0.00 24.24 0.00 12.12 8.00 0.01 3.00 1.00 0.30
+hda 0.00 0.00 0.00 0.99 0.00 7.92 0.00 3.96 8.00 0.00 3.00 3.00 0.30
-Time: 06:39:53
+Time: 10:19:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:54
+Time: 10:19:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 206.93 0.00 22.77 0.00 1837.62 0.00 918.81 80.70 0.11 4.70 0.48 1.09
+hda 0.00 0.00 12.00 0.00 96.00 0.00 48.00 0.00 8.00 0.05 3.83 3.83 4.60
-Time: 06:39:55
+Time: 10:19:31
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 6.93 0.99 71.29 7.92 35.64 3.96 10.00 0.09 10.75 4.38 3.47
+
+Time: 10:19:32
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 2815.00 0.00 320.00 0.00 25088.00 0.00 12544.00 78.40 52.65 164.54 2.06 65.80
+
+Time: 10:19:33
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1370.30 1.98 177.23 15.84 12388.12 7.92 6194.06 69.22 3.90 21.76 2.57 46.04
+
+Time: 10:19:34
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1341.41 7.07 127.27 64.65 11806.06 32.32 5903.03 88.36 9.61 68.83 3.55 47.68
+
+Time: 10:19:35
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 973.00 19.00 217.00 144.00 10680.00 72.00 5340.00 45.86 4.68 11.06 2.04 48.20
+
+Time: 10:19:36
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 234.65 0.00 245.54 0.00 2653.47 0.00 1326.73 10.81 40.22 173.58 2.57 63.07
+
+Time: 10:19:37
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 300.00 26.26 145.45 250.51 3878.79 125.25 1939.39 24.05 3.94 3.63 1.39 23.84
+
+Time: 10:19:38
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 60.40 39.60 578.22 0.00 289.11 0.00 5.78 0.73 39.83 1.31 13.07
+
+Time: 10:19:39
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 31.00 0.00 496.00 0.00 248.00 0.00 16.00 0.40 12.90 5.19 16.10
+
+Time: 10:19:40
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 54.00 0.00 816.00 0.00 408.00 0.00 15.11 0.10 1.65 1.50 8.10
+
+Time: 10:19:41
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 23.00 0.00 872.00 0.00 436.00 0.00 37.91 0.23 9.61 6.65 15.30
+
+Time: 10:19:42
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1211.88 13.86 231.68 293.07 12451.49 146.53 6225.74 51.90 16.86 39.39 1.16 28.51
+
+Time: 10:19:43
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 7.07 469.70 12.12 171.72 274.75 5123.23 137.37 2561.62 29.36 116.76 433.29 5.50 101.11
+
+Time: 10:19:44
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 105.94 238.61 191.09 2827.72 2407.92 1413.86 1203.96 12.18 118.19 232.51 2.31 99.11
+
+Time: 10:19:45
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 19.00 171.00 126.00 1784.00 464.00 892.00 232.00 7.57 77.22 382.62 3.37 100.10
+
+Time: 10:19:46
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 35.00 29.00 1048.00 0.00 524.00 0.00 16.38 3.82 466.80 6.27 40.10
+
+Time: 10:19:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 993.94 5.05 113.13 250.51 8888.89 125.25 4444.44 77.33 8.13 68.76 3.94 46.57
+
+Time: 10:19:48
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.99 0.00 45.54 0.00 530.69 0.00 265.35 0.00 11.65 0.43 9.41 5.85 26.63
+
+Time: 10:19:49
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 9.90 0.00 79.21 0.00 39.60 0.00 8.00 0.10 9.80 9.80 9.70
+
+Time: 10:19:50
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:39:56
+Time: 10:19:51
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 0.00 8.91 0.00 126.73 0.00 63.37 0.00 14.22 0.09 10.33 6.78 6.04
+hda 0.00 189.90 39.39 16.16 2351.52 1648.48 1175.76 824.24 72.00 0.22 4.02 2.31 12.83
-Time: 06:39:57
+Time: 10:19:52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 2.04 0.00 16.33 0.00 8.16 0.00 8.00 0.02 11.50 11.50 2.35
+hda 0.00 2135.64 0.00 156.44 0.00 18716.83 0.00 9358.42 119.65 32.97 76.75 2.96 46.24
-Time: 06:39:58
+Time: 10:19:53
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 14.85 0.00 126.73 0.00 63.37 0.00 8.53 0.23 15.27 6.93 10.30
+hda 0.00 44.44 28.28 55.56 226.26 428.28 113.13 214.14 7.81 4.53 309.18 2.47 20.71
-Time: 06:39:59
+Time: 10:19:54
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1877.00 3.00 187.00 24.00 16784.00 12.00 8392.00 88.46 35.45 67.67 3.91 74.20
+hda 0.00 0.00 14.14 0.00 193.94 0.00 96.97 0.00 13.71 0.06 4.14 2.57 3.64
-Time: 06:40:00
+Time: 10:19:55
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 12.87 35.64 182.18 15.84 91.09 7.92 4.08 7.14 608.00 7.41 35.94
+hda 0.00 0.00 181.37 0.00 1450.98 0.00 725.49 0.00 8.00 0.04 0.19 0.19 3.53
-Time: 06:40:01
+Time: 10:19:56
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.00 38.00 4.00 440.00 80.00 220.00 40.00 12.38 0.45 10.93 4.02 16.90
+hda 0.00 0.00 24.00 0.00 224.00 0.00 112.00 0.00 9.33 0.10 3.96 3.96 9.50
-Time: 06:40:02
+Time: 10:19:57
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 641.00 28.00 47.00 512.00 6168.00 256.00 3084.00 89.07 5.95 17.85 3.83 28.70
+hda 0.00 1932.00 16.00 165.00 184.00 16800.00 92.00 8400.00 93.83 27.05 149.48 1.69 30.50
-Time: 06:40:03
+Time: 10:19:58
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.01 4556.57 13.13 222.22 298.99 38028.28 149.49 19014.14 162.85 63.70 238.33 4.30 101.11
+hda 0.00 0.00 0.00 1.00 0.00 8.00 0.00 4.00 8.00 0.00 3.00 3.00 0.30
+
+Time: 10:19:59
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 22.00 0.00 176.00 0.00 88.00 0.00 8.00 0.01 0.68 0.68 1.50
-Time: 06:40:04
+Time: 10:20:00
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.97 5674.26 19.80 207.92 887.13 47817.82 443.56 23908.91 213.88 114.12 308.29 4.35 99.11
+hda 0.00 0.00 3.96 0.00 47.52 0.00 23.76 0.00 12.00 0.02 4.50 3.25 1.29
-Time: 06:40:07
+Time: 10:20:01
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.20 1442.04 16.82 145.65 504.50 12331.53 252.25 6165.77 79.01 80.74 601.40 4.49 73.00
+hda 0.00 1.01 7.07 1.01 72.73 24.24 36.36 12.12 12.00 0.22 15.75 12.25 9.90
-Time: 06:40:08
+Time: 10:20:02
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.99 4980.20 11.88 339.60 126.73 43746.53 63.37 21873.27 124.82 51.83 111.18 2.55 89.80
+hda 1.00 878.00 92.00 122.00 1408.00 8592.00 704.00 4296.00 46.73 43.74 84.87 4.52 96.70
-Time: 06:40:09
+Time: 10:20:03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 4453.00 6.00 228.00 56.00 37440.00 28.00 18720.00 160.24 142.06 455.82 4.28 100.10
+hda 1.00 31.00 44.00 70.00 1176.00 272.00 588.00 136.00 12.70 17.65 379.96 7.89 90.00
-Time: 06:40:10
+Time: 10:20:04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2497.03 3.96 203.96 31.68 20760.40 15.84 10380.20 100.00 118.35 675.02 4.77 99.11
+hda 1.00 0.00 229.00 0.00 5712.00 0.00 2856.00 0.00 24.94 3.25 13.81 3.38 77.40
-Time: 06:40:11
+Time: 10:20:05
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 4899.00 0.00 233.00 0.00 40720.00 0.00 20360.00 174.76 34.40 259.49 3.86 89.90
+hda 1.98 10.89 228.71 5.94 2835.64 134.65 1417.82 67.33 12.66 2.06 9.17 2.28 53.56
-Time: 06:40:12
+Time: 10:20:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 27.00 0.00 1.00 0.00 224.00 0.00 112.00 224.00 0.00 4.00 4.00 0.40
+hda 0.00 0.00 17.00 0.00 728.00 0.00 364.00 0.00 42.82 0.07 4.12 3.94 6.70
-Time: 06:40:13
+Time: 10:20:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2640.40 8.08 255.56 64.65 23515.15 32.32 11757.58 89.44 12.41 23.05 1.74 45.86
+hda 0.00 485.86 52.53 180.81 2755.56 5349.49 1377.78 2674.75 34.74 19.23 82.43 1.60 37.27
-Time: 06:40:14
+Time: 10:20:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 695.00 4.00 176.00 40.00 6624.00 20.00 3312.00 37.02 8.11 79.82 4.42 79.60
+hda 0.00 0.00 167.33 0.99 2645.54 7.92 1322.77 3.96 15.76 0.29 1.72 1.66 28.02
-Time: 06:40:15
+Time: 10:20:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 656.44 0.99 197.03 0.00 6827.72 0.00 3413.86 34.48 0.44 2.25 1.68 33.27
+hda 0.00 0.00 12.87 0.00 102.97 0.00 51.49 0.00 8.00 0.03 2.62 2.62 3.37
-Time: 06:40:16
+Time: 10:20:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1197.98 0.00 53.54 0.00 10012.12 0.00 5006.06 187.02 3.11 58.02 3.09 16.57
+hda 0.00 0.00 13.00 0.00 104.00 0.00 52.00 0.00 8.00 0.00 0.31 0.31 0.40
-Time: 06:40:17
+Time: 10:20:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 693.00 0.00 214.00 0.00 8208.00 0.00 4104.00 38.36 82.30 123.77 3.35 71.70
+hda 0.00 0.00 22.77 0.00 198.02 0.00 99.01 0.00 8.70 0.12 5.39 2.57 5.84
-Time: 06:40:18
+Time: 10:20:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 95.05 0.99 335.64 7.92 3453.47 3.96 1726.73 10.28 117.75 481.78 2.94 99.11
+hda 0.00 1414.00 23.00 160.00 208.00 12640.00 104.00 6320.00 70.21 30.46 162.16 2.11 38.70
-Time: 06:40:19
+Time: 10:20:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 795.00 0.00 318.00 0.00 8848.00 0.00 4424.00 27.82 117.29 280.53 3.15 100.10
+hda 0.00 22.00 61.00 4.00 800.00 192.00 400.00 96.00 15.26 0.57 20.82 2.34 15.20
-Time: 06:40:20
+Time: 10:20:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 382.00 0.00 345.00 0.00 5816.00 0.00 2908.00 16.86 114.10 280.09 2.90 100.10
+hda 0.00 0.00 73.00 0.00 808.00 0.00 404.00 0.00 11.07 0.42 5.77 1.79 13.10
-Time: 06:40:21
+Time: 10:20:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 364.36 0.00 134.65 0.00 3192.08 0.00 1596.04 23.71 58.19 808.88 7.36 99.11
+hda 0.00 0.00 1.00 3.00 8.00 24.00 4.00 12.00 8.00 0.02 6.00 5.00 2.00
-Time: 06:40:22
+Time: 10:20:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 305.00 5.00 93.00 40.00 3184.00 20.00 1592.00 32.90 6.02 113.95 9.43 92.40
+hda 0.00 0.00 36.00 0.00 288.00 0.00 144.00 0.00 8.00 0.02 0.58 0.58 2.10
-Time: 06:40:23
+Time: 10:20:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1482.83 5.05 170.71 40.40 13268.69 20.20 6634.34 75.72 21.73 91.93 4.03 70.91
+hda 0.00 1321.00 60.00 227.00 1088.00 12864.00 544.00 6432.00 48.61 38.67 77.51 1.39 40.00
-Time: 06:40:24
+Time: 10:20:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1092.08 4.95 203.96 39.60 10241.58 19.80 5120.79 49.21 2.90 40.55 3.51 73.27
+hda 0.00 24.24 26.26 58.59 193.94 210.10 96.97 105.05 4.76 16.98 394.33 4.95 42.02
-Time: 06:40:25
+Time: 10:20:19
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 291.00 2.00 112.00 16.00 3216.00 8.00 1608.00 28.35 0.27 2.39 2.18 24.90
+hda 0.00 0.00 21.00 5.00 168.00 40.00 84.00 20.00 8.00 0.06 2.15 2.08 5.40
-Time: 06:40:26
+Time: 10:20:20
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 15.00 0.00 176.00 0.00 88.00 0.00 11.73 0.09 5.93 3.40 5.10
+hda 0.00 0.00 80.00 0.00 800.00 0.00 400.00 0.00 10.00 0.20 2.46 1.46 11.70
-Time: 06:40:27
+Time: 10:20:21
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.02 0.00 24.49 0.00 293.88 0.00 146.94 0.00 12.00 0.14 5.54 1.87 4.59
+hda 0.00 0.00 19.23 2.88 338.46 23.08 169.23 11.54 16.35 0.12 5.48 3.78 8.37
-Time: 06:40:28
+Time: 10:20:22
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5.88 8.82 2.94 94.12 70.59 47.06 35.29 14.00 0.09 7.75 2.58 3.04
+hda 1.01 506.06 14.14 136.36 161.62 5139.39 80.81 2569.70 35.22 3.50 23.23 2.31 34.75
-Time: 06:40:29
+Time: 10:20:23
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 1.01 0.00 16.16 0.00 8.08 0.00 16.00 0.01 9.00 9.00 0.91
+hda 0.00 0.00 2.00 0.00 16.00 0.00 8.00 0.00 8.00 0.03 14.00 14.00 2.80
-Time: 06:40:30
+Time: 10:20:24
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 214.85 0.00 24.75 0.00 1916.83 0.00 958.42 77.44 0.14 5.60 0.52 1.29
+hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:31
+Time: 10:20:25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:32
+Time: 10:20:26
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:33
+Time: 10:20:27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.93 0.00 2.97 0.00 79.21 0.00 39.60 26.67 0.00 0.33 0.33 0.10
+hda 0.00 1584.00 0.00 222.00 0.00 15552.00 0.00 7776.00 70.05 51.38 111.69 1.69 37.60
-Time: 06:40:34
+Time: 10:20:28
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 1.00 0.00 8.00 0.00 120.00 0.00 60.00 0.00 15.00 0.07 9.00 3.50 2.80
+hda 0.00 595.00 4.00 182.00 40.00 5208.00 20.00 2604.00 28.22 83.40 587.36 5.38 100.10
-Time: 06:40:35
+Time: 10:20:29
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 218.00 0.00 21.00 0.00 1912.00 0.00 956.00 91.05 0.12 5.52 0.57 1.20
+hda 0.00 140.00 2.00 21.00 8.00 1280.00 4.00 640.00 56.00 0.11 11.43 1.74 4.00
-Time: 06:40:36
+Time: 10:20:30
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:37
+Time: 10:20:31
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:38
+Time: 10:20:32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.93 0.00 2.97 0.00 79.21 0.00 39.60 26.67 0.00 0.33 0.33 0.10
+hda 0.00 1749.49 8.08 118.18 88.89 15636.36 44.44 7818.18 124.54 43.90 119.64 3.03 38.28
-Time: 06:40:39
+Time: 10:20:33
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 35.00 46.00 83.00 456.00 304.00 228.00 152.00 5.89 23.42 402.55 7.07 91.20
-Time: 06:40:40
+Time: 10:20:34
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 193.07 15.84 32.67 174.26 1805.94 87.13 902.97 40.82 0.33 6.82 1.20 5.84
+hda 0.00 0.00 89.00 0.00 1048.00 0.00 524.00 0.00 11.78 0.11 1.25 0.92 8.20
-Time: 06:40:41
+Time: 10:20:35
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 5.00 0.00 64.00 0.00 32.00 0.00 12.80 0.06 12.80 4.40 2.20
+hda 0.00 35.00 53.00 12.00 472.00 376.00 236.00 188.00 13.05 0.24 3.65 2.45 15.90
-Time: 06:40:42
+Time: 10:20:37
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.99 0.00 1.98 0.00 23.76 0.00 11.88 12.00 0.00 2.00 1.50 0.30
+hda 0.00 0.00 25.69 0.00 234.86 0.00 117.43 0.00 9.14 0.17 6.46 1.04 2.66
-Time: 06:40:43
+Time: 10:20:38
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6.12 6.12 3.06 212.24 73.47 106.12 36.73 31.11 0.15 16.11 3.00 2.76
+hda 0.00 515.69 90.20 99.02 1278.43 4917.65 639.22 2458.82 32.75 10.05 53.10 2.63 49.80
-Time: 06:40:44
+Time: 10:20:39
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
+hda 0.00 0.00 26.00 0.00 304.00 0.00 152.00 0.00 11.69 0.13 4.96 4.27 11.10
-Time: 06:40:45
+Time: 10:20:40
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 201.01 0.00 22.22 0.00 1785.86 0.00 892.93 80.36 0.07 3.05 0.55 1.21
+hda 0.00 0.00 70.00 0.00 1240.00 0.00 620.00 0.00 17.71 0.03 0.43 0.31 2.20
-Time: 06:40:46
+Time: 10:20:41
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 25.00 0.00 216.00 0.00 108.00 0.00 8.64 0.11 4.44 1.40 3.50
+
+Time: 10:20:42
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 76.77 0.00 864.65 0.00 432.32 0.00 11.26 0.19 2.46 0.99 7.58
+
+Time: 10:20:43
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 812.87 7.92 189.11 71.29 8815.84 35.64 4407.92 45.11 49.33 73.33 2.16 42.57
+
+Time: 10:20:44
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 32.08 108.49 91.51 1079.25 279.25 539.62 139.62 6.79 26.41 298.24 3.65 72.92
+
+Time: 10:20:45
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 13.00 0.00 104.00 0.00 52.00 0.00 8.00 0.03 2.62 2.62 3.40
+
+Time: 10:20:46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
hda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-Time: 06:40:47
+Time: 10:20:47
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 0.00 0.00 174.26 0.00 87.13 0.00 0.00 0.00 0.00 0.00 0.00
+
+Time: 10:20:48
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 931.68 32.67 190.10 253.47 9251.49 126.73 4625.74 42.67 37.89 121.30 2.26 50.40
+
+Time: 10:20:49
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 15.00 11.00 30.00 104.00 136.00 52.00 68.00 5.85 1.57 305.39 6.56 26.90
+
+Time: 10:20:50
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 8.08 0.00 64.65 0.00 32.32 0.00 8.00 0.05 6.12 4.62 3.74
+
+Time: 10:20:51
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 7.00 0.00 64.00 0.00 32.00 0.00 9.14 0.04 5.29 3.71 2.60
+
+Time: 10:20:52
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 22.00 0.00 288.00 0.00 144.00 0.00 13.09 0.25 11.23 5.82 12.80
+
+Time: 10:20:53
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 800.00 56.44 181.19 760.40 8364.36 380.20 4182.18 38.40 59.22 131.18 2.51 59.60
+
+Time: 10:20:54
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 1.00 71.00 37.00 66.00 712.00 600.00 356.00 300.00 12.74 9.78 369.97 4.16 42.80
+
+Time: 10:20:55
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 18.45 0.00 178.64 0.00 89.32 0.00 9.68 0.35 18.95 7.16 13.20
+
+Time: 10:20:56
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 17.82 102.97 19.80 982.18 300.99 491.09 150.50 10.45 0.37 2.98 1.95 23.96
+
+Time: 10:20:57
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 0.00 163.64 0.00 1325.25 0.00 662.63 0.00 8.10 0.96 5.80 4.29 70.20
+
+Time: 10:20:58
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 776.24 102.97 159.41 823.76 7572.28 411.88 3786.14 32.00 20.07 70.82 3.60 94.55
+
+Time: 10:20:59
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 565.00 83.00 27.00 648.00 4680.00 324.00 2340.00 48.44 9.16 97.04 8.46 93.10
+
+Time: 10:21:00
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 9.90 170.30 2.97 1370.30 102.97 685.15 51.49 8.50 1.09 6.30 4.73 81.98
+
+Time: 10:21:01
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 5.05 32.32 134.34 7.07 2690.91 315.15 1345.45 157.58 21.26 3.41 24.16 4.95 70.00
+
+Time: 10:21:02
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 2.00 0.00 165.00 5.00 6336.00 40.00 3168.00 20.00 37.51 8.79 51.69 3.89 66.20
+
+Time: 10:21:03
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 0.00 1548.00 36.00 174.00 6976.00 13936.00 3488.00 6968.00 99.58 17.74 59.81 4.31 90.60
+
+Time: 10:21:04
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 1.00 0.00 36.00 24.00 7224.00 48.00 3612.00 24.00 121.20 2.87 133.67 13.08 78.50
+
+Time: 10:21:05
+Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
+hda 1.98 330.69 77.23 71.29 12015.84 3207.92 6007.92 1603.96 102.51 2.21 13.21 4.38 65.05
+
+Time: 10:21:06
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 0.99 0.99 7.92 7.92 3.96 3.96 8.00 0.01 6.50 6.50 1.29
+hda 1.00 5123.00 37.00 176.00 1680.00 43544.00 840.00 21772.00 212.32 85.56 161.74 3.46 73.80
-Time: 06:40:48
+Time: 10:21:07
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 2.00 7.00 14.00 3.00 248.00 80.00 124.00 40.00 19.29 0.09 5.18 2.24 3.80
+hda 2.00 2487.00 29.00 261.00 2056.00 21944.00 1028.00 10972.00 82.76 144.53 519.27 3.45 100.10
-Time: 06:40:49
+Time: 10:21:08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 0.00 23.00 0.00 192.00 0.00 96.00 0.00 8.35 0.15 6.61 4.04 9.30
+hda 0.00 3874.29 10.48 233.33 297.14 32685.71 148.57 16342.86 135.28 137.22 577.42 4.08 99.43
-Time: 06:40:50
+Time: 10:21:09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 712.75 55.88 42.16 447.06 6039.22 223.53 3019.61 66.16 1.67 17.03 4.10 40.20
+hda 2.02 1044.44 34.34 237.37 1931.31 10238.38 965.66 5119.19 44.79 116.31 475.59 3.72 101.11
-Time: 06:40:51
+Time: 10:21:10
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 15.00 83.00 5.00 768.00 160.00 384.00 80.00 10.55 0.77 8.73 4.67 41.10
+hda 4.95 148.51 37.62 142.57 5211.88 2304.95 2605.94 1152.48 41.71 114.00 755.70 5.50 99.11
-Time: 06:40:52
+Time: 10:21:11
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 196.97 29.29 124.24 234.34 2569.70 117.17 1284.85 18.26 2.92 19.04 0.99 15.15
+hda 0.00 1513.00 8.00 210.00 1288.00 13944.00 644.00 6972.00 69.87 117.66 377.58 4.59 100.10
-Time: 06:40:53
+Time: 10:21:12
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 2115.15 14.14 103.03 113.13 18157.58 56.57 9078.79 155.93 4.77 29.59 2.16 25.25
+hda 0.00 717.82 5.94 67.33 205.94 6257.43 102.97 3128.71 88.22 135.22 876.92 13.53 99.11
-Time: 06:40:54
+Time: 10:21:13
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 3870.59 14.71 226.47 117.65 32376.47 58.82 16188.24 134.73 20.18 88.93 3.07 74.12
+hda 1.01 1081.82 13.13 200.00 2618.18 9228.28 1309.09 4614.14 55.58 48.95 767.29 4.18 88.99
-Time: 06:40:55
+Time: 10:21:14
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 7508.08 2.02 342.42 193.94 63595.96 96.97 31797.98 185.20 65.32 139.77 2.73 94.14
+hda 1.00 17.00 92.00 5.00 15240.00 176.00 7620.00 88.00 158.93 0.56 5.89 4.73 45.90
-Time: 06:40:56
+Time: 10:21:15
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 6582.18 6.93 328.71 55.45 55730.69 27.72 27865.35 166.21 112.79 284.00 2.95 99.01
+hda 1.00 2927.00 47.00 154.00 9936.00 24808.00 4968.00 12404.00 172.86 8.83 33.88 3.97 79.80
-Time: 06:40:57
+Time: 10:21:16
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 5758.00 12.00 309.00 104.00 48144.00 52.00 24072.00 150.31 141.89 464.71 3.12 100.10
+hda 4.00 3957.00 163.00 53.00 5112.00 33184.00 2556.00 16592.00 177.30 42.97 60.12 3.81 82.40
-Time: 06:40:58
+Time: 10:21:17
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 1626.26 4.04 325.25 32.32 15660.61 16.16 7830.30 47.66 106.70 285.04 3.07 101.11
+hda 0.00 6706.00 80.00 273.00 824.00 55696.00 412.00 27848.00 160.11 143.95 408.35 2.84 100.10
-Time: 06:40:59
+Time: 10:21:18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
-hda 0.00 216.16 0.00 54.55 0.00 2004.04 0.00 1002.02 36.74 112.08 1007.69 18.54 101.11
+hda 0.00 2135.00 22.00 212.00 272.00 17784.00 136.00 8892.00 77.16 45.00 327.12 3.23 75.50
diff --git a/testsuite/normal/pbuilder-build-dsh-sarge.log b/testsuite/normal/pbuilder-build-dsh-sarge.log
index b36b035..4e6b535 100644
--- a/testsuite/normal/pbuilder-build-dsh-sarge.log
+++ b/testsuite/normal/pbuilder-build-dsh-sarge.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Jul 14 06:38:04 JST 2004
-pbuilder-time-stamp: 1089754684
+Current time: Sat Jul 24 10:15:41 JST 2004
+pbuilder-time-stamp: 1090631741
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -54,9 +54,9 @@ Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.12 [66.6kB]
Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.11 [353kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2693kB in 0s (3787kB/s)
+Fetched 2693kB in 1s (2069kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7560 files and directories currently installed.)
+(Reading database ... 7593 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -124,9 +124,9 @@ Need to get 70.4kB of archives.
After unpacking 258kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.0.4 [70.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 70.4kB in 0s (1472kB/s)
+Fetched 70.4kB in 0s (822kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8372 files and directories currently installed.)
+(Reading database ... 8403 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.0.4_i386.deb) ...
Setting up fakeroot (1.0.4) ...
Copying source file
@@ -443,7 +443,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:38:56 UTC 2004
+Sat Jul 24 01:17:03 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,13 +513,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:39:02 UTC 2004
+Sat Jul 24 01:17:09 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
-dsh: Process terminated (before write).
b: b
+dsh: Process terminated (before write).
a: a
PASS: tests/segv-catcher.sh
l w
@@ -623,10 +623,10 @@ debian: warning: no utmp entry available and LOGNAME not defined; using uid of p
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
+/usr/lib/pbuilder/pbuilder-buildpackage: line 122: 24773 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting dev/pts filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 126: 10771 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-> unmounting proc filesystem
-Current time: Wed Jul 14 06:39:05 JST 2004
-pbuilder-time-stamp: 1089754745
+Current time: Sat Jul 24 10:17:16 JST 2004
+pbuilder-time-stamp: 1090631836
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/9666 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/22688 and its subdirectories
diff --git a/testsuite/normal/pbuilder-build-dsh-sid.log b/testsuite/normal/pbuilder-build-dsh-sid.log
index 24fe151..5b7120d 100644
--- a/testsuite/normal/pbuilder-build-dsh-sid.log
+++ b/testsuite/normal/pbuilder-build-dsh-sid.log
@@ -2,8 +2,8 @@ I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Jul 14 06:33:28 JST 2004
-pbuilder-time-stamp: 1089754408
+Current time: Sat Jul 24 10:11:44 JST 2004
+pbuilder-time-stamp: 1090631504
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -35,7 +35,7 @@ The following NEW packages will be installed:
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2694kB of archives.
+Need to get 2696kB of archives.
After unpacking 10.9MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
@@ -45,18 +45,18 @@ Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.29 [68.0kB]
Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.29 [99.1kB]
Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.09-1 [217kB]
Get:8 http://ring.asahi-net.or.jp sid/main file 4.09-1 [25.9kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-2 [91.0kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.29 [32.5kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-2 [1555kB]
-Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040212 [23.4kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.12 [66.6kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.15 [355kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.16 [355kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2694kB in 0s (2708kB/s)
+Fetched 2696kB in 1s (2470kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7605 files and directories currently installed.)
+(Reading database ... 7618 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -73,19 +73,19 @@ Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-2_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.29_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-2_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.30+20040212_all.deb) ...
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_0.8.12_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.15_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.16_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -97,13 +97,13 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-2) ...
+Setting up gettext-base (0.14.1-5) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-2) ...
+Setting up gettext (0.14.1-5) ...
-Setting up intltool-debian (0.30+20040212) ...
+Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.12) ...
Setting up libdshconfig1 (0.20.11-1) ...
@@ -113,22 +113,22 @@ Setting up debconf (1.4.29) ...
Setting up debconf-utils (1.4.29) ...
-Setting up debhelper (4.2.15) ...
+Setting up debhelper (4.2.16) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 70.4kB of archives.
-After unpacking 258kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.0.4 [70.4kB]
+Need to get 65.8kB of archives.
+After unpacking 254kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.0.5 [65.8kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 70.4kB in 0s (942kB/s)
+Fetched 65.8kB in 0s (570kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8416 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.0.4_i386.deb) ...
-Setting up fakeroot (1.0.4) ...
+(Reading database ... 8430 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.0.5_i386.deb) ...
+Setting up fakeroot (1.0.5) ...
Copying source file
-> copying [testbuild/dsh_0.25.3-1.dsc]
-> copying [testbuild/dsh_0.25.3.orig.tar.gz]
@@ -443,7 +443,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:34:12 UTC 2004
+Sat Jul 24 01:12:21 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -513,7 +513,7 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:34:18 UTC 2004
+Sat Jul 24 01:12:27 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
@@ -625,8 +625,8 @@ dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 21143 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Wed Jul 14 06:34:23 JST 2004
-pbuilder-time-stamp: 1089754463
+/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 861 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
+Current time: Sat Jul 24 10:12:29 JST 2004
+pbuilder-time-stamp: 1090631549
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/20806 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/504 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sarge.log b/testsuite/normal/pbuilder-create-sarge.log
index 7385f77..7e2a1fd 100644
--- a/testsuite/normal/pbuilder-create-sarge.log
+++ b/testsuite/normal/pbuilder-create-sarge.log
@@ -293,8 +293,8 @@ dpkg: libc6: dependency problems, but configuring anyway as you request:
Package libdb1-compat is not installed.
Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Tue Jul 13 21:37:05 UTC 2004.
-Universal Time is now: Tue Jul 13 21:37:05 UTC 2004.
+Local time is now: Sat Jul 24 01:14:41 UTC 2004.
+Universal Time is now: Sat Jul 24 01:14:41 UTC 2004.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
@@ -366,7 +366,7 @@ Unpacking e2fsprogs (from .../e2fsprogs_1.35-6_i386.deb) ...
Selecting previously deselected package findutils.
Unpacking findutils (from .../findutils_4.1.20-4_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-2_i386.deb) ...
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-2_i386.deb) ...
Selecting previously deselected package gzip.
@@ -392,7 +392,7 @@ Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.3.4-2_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -404,19 +404,19 @@ Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libss2.
Unpacking libss2 (from .../libss2_1.35-6_i386.deb) ...
Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-2_i386.deb) ...
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.35-6_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-28.4_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-29_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-28.4_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-29_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-28.4_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-29_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
@@ -430,13 +430,13 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-28.4_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-29_i386.deb) ...
Preparing to replace perl-base 5.8.3-3 (using .../perl-base_5.8.3-3_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
-Unpacking sed (from .../archives/sed_4.0.9-5_i386.deb) ...
+Unpacking sed (from .../archives/sed_4.1.1-1_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
-Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9-4_i386.deb) ...
+Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-3_i386.deb) ...
Selecting previously deselected package sysv-rc.
Unpacking sysv-rc (from .../sysv-rc_2.85-22_all.deb) ...
Selecting previously deselected package sysvinit.
@@ -473,11 +473,11 @@ Setting up sysv-rc (2.85-22) ...
Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.3-base (3.3.4-2) ...
+Setting up gcc-3.3-base (3.3.4-3) ...
Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Tue Jul 13 21:37:15 UTC 2004.
-Universal Time is now: Tue Jul 13 21:37:15 UTC 2004.
+Local time is now: Sat Jul 24 01:14:48 UTC 2004.
+Universal Time is now: Sat Jul 24 01:14:48 UTC 2004.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
@@ -495,9 +495,9 @@ Setting up tar (1.13.93-4) ...
Setting up zlib1g (1.2.1.1-3) ...
-Setting up slang1a-utf8 (1.4.9-4) ...
+Setting up slang1a-utf8 (1.4.9dbs-3) ...
-Setting up libgcc1 (3.3.4-2) ...
+Setting up libgcc1 (3.3.4-3) ...
Setting up mount (2.12-3) ...
@@ -505,7 +505,7 @@ Setting up libncurses5 (5.4-4) ...
Setting up libattr1 (2.4.16-1) ...
-Setting up sed (4.0.9-5) ...
+Setting up sed (4.1.1-1) ...
Setting up e2fslibs (1.35-6) ...
@@ -532,7 +532,7 @@ Setting up libdb3 (3.2.9-20) ...
Setting up util-linux (2.12-3) ...
-Setting up libstdc++5 (3.3.4-2) ...
+Setting up libstdc++5 (3.3.4-3) ...
Setting up coreutils (5.0.91-2) ...
@@ -549,9 +549,9 @@ Setting up gzip (1.3.5-8) ...
Setting up dselect (1.10.22) ...
Setting up bash (2.05b-15) ...
-Setting up login (4.0.3-28.4) ...
+Setting up login (4.0.3-29) ...
-Setting up passwd (4.0.3-28.4) ...
+Setting up passwd (4.0.3-29) ...
Setting up dpkg (1.10.22) ...
@@ -563,8 +563,8 @@ init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
-(Reading database ... 3959 files and directories currently installed.)
-Unpacking apt (from .../archives/apt_0.5.25_i386.deb) ...
+(Reading database ... 3974 files and directories currently installed.)
+Unpacking apt (from .../archives/apt_0.5.26_i386.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.14.90.0.7-8_i386.deb) ...
Selecting previously deselected package cpio.
@@ -572,17 +572,17 @@ Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a3.3.4-1_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-2_i386.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.10.22_all.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a3.3.4-1_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.4-2_i386.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a3.3.4-1_i386.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-2_i386.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-13_i386.deb) ...
Selecting previously deselected package libdb4.0.
@@ -590,7 +590,7 @@ Unpacking libdb4.0 (from .../libdb4.0_4.0.14-2_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.4-2_i386.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.4-3_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-16_i386.deb) ...
Selecting previously deselected package make.
@@ -602,8 +602,8 @@ Unpacking perl (from .../archives/perl_5.8.3-3_i386.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.3-3_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.4-2) ...
-Setting up apt (0.5.25) ...
+Setting up cpp-3.3 (3.3.4-3) ...
+Setting up apt (0.5.26) ...
Setting up patch (2.5.9-1) ...
Setting up libdb4.0 (4.0.14-2) ...
@@ -616,22 +616,22 @@ Setting up cpio (2.5-1.1) ...
Setting up binutils (2.14.90.0.7-8) ...
-Setting up gcc-3.3 (3.3.4-2) ...
+Setting up gcc-3.3 (3.3.4-3) ...
Setting up libc6-dev (2.3.2.ds1-13) ...
Setting up gcc (3.3.4-1) ...
-Setting up libstdc++5-3.3-dev (3.3.4-2) ...
+Setting up libstdc++5-3.3-dev (3.3.4-3) ...
Setting up perl-modules (5.8.3-3) ...
Setting up perl (5.8.3-3) ...
-Setting up g++-3.3 (3.3.4-2) ...
+Setting up g++-3.3 (3.3.4-3) ...
Setting up dpkg-dev (1.10.22) ...
Setting up g++ (3.3.4-1) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/5675/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/5675/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/5675/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/18208/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/18208/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/18208/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -640,9 +640,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sarge/main Packages [2984kB]
+Get:1 http://ring.asahi-net.or.jp sarge/main Packages [3017kB]
Get:2 http://ring.asahi-net.or.jp sarge/main Release [81B]
-Fetched 2984kB in 1s (2158kB/s)
+Fetched 3017kB in 1s (2261kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -658,13 +658,13 @@ The following NEW packages will be installed:
Need to get 6450B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main build-essential 10 [6450B]
-Fetched 6450B in 0s (321kB/s)
+Fetched 6450B in 0s (317kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7551 files and directories currently installed.)
+(Reading database ... 7584 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10_i386.deb) ...
Setting up build-essential (10) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//5675 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//18208 and its subdirectories
diff --git a/testsuite/normal/pbuilder-create-sid.log b/testsuite/normal/pbuilder-create-sid.log
index cdad6c3..b356e7e 100644
--- a/testsuite/normal/pbuilder-create-sid.log
+++ b/testsuite/normal/pbuilder-create-sid.log
@@ -266,83 +266,80 @@ dpkg: base-files: dependency problems, but configuring anyway as you request:
Package awk is not installed.
Setting up base-files (3.0.16) ...
-dpkg: regarding .../archives/dpkg_1.10.22_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.22_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.22 (using .../archives/dpkg_1.10.22_i386.deb) ...
+Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.22) ...
+Setting up dpkg (1.10.23) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 254 files and directories currently installed.)
+(Reading database ... 257 files and directories currently installed.)
Unpacking libc6 (from .../libc6_2.3.2.ds1-13_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Tue Jul 13 21:32:34 UTC 2004.
-Universal Time is now: Tue Jul 13 21:32:34 UTC 2004.
+Local time is now: Sat Jul 24 01:10:44 UTC 2004.
+Universal Time is now: Sat Jul 24 01:10:44 UTC 2004.
Run 'tzconfig' if you wish to change it.
Selecting previously deselected package perl-base.
-(Reading database ... 2266 files and directories currently installed.)
+(Reading database ... 2269 files and directories currently installed.)
Unpacking perl-base (from .../perl-base_5.8.4-2_i386.deb) ...
Setting up perl-base (5.8.4-2) ...
Selecting previously deselected package mawk.
-(Reading database ... 2386 files and directories currently installed.)
+(Reading database ... 2389 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
I: Unpacking required packages...
-(Reading database ... 2405 files and directories currently installed.)
+(Reading database ... 2408 files and directories currently installed.)
Preparing to replace base-files 3.0.16 (using .../base-files_3.0.16_i386.deb) ...
Unpacking replacement base-files ...
Preparing to replace base-passwd 3.5.7 (using .../base-passwd_3.5.7_i386.deb) ...
Unpacking replacement base-passwd ...
Selecting previously deselected package bash.
-dpkg: regarding .../bash_2.05b-17_i386.deb containing bash, pre-dependency problem:
+dpkg: regarding .../bash_2.05b-22_i386.deb containing bash, pre-dependency problem:
bash pre-depends on libncurses5 (>= 5.4-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../bash_2.05b-17_i386.deb) ...
+Unpacking bash (from .../bash_2.05b-22_i386.deb) ...
Selecting previously deselected package bsdutils.
Unpacking bsdutils (from .../bsdutils_1%3a2.12-7_i386.deb) ...
Selecting previously deselected package coreutils.
-dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
+dpkg: regarding .../coreutils_5.2.1-2_i386.deb containing coreutils, pre-dependency problem:
coreutils pre-depends on libacl1 (>= 2.2.11-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
- coreutils pre-depends on libattr1 (>= 2.4.4-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking coreutils (from .../coreutils_5.0.91-2_i386.deb) ...
+Unpacking coreutils (from .../coreutils_5.2.1-2_i386.deb) ...
Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.8.3_i386.deb containing debianutils, pre-dependency problem:
+dpkg: regarding .../debianutils_2.8.4_i386.deb containing debianutils, pre-dependency problem:
debianutils pre-depends on coreutils (>= 4.5.8-1)
coreutils is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.8.3_i386.deb) ...
+Unpacking debianutils (from .../debianutils_2.8.4_i386.deb) ...
Selecting previously deselected package diff.
Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.22_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.22 (using .../archives/dpkg_1.10.22_i386.deb) ...
+Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.22_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.23_i386.deb) ...
Selecting previously deselected package e2fslibs.
Unpacking e2fslibs (from .../e2fslibs_1.35-6_i386.deb) ...
Selecting previously deselected package e2fsprogs.
@@ -366,7 +363,7 @@ Unpacking e2fsprogs (from .../e2fsprogs_1.35-6_i386.deb) ...
Selecting previously deselected package findutils.
Unpacking findutils (from .../findutils_4.1.20-4_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-3_i386.deb) ...
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-2_i386.deb) ...
Selecting previously deselected package gzip.
@@ -392,7 +389,7 @@ Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.3.4-3_i386.deb) ...
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.1-3_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libpam-modules.
@@ -404,19 +401,19 @@ Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libss2.
Unpacking libss2 (from .../libss2_1.35-6_i386.deb) ...
Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-3_i386.deb) ...
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.35-6_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-29_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-29.1_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-29_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-29.1_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-29_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-29.1_i386.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package mount.
@@ -430,7 +427,7 @@ dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-depen
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-29_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-29.1_i386.deb) ...
Preparing to replace perl-base 5.8.4-2 (using .../perl-base_5.8.4-2_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package sed.
@@ -473,11 +470,11 @@ Setting up sysv-rc (2.85-22) ...
Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.3-base (3.3.4-3) ...
+Setting up gcc-3.3-base (3.3.4-5) ...
Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Tue Jul 13 21:32:42 UTC 2004.
-Universal Time is now: Tue Jul 13 21:32:42 UTC 2004.
+Local time is now: Sat Jul 24 01:10:55 UTC 2004.
+Universal Time is now: Sat Jul 24 01:10:55 UTC 2004.
Run 'tzconfig' if you wish to change it.
Setting up libcap1 (1.10-14) ...
@@ -497,7 +494,7 @@ Setting up zlib1g (1.2.1.1-5) ...
Setting up slang1a-utf8 (1.4.9dbs-3) ...
-Setting up libgcc1 (3.3.4-3) ...
+Setting up libgcc1 (3.4.1-3) ...
Setting up mount (2.12-7) ...
@@ -532,11 +529,11 @@ Setting up libdb3 (3.2.9-20) ...
Setting up util-linux (2.12-7) ...
-Setting up libstdc++5 (3.3.4-3) ...
+Setting up libstdc++5 (3.3.4-5) ...
-Setting up coreutils (5.0.91-2) ...
+Setting up coreutils (5.2.1-2) ...
-Setting up debianutils (2.8.3) ...
+Setting up debianutils (2.8.4) ...
Setting up ncurses-bin (5.4-4) ...
@@ -546,14 +543,14 @@ Setting up base-files (3.0.16) ...
Setting up gzip (1.3.5-8) ...
-Setting up dselect (1.10.22) ...
-Setting up login (4.0.3-29) ...
+Setting up dselect (1.10.23) ...
+Setting up login (4.0.3-29.1) ...
-Setting up passwd (4.0.3-29) ...
+Setting up passwd (4.0.3-29.1) ...
-Setting up dpkg (1.10.22) ...
+Setting up dpkg (1.10.23) ...
-Setting up bash (2.05b-17) ...
+Setting up bash (2.05b-22) ...
Setting up initscripts (2.85-22) ...
@@ -563,26 +560,26 @@ init: timeout opening/writing control channel /dev/initctl
I: Installing base packages...
Selecting previously deselected package apt.
-(Reading database ... 3976 files and directories currently installed.)
+(Reading database ... 3981 files and directories currently installed.)
Unpacking apt (from .../archives/apt_0.5.26_i386.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.14.90.0.7-8_i386.deb) ...
Selecting previously deselected package cpio.
Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.4-1_i386.deb) ...
+Unpacking cpp (from .../cpp_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-3_i386.deb) ...
+Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.22_all.deb) ...
+Unpacking dpkg-dev (from .../dpkg-dev_1.10.23_all.deb) ...
Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.4-1_i386.deb) ...
+Unpacking g++ (from .../g++_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.4-3_i386.deb) ...
+Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.4-1_i386.deb) ...
+Unpacking gcc (from .../gcc_4%3a3.3.4-2_i386.deb) ...
Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-3_i386.deb) ...
+Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-13_i386.deb) ...
Selecting previously deselected package libdb4.2.
@@ -590,47 +587,47 @@ Unpacking libdb4.2 (from .../libdb4.2_4.2.52-16_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.4-3_i386.deb) ...
+Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.4-5_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-16_i386.deb) ...
Selecting previously deselected package make.
-Unpacking make (from .../archives/make_3.80-8_i386.deb) ...
+Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-1_i386.deb) ...
+Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../archives/perl_5.8.4-2_i386.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.4-2_all.deb) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up cpp-3.3 (3.3.4-3) ...
+Setting up cpp-3.3 (3.3.4-5) ...
Setting up apt (0.5.26) ...
-Setting up patch (2.5.9-1) ...
+Setting up patch (2.5.9-2) ...
Setting up libdb4.2 (4.2.52-16) ...
Setting up linux-kernel-headers (2.5.999-test7-bk-16) ...
-Setting up cpp (3.3.4-1) ...
-Setting up make (3.80-8) ...
+Setting up cpp (3.3.4-2) ...
+Setting up make (3.80-9) ...
Setting up cpio (2.5-1.1) ...
Setting up binutils (2.14.90.0.7-8) ...
-Setting up gcc-3.3 (3.3.4-3) ...
+Setting up gcc-3.3 (3.3.4-5) ...
Setting up libc6-dev (2.3.2.ds1-13) ...
-Setting up gcc (3.3.4-1) ...
+Setting up gcc (3.3.4-2) ...
-Setting up libstdc++5-3.3-dev (3.3.4-3) ...
+Setting up libstdc++5-3.3-dev (3.3.4-5) ...
Setting up perl-modules (5.8.4-2) ...
Setting up perl (5.8.4-2) ...
-Setting up g++-3.3 (3.3.4-3) ...
-Setting up dpkg-dev (1.10.22) ...
-Setting up g++ (3.3.4-1) ...
+Setting up g++-3.3 (3.3.4-5) ...
+Setting up dpkg-dev (1.10.23) ...
+Setting up g++ (3.3.4-2) ...
I: Base system installed successfully.
-umount: /var/cache/pbuilder/build/16828/./dev/pts: not mounted
-umount: /var/cache/pbuilder/build/16828/./dev/shm: not mounted
-umount: /var/cache/pbuilder/build/16828/./proc/bus/usb: not mounted
+umount: /var/cache/pbuilder/build/25527/./dev/pts: not mounted
+umount: /var/cache/pbuilder/build/25527/./dev/shm: not mounted
+umount: /var/cache/pbuilder/build/25527/./proc/bus/usb: not mounted
-> debootstrap finished
-> copying local configuration
-> Installing apt-lines
@@ -639,9 +636,9 @@ Refreshing the base.tgz
-> mounting /proc filesystem
-> mounting /dev/pts filesystem
-> installing dummy policy-rc.d
-Get:1 http://ring.asahi-net.or.jp sid/main Packages [3133kB]
+Get:1 http://ring.asahi-net.or.jp sid/main Packages [3163kB]
Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
-Fetched 3133kB in 1s (2239kB/s)
+Fetched 3163kB in 1s (2346kB/s)
Reading Package Lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
Reading Package Lists...
@@ -657,13 +654,13 @@ The following NEW packages will be installed:
Need to get 6450B of archives.
After unpacking 49.2kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main build-essential 10 [6450B]
-Fetched 6450B in 0s (102kB/s)
+Fetched 6450B in 0s (73.2kB/s)
Selecting previously deselected package build-essential.
-(Reading database ... 7596 files and directories currently installed.)
+(Reading database ... 7609 files and directories currently installed.)
Unpacking build-essential (from .../build-essential_10_i386.deb) ...
Setting up build-essential (10) ...
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//16828 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//25527 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sarge.log b/testsuite/normal/pbuilder-execute-sarge.log
index 924873b..50ab25a 100644
--- a/testsuite/normal/pbuilder-execute-sarge.log
+++ b/testsuite/normal/pbuilder-execute-sarge.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//27762 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//24401 and its subdirectories
diff --git a/testsuite/normal/pbuilder-execute-sid.log b/testsuite/normal/pbuilder-execute-sid.log
index e2a4cd7..c06ec35 100644
--- a/testsuite/normal/pbuilder-execute-sid.log
+++ b/testsuite/normal/pbuilder-execute-sid.log
@@ -10,4 +10,4 @@ Building the build Environment
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
- -> removing directory /var/cache/pbuilder/build//5594 and its subdirectories
+ -> removing directory /var/cache/pbuilder/build//18123 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sarge.log b/testsuite/normal/pdebuild-internal-sarge.log
index 34b3ca3..9e4a71c 100644
--- a/testsuite/normal/pdebuild-internal-sarge.log
+++ b/testsuite/normal/pdebuild-internal-sarge.log
@@ -1,4 +1,3 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -23,8 +22,8 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2934kB of archives.
-After unpacking 9153kB of additional disk space will be used.
+Need to get 2931kB of archives.
+After unpacking 9146kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sarge/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sarge/main libtext-charwidth-perl 0.04-1 [11.0kB]
@@ -33,11 +32,11 @@ Get:5 http://ring.asahi-net.or.jp sarge/main debconf-i18n 1.4.29 [68.0kB]
Get:6 http://ring.asahi-net.or.jp sarge/main debconf 1.4.29 [99.1kB]
Get:7 http://ring.asahi-net.or.jp sarge/main libssl0.9.7 0.9.7d-3 [2171kB]
Get:8 http://ring.asahi-net.or.jp sarge/main wget 1.9.1-4 [424kB]
-Get:9 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.39 [62.1kB]
+Get:9 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.39.1 [59.4kB]
Get:10 http://ring.asahi-net.or.jp sarge/main pbuilder 0.107 [60.5kB]
-Fetched 2934kB in 0s (3839kB/s)
+Fetched 2931kB in 1s (2733kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7560 files and directories currently installed.)
+(Reading database ... 7593 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -54,7 +53,7 @@ Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-3_i386.deb) ...
Selecting previously deselected package wget.
Unpacking wget (from .../archives/wget_1.9.1-4_i386.deb) ...
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.39_i386.deb) ...
+Unpacking debootstrap (from .../debootstrap_0.2.39.1_i386.deb) ...
Selecting previously deselected package pbuilder.
Unpacking pbuilder (from .../pbuilder_0.107_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
@@ -68,7 +67,7 @@ Setting up libssl0.9.7 (0.9.7d-3) ...
Setting up wget (1.9.1-4) ...
-Setting up debootstrap (0.2.39) ...
+Setting up debootstrap (0.2.39.1) ...
Setting up pbuilder (0.107) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
@@ -102,9 +101,9 @@ Get:9 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.11 [353kB]
Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2477kB in 0s (4005kB/s)
+Fetched 2477kB in 0s (3017kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 7919 files and directories currently installed.)
+(Reading database ... 7950 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
@@ -439,7 +438,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:40:40 UTC 2004
+Sat Jul 24 01:20:41 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -509,13 +508,13 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:40:46 UTC 2004
+Sat Jul 24 01:20:47 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
-dsh: Process terminated (before write).
b: b
+dsh: Process terminated (before write).
a: a
PASS: tests/segv-catcher.sh
l w
@@ -610,4 +609,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/22140 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/13241 and its subdirectories
diff --git a/testsuite/normal/pdebuild-internal-sid.log b/testsuite/normal/pdebuild-internal-sid.log
index 19b78c2..576efbb 100644
--- a/testsuite/normal/pdebuild-internal-sid.log
+++ b/testsuite/normal/pdebuild-internal-sid.log
@@ -1,4 +1,3 @@
-W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -23,21 +22,21 @@ The following NEW packages will be installed:
debconf debconf-i18n debootstrap liblocale-gettext-perl libssl0.9.7
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl pbuilder wget
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2931kB of archives.
-After unpacking 9146kB of additional disk space will be used.
+Need to get 2932kB of archives.
+After unpacking 9196kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
Get:3 http://ring.asahi-net.or.jp sid/main libtext-charwidth-perl 0.04-1 [11.0kB]
Get:4 http://ring.asahi-net.or.jp sid/main libtext-wrapi18n-perl 0.06-1 [8442B]
Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.29 [68.0kB]
Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.29 [99.1kB]
-Get:7 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7d-3.1 [2172kB]
+Get:7 http://ring.asahi-net.or.jp sid/main libssl0.9.7 0.9.7d-4 [2172kB]
Get:8 http://ring.asahi-net.or.jp sid/main wget 1.9.1-4 [424kB]
-Get:9 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.39.1 [59.4kB]
-Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.108 [60.6kB]
-Fetched 2931kB in 0s (3557kB/s)
+Get:9 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.39.2 [59.4kB]
+Get:10 http://ring.asahi-net.or.jp sid/main pbuilder 0.111 [60.8kB]
+Fetched 2932kB in 0s (3369kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7605 files and directories currently installed.)
+(Reading database ... 7618 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -50,13 +49,13 @@ Unpacking debconf-i18n (from .../debconf-i18n_1.4.29_all.deb) ...
Selecting previously deselected package debconf.
Unpacking debconf (from .../debconf_1.4.29_all.deb) ...
Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-3.1_i386.deb) ...
+Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-4_i386.deb) ...
Selecting previously deselected package wget.
Unpacking wget (from .../archives/wget_1.9.1-4_i386.deb) ...
Selecting previously deselected package debootstrap.
-Unpacking debootstrap (from .../debootstrap_0.2.39.1_i386.deb) ...
+Unpacking debootstrap (from .../debootstrap_0.2.39.2_i386.deb) ...
Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../pbuilder_0.108_all.deb) ...
+Unpacking pbuilder (from .../pbuilder_0.111_all.deb) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up libtext-iconv-perl (1.2-3) ...
Setting up libtext-charwidth-perl (0.04-1) ...
@@ -64,12 +63,12 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up debconf-i18n (1.4.29) ...
Setting up debconf (1.4.29) ...
-Setting up libssl0.9.7 (0.9.7d-3.1) ...
+Setting up libssl0.9.7 (0.9.7d-4) ...
Setting up wget (1.9.1-4) ...
-Setting up debootstrap (0.2.39.1) ...
-Setting up pbuilder (0.108) ...
+Setting up debootstrap (0.2.39.2) ...
+Setting up pbuilder (0.111) ...
Setting DEBBUILDOPTS=
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
-> Considering debhelper (>> 3.0.0)
@@ -88,40 +87,40 @@ The following NEW packages will be installed:
debconf-utils debhelper file gettext gettext-base html2text intltool-debian
libdshconfig1 libdshconfig1-dev libmagic1 po-debconf
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2479kB of archives.
-After unpacking 8773kB of additional disk space will be used.
+Need to get 2481kB of archives.
+After unpacking 8785kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.09-1 [217kB]
Get:2 http://ring.asahi-net.or.jp sid/main file 4.09-1 [25.9kB]
-Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-2 [91.0kB]
+Get:3 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
Get:4 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.29 [32.5kB]
Get:5 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-2 [1555kB]
-Get:7 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040212 [23.4kB]
+Get:6 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:7 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
Get:8 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.12 [66.6kB]
-Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.15 [355kB]
+Get:9 http://ring.asahi-net.or.jp sid/main debhelper 4.2.16 [355kB]
Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:11 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 2479kB in 0s (3506kB/s)
+Fetched 2481kB in 0s (4116kB/s)
Selecting previously deselected package libmagic1.
-(Reading database ... 7962 files and directories currently installed.)
+(Reading database ... 7975 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-2_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.29_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-2_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.30+20040212_all.deb) ...
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_0.8.12_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.15_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.16_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -129,17 +128,17 @@ Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.11-1_i386.deb) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-2) ...
+Setting up gettext-base (0.14.1-5) ...
Setting up debconf-utils (1.4.29) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-2) ...
+Setting up gettext (0.14.1-5) ...
-Setting up intltool-debian (0.30+20040212) ...
+Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.12) ...
-Setting up debhelper (4.2.15) ...
+Setting up debhelper (4.2.16) ...
Setting up libdshconfig1 (0.20.11-1) ...
Setting up libdshconfig1-dev (0.20.11-1) ...
@@ -439,7 +438,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:36:04 UTC 2004
+Sat Jul 24 01:13:51 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -509,12 +508,11 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:36:10 UTC 2004
+Sat Jul 24 01:13:57 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
-dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -610,4 +608,4 @@ dpkg-buildpackage: full upload (original source is included)
-> unmounting proc filesystem
-> unmounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/32368 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/12316 and its subdirectories
diff --git a/testsuite/normal/pdebuild-normal-sarge.log b/testsuite/normal/pdebuild-normal-sarge.log
index 0232583..654b0bd 100644
--- a/testsuite/normal/pdebuild-normal-sarge.log
+++ b/testsuite/normal/pdebuild-normal-sarge.log
@@ -25,13 +25,12 @@ dpkg-source: building dsh in dsh_0.25.3-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Jul 14 06:39:11 JST 2004
-pbuilder-time-stamp: 1089754751
+Current time: Sat Jul 24 10:17:23 JST 2004
+pbuilder-time-stamp: 1090631843
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -82,9 +81,9 @@ Get:14 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.12 [66.6kB]
Get:15 http://ring.asahi-net.or.jp sarge/main debhelper 4.2.11 [353kB]
Get:16 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2693kB in 1s (2656kB/s)
+Fetched 2693kB in 0s (3921kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7560 files and directories currently installed.)
+(Reading database ... 7593 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -152,9 +151,9 @@ Need to get 70.4kB of archives.
After unpacking 258kB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 1.0.4 [70.4kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 70.4kB in 0s (628kB/s)
+Fetched 70.4kB in 0s (915kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8372 files and directories currently installed.)
+(Reading database ... 8403 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.0.4_i386.deb) ...
Setting up fakeroot (1.0.4) ...
Copying source file
@@ -474,7 +473,7 @@ PASS: tests/param-r-invalid.sh
1: 1
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:39:49 UTC 2004
+Sat Jul 24 01:18:39 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -544,11 +543,12 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:39:55 UTC 2004
+Sat Jul 24 01:18:45 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+dsh: Process terminated (before write).
b: b
a: a
PASS: tests/segv-catcher.sh
@@ -655,8 +655,8 @@ dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 16814 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Wed Jul 14 06:39:57 JST 2004
-pbuilder-time-stamp: 1089754797
+Current time: Sat Jul 24 10:18:51 JST 2004
+pbuilder-time-stamp: 1090631931
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/16481 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/1674 and its subdirectories
+/usr/lib/pbuilder/pbuilder-buildpackage: line 1: 4290 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
diff --git a/testsuite/normal/pdebuild-normal-sid.log b/testsuite/normal/pdebuild-normal-sid.log
index 5f01d1e..d8484ad 100644
--- a/testsuite/normal/pdebuild-normal-sid.log
+++ b/testsuite/normal/pdebuild-normal-sid.log
@@ -25,13 +25,12 @@ dpkg-source: building dsh in dsh_0.25.3-1.dsc
dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
-W: /home/dancer/.pbuilderrc does not exist
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Wed Jul 14 06:34:27 JST 2004
-pbuilder-time-stamp: 1089754467
+Current time: Sat Jul 24 10:12:32 JST 2004
+pbuilder-time-stamp: 1090631552
Building the build Environment
-> extracting base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
-> creating local configuration
@@ -63,7 +62,7 @@ The following NEW packages will be installed:
liblocale-gettext-perl libmagic1 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2694kB of archives.
+Need to get 2696kB of archives.
After unpacking 10.9MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sid/main liblocale-gettext-perl 1.01-17 [16.8kB]
Get:2 http://ring.asahi-net.or.jp sid/main libtext-iconv-perl 1.2-3 [12.2kB]
@@ -73,18 +72,18 @@ Get:5 http://ring.asahi-net.or.jp sid/main debconf-i18n 1.4.29 [68.0kB]
Get:6 http://ring.asahi-net.or.jp sid/main debconf 1.4.29 [99.1kB]
Get:7 http://ring.asahi-net.or.jp sid/main libmagic1 4.09-1 [217kB]
Get:8 http://ring.asahi-net.or.jp sid/main file 4.09-1 [25.9kB]
-Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-2 [91.0kB]
+Get:9 http://ring.asahi-net.or.jp sid/main gettext-base 0.14.1-5 [91.3kB]
Get:10 http://ring.asahi-net.or.jp sid/main debconf-utils 1.4.29 [32.5kB]
Get:11 http://ring.asahi-net.or.jp sid/main html2text 1.3.2a-1 [89.3kB]
-Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-2 [1555kB]
-Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040212 [23.4kB]
+Get:12 http://ring.asahi-net.or.jp sid/main gettext 0.14.1-5 [1557kB]
+Get:13 http://ring.asahi-net.or.jp sid/main intltool-debian 0.30+20040213 [23.5kB]
Get:14 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.12 [66.6kB]
-Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.15 [355kB]
+Get:15 http://ring.asahi-net.or.jp sid/main debhelper 4.2.16 [355kB]
Get:16 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.11-1 [10.7kB]
Get:17 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.11-1 [12.4kB]
-Fetched 2694kB in 0s (3737kB/s)
+Fetched 2696kB in 0s (4482kB/s)
Selecting previously deselected package liblocale-gettext-perl.
-(Reading database ... 7605 files and directories currently installed.)
+(Reading database ... 7618 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
@@ -101,19 +100,19 @@ Unpacking libmagic1 (from .../libmagic1_4.09-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.09-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.14.1-2_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
Selecting previously deselected package debconf-utils.
Unpacking debconf-utils (from .../debconf-utils_1.4.29_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-1_i386.deb) ...
Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.14.1-2_i386.deb) ...
+Unpacking gettext (from .../gettext_0.14.1-5_i386.deb) ...
Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.30+20040212_all.deb) ...
+Unpacking intltool-debian (from .../intltool-debian_0.30+20040213_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_0.8.12_all.deb) ...
Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.2.15_all.deb) ...
+Unpacking debhelper (from .../debhelper_4.2.16_all.deb) ...
Selecting previously deselected package libdshconfig1.
Unpacking libdshconfig1 (from .../libdshconfig1_0.20.11-1_i386.deb) ...
Selecting previously deselected package libdshconfig1-dev.
@@ -125,13 +124,13 @@ Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up libmagic1 (4.09-1) ...
Setting up file (4.09-1) ...
-Setting up gettext-base (0.14.1-2) ...
+Setting up gettext-base (0.14.1-5) ...
Setting up html2text (1.3.2a-1) ...
-Setting up gettext (0.14.1-2) ...
+Setting up gettext (0.14.1-5) ...
-Setting up intltool-debian (0.30+20040212) ...
+Setting up intltool-debian (0.30+20040213) ...
Setting up po-debconf (0.8.12) ...
Setting up libdshconfig1 (0.20.11-1) ...
@@ -141,22 +140,22 @@ Setting up debconf (1.4.29) ...
Setting up debconf-utils (1.4.29) ...
-Setting up debhelper (4.2.15) ...
+Setting up debhelper (4.2.16) ...
-> Finished parsing the build-deps
Reading Package Lists...
Building Dependency Tree...
The following NEW packages will be installed:
fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 70.4kB of archives.
-After unpacking 258kB of additional disk space will be used.
-Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.0.4 [70.4kB]
+Need to get 65.8kB of archives.
+After unpacking 254kB of additional disk space will be used.
+Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 1.0.5 [65.8kB]
debconf: delaying package configuration, since apt-utils is not installed
-Fetched 70.4kB in 0s (1516kB/s)
+Fetched 65.8kB in 0s (1413kB/s)
Selecting previously deselected package fakeroot.
-(Reading database ... 8416 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_1.0.4_i386.deb) ...
-Setting up fakeroot (1.0.4) ...
+(Reading database ... 8430 files and directories currently installed.)
+Unpacking fakeroot (from .../fakeroot_1.0.5_i386.deb) ...
+Setting up fakeroot (1.0.5) ...
Copying source file
-> copying [../dsh_0.25.3-1.dsc]
-> copying [../dsh_0.25.3.orig.tar.gz]
@@ -474,7 +473,7 @@ PASS: tests/param-r-invalid.sh
2: 2
dsh: fork limit and wait shell cannot be specified at the same time
PASS: tests/param-F-invalid.sh
-Tue Jul 13 21:35:08 UTC 2004
+Sat Jul 24 01:13:06 UTC 2004
1: Using sleep as the remote shell
1: Show machine names on output
1: Adding machine 5,4,3,2,1 to list
@@ -544,14 +543,14 @@ Adding machine 5,4,3,2,1 to list
Setting forklimit to 3 and wait_shell to 0
... Waiting for process to end with waitpid
... Waiting for process to end with waitpid
-Tue Jul 13 21:35:14 UTC 2004
+Sat Jul 24 01:13:12 UTC 2004
PASS: tests/param-F-forklimit.sh
PASS: tests/param-gnu-getopt.sh
PASS: tests/news-okay.sh
c: c
+b: b
dsh: Process terminated (before write).
a: a
-b: b
PASS: tests/segv-catcher.sh
l w
PASS: tests/test-bufferoverflow.sh
@@ -656,8 +655,8 @@ dpkg-buildpackage: full upload (original source is included)
-> Terminate timeout process
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 27034 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Wed Jul 14 06:35:17 JST 2004
-pbuilder-time-stamp: 1089754517
+Current time: Sat Jul 24 10:13:14 JST 2004
+pbuilder-time-stamp: 1090631594
-> cleaning the build env
- -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/26701 and its subdirectories
+ -> removing directory /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/6450 and its subdirectories
+/usr/lib/pbuilder/pbuilder-buildpackage: line 1: 6804 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
diff --git a/testsuite/normal/vmstat b/testsuite/normal/vmstat
index afd8340..4c0b9e2 100644
--- a/testsuite/normal/vmstat
+++ b/testsuite/normal/vmstat
@@ -1,543 +1,673 @@
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
- 1 2 0 57848 32624 230976 0 0 275 522 1159 597 26 5 52 16
- 1 0 0 56080 32708 231672 0 0 376 840 1812 73848 39 18 9 34
- 1 0 0 48592 32712 235608 0 0 20 0 3750 3369 59 12 28 1
- 1 0 0 44752 32720 239364 0 0 0 0 1294 430 97 3 0 0
- 1 0 0 41104 32740 242888 0 0 0 0 1307 657 94 6 0 0
- 4 1 0 41424 32744 243800 0 0 12 14128 1403 650 86 8 0 6
- 1 0 0 41552 32764 243912 0 0 0 2092 1357 694 83 17 0 0
- 1 0 0 41424 32764 244016 0 0 0 0 1292 739 83 17 0 0
- 1 0 0 41296 32764 244132 0 0 0 0 1292 703 87 13 0 0
- 1 0 0 41168 32764 244248 0 0 0 0 1294 666 87 13 0 0
- 3 0 0 40912 32776 244372 0 0 0 264 1297 671 87 13 0 0
- 2 0 0 40976 32784 244472 0 0 0 604 1297 557 89 11 0 0
- 5 0 0 39632 32804 245632 0 0 4 0 2474 1837 64 13 22 1
- 0 0 0 37200 32816 247952 0 0 4 0 4024 3763 32 20 47 0
- 0 0 0 35088 32824 249924 0 0 36 0 3509 3279 53 14 33 0
- 0 0 0 32400 32840 252496 0 0 0 6816 4192 3929 35 18 38 10
- 2 0 0 30224 32860 254644 0 0 4 620 3647 3326 39 18 42 1
- 0 0 0 29072 32884 255712 0 0 4 0 2497 1665 43 14 43 0
- 0 0 0 26704 32892 258016 0 0 0 0 3838 3466 38 16 46 0
- 0 0 0 25104 32908 259596 0 0 4 0 3083 2625 45 18 35 2
- 2 1 0 24848 32908 259820 0 0 0 7568 1606 846 57 17 20 6
- 1 0 0 19920 32936 264676 0 0 0 732 6730 7210 23 18 56 3
- 0 0 0 17232 32940 267332 0 0 0 112 4259 3988 42 19 39 0
- 1 0 0 16656 32948 267892 0 0 0 0 1889 1116 52 15 33 0
- 0 0 0 15888 32956 268636 0 0 0 0 2045 1370 56 18 26 0
- 2 0 0 15312 32980 269084 0 0 0 8816 1888 1105 62 17 16 4
- 1 0 0 14144 32992 270252 0 0 0 548 2529 1825 55 16 29 0
- 0 0 0 11980 33000 272196 0 0 0 912 3607 2903 46 15 40 0
- 0 0 0 11352 33012 272952 0 0 0 0 2102 1312 55 16 29 0
- 1 0 0 10412 33024 273824 0 0 0 360 2202 1426 59 16 25 0
- 1 0 0 7208 33036 276936 0 0 0 6400 4896 4701 33 18 41 8
- 1 0 0 5388 33048 278708 0 0 0 324 3216 2575 48 15 36 0
- 0 0 0 3344 33056 280704 0 0 0 0 3523 3126 52 16 32 0
- 0 0 0 3576 32816 280756 0 0 0 0 1947 1170 67 15 17 0
- 0 0 0 4092 32568 280508 0 0 56 0 1907 1129 53 14 31 2
- 2 2 0 3256 32536 279664 0 0 136 17216 1452 10372 54 32 3 11
- 1 0 0 3064 31876 280352 0 0 68 3096 1513 7396 43 21 0 36
- 3 0 0 3128 31872 277868 0 0 92 140 1314 10080 57 40 0 3
- 0 2 0 3724 32408 273648 0 0 204 10952 1444 3551 37 32 1 30
- 1 1 0 3660 32408 273816 0 0 0 18376 1570 612 36 3 0 61
- 3 0 0 3920 32684 272900 0 0 140 4600 1551 876 24 9 1 66
- 2 1 0 3408 31048 274472 0 0 0 5672 1412 8653 61 25 2 12
- 1 1 0 17624 26524 264132 0 0 0 16888 1469 2898 33 31 0 35
- 0 1 0 18208 26936 263060 0 0 12 6744 1468 3517 58 23 4 15
- 4 0 0 17032 27332 263716 0 0 8 10480 1465 7442 48 24 2 26
- 0 1 0 16276 27964 263812 0 0 8 11528 1652 5138 38 24 5 34
- 1 0 0 2896 27864 275948 0 0 0 1060 1337 8842 53 40 1 6
- 0 1 0 18092 27276 262244 0 0 0 17252 1613 457 24 10 0 67
- 0 2 0 16556 27712 263304 0 0 4 8204 1669 3040 27 15 4 54
- 3 0 0 15204 28128 263996 0 0 48 8296 1546 3972 38 21 4 37
- 3 0 0 19416 28500 261752 0 0 20 10168 1552 3931 39 20 3 37
- 1 0 0 17752 29276 261932 0 0 0 6248 1750 2080 44 15 10 32
- 1 0 0 17052 29956 261924 0 0 0 4928 1650 2184 52 16 8 24
- 0 0 0 16796 30276 261768 0 0 0 3008 1500 1126 29 10 45 17
- 1 0 0 16732 30276 261880 0 0 0 0 1280 323 20 1 79 0
- 0 0 0 16604 30276 262004 0 0 0 0 1285 344 20 1 79 0
- 2 0 0 9504 30512 267664 0 0 0 5180 1433 4334 42 14 38 7
- 2 0 0 3728 28812 274848 0 0 0 16332 1573 8948 47 22 2 29
- 2 0 0 3728 28108 275100 0 0 8 14832 1506 8807 45 24 1 31
- 0 2 0 3152 28460 273880 0 0 1432 12548 1470 6511 36 28 1 34
- 0 2 0 3088 28652 273044 0 0 424 13736 1514 7981 42 25 1 32
- 0 3 4 3280 27864 272768 0 0 0 11568 1534 5992 37 19 1 44
- 0 2 4 4948 28016 272884 0 0 0 4012 1662 616 22 5 1 72
- 2 0 4 4508 28252 273192 0 0 0 2096 1643 774 46 5 3 46
- 0 0 4 4088 28436 274684 0 0 248 1532 2954 2690 30 25 18 28
- 2 0 4 7020 23544 276704 0 0 0 0 3269 8865 68 17 15 0
- 1 0 4 15356 23564 268652 0 0 0 12212 1407 345 73 5 0 22
- 2 0 4 8252 23656 275004 0 0 12 15336 1562 729 62 12 1 25
- 0 3 4 43328 23832 240360 0 0 124 832 1372 614 73 6 3 18
- 1 0 4 41664 23864 241604 0 0 112 1064 1326 2848 86 8 0 6
- 1 0 4 39696 23868 243588 0 0 4 0 1281 2504 96 4 0 0
- 1 0 4 37840 23880 245456 0 0 8 0 1288 2658 94 4 0 2
- 2 0 4 35856 23880 247444 0 0 0 0 1281 2361 96 4 0 0
- 2 0 4 33808 23900 249488 0 0 0 228 1287 2582 95 5 0 0
- 1 0 4 32048 23908 251260 0 0 0 9228 1382 3303 94 6 0 0
- 1 0 4 30192 23908 253084 0 0 0 0 1280 2699 97 3 0 0
- 1 0 4 28532 23912 254776 0 0 0 0 1280 3090 94 6 0 0
- 2 0 4 26164 23912 257156 0 0 0 0 1283 2770 96 4 0 0
- 1 0 4 24444 23924 258880 0 0 0 40 1286 3934 92 8 0 0
- 1 0 4 21500 23940 261792 0 0 8 9300 1367 3375 83 6 0 11
- 2 0 4 17468 23952 265824 0 0 8 0 1282 3236 91 7 0 2
- 2 0 4 15612 23956 267648 0 0 0 0 1283 3924 95 5 0 0
- 3 0 4 13500 23956 269760 0 0 372 0 1380 3537 89 7 0 4
- 1 0 4 11772 23968 271488 0 0 0 36 1292 2936 96 4 0 0
- 1 0 4 9768 23976 273308 0 0 0 12388 1404 2937 93 7 0 0
- 2 0 4 7780 23980 275252 0 0 4 0 1444 2854 94 5 0 1
- 1 0 4 5712 23984 277280 0 0 0 0 1288 2629 94 6 0 0
- 2 0 4 3608 24004 279340 0 0 20 0 1284 3327 93 5 0 2
- 1 0 4 3672 23764 279652 0 0 0 40 1283 3949 93 7 0 0
- 1 0 4 3004 23404 280732 0 0 4 9804 1365 2582 92 4 0 4
- 2 0 4 3224 21744 282236 0 0 0 0 1284 2313 96 4 0 0
- 2 2 4 3992 20024 283772 0 0 80 4 1291 2209 89 5 0 6
- 0 1 4 91440 20824 198996 0 0 828 0 1484 1036 26 32 0 43
- 0 1 4 141484 21240 155364 0 0 912 2072 1408 702 24 19 0 57
- 0 1 4 124860 21368 159384 0 0 3968 4540 1474 581 26 3 0 71
- 2 0 4 116284 21424 166664 0 0 7212 0 1430 682 70 6 0 24
- 3 0 4 127104 21540 168896 0 0 1836 40 1817 980 57 5 5 33
- 0 1 4 120000 22796 171588 0 0 372 2072 1444 3179 41 26 0 34
- 2 0 4 102784 23380 187736 0 0 228 536 1344 9847 53 16 0 31
- 0 3 4 99712 23404 190536 0 0 16 15324 1564 1814 14 4 0 82
- 1 1 4 93184 23552 196916 0 0 68 6424 1544 3357 45 8 0 48
- 1 1 4 86080 24144 203292 0 0 300 2428 1382 3688 32 8 0 60
- 0 1 4 82568 24500 206232 0 0 200 1972 1464 1845 25 3 0 72
- 0 1 4 75336 24812 212808 0 0 108 6408 1422 3691 33 10 0 57
- 1 2 4 71688 24976 215944 0 0 44 13640 1450 1574 22 6 0 72
- 1 2 4 69000 25068 218380 0 0 20 4924 1458 1371 25 6 0 69
- 0 2 4 56780 26056 229028 0 0 292 1964 1408 5567 34 17 0 49
- 1 0 4 45772 27212 237860 0 0 468 4024 1444 5251 36 14 0 50
- 0 1 4 34828 27748 247256 0 0 128 8096 1438 4275 32 14 0 54
- 0 5 4 25996 28248 254684 0 0 64 9448 1494 3693 23 11 0 66
- 1 4 4 18380 28556 261736 0 0 16 8584 1396 4367 40 9 0 51
- 0 3 4 3728 27348 276632 0 0 16 4540 1420 8880 49 17 0 34
- 2 1 4 2896 24308 281360 0 0 24 4504 1393 6606 35 16 0 50
- 0 3 4 3472 21444 284112 0 0 96 20712 1514 6398 59 15 0 26
- 1 3 4 3256 20228 284704 0 0 1100 7900 1426 531 16 7 0 77
- 1 4 4 3704 20228 284888 0 0 20 20388 1493 331 30 3 0 67
- 3 2 4 3304 20264 280256 0 0 264 1008 1454 492 24 6 0 70
- 1 0 4 3496 19924 279556 0 0 16 7760 1388 478 70 7 0 23
- 1 0 4 3368 19924 279668 0 0 0 0 1280 422 98 2 0 0
- 1 0 4 3176 19752 280260 0 4 4 4 2713 2008 56 8 34 2
- 0 2 4 3304 19716 278492 0 0 72 5620 3211 3174 30 13 28 30
- 0 2 8 2984 20016 278348 0 0 32 4732 1448 1868 22 11 1 66
- 2 1 12 3368 19520 278460 0 0 28 6544 1485 4491 40 12 2 47
- 0 1 12 4712 19880 278224 0 0 20 5008 1525 2229 31 13 4 52
- 3 0 12 8232 20112 275672 0 0 28 7352 1478 1167 56 13 4 27
- 0 1 12 3816 20332 278472 0 0 140 1432 1477 1725 70 12 3 15
- 2 0 12 3600 19772 278304 0 0 36 36 1288 2158 72 28 0 0
- 0 0 12 7856 19432 276028 0 0 0 0 1281 740 35 12 53 0
- 4 0 12 7152 19448 276180 0 0 0 0 1281 791 54 20 26 0
- 2 0 12 5744 19456 276312 0 0 0 0 1282 1052 72 28 0 0
- 2 0 12 7344 19484 276484 0 0 0 3488 1341 966 74 26 0 0
- 1 0 12 6632 19496 276596 0 0 0 0 1280 1286 64 36 0 0
- 3 0 12 6056 19504 276736 0 0 0 80 1292 2281 56 44 0 0
- 3 0 12 6376 19508 276884 0 0 24 0 1284 1151 69 29 0 2
- 2 0 12 7076 19496 275152 0 0 0 0 1280 1254 63 37 0 0
- 2 0 12 7012 19520 275192 0 0 0 1028 1307 965 70 30 0 0
- 2 0 12 5220 19532 275316 0 0 0 0 1286 968 70 30 0 0
- 1 0 12 5220 19540 275420 0 0 0 884 1409 1011 72 28 0 0
- 4 0 12 4364 19548 275600 0 0 4 0 1282 1172 68 32 0 0
- 2 0 12 7820 19556 275008 0 0 0 0 1284 1170 77 23 0 0
- 3 0 12 8268 19580 274336 0 0 0 1104 1309 988 83 17 0 0
- 0 0 12 7468 19580 274444 0 0 0 0 1281 460 22 3 75 0
- 0 0 12 7340 19588 274560 0 0 0 36 1284 353 21 1 78 0
- 1 0 12 7404 19588 274676 0 0 0 0 1280 347 20 2 78 0
- 0 0 12 7468 19588 274776 0 0 0 0 1295 382 19 0 81 0
- 0 0 12 7532 19600 274896 0 0 0 704 1525 759 22 2 75 1
- 0 0 12 7548 19600 275008 0 0 0 0 1291 369 21 0 79 0
- 2 2 12 7748 19784 275656 0 0 580 40 1361 2863 58 24 4 14
- 4 1 12 4996 19912 275980 0 0 280 0 1330 3384 81 19 0 0
- 6 0 12 5620 20024 275852 0 0 820 0 1359 5881 80 19 0 1
- 2 0 12 5428 20052 276076 0 0 44 972 1357 2402 87 11 0 2
- 2 0 12 93892 20100 192068 0 0 188 0 1317 1254 57 39 0 4
- 0 1 12 145712 20244 133700 0 0 520 8128 1494 1163 41 30 0 30
- 2 1 12 139376 20260 138180 0 0 4000 0 1824 1167 71 8 8 13
- 3 0 12 150232 20348 140712 0 0 528 0 1335 1850 65 13 0 22
- 2 0 12 146008 20412 143052 0 0 380 0 1322 2426 61 23 0 16
- 1 0 12 138264 20984 149404 0 0 44 44 1292 6301 58 40 0 2
- 0 1 12 133720 21160 153512 0 0 40 15164 1655 2682 13 7 0 80
- 3 0 12 102936 21928 183288 0 0 32 5548 2107 16555 63 20 0 18
- 2 0 12 86296 22736 197652 0 0 120 14568 1502 6568 47 22 0 32
- 1 0 12 73368 23632 208544 0 0 132 8300 1446 5889 40 15 0 44
- 0 3 12 64112 24016 216776 0 0 40 22088 1499 4189 23 14 0 63
- 0 2 12 60528 24188 219448 0 0 28 6252 1520 866 33 7 0 60
- 0 2 12 59312 24248 220416 0 0 16 2576 1400 525 21 2 0 77
- 1 3 12 54960 24472 224160 0 0 28 4104 1532 2038 27 6 0 67
- 2 2 12 31808 25424 245660 0 0 8 7912 1538 12819 59 23 0 18
- 0 2 12 28672 25516 248620 0 0 20 4224 1491 1654 32 6 0 62
- 2 3 12 18624 25628 259404 0 0 0 13460 1441 5851 19 11 0 70
- 0 4 12 5368 25720 271964 0 0 4 12504 1466 6669 69 22 0 9
- 1 1 12 5240 25720 272084 0 0 0 3844 1443 372 19 3 0 78
- 1 2 12 5944 25772 272196 0 0 0 21484 1515 331 21 4 0 75
- 2 1 12 4832 25828 272300 0 0 0 8684 1595 412 67 5 0 28
- 1 1 12 4656 25828 272408 0 0 0 1452 1478 451 95 5 0 0
- 1 1 12 2948 25852 274116 0 0 0 3700 3492 2596 63 10 0 27
- 0 1 12 4080 24948 273164 0 0 0 3252 2717 1879 24 8 4 64
-10 0 12 2992 25236 273736 0 0 8 2860 1495 1425 28 9 2 61
- 4 1 12 2864 25464 275560 0 0 16 4060 1455 1926 36 11 2 51
- 1 0 12 3760 25556 276812 0 0 12 7476 1464 4622 41 13 1 46
- 2 0 12 4144 25800 278212 0 0 4 5812 1571 2777 36 15 6 43
- 0 0 12 7496 24640 276700 0 8 12 6368 1423 1309 72 9 2 16
- 2 0 12 3772 24812 279432 0 0 16 1436 1450 1801 76 15 2 7
- 0 0 12 8420 24076 276000 0 0 0 8 1281 2362 64 35 1 0
- 3 0 12 8104 24076 276124 0 0 0 0 1297 378 22 2 76 0
- 1 0 12 7208 24092 276260 0 0 0 0 1280 1061 68 32 0 0
- 4 0 12 7776 24100 276372 0 0 0 0 1281 1060 72 28 0 0
- 5 0 12 7460 24140 276488 0 0 0 3456 1373 904 67 22 0 11
- 5 0 12 7196 24156 276612 0 0 0 4 1280 1591 59 41 0 0
- 1 0 12 6380 24160 276724 0 0 0 0 1280 2050 62 38 0 0
- 5 0 12 5932 24164 277032 0 0 0 0 1282 1149 67 33 0 0
- 4 2 12 4108 24296 276624 0 0 456 112 1352 1384 64 36 0 0
- 1 1 12 5600 23860 269048 0 0 1224 956 1389 869 78 22 0 0
- 1 0 12 13004 23908 268680 0 0 284 84 1300 955 72 28 0 0
- 2 0 12 12748 23908 268800 0 0 0 0 1281 996 71 29 0 0
- 3 0 12 14092 23912 268960 0 0 16 0 1284 1087 67 33 0 0
- 1 0 12 10764 23924 269228 0 0 44 0 1288 1197 72 28 0 0
- 5 0 12 15056 23964 269564 0 0 0 1288 1325 559 89 11 0 0
- 0 0 12 13176 23972 269708 0 0 40 44 1290 886 32 13 52 3
- 0 0 12 13112 23972 269812 0 0 0 0 1280 345 21 0 79 0
- 1 0 12 13112 23972 269912 0 0 0 0 1281 337 21 1 78 0
- 0 0 12 13176 23972 270016 0 0 0 0 1280 329 20 2 78 0
- 0 0 12 13304 23984 270124 0 0 0 856 1308 343 23 0 76 1
- 0 0 12 13320 23992 270228 0 0 0 116 1300 337 21 1 78 0
- 4 0 12 13072 24060 270424 0 0 44 0 1289 2348 58 18 23 2
- 2 0 12 13912 24092 270716 0 0 104 0 1297 2277 79 20 0 1
- 0 1 12 14520 24128 271308 0 0 64 0 1306 3394 72 23 0 5
- 2 0 12 88140 24440 199424 0 0 292 2164 1416 983 28 29 0 42
- 1 0 12 158080 24672 134528 0 0 248 7164 1461 967 39 37 0 24
- 2 0 12 141824 24908 148240 0 0 80 24 1293 9468 60 37 0 3
- 2 0 12 110656 25432 177596 0 0 12 8236 1365 15277 75 25 0 0
- 2 2 12 80048 26304 204972 0 0 0 8628 1496 11372 64 36 0 0
- 0 5 12 59056 26936 223840 0 0 4 14588 1498 7855 35 22 0 44
- 2 3 12 31796 27440 249680 0 0 0 14904 1466 12575 69 22 0 9
- 1 5 12 15220 27524 264320 0 0 60 9868 1483 7660 33 18 0 49
- 0 5 12 11852 27532 264336 0 0 0 5936 1489 241 2 5 0 93
- 0 4 12 8524 27536 264336 0 0 0 7852 1457 279 1 1 0 98
- 1 4 12 7500 27540 264740 0 0 0 12580 1437 293 82 5 0 13
- 1 1 12 7372 27540 264956 0 0 0 6772 1456 391 36 3 0 61
- 0 2 12 8780 27680 265064 0 0 0 23196 1504 391 16 5 0 79
- 0 2 12 8524 27680 265240 0 0 0 19688 1504 318 23 2 0 75
- 1 2 12 8780 27756 265360 0 0 20 8516 1508 1326 40 5 0 55
- 1 0 12 5260 27768 267688 0 0 16 8 3950 3563 56 10 21 12
- 3 1 12 3048 26216 269172 0 0 0 7240 2419 3176 31 19 10 40
- 0 1 12 2920 25484 270176 0 0 12 7276 1457 3819 30 10 1 59
- 1 0 12 5320 25836 267344 0 0 36 2896 1438 1072 43 10 3 43
- 1 1 12 7164 25996 268080 0 0 1532 6380 1619 935 40 12 1 48
- 1 0 12 6652 26004 268200 0 0 8 36 1297 460 92 4 0 4
- 0 0 12 5948 26012 268384 0 0 12 40 1360 438 94 1 5 0
- 2 0 12 4244 26040 268152 0 0 12 3040 4144 3896 42 16 25 17
- 0 2 12 3668 26176 268748 0 0 0 4848 1480 1213 7 7 0 86
- 2 1 12 2992 26488 268968 0 0 24 6324 2357 4602 36 10 1 53
- 1 1 12 4468 26956 268372 0 0 12 5796 1525 2035 33 15 5 48
- 0 3 12 4468 26984 268396 0 0 0 4516 1618 1483 25 4 0 71
- 2 0 12 5944 27080 268808 0 0 48 2648 4006 1078 33 3 0 64
- 1 1 12 7728 27120 266420 0 0 72 4 1293 1953 63 32 0 5
- 0 0 12 7792 27120 266560 0 0 20 84 1300 497 27 5 68 0
- 1 0 12 4144 27120 269012 0 0 2316 0 1689 639 28 7 10 55
- 1 0 12 3632 27140 269240 0 0 116 48 1307 987 65 27 0 8
- 2 0 12 2864 27160 269388 0 0 20 916 1305 1010 69 26 0 5
- 0 1 12 4656 27176 268984 0 0 376 0 1333 929 67 23 0 10
- 4 1 12 4336 27192 269276 0 0 176 1432 1461 1469 60 35 0 5
- 5 1 12 3248 27192 269392 0 0 0 2240 1534 2181 56 44 0 0
- 1 0 12 4976 27208 268620 0 0 8 12 1396 1177 66 31 0 3
- 3 0 12 7088 27188 266192 0 0 0 976 1311 1202 68 32 0 0
- 1 0 12 6448 27192 266376 0 0 16 0 1296 1732 78 19 0 3
- 2 0 12 6256 27212 266604 0 0 168 4 1308 1042 70 28 0 2
- 2 0 12 6576 27212 266716 0 0 0 0 1299 1047 70 30 0 0
- 2 0 12 6432 27216 266880 0 0 0 0 1297 1124 71 29 0 0
- 2 0 12 3296 27248 267116 0 0 8 1172 1329 1579 67 31 0 2
- 1 1 12 6752 27240 264776 0 0 64 0 1312 686 91 9 0 0
- 0 0 12 7552 27288 265264 0 0 312 0 1347 1301 38 15 44 3
- 0 0 12 7232 27496 265420 0 0 244 0 1351 545 23 1 43 32
- 0 0 12 7168 27508 265544 0 0 8 0 1307 511 23 2 75 0
- 0 0 12 7168 27528 265656 0 0 0 1052 1356 605 20 1 78 1
- 1 1 12 6592 27672 266068 0 0 448 0 1339 688 66 3 15 16
- 4 1 12 5904 27928 266276 0 0 380 0 1379 592 61 3 0 36
- 5 0 12 5520 27952 266588 0 0 328 0 1296 388 98 2 0 0
- 3 0 12 5200 27952 266624 0 0 16 0 1281 182 100 0 0 0
- 4 0 12 4624 27968 266704 0 0 0 396 1281 279 97 3 0 0
- 2 0 12 4312 27972 266876 0 0 64 0 1283 467 95 5 0 0
- 2 0 12 3628 27996 266252 0 0 0 0 1282 499 92 8 0 0
- 2 0 12 5108 28024 266432 0 0 4 0 1281 543 89 11 0 0
- 2 0 12 5236 28032 266652 0 0 48 0 1306 523 82 14 0 4
- 6 0 12 5176 28036 265088 0 0 72 1044 1336 797 78 18 0 4
- 0 1 12 124780 28204 150076 0 0 80 6868 1352 1409 36 51 0 13
- 2 0 12 135260 28924 141952 0 0 300 84 1555 3285 43 31 0 26
- 2 0 12 104156 29932 170824 0 0 92 0 1326 17173 70 27 0 3
- 1 1 12 81284 30520 191832 0 0 4 10424 1368 10840 73 27 0 0
- 2 0 12 57988 31716 212684 0 0 28 16556 1518 11088 67 28 0 5
- 4 1 12 23620 33136 243876 0 0 200 31704 1638 15949 63 37 0 0
- 4 3 12 3648 29992 266796 0 0 20 26436 1589 13245 69 24 0 7
- 1 3 12 81424 30004 148964 0 0 72 23964 1613 1113 17 47 0 37
- 0 1 12 136116 30204 91796 0 0 148 8228 1497 745 18 16 0 66
- 1 0 12 132852 30240 94768 0 0 364 0 4285 38648 33 19 38 10
- 1 0 12 124084 30272 103668 0 0 32 656 1785 1329 72 21 6 1
- 1 0 12 123956 30272 103780 0 0 0 0 1286 659 85 15 0 0
- 1 0 12 123892 30272 103888 0 0 0 28 1296 591 85 15 0 0
- 1 1 12 123636 30272 104008 0 0 0 11296 1340 456 87 13 0 0
- 2 0 12 123636 30284 104112 0 0 0 100 1316 408 87 13 0 0
- 1 0 12 123516 30292 104228 0 0 0 604 1291 469 86 14 0 0
- 0 0 12 123324 30304 104368 0 0 0 0 1347 519 84 13 3 0
- 1 1 12 121020 30316 106612 0 0 0 3112 4048 3222 33 18 36 13
- 0 3 12 118268 30324 109304 0 0 0 5860 4551 4146 32 16 0 52
- 0 3 12 118140 30324 109416 0 0 0 2152 1521 416 19 2 0 79
- 2 0 12 116348 30344 111352 0 0 0 940 3456 3377 33 13 13 41
- 1 0 12 114556 30352 113148 0 0 0 0 3317 3458 48 21 32 0
- 1 0 12 112380 30372 115264 0 0 0 0 3694 3364 39 19 43 0
- 3 1 12 110332 30380 117336 0 0 0 7452 3624 3309 43 18 37 1
- 2 0 12 108348 30404 119340 0 0 0 104 3597 3084 40 18 40 2
- 0 0 12 107900 30416 119756 0 0 0 644 1771 1453 60 22 18 0
- 1 0 12 103420 30428 124168 0 0 64 0 6229 6715 30 19 49 1
- 1 0 12 100476 30432 127184 0 0 0 0 4667 4817 42 16 43 0
- 2 1 12 99644 30440 127844 0 0 0 9624 2115 1411 60 19 15 6
- 1 0 12 99132 30460 128552 0 0 0 92 2096 1566 60 18 21 1
- 1 0 12 98492 30484 129132 0 0 0 708 1931 1349 64 17 19 0
- 0 0 12 96956 30492 130616 0 0 0 0 2916 2266 49 16 35 0
- 2 0 12 95548 30500 132004 0 0 0 0 2896 2894 56 14 30 0
- 2 1 12 95036 30508 132604 0 0 0 4404 1918 1403 65 17 18 0
- 1 0 12 94140 30528 133484 0 0 0 108 2218 1400 60 16 24 0
- 1 0 12 90812 30540 136808 0 0 0 644 5086 5139 39 17 43 1
- 0 0 12 87932 30548 139576 0 0 0 164 4406 4075 37 14 48 0
- 1 0 12 87164 30560 140336 0 0 12 0 2272 1620 51 12 34 3
- 2 1 12 86524 30568 140896 0 0 0 7544 1913 1515 66 16 12 6
- 2 0 12 85820 30580 141688 0 0 0 88 2146 1396 73 12 9 6
- 2 0 12 70972 31660 154960 0 0 360 536 1455 9633 56 27 11 6
- 1 0 12 50556 32308 174212 0 0 8 116 1320 11873 58 39 0 3
- 2 0 12 38332 32940 184104 0 0 72 11732 1585 8187 52 44 0 4
- 0 2 12 36708 33136 184204 0 0 28 24336 1542 1224 19 16 0 65
- 1 1 12 36580 33204 184396 0 0 4 11704 1602 582 36 4 0 60
- 1 0 12 35036 33672 184804 0 0 0 7068 1536 3756 49 26 3 21
- 0 2 12 18012 33952 199972 0 0 0 15212 1399 8586 41 41 0 19
- 2 0 12 34204 34140 185168 0 0 4 5152 1500 2106 41 20 1 39
- 0 1 12 25372 34584 192392 0 0 4 11200 1476 6795 55 28 3 14
- 0 1 12 31324 34872 186088 0 0 0 8572 1741 3856 41 18 2 39
- 2 0 12 31388 34908 186176 0 0 20 2060 1811 818 7 3 0 90
- 1 0 12 30556 35300 186452 0 0 4 6428 1459 2855 50 16 3 31
- 1 1 12 20444 35620 196052 0 0 0 5264 1612 7491 42 25 2 31
- 0 1 12 14044 35648 202076 0 0 0 16052 1637 9438 29 26 0 45
- 1 0 12 27612 35968 188760 0 0 4 5460 1539 2160 28 16 3 53
- 0 1 12 24288 36584 191340 0 0 0 13036 1622 6425 41 30 5 24
- 1 0 12 29024 37032 187932 0 0 60 8840 1551 3475 45 18 4 32
- 1 0 12 28128 37836 187924 0 0 0 5640 1643 2145 42 17 10 31
- 0 1 12 27360 38508 187928 0 0 0 4700 1606 2292 52 17 9 22
- 1 0 12 27104 38728 187856 0 0 0 2140 1461 1345 34 8 48 11
- 0 0 12 27040 38736 187964 0 0 0 492 1298 412 22 0 78 0
- 1 0 12 26912 38736 188064 0 0 0 0 1301 708 20 2 78 0
- 0 1 12 17184 39000 196516 0 0 0 10184 1485 6518 48 18 26 9
- 6 0 12 9108 39260 203972 0 0 0 6020 1568 6842 51 18 2 28
- 0 1 12 3528 37776 215732 0 0 32 17740 1546 9366 60 23 1 16
- 2 1 12 3320 38072 223240 0 0 176 6936 1564 5256 47 19 1 33
- 2 0 12 3256 38432 234000 0 0 60 9760 1469 7945 65 26 1 8
- 2 0 12 2872 37448 244812 0 0 0 12196 1473 7182 39 26 0 34
- 0 1 12 4640 36760 245504 0 0 12 12008 1559 3329 36 15 2 47
- 1 1 12 4768 37120 245608 0 0 28 5000 1772 1362 41 13 4 42
- 1 0 12 4704 37160 246452 0 0 48 852 2399 1577 25 12 15 48
- 1 0 12 4680 36336 247056 0 0 8 0 3963 7915 56 19 24 1
- 2 0 12 14124 36320 238168 0 0 8 11524 1399 1819 75 9 0 16
- 1 0 12 7340 36408 244184 0 0 0 14356 1457 743 66 12 0 22
- 0 1 12 41708 36644 209948 0 0 324 816 1420 1033 67 7 2 24
- 2 0 12 39612 36732 211852 0 0 664 1432 1402 3354 78 7 0 15
- 2 0 12 37308 36752 214164 0 0 540 0 1363 2715 91 4 0 5
- 2 0 12 35132 36792 216316 0 0 476 0 1355 2586 85 6 0 9
- 2 0 12 32828 36792 218668 0 0 548 0 1341 2611 94 4 0 2
- 1 0 12 30868 36804 220648 0 0 0 224 1317 2753 95 5 0 0
- 1 0 12 29012 36816 222492 0 0 0 8908 1391 3371 93 7 0 0
- 2 0 12 27220 36816 224300 0 0 32 0 1302 2864 96 4 0 0
- 1 0 12 25428 36832 226040 0 0 8 0 1297 2738 94 6 0 0
- 0 1 12 23208 36856 228292 0 0 440 0 1343 3082 88 3 0 9
- 1 0 12 20648 36888 230856 0 0 648 36 1356 3522 84 6 0 10
- 1 0 12 19048 36908 232428 0 0 88 9112 1392 3945 84 9 0 7
- 1 0 12 15080 36916 236324 0 0 1384 0 1575 2261 57 5 0 38
- 1 0 12 9960 36952 241448 0 0 1580 0 1456 3117 83 8 0 9
- 1 0 12 8168 36956 243248 0 0 0 0 1304 3958 94 6 0 0
- 1 2 12 3880 36960 247516 0 0 3660 16 2217 4486 44 7 0 49
- 1 1 12 4032 35648 248656 0 0 1844 9336 1783 2764 37 6 0 57
- 1 1 12 2880 34800 250828 0 0 768 0 1345 3387 91 6 0 3
- 4 0 12 4032 34172 250348 0 0 1236 8 1532 2949 95 5 0 0
- 1 1 12 3128 33616 251888 0 0 804 0 1472 3167 95 5 0 0
- 3 0 12 3712 32444 252520 0 0 1500 36 1490 2479 79 5 0 16
- 3 1 12 3008 31716 253908 0 0 508 7248 1462 1954 74 5 0 21
- 4 0 12 2880 29960 255876 0 0 952 0 1509 2735 93 6 0 1
- 3 0 12 3956 29236 256556 0 0 780 0 1505 3092 73 5 0 22
- 4 0 12 3392 28868 258412 0 0 0 276 1268 4738 93 7 0 0
- 2 0 12 3200 28808 258688 0 0 12 44 1295 2977 94 6 0 0
- 2 0 12 3328 27664 259752 0 0 0 8068 1392 2562 95 5 0 0
- 0 1 12 51888 28196 213264 0 0 744 0 1470 1461 57 20 0 23
- 1 1 12 127076 28692 139572 0 0 496 88 1429 857 25 26 0 48
- 0 3 12 121456 28928 135656 0 0 2012 2056 1444 733 27 10 0 63
- 3 1 12 114672 29104 140736 0 0 5148 4 1496 1109 64 5 0 31
- 0 2 12 124312 29280 143632 0 0 700 2408 1913 2314 43 11 0 47
- 0 2 12 121048 30092 144284 0 0 396 0 1397 2511 29 27 0 45
- 0 2 12 110744 30636 153652 0 0 336 400 1426 6327 39 14 0 46
- 1 2 12 95512 30828 168240 0 0 116 13472 1606 8303 47 18 0 36
- 1 2 12 91160 31212 171972 0 0 232 0 1426 2310 28 6 0 66
- 0 4 12 86296 31404 176620 0 0 156 17176 1521 3141 20 10 0 70
- 3 4 12 80408 31912 181536 0 0 364 1448 1474 3327 37 12 0 51
- 0 3 12 72344 32136 189052 0 0 112 196 1449 4249 33 14 0 53
- 0 2 12 64344 32356 196536 0 0 76 10952 1541 4361 31 15 0 54
- 1 2 12 61016 32676 199272 0 0 236 2172 1424 2283 25 10 0 65
- 0 5 12 56152 33104 203320 0 0 340 9080 1449 2717 20 10 0 70
- 0 6 12 48024 33644 210320 0 0 276 3708 1455 4479 14 11 0 75
- 1 5 12 34264 34180 222316 0 0 260 1704 1444 5470 31 19 0 50
- 3 4 12 12652 34648 242384 0 0 36 4496 1566 12230 44 23 0 33
- 1 5 12 5972 34800 248536 0 0 16 7532 1505 4405 90 10 0 0
- 5 6 12 3344 29856 256444 0 0 16 11272 1495 11999 53 22 0 25
- 0 6 12 3088 29420 256900 0 0 64 8540 1499 1163 5 8 0 87
- 0 9 12 2868 28932 257100 0 0 1412 5672 1456 918 8 8 0 84
- 2 6 12 3508 28748 256632 0 0 24 7800 1482 560 41 5 0 54
- 1 2 12 3380 28752 256768 0 0 36 14984 1495 654 19 6 0 75
- 0 2 12 4380 28844 256908 0 0 40 14256 1510 634 21 6 0 73
- 1 1 12 3812 28892 257044 0 0 100 5936 1498 864 46 7 0 47
- 1 1 12 2812 28900 257464 0 0 304 0 1390 1233 90 10 0 0
- 0 1 12 3096 28856 257356 0 0 344 0 1776 1332 84 11 0 5
- 3 0 12 3428 25200 258928 0 0 220 3776 4180 3965 33 22 0 46
- 0 2 12 3620 24924 258624 0 0 184 2376 1498 1475 28 12 0 60
- 0 2 12 3620 24320 259352 0 0 104 2908 1493 1877 24 9 0 67
- 0 2 12 3044 24456 259640 0 0 124 3056 1474 1469 26 9 0 65
- 0 2 12 3496 24572 258876 0 0 116 4564 1444 3429 29 15 0 56
- 1 1 12 2984 24820 258732 0 0 180 3676 1429 1457 26 12 0 62
- 0 2 12 5392 25012 257948 0 0 148 3760 1513 943 25 7 0 68
- 1 1 12 3744 25180 258108 0 0 920 1300 1577 1203 27 8 0 65
- 3 1 12 8164 25452 255996 0 0 280 2040 1506 1373 45 10 0 45
- 1 1 12 5668 25492 256328 0 0 140 4932 1512 843 58 10 0 32
- 6 2 12 4708 25612 257448 0 0 416 1480 1467 1362 53 13 0 34
- 4 1 12 3508 25668 258144 0 0 396 64 1448 2365 66 19 0 15
- 1 0 12 8548 25716 253944 0 0 268 204 1382 2432 51 35 0 14
- 2 0 12 8356 25728 254568 0 0 500 68 1422 1036 26 8 9 57
- 2 1 12 5668 25732 257256 0 0 2568 0 1565 913 41 14 0 46
- 0 2 12 5540 25756 257396 0 0 76 4916 1475 583 26 8 0 66
- 4 0 12 5156 25764 257584 0 0 20 832 1482 1251 72 24 0 5
- 2 0 12 4836 25776 256868 0 0 4 0 1332 1647 74 26 0 0
- 0 2 12 3608 25788 258308 0 0 2212 16 1701 1553 52 14 0 34
- 3 0 12 4608 25808 257544 0 0 16 24 1327 1774 62 37 0 1
- 1 0 12 3840 25820 257660 0 0 0 808 1367 2369 57 43 0 0
- 4 0 12 5184 25824 256936 0 0 8 0 1338 1426 68 31 0 1
- 3 0 12 6528 25828 254672 0 0 0 0 1321 1354 68 32 0 0
- 1 0 12 3648 25848 254820 0 0 4 40 1311 1030 74 26 0 0
- 3 0 12 4672 25860 254924 0 0 0 0 1292 1048 68 32 0 0
- 2 0 12 4480 25872 255048 0 0 0 916 1303 1000 71 29 0 0
- 4 0 12 5696 25876 255292 0 0 0 0 1280 1246 67 33 0 0
- 1 0 12 4864 25884 253752 0 0 4 4 1282 832 82 18 0 0
- 0 0 12 7712 25900 253220 0 0 32 40 1289 1124 69 23 5 3
- 0 0 12 7584 25900 253340 0 0 0 0 1280 343 22 0 78 0
- 1 0 12 7456 25912 253460 0 0 0 1164 1318 355 21 1 76 2
- 1 0 12 7584 25912 253568 0 0 0 8 1281 349 19 0 81 0
- 0 0 12 7648 25912 253692 0 0 0 0 1282 350 23 2 75 0
- 0 0 12 7648 25920 253808 0 0 0 32 1289 487 21 0 79 0
- 3 0 12 9080 25920 253932 0 0 0 0 1315 825 26 5 69 0
- 1 0 12 8056 26012 254152 0 0 20 748 1352 3054 73 23 0 4
- 4 0 12 7224 26020 254440 0 0 176 8 1348 3453 75 19 0 7
- 2 0 12 35060 26044 229440 0 0 76 0 1336 2260 68 26 0 6
- 2 0 12 138416 26176 128792 0 0 8 8548 1534 1329 30 46 0 23
- 2 0 12 121188 26196 135260 0 0 6372 0 1441 937 47 10 0 43
- 2 1 12 115236 26232 140300 0 0 4560 0 1845 1125 49 6 20 25
- 3 0 12 125348 26340 142932 0 0 648 664 1460 1896 56 11 0 33
- 2 0 12 121520 26420 145256 0 0 396 0 1380 2315 58 14 0 28
- 0 1 12 124980 26456 143488 0 0 24 4404 1484 626 35 16 0 50
- 1 0 12 109752 26752 157056 0 0 0 8 1333 8075 62 36 0 2
- 1 0 12 82104 27260 183340 0 0 12 15636 1477 12815 69 27 0 4
- 0 2 12 65552 27424 198660 0 0 0 10396 1581 6841 44 21 0 36
- 2 0 12 57168 27664 206108 0 0 8 804 1504 3357 29 11 0 60
- 0 6 12 40080 28248 221524 0 0 0 11676 1377 6007 31 19 0 50
- 0 6 12 40016 28248 221524 0 0 0 9544 1489 245 1 2 0 97
- 0 5 12 39784 28256 221840 0 0 0 11036 1505 301 58 3 0 39
- 4 3 12 36840 28292 224380 0 0 16 6160 1497 1133 21 5 0 74
- 1 3 12 7988 29104 251516 0 0 0 7640 1464 13246 72 28 0 0
- 0 2 12 3528 24812 263108 0 0 52 7512 1459 10520 59 22 0 19
- 0 2 12 5140 24900 263332 0 0 44 15760 1451 639 22 9 0 69
- 0 3 12 5140 24900 263340 0 0 0 18304 1512 274 3 2 0 95
- 1 2 12 5012 24904 263352 0 0 0 18760 1497 372 3 4 0 93
- 1 0 12 4920 24976 263612 0 0 4 7724 1522 398 71 8 1 21
- 2 0 12 4552 24976 263728 0 0 0 0 1337 691 96 4 0 0
- 1 0 12 3656 24988 264264 0 0 0 0 1819 999 83 5 12 0
- 0 1 12 3144 24924 266056 0 0 0 3992 3991 3771 30 16 36 17
- 1 1 12 3016 25180 268316 0 0 0 4628 1568 2106 29 13 1 57
- 0 2 12 3720 25192 271244 0 0 12 7472 1538 4275 30 20 2 48
- 1 0 12 4832 25844 271008 0 0 0 6892 2137 3457 37 14 4 45
- 1 1 12 7936 26048 268264 0 0 16 6036 1413 749 69 9 2 19
- 1 0 12 4784 26216 270988 0 0 12 1424 1483 2199 70 20 4 6
- 1 0 12 8536 26256 267132 0 0 4 0 1298 2577 66 33 0 1
- 0 0 12 8472 26256 267252 0 0 0 0 1280 368 23 2 75 0
- 1 0 12 8216 26264 267508 0 0 116 12 1306 1065 69 27 4 0
- 1 0 12 7568 26264 267684 0 0 0 0 1288 1105 72 28 0 0
- 2 0 12 7888 26304 267752 0 0 0 3412 1351 1089 73 27 0 0
- 3 0 12 7240 26316 267864 0 0 0 0 1279 1605 61 39 0 0
- 1 0 12 6920 26316 267972 0 0 0 0 1321 2312 55 45 0 0
- 4 0 12 6920 26328 268100 0 0 0 40 1310 1362 68 32 0 0
- 1 0 12 7176 26196 266944 0 0 8 0 1321 1372 69 31 0 0
- 3 0 12 6152 26224 267072 0 0 4 964 1343 1127 67 30 0 3
- 2 0 12 6984 26236 267196 0 0 0 0 1328 1227 72 28 0 0
- 2 0 12 5192 26236 267304 0 0 0 0 1312 1227 69 31 0 0
- 3 0 12 6384 26244 267512 0 0 4 744 1435 1476 66 34 0 0
- 1 0 12 6452 26252 266868 0 0 8 0 1290 1038 78 22 0 0
- 6 0 12 8328 26256 266036 0 0 48 1008 1324 773 82 18 0 0
- 0 0 12 7624 26260 266200 0 0 64 0 1290 723 24 6 68 2
- 0 0 12 7496 26260 266316 0 0 0 0 1298 603 21 2 77 0
- 2 0 12 7496 26260 266432 0 0 0 12 1348 626 25 2 73 0
- 1 0 12 7624 26260 266552 0 0 0 0 1313 499 23 2 75 0
- 2 0 12 7704 26284 266652 0 0 0 928 1342 556 20 1 78 1
- 0 0 12 7640 26284 266768 0 0 0 0 1328 585 23 1 76 0
- 1 0 12 8112 26340 267020 0 0 64 0 1331 2827 67 22 10 1
- 1 0 12 7792 26348 267232 0 0 8 0 1315 2624 83 17 0 0
- 2 0 12 34880 26368 241824 0 0 60 0 1311 3038 66 28 0 6
- 0 1 12 104108 26488 173684 0 0 16 8392 1493 970 16 29 0 55
- 3 0 12 151600 26556 129800 0 0 256 48 1887 1293 43 21 0 35
- 2 0 12 134704 27236 144264 0 0 244 24 1317 9923 54 38 0 8
- 3 1 12 103104 28108 174160 0 0 84 11332 1489 15488 66 34 0 0
- 3 1 12 84608 29020 189440 0 0 188 14644 1508 6620 59 26 0 15
- 0 2 12 80960 29084 190472 0 0 476 26372 1565 812 13 3 0 84
- 3 0 12 43080 30704 221576 0 0 756 14216 4529 13999 27 14 0 58
- 1 3 12 27848 31376 244492 0 0 64 22100 1661 11190 72 28 0 0
- 2 3 12 11412 31504 258628 0 0 28 18716 1556 7640 38 21 0 41
- 2 1 12 11024 31524 259184 0 0 16 10480 1537 796 93 7 0 0
- 1 0 12 10684 31616 259276 0 0 0 20360 1533 511 39 7 0 54
- 0 1 12 7160 31632 262144 0 0 0 112 4554 4171 52 14 29 5
- 1 1 12 3524 27996 267576 0 0 32 11640 1735 5207 38 21 2 39
- 0 1 12 3232 28188 267484 0 0 20 3312 1513 1821 27 7 1 65
- 2 0 12 10224 27920 263188 0 0 0 3448 1498 1248 58 17 4 21
- 1 0 12 7416 27948 265660 0 0 0 4956 1381 743 84 6 0 10
- 1 1 12 7288 27948 265784 0 0 0 4104 1506 579 77 3 0 20
- 2 2 12 2984 27544 267888 0 0 4 1744 4441 3677 55 15 0 30
- 0 3 12 5160 26404 267380 0 0 0 4424 1597 481 28 5 0 67
- 0 2 12 5104 26416 267500 0 0 0 2972 1655 563 22 2 0 76
- 1 1 12 4012 26436 268844 0 0 0 1548 1414 1067 21 5 0 74
- 0 1 12 3276 26584 269504 0 0 20 2380 1393 1085 22 3 1 74
- 2 1 12 3816 23748 271656 0 0 20 5780 1444 3504 30 12 1 57
- 2 0 12 5072 24004 271516 0 0 20 5224 1493 1796 27 12 3 58
- 3 0 12 3856 24216 271616 0 0 8 1556 1389 1197 67 13 3 17
- 1 0 12 7760 24152 269956 0 0 88 0 1294 1843 49 30 17 4
- 6 0 12 7312 24168 270212 0 0 144 0 1306 544 28 10 60 2
- 1 0 12 6116 24188 270380 0 0 48 36 1294 1045 65 32 0 3
- 2 0 12 7140 24192 270512 0 0 8 0 1281 1047 73 26 0 1
- 2 0 12 6628 24232 270688 0 0 0 968 1323 1172 72 28 0 0
- 2 0 12 6244 24240 270760 0 0 0 0 1319 2075 57 43 0 0
- 3 0 12 6268 24244 270872 0 0 0 0 1332 1902 63 37 0 0
- 1 0 12 3368 24200 270352 0 0 0 40 1317 1275 69 31 0 0
- 1 0 12 5244 24176 269668 0 0 60 0 1311 1264 64 34 0 2
- 2 0 12 6204 24204 269788 0 0 0 956 1490 1012 74 26 0 0
- 3 0 12 6156 24208 269856 0 0 0 0 1310 1210 69 31 0 0
- 3 0 12 6028 24212 269992 0 0 0 0 1311 1205 70 30 0 0
- 3 0 12 4540 24224 270144 0 0 0 40 1305 1236 75 25 0 0
- 1 0 12 6204 24192 268484 0 0 0 0 1303 1188 77 23 0 0
- 3 0 12 8968 24232 267568 0 0 88 912 1383 898 85 13 0 2
- 1 0 12 7984 24232 267716 0 0 32 0 1349 1241 31 12 55 2
- 1 0 12 7856 24232 267824 0 0 0 12 1324 546 23 3 74 0
- 0 0 12 7728 24240 268040 0 0 104 36 1347 624 24 2 73 1
- 1 0 12 7860 24240 268148 0 0 0 0 1297 413 25 2 74 0
- 0 0 12 7924 24252 268260 0 0 0 884 1346 569 23 1 74 1
- 1 0 12 7940 24252 268372 0 0 0 0 1289 369 23 0 77 0
- 3 0 12 8012 24336 268552 0 0 4 4 1311 1059 65 21 14 1
- 3 0 12 8080 24360 268820 0 0 124 40 1346 794 81 17 0 2
- 2 0 12 37496 24436 240692 0 0 96 0 1349 1143 66 29 0 5
- 1 0 12 140792 24708 139104 0 0 228 3080 1398 1009 27 39 0 34
- 2 0 12 150128 25596 131596 0 0 396 80 1401 2994 43 32 0 24
- 4 0 12 122224 26416 157848 0 0 112 1272 1435 14865 63 28 0 9
- 2 0 12 88112 27856 188600 0 0 48 8988 1408 15556 64 36 0 0
- 2 0 12 64664 29252 209300 0 0 60 20656 1528 9435 61 27 0 12
- 1 1 12 37336 30328 234796 0 0 100 27336 1620 14286 66 32 0 2
- 4 3 12 19240 30528 252828 0 0 24 31440 1828 9759 40 17 0 43
- 3 1 12 107944 30572 154488 0 0 52 20776 1624 3203 48 50 0 2
- 0 3 12 123768 30684 129748 0 0 16 7924 1604 1021 28 11 0 61
- 0 2 12 123704 30684 129848 0 0 0 820 1369 594 22 1 0 77
+ 3 1 0 36708 34756 230788 0 0 69 148 1048 964 12 2 82 4
+ 1 0 0 32956 34828 233484 0 0 500 0 3659 78564 14 21 48 16
+ 1 0 0 24892 34852 238032 0 0 0 424 1226 544 92 6 2 0
+ 1 0 0 19900 34856 242904 0 0 0 0 1011 551 96 4 0 0
+ 2 0 0 24188 34860 243344 0 0 12 0 1028 784 85 13 0 2
+ 1 0 0 24188 34860 243344 0 0 0 0 1056 833 80 20 0 0
+ 2 0 0 24316 34872 243344 0 0 0 12288 1167 907 81 19 0 0
+ 3 0 0 23996 34872 243352 0 0 0 28 1019 766 79 21 0 0
+ 2 0 0 23996 34872 243384 0 0 0 0 1032 1545 65 35 0 0
+ 1 0 0 24252 34872 243396 0 0 0 0 1061 1382 73 27 0 0
+ 0 0 0 23996 34892 243540 0 0 4 0 1213 660 74 16 9 1
+ 0 0 0 21116 34912 246404 0 0 4 1248 4443 4672 14 20 64 2
+ 0 0 0 17340 34924 250036 0 0 0 28 5293 5677 9 18 73 0
+ 3 0 0 15484 34936 251624 0 0 4 0 3044 2871 34 21 45 0
+ 0 0 0 13756 34952 253460 0 0 0 0 3218 3148 24 16 60 0
+ 1 0 0 12540 34972 254620 0 0 4 0 2538 2254 21 16 64 0
+ 1 0 0 9652 34984 257404 0 0 0 11472 4501 4550 23 21 35 21
+ 0 0 0 9172 35008 257828 0 0 4 28 1668 1285 47 18 34 1
+ 0 0 0 7460 35012 259452 0 0 0 0 2906 3035 34 15 51 0
+ 0 0 0 3752 35024 263256 0 0 0 0 5433 5840 13 16 71 0
+ 0 0 0 4416 33972 263612 0 0 0 0 3276 3211 46 18 37 0
+ 3 0 0 3596 33992 264360 0 0 0 9676 2144 1642 40 19 25 17
+ 2 0 0 5572 32936 263456 0 0 0 40 1770 1492 52 18 30 0
+ 1 0 0 4484 32948 264532 0 0 0 0 2367 1917 38 14 48 0
+ 3 0 0 3400 32524 265928 0 0 0 0 3218 3066 28 15 57 0
+ 2 0 0 3808 32080 266072 0 0 0 0 1764 1296 52 18 30 0
+ 1 0 0 2996 32100 266840 0 0 0 4900 2028 1491 43 14 31 11
+ 2 0 0 3844 30732 267440 0 0 0 40 4713 4974 23 14 63 0
+ 0 0 0 3296 30604 268036 0 0 0 0 3766 3842 30 16 54 0
+ 1 0 0 3824 30192 267916 0 0 0 0 2367 2022 51 20 29 0
+ 3 2 0 3696 28936 268352 0 0 20 7820 2205 1571 59 18 24 0
+ 2 0 0 3136 26036 269828 0 0 320 408 1232 12257 67 27 0 6
+ 3 0 4 3096 24428 271012 0 0 664 136 1078 37300 40 49 0 10
+ 4 1 4 3480 17956 276352 0 0 160 9772 1225 76064 33 58 0 9
+ 3 0 3292 3152 13956 275976 0 0 92 6472 1164 28097 43 46 0 11
+ 1 2 4720 3000 13440 274896 0 0 100 11980 1101 37902 46 54 0 0
+ 0 4 4720 31876 13484 247664 0 0 1140 12824 1302 30395 31 34 0 36
+ 0 4 4720 15044 13880 263980 0 0 52 11160 1278 17751 58 39 0 3
+ 2 0 4720 11268 14792 264916 0 0 184 2876 1129 19968 20 47 0 33
+ 1 1 4720 6536 15232 267908 0 0 36 10840 1244 3124 23 18 2 57
+ 3 0 4720 3336 15748 268308 0 0 52 4976 1116 8021 36 39 1 24
+ 0 2 4728 2912 12976 259152 0 4 5988 16160 1259 1872 47 11 0 42
+ 3 0 4728 20804 13272 254536 0 0 100 5020 1588 5054 59 29 0 12
+ 3 0 4728 16860 13588 258296 0 0 160 3616 1129 33155 39 60 0 1
+ 0 1 4728 11100 13928 263888 0 0 4 13740 1222 10774 33 28 2 38
+ 2 1 4728 9268 14612 252872 0 0 4 9212 1266 5405 36 28 5 31
+ 0 1 5004 3600 12360 258508 0 0 8 15012 1214 6768 59 35 0 6
+ 0 3 5004 28700 12584 246080 0 0 1604 4944 1576 2157 20 19 0 62
+ 0 2 5004 28636 12712 246416 0 0 312 2432 1235 1195 27 12 0 61
+ 4 0 5004 28828 13016 246588 0 0 184 2976 1106 3251 48 36 0 17
+ 2 0 5004 17220 13444 257584 0 0 0 8540 1274 19754 55 45 0 0
+ 2 0 5004 19636 13944 256876 0 0 8 12164 1303 25116 37 51 2 10
+ 3 0 5004 17780 14788 256764 0 0 0 6596 1509 2417 23 17 11 49
+ 2 0 5004 22956 15416 251568 0 0 4 4628 1334 2051 51 20 6 23
+ 0 0 5004 17676 15724 256100 0 0 0 2612 1198 28492 40 53 7 0
+ 0 0 5004 17740 15724 256100 0 0 0 0 1002 480 0 0 100 0
+ 1 0 5004 23332 15740 251280 0 0 16 0 1174 1102 15 4 79 2
+ 3 0 5004 18532 15768 255936 0 0 4 944 1119 21002 64 36 0 0
+ 0 1 5004 8220 16056 264744 0 0 4 9628 1230 14595 41 29 1 30
+ 1 0 5004 3336 16208 269368 0 0 604 15000 1325 9508 29 21 3 46
+ 2 0 5004 22560 16480 248860 0 0 396 9088 1176 6523 49 24 0 28
+ 1 1 5004 3904 16968 265756 0 0 272 13476 1159 31219 36 54 0 10
+ 2 1 6180 3328 14476 272888 0 4724 312 10496 1267 40892 40 42 0 17
+ 0 2 7604 3328 13844 272708 0 276 116 24300 1229 65953 33 65 0 2
+ 1 1 7604 3752 12140 273344 0 0 64 11424 1196 34694 38 50 0 12
+ 3 0 7604 5224 12400 273480 0 0 20 2284 1284 36125 51 49 0 0
+ 2 0 7604 27752 12700 253316 0 0 1080 2212 1264 8382 60 23 0 17
+ 0 1 7604 23796 12748 257460 0 0 44 3420 1579 30861 36 45 0 19
+ 2 0 7604 19636 12796 261624 0 0 84 4 4775 5866 24 18 54 4
+ 1 1 7604 33684 12836 248344 0 0 104 12340 1133 6506 61 10 0 29
+ 2 0 7604 11796 12856 257148 0 0 4948 0 1083 334 93 7 0 0
+ 2 0 7604 11924 12972 269172 0 0 188 15552 1624 920 68 16 0 16
+ 2 0 7604 6460 12996 273492 0 0 12 540 1075 7245 85 15 0 0
+ 4 0 7604 39540 13156 241260 0 0 372 836 1119 27387 61 39 0 0
+ 1 0 7604 37420 13160 243616 0 0 300 0 1048 7497 87 12 0 1
+ 1 0 7604 34860 13168 246196 0 0 756 0 1084 3250 86 4 0 10
+ 3 0 7604 31492 13228 236456 0 0 328 0 1066 2320 90 10 0 0
+ 1 2 7604 27972 13288 238520 0 0 136 1468 1492 2591 92 8 0 0
+ 2 0 7604 37956 13368 242104 0 0 24 6944 1263 4518 88 12 0 0
+ 9 0 7604 36548 13368 243608 0 0 92 0 1069 3324 93 7 0 0
+ 2 0 7604 32900 13372 244936 0 0 20 0 1022 2775 93 7 0 0
+ 2 0 7604 31876 13484 246208 0 0 128 0 1033 3690 78 22 0 0
+ 1 2 7604 22596 13492 257520 0 0 308 8720 1054 4259 87 13 0 0
+ 3 1 7604 18980 13508 260828 0 0 572 316 1140 32172 58 42 0 0
+ 1 0 7604 17188 13520 262920 0 0 4 0 1004 8304 88 11 0 1
+ 1 1 7604 20156 13536 260108 0 0 1312 0 1320 2309 47 11 0 42
+ 2 0 7604 14460 13540 265784 0 0 1320 0 1237 3007 93 7 0 0
+ 2 1 7604 7968 13548 271836 0 0 220 10728 1089 8201 84 16 0 0
+ 2 1 7604 4948 13568 274944 0 0 1400 120 1476 26337 63 37 0 0
+ 1 0 7604 3436 12028 278132 0 0 3632 0 1931 3586 26 5 0 69
+ 3 1 7604 15204 11800 267240 0 0 476 0 1149 3345 80 7 0 13
+ 2 0 7604 6548 11820 275892 0 0 864 0 1099 3127 94 6 0 0
+ 6 2 7604 3404 11820 278932 0 0 896 6232 1180 3205 93 7 0 0
+ 5 0 7604 3520 10660 280092 0 0 672 100 1151 16832 72 28 0 0
+ 3 0 7604 2948 10688 280680 0 676 484 676 1145 9622 86 14 0 0
+ 0 2 7604 3256 10696 281288 0 500 696 556 1146 8577 59 12 0 29
+ 1 0 7604 3780 10728 281212 0 0 324 56 1127 4338 71 6 0 23
+ 2 2 7604 32792 10736 253300 0 0 8 7696 1081 3828 92 8 0 0
+ 1 0 7604 30872 10752 255252 0 0 0 208 1029 2762 97 3 0 0
+ 0 1 7604 61752 10764 227136 0 0 28 0 1007 2376 77 19 0 4
+ 1 0 7604 154848 11016 126948 0 0 264 92 1092 980 27 38 0 35
+ 1 0 7604 162740 11724 129656 0 0 220 2048 1526 2884 47 20 11 23
+ 2 2 7604 143096 12804 145276 0 0 360 14616 1266 10380 42 23 0 35
+ 2 2 7604 136184 12868 153628 0 0 24 5284 1214 5526 21 7 0 72
+ 0 1 7604 133368 13260 156140 0 0 200 1996 1185 1702 6 5 0 89
+ 1 3 7604 116808 14168 170932 0 0 436 11360 1274 8986 30 19 0 51
+ 0 1 7604 113672 14468 173376 0 0 376 2652 1190 1598 16 2 0 82
+ 1 1 7604 107212 14832 178900 0 0 196 15668 1209 3040 13 9 0 78
+ 0 3 7604 103308 15136 182448 0 0 184 7784 1140 2189 5 4 0 91
+ 0 2 7604 101148 15672 183920 0 0 204 0 1151 1039 2 5 0 93
+ 1 1 7604 87964 16732 195784 0 0 132 2224 1097 6488 25 19 0 56
+ 0 1 7604 77084 17284 205152 0 0 124 5620 1175 4028 14 13 0 73
+ 0 2 7604 68828 17688 212168 0 0 44 17324 1153 3736 15 12 0 73
+ 0 2 7604 66812 17792 214072 0 0 20 10160 1166 1263 4 2 0 94
+ 0 2 7604 59516 18204 220708 0 0 32 3784 1150 4063 12 8 0 80
+ 1 1 7604 32188 18808 246900 0 0 44 12964 1144 15278 45 27 0 28
+ 0 3 7604 20404 18912 257832 0 0 112 20364 1241 6090 27 20 0 53
+ 1 0 7604 20476 18976 257776 0 0 16 14796 1932 256 6 3 0 91
+ 1 0 7604 19772 18976 257776 0 0 0 0 1002 226 97 3 0 0
+ 0 0 7604 19004 19004 258640 0 0 0 0 2069 1421 51 4 45 0
+ 1 0 7604 14524 19280 260804 0 0 12 4460 3227 3388 8 14 41 37
+ 0 1 7604 10876 19764 263644 0 0 12 6436 1228 2278 8 12 3 77
+ 0 1 7604 5992 20024 267940 0 0 28 5496 1128 4151 9 8 0 83
+ 1 0 7604 3236 20748 269332 0 0 16 5648 1308 2201 20 15 7 59
+ 0 1 7604 5828 20888 267412 0 0 0 6072 1211 524 60 10 12 18
+ 2 0 7604 2976 20808 270312 0 0 40 1124 1067 3129 68 22 1 9
+ 0 0 7620 8980 20244 266368 0 0 0 0 1017 795 32 22 46 0
+ 2 0 7620 8596 20260 266384 0 0 0 0 1002 617 32 21 47 0
+ 3 0 7620 7308 20268 266384 0 0 0 0 1013 1113 67 33 0 0
+ 3 0 7620 8972 20284 266388 0 0 0 0 1044 1169 69 31 0 0
+ 2 0 7620 8324 20316 266392 0 0 0 2752 1081 1836 47 48 0 5
+ 4 0 7620 7556 20332 266400 0 0 0 0 1002 1668 55 45 0 0
+ 1 0 7620 6404 20348 266600 0 0 0 0 1011 1362 57 43 0 0
+ 2 0 7620 6532 20368 266604 0 0 0 0 1002 903 63 37 0 0
+ 1 0 7620 6596 20372 266616 0 0 0 0 1008 981 62 38 0 0
+ 3 0 7620 6708 20392 266684 0 0 0 2384 1091 1112 61 39 0 0
+ 1 0 7620 3884 20404 266852 0 0 0 0 1002 886 76 24 0 0
+ 0 0 7620 8588 19752 265660 0 1424 4 1424 1015 882 48 17 32 2
+ 0 0 7620 8588 19752 265660 0 0 0 0 1002 141 0 1 99 0
+ 0 0 7620 8588 19752 265660 0 0 0 0 1002 137 0 0 100 0
+ 0 1 7620 8848 19764 265660 0 0 0 5220 1334 445 7 1 27 65
+ 0 1 7620 8976 19764 265660 0 0 0 2372 1346 427 6 1 0 93
+ 0 0 7620 8976 19764 265660 0 0 0 328 1165 146 0 1 73 26
+ 2 0 7620 9512 19804 265676 0 0 0 0 1008 1583 28 10 62 0
+ 2 0 7620 7016 19848 265788 0 0 4 0 1009 2728 72 27 0 1
+ 2 0 7620 39692 19896 238996 0 0 24 404 1036 3754 61 36 0 3
+ 1 0 7620 150252 20012 121556 0 0 16 6604 1062 793 39 47 0 14
+ 2 0 7620 158956 20052 123904 0 0 28 0 1477 2425 68 17 12 2
+ 1 0 7620 154228 20576 127340 0 0 16 504 1015 4741 45 53 0 2
+ 0 1 7620 121204 21316 158752 0 0 44 5408 1096 17955 59 30 0 11
+ 0 1 7620 112180 21480 167192 0 0 32 8228 1197 4923 16 9 0 75
+ 0 2 7620 109300 21580 169648 0 0 28 19420 1184 1228 3 6 0 91
+ 0 3 7620 102604 21788 175696 0 0 28 13684 1224 3007 8 9 0 83
+ 0 1 7620 98572 22076 179396 0 0 12 3772 1270 2332 8 6 0 86
+ 1 1 7620 72396 22640 203220 0 0 232 3332 1244 11350 43 33 0 24
+ 1 2 7620 44364 23524 229332 0 0 24 16536 1274 15860 57 28 0 15
+ 1 3 7620 41116 23668 232256 0 0 24 14900 1235 2042 9 8 0 83
+ 0 5 7620 17884 23780 254056 0 0 20 8892 1235 12684 45 29 0 26
+ 0 3 7620 16980 23860 254164 0 0 184 7628 1139 966 19 2 0 79
+ 0 1 7620 16980 23860 254164 0 0 0 10996 1300 711 3 4 0 93
+ 0 1 7620 17940 23948 254164 0 0 0 23528 1220 327 2 3 0 95
+ 2 0 7620 15380 24024 255332 0 0 1272 6308 1290 760 44 4 0 52
+ 1 0 7620 15492 24172 256288 0 0 1096 56 1093 453 95 5 0 0
+ 2 0 7620 10052 24336 259088 0 0 0 3520 4217 4274 33 15 29 22
+ 0 1 7620 6728 24752 261476 0 0 8 5040 1213 2079 9 12 3 76
+ 0 1 7620 3064 24664 266312 0 0 8 6624 1202 4041 17 15 1 67
+ 0 1 7620 3144 24340 266168 0 0 4 4624 1330 1135 5 8 1 86
+ 1 0 7620 6708 23364 265264 0 0 0 3688 1289 1611 26 12 6 56
+ 1 1 7620 7572 23564 265648 0 0 40 6808 1267 916 61 13 6 20
+ 1 0 7620 8644 22904 264412 0 16 16 20 1009 2967 65 35 0 0
+ 0 0 7620 8444 22904 264504 0 0 84 0 1017 482 10 8 80 2
+ 2 0 7620 8208 22924 264760 0 0 228 0 1056 1104 50 21 19 10
+ 1 0 7620 7552 22932 264812 0 0 8 0 1003 1070 65 35 0 0
+ 0 2 7620 8064 22952 264772 0 0 0 2440 1052 1239 64 32 0 4
+ 3 0 7620 7928 22972 264768 0 0 0 324 1021 2096 51 46 0 3
+ 2 0 7620 7544 22976 264776 0 0 0 0 1017 1817 61 39 0 0
+ 3 0 7620 6968 22984 264200 0 0 68 0 1056 1423 65 34 0 1
+ 3 0 7620 6904 23000 264220 0 0 4 0 1003 1133 57 41 0 2
+ 4 0 7620 6264 23024 264232 0 0 4 388 1150 1438 62 38 0 0
+ 2 0 7620 6904 23028 264252 0 0 0 0 1005 968 64 36 0 0
+ 1 1 7620 4520 23028 264388 0 0 0 4028 1495 1960 58 40 0 2
+ 2 1 7620 6208 23048 262776 0 0 0 3508 1458 1013 88 12 0 0
+ 0 0 7620 7872 23052 262920 0 0 36 1188 1366 1158 18 14 19 50
+ 0 0 7620 8364 23064 262928 0 0 8 604 1107 525 20 1 79 0
+ 0 0 7620 8620 23064 262928 0 0 0 0 1005 222 0 0 100 0
+ 0 0 7620 8748 23068 262928 0 0 0 4 1021 896 24 2 74 0
+ 0 0 7620 9004 23068 262928 0 0 0 0 1020 334 2 0 98 0
+ 0 0 7620 8172 23076 262988 0 0 68 0 1024 292 8 1 91 0
+ 2 0 7620 4500 23200 263420 0 0 264 384 1769 3742 52 27 4 17
+ 2 0 7620 7440 23244 262452 0 0 36 0 1017 3009 76 24 0 0
+ 2 0 7620 39308 23252 235300 0 0 72 8 1027 3849 59 39 0 2
+ 2 0 7620 153348 23456 126032 0 0 104 7112 1093 2637 38 56 0 6
+ 1 0 7620 123860 24200 152584 0 0 16 0 1020 15735 57 40 0 3
+ 0 1 7620 94932 24888 178988 0 0 16 11704 1191 12531 66 31 0 3
+ 1 2 7620 67548 26232 203100 0 0 8 7680 1175 9506 43 33 0 24
+ 1 3 7620 28700 27260 239424 0 0 0 20912 1217 17671 65 35 0 0
+ 0 3 7620 13356 27320 253928 0 0 24 14748 1196 7777 42 20 0 37
+ 0 3 7620 13420 27320 253928 0 0 0 9240 1182 156 0 0 0 100
+ 0 3 7620 13420 27320 253928 0 0 0 13944 1171 179 0 2 0 98
+ 0 3 7620 13548 27320 253928 0 0 0 10964 1186 176 0 1 0 99
+ 1 1 7620 15084 27444 253928 0 0 0 21668 1209 516 12 4 0 84
+ 0 2 7620 15276 27448 253928 0 0 0 21460 2185 602 1 2 0 97
+ 1 0 7620 13164 27520 254088 0 0 64 7204 1398 829 46 5 6 44
+ 2 0 7620 9092 27716 257036 0 0 0 4600 4388 4428 15 16 44 24
+ 1 0 7620 3152 26768 263416 0 0 0 9464 1218 5142 14 20 1 65
+ 0 1 7620 4408 26296 260852 0 0 140 2528 1177 845 32 8 3 57
+ 1 0 7620 7360 26464 261048 0 0 240 6248 1167 745 54 11 2 33
+ 1 0 7620 7816 26464 261052 0 0 0 0 1032 412 97 3 0 0
+ 0 1 7620 4684 26516 262088 0 0 60 4056 4004 4645 27 17 29 27
+ 2 1 7620 3528 26724 262656 0 0 4 4292 1377 2046 7 13 2 78
+ 1 0 7620 3336 26864 262532 0 0 4 6300 1203 3755 10 13 1 76
+ 1 0 7620 4876 27284 262592 0 0 24 4148 1255 1675 47 20 5 27
+ 2 0 7620 7820 27328 260348 0 0 404 0 1114 2210 41 34 15 11
+ 0 1 7620 5260 27332 262112 0 0 1760 0 1305 429 6 5 62 27
+ 0 2 7620 5388 27344 262860 0 0 728 3892 1365 757 27 12 0 61
+ 4 1 7620 4748 27344 262908 0 0 64 3424 1265 371 11 7 0 82
+ 1 2 7620 4740 27352 262940 0 0 24 1372 1228 1304 62 31 0 7
+ 1 0 7620 4996 27380 263228 0 0 284 392 1204 912 59 30 0 11
+ 1 0 7620 4164 27392 263928 0 0 700 0 1144 1551 42 37 0 21
+ 1 0 7620 4612 27344 263096 0 0 0 0 1020 2198 52 48 0 0
+ 6 0 7620 3672 27152 260028 0 0 36 0 1293 1623 69 30 0 1
+ 0 1 7620 9456 27112 258260 0 0 40 400 1580 2047 57 41 0 2
+ 2 0 7620 6960 27128 258272 0 0 0 0 1064 1201 69 31 0 0
+ 2 1 7620 7728 27136 258280 0 0 0 0 1011 1132 64 36 0 0
+ 4 0 7620 8560 27140 258308 0 0 0 60 1080 1359 68 32 0 0
+ 1 0 7620 9756 27144 258600 0 0 0 0 1033 1517 68 32 0 0
+ 0 0 7620 8764 27172 258712 0 0 36 896 1085 1291 75 22 2 1
+ 0 0 7620 8780 27172 258712 0 0 0 0 1017 379 1 0 99 0
+ 0 0 7620 8844 27172 258712 0 0 0 0 1047 421 2 1 97 0
+ 0 0 7620 8972 27176 258712 0 0 0 12 1041 507 2 1 97 0
+ 0 0 7620 8140 27176 258716 0 0 0 0 1026 307 12 1 87 0
+ 0 0 7620 9308 27188 258712 0 0 0 344 1063 652 7 1 92 0
+ 2 0 7620 9500 27188 258712 0 0 0 0 1048 518 4 3 93 0
+ 0 1 7620 8692 27268 258880 0 0 72 0 1050 1050 74 23 0 3
+ 3 0 7620 8564 27268 259028 0 0 92 8 1030 722 76 21 0 3
+ 0 1 7620 143220 27636 129188 0 0 280 6748 1111 1273 14 55 0 31
+ 1 0 7620 135208 28640 138060 0 0 124 2376 1270 10358 37 41 0 22
+ 1 0 7620 95848 29612 174876 0 0 8 5196 1103 20445 64 35 0 1
+ 1 0 7620 60136 31340 206692 0 0 12 28808 1336 15276 55 40 0 5
+ 1 2 7620 22008 32240 242896 0 0 0 26296 1324 20882 62 38 0 0
+ 2 0 7620 118520 32352 150012 0 0 12 10612 1327 6467 33 56 0 11
+ 0 0 7620 191612 32456 78568 0 0 184 2092 2311 39483 24 28 27 22
+ 2 0 7620 181120 32472 89120 0 0 32 0 3579 3411 39 22 37 1
+ 1 0 7620 181184 32472 89120 0 0 0 0 1032 545 81 19 0 0
+ 1 0 7620 181184 32472 89120 0 0 0 0 1029 405 84 16 0 0
+ 1 0 7620 181184 32488 89120 0 0 0 344 1023 391 85 15 0 0
+ 1 0 7620 181184 32500 89120 0 0 0 11512 1136 463 86 14 0 0
+ 1 0 7620 181200 32500 89120 0 0 0 0 1027 605 87 13 0 0
+ 1 0 7620 178704 32524 91504 0 0 0 0 4042 4101 16 20 64 0
+ 3 1 7620 173968 32532 95120 0 0 0 5352 5789 5740 14 20 12 53
+ 1 2 7620 171920 32536 97224 0 0 0 992 3739 3728 42 20 0 38
+ 1 0 7620 171280 32548 98908 0 0 0 48 3121 3302 29 20 43 7
+ 0 1 7620 169488 32568 100536 0 0 0 11140 3020 3074 33 18 45 5
+ 2 0 7620 167316 32580 102936 0 0 0 124 4005 4098 29 19 39 13
+ 0 0 7620 166804 32592 103408 0 0 0 0 1683 1443 56 24 20 0
+ 0 0 7620 162324 32612 107872 0 0 0 88 6254 6792 3 14 83 0
+ 0 0 7620 160724 32616 110704 0 0 0 0 4311 4701 30 18 52 0
+ 1 1 7620 159956 32628 111380 0 0 0 11120 1999 1689 49 23 28 0
+ 1 0 7620 159444 32652 112000 0 0 0 88 1923 1476 57 20 22 2
+ 0 0 7620 158884 32660 112508 0 0 0 0 1656 1098 22 10 69 0
+ 0 0 7620 158116 32672 113304 0 0 0 40 2027 1536 21 12 67 0
+ 0 0 7620 156388 32680 114996 0 0 0 0 3064 2821 25 14 61 0
+ 1 0 7620 155748 32692 115740 0 0 0 0 2013 1705 56 18 26 0
+ 0 1 7620 152820 32720 118284 0 0 872 4440 3149 2899 38 16 35 11
+ 0 0 7620 149492 32756 120840 0 0 488 0 3627 3089 26 15 41 19
+ 0 0 7620 148980 32768 121300 0 0 0 76 1592 768 2 2 96 0
+ 0 0 7620 148660 32768 121616 0 0 0 0 1403 834 16 5 79 0
+ 1 0 7620 146484 32776 123800 0 0 0 0 3660 3357 17 11 72 0
+ 2 0 7620 145972 32792 124348 0 0 0 6924 1790 1366 67 15 17 1
+ 0 0 7620 145076 32800 125192 0 0 0 2228 2207 1708 54 16 30 0
+ 2 0 7620 131124 33756 137812 0 0 356 36 1115 8732 32 22 42 4
+ 2 0 7620 107252 34508 160168 0 0 8 20 1028 13935 52 46 0 2
+ 0 1 7620 96364 35068 167672 0 0 128 15536 1152 6943 36 43 0 21
+ 0 1 7620 96236 35068 167676 0 0 0 22240 1333 857 23 3 0 74
+ 9 0 7620 94188 35180 167740 0 0 4 10044 1337 494 7 5 0 89
+ 2 0 7620 90020 35664 172844 0 0 0 6272 1214 7051 47 29 3 22
+ 1 0 7620 89380 35828 172512 0 0 0 16180 1200 5112 21 36 0 42
+ 1 0 7620 89060 36360 172244 0 0 0 7884 1247 6841 50 32 5 13
+ 3 0 7620 92260 36684 168676 0 0 0 13956 1273 5317 32 22 2 45
+ 2 0 7620 81956 37396 178060 0 0 0 8188 1271 9606 35 40 5 19
+ 2 0 7620 89572 37648 171044 0 0 4 18288 1257 3335 24 38 1 37
+ 3 0 7620 89700 37964 170644 0 0 0 7328 1428 2493 8 14 3 75
+ 0 1 7620 88356 38464 171236 0 0 0 11832 1330 5099 20 25 5 50
+ 1 0 7620 91044 39180 169444 0 0 8 9280 1419 3552 25 22 7 46
+ 1 0 7620 88548 39824 169584 0 0 8 4932 1415 2027 39 17 9 36
+ 0 0 7620 88868 40488 169220 0 0 0 5620 1405 1995 25 15 20 40
+ 0 0 7620 88868 40488 169220 0 0 0 0 1036 346 1 0 99 0
+ 0 0 7620 88868 40488 169220 0 0 0 0 1014 221 3 1 96 0
+ 1 0 7620 89124 40508 169184 0 0 0 852 1091 291 8 3 87 2
+ 2 0 7620 74404 40984 181944 0 0 0 15496 1310 9436 27 26 3 45
+ 0 1 7620 57380 41292 198248 0 0 0 17892 1251 10923 29 24 2 44
+ 0 1 7620 42276 41800 211520 0 0 0 15156 1256 7825 25 35 1 40
+ 2 1 7620 28260 42440 225008 0 0 0 12908 1250 8725 31 25 2 42
+ 0 1 7620 20132 43060 232896 0 0 36 12556 1307 4796 41 21 3 36
+ 0 1 7620 20644 43332 232808 0 0 4 4776 1602 1038 9 10 3 78
+ 0 0 7620 18868 43356 235320 0 0 0 400 4108 4217 14 17 53 16
+ 1 1 7620 16040 43472 233328 0 0 476 8356 1716 6926 50 12 7 31
+ 2 0 7620 6556 43560 237452 0 0 756 6368 1141 544 72 7 0 21
+ 0 1 7620 12192 42564 239836 0 0 652 14500 1241 703 39 15 0 46
+ 1 0 7620 47456 42676 205108 0 0 0 1224 1185 1045 76 8 2 14
+ 1 0 7620 45408 42676 207076 0 0 0 0 1023 3913 92 8 0 0
+ 1 0 7620 43104 42684 209444 0 0 0 0 1041 3204 97 3 0 0
+ 1 0 7620 40800 42684 211524 0 0 0 0 1014 2970 96 4 0 0
+ 1 0 7620 38840 42688 213764 0 0 0 0 1009 3163 95 5 0 0
+ 2 2 7620 35448 42688 215556 0 0 0 10460 1255 3708 94 6 0 0
+ 1 0 7620 34876 42712 217668 0 0 0 268 1086 3278 96 4 0 0
+ 1 0 7620 32508 42712 220052 0 0 0 0 1014 3832 93 7 0 0
+ 1 0 7620 29980 42716 222616 0 0 0 0 1002 5061 95 5 0 0
+ 1 1 7620 23900 42728 228256 0 0 44 16 1008 4222 89 11 0 0
+ 1 2 7620 13132 42764 237084 0 0 3392 14416 1178 3646 90 10 0 0
+ 2 0 7620 11708 42784 238692 0 0 8 100 1164 3779 91 9 0 0
+ 2 0 7620 3620 42812 246384 0 0 1412 0 1103 15976 83 17 0 0
+ 2 0 7620 3240 41580 247796 0 0 172 0 1052 14380 84 16 0 0
+ 1 1 7620 5164 41224 246496 0 0 324 0 1044 14445 82 18 0 0
+ 2 2 7620 3828 30732 258936 0 0 316 15432 1109 48778 52 39 0 9
+ 2 0 7620 3872 30488 259736 0 0 436 132 1290 21416 31 19 0 50
+ 0 2 7620 8272 30300 255596 0 0 1240 0 1157 13761 70 19 0 11
+ 2 0 7620 6224 30340 257448 0 0 816 0 1153 13187 73 13 0 14
+ 1 1 7620 3832 30368 259712 0 0 740 0 1190 8730 82 13 0 5
+ 0 5 7620 3400 30384 259836 0 0 552 11444 1273 18368 54 16 0 30
+ 4 3 7620 3760 27024 258692 0 0 636 0 1423 33971 40 48 0 13
+ 2 1 7620 7472 27060 259524 0 0 240 96 1072 8403 78 16 0 6
+ 3 1 7620 5744 27064 261076 0 0 0 0 1116 5059 95 5 0 0
+ 2 1 7620 4464 27076 262448 0 0 44 0 1062 4343 92 5 0 3
+ 3 1 7620 2928 27084 263892 0 0 0 4912 1129 3821 93 7 0 0
+ 2 1 7620 3760 25036 265236 0 0 52 0 1043 3840 96 4 0 0
+ 3 1 7620 31044 24892 238580 0 0 1956 0 1288 33646 25 31 0 44
+ 4 0 7620 32132 24928 238580 0 0 36 0 1047 90797 59 41 0 0
+ 2 1 7620 52164 25168 219132 0 0 240 144 1108 70543 64 36 0 0
+ 2 1 7620 64828 25324 205660 0 0 292 2100 1100 89031 56 44 0 0
+ 2 0 7620 72700 25432 197876 0 0 112 0 1085 117030 47 53 0 0
+ 1 1 7620 98132 25840 172868 0 0 360 2432 2325 73956 29 67 0 4
+ 0 2 7620 117076 26140 154272 0 0 392 0 2814 31838 30 35 0 34
+ 1 1 7620 134492 26376 139888 0 0 1076 292 1155 8975 55 13 0 32
+ 2 0 7620 114588 26412 146576 0 0 6720 72 1269 5920 93 7 0 0
+ 2 0 7620 121516 26520 152196 0 0 5308 1184 1599 7666 90 10 0 0
+ 1 1 7620 106348 27244 165412 0 0 1472 0 1169 15172 61 39 0 0
+ 3 1 7620 91620 27680 179192 0 0 3680 4712 1242 30965 56 44 0 0
+ 2 1 7620 77468 27768 193072 0 0 4124 10368 1339 33219 48 52 0 0
+ 2 3 7620 66588 28168 203220 0 0 2384 14356 1280 39950 42 58 0 0
+ 2 2 7620 64028 28344 205216 0 0 604 8424 1210 44446 40 60 0 0
+ 3 1 7620 56416 28584 213096 0 0 1744 2412 1225 43062 45 55 0 0
+ 3 1 7620 41440 29312 226356 0 0 360 4800 1221 35266 48 52 0 0
+ 3 2 7620 35104 29780 231848 0 0 612 524 1211 40991 52 48 0 0
+ 1 3 7620 31648 30340 234112 0 0 656 10776 1142 47305 47 53 0 0
+ 1 3 7620 31136 30344 234272 0 0 164 11980 1180 48376 48 52 0 0
+ 1 3 7620 29600 30524 235092 0 0 220 16 1149 48066 56 44 0 0
+ 3 3 7612 24672 30852 239048 32 0 288 0 1084 44262 54 46 0 0
+ 1 3 7612 18820 31500 244828 0 0 720 2652 1115 37172 60 40 0 0
+ 3 3 7612 3784 32148 257688 0 0 3152 8380 1216 38980 56 44 0 0
+ 2 3 7612 4608 28444 259792 0 0 596 3736 1389 40410 58 42 0 0
+ 3 6 7612 3184 28176 259860 0 0 236 7424 1411 38166 59 41 0 0
+ 6 2 7612 3908 28216 257372 0 0 164 8 1493 31984 70 30 0 0
+ 2 0 7612 3376 17868 269204 0 0 1636 5608 1466 27583 63 37 0 0
+ 1 3 7612 3056 16648 270476 0 0 80 18268 1461 29531 59 32 0 9
+ 1 4 7612 3008 16716 270376 0 0 44 15524 1470 43689 57 43 0 0
+ 1 4 7612 3648 16796 268912 0 0 384 9608 1440 48904 60 40 0 0
+ 1 1 7612 4400 16888 269124 0 0 180 8244 1609 43716 56 44 0 0
+ 2 0 7612 3248 16932 269104 0 0 48 4968 1515 25678 75 25 0 0
+ 2 0 7612 3828 16932 269104 0 0 0 0 1293 28687 76 24 0 0
+ 2 0 7612 3892 16932 269152 0 0 0 0 1320 24465 83 17 0 0
+ 2 0 7612 3456 16976 268992 0 0 16 40 2970 39111 64 36 0 0
+ 2 0 7612 3552 17064 266932 0 0 300 3176 2900 46440 55 45 0 0
+ 2 1 7612 4056 17284 266308 0 0 8 4856 1583 44746 57 43 0 0
+ 2 1 7612 3288 17496 266712 0 0 404 2632 1516 34020 45 32 0 23
+ 2 1 7612 3608 17912 265592 0 0 12 3104 1442 43535 61 39 0 0
+ 2 0 7612 3480 18096 265504 0 0 0 9104 1653 47495 55 45 0 0
+ 1 2 7612 3720 18428 266532 0 0 1068 2940 1604 46750 58 42 0 0
+ 4 0 7612 3976 18700 266168 0 0 400 2840 1731 43299 61 39 0 0
+ 3 0 7612 8580 18836 262412 0 0 4 5628 1597 24641 72 28 0 0
+ 2 0 7612 5060 18840 262504 0 0 4 0 1446 26344 81 19 0 0
+ 2 0 7612 6724 18980 264720 0 0 84 1220 1422 39773 63 37 0 0
+ 2 0 7612 4396 19020 266016 0 0 184 0 1362 41123 68 32 0 0
+ 2 1 7612 3240 19012 265324 0 0 36 2720 1513 37460 67 33 0 0
+ 3 1 7612 3860 19012 265340 0 0 12 3740 1555 42578 67 33 0 0
+ 2 0 7612 3456 19060 264660 0 0 4 812 1555 34096 61 39 0 0
+ 1 1 7612 7272 19028 262108 0 0 32 6256 1393 42772 60 40 0 0
+ 1 0 7612 7016 19028 262152 0 0 36 0 1317 45627 63 37 0 0
+ 2 0 7612 6824 19028 262200 0 0 44 0 1301 53556 67 33 0 0
+ 2 1 7612 5216 19032 263420 0 0 1220 0 1610 44741 52 48 0 0
+ 6 1 7612 10708 18956 261908 0 0 1124 0 1673 12683 50 36 0 14
+ 6 1 7612 10708 18968 261908 0 0 0 220 1249 295 12 88 0 0
+ 5 1 7612 11028 18972 261972 0 0 68 0 1242 796 17 83 0 0
+ 2 0 7612 11776 18980 262028 0 0 60 24 1165 14394 24 76 0 0
+ 4 0 7612 11136 18984 262096 0 0 48 0 2300 46077 40 58 0 2
+ 2 0 7612 11776 18984 262120 0 0 44 0 1276 29477 45 55 0 0
+ 1 0 7612 11776 19024 262184 0 0 76 160 1859 31912 46 51 0 3
+ 4 0 7612 11136 19024 262220 0 0 32 0 1993 37232 43 56 0 1
+ 5 0 7612 11200 19032 262224 0 0 0 8 1093 22074 56 44 0 0
+ 2 1 7612 10880 19044 262716 0 0 492 0 1410 20412 58 37 0 5
+ 2 0 7612 7552 19044 265004 0 0 2288 0 1290 31704 44 56 0 0
+ 4 0 7612 8704 19064 265020 0 0 8 156 1078 26599 48 52 0 0
+ 5 0 7612 7936 19064 265020 0 0 0 0 1659 34871 39 61 0 0
+ 3 0 7612 8064 19068 265020 0 0 0 4 1165 22678 36 64 0 0
+ 2 0 7612 7616 19072 265032 0 0 0 0 1224 25808 47 53 0 0
+ 5 1 7612 6400 19072 265036 0 0 8 0 1106 30896 44 56 0 0
+ 2 0 7612 7940 19088 265220 0 0 0 344 1144 29983 38 62 0 0
+ 2 0 7612 5940 19072 265028 0 0 4 0 2264 41067 48 52 0 0
+ 2 0 7612 5556 19076 265324 0 0 0 4 1367 31751 36 64 0 0
+ 3 0 7612 4660 19076 265900 0 0 4 0 1712 40079 42 58 0 0
+ 3 0 7612 6648 18876 265656 0 0 0 0 3160 52122 45 55 0 0
+ 2 1 7612 4984 18884 265636 0 0 0 4332 1125 26573 43 57 0 0
+ 3 0 7612 4728 18900 265672 0 0 12 136 1279 24109 49 51 0 0
+ 3 0 7612 6584 18900 265668 0 0 0 8 1317 27459 47 53 0 0
+ 3 0 7612 8696 18868 263248 0 0 0 0 1137 21524 54 46 0 0
+ 3 0 7612 8824 18868 263248 0 0 0 0 1199 22647 61 39 0 0
+ 5 1 7612 5240 18880 263248 0 0 4 32 1122 28267 47 53 0 0
+ 4 0 7612 8440 18900 263276 0 0 24 84 1524 22250 58 42 0 0
+ 2 0 7612 8824 18904 263300 0 0 0 28 1245 24256 48 52 0 0
+ 4 0 7612 3512 18904 263412 0 0 104 0 2735 31001 68 32 0 0
+ 2 0 7612 8376 18908 263452 0 0 0 0 1107 21923 48 52 0 0
+ 4 1 7612 8120 18928 263548 0 0 0 404 1408 22120 54 46 0 0
+ 2 1 7612 6712 18928 263552 0 0 8 0 1188 24131 51 49 0 0
+ 3 1 7612 3640 18928 262228 0 0 16 304 1232 8050 80 20 0 0
+ 4 0 7612 3512 18840 260340 0 0 8 0 1102 7922 79 21 0 0
+ 3 0 7612 8368 18832 259800 0 0 128 0 1697 19448 79 21 0 0
+ 3 0 7612 12648 18856 259904 0 0 0 520 1075 19776 59 41 0 0
+ 4 0 7612 12544 18856 260332 0 0 424 0 1180 22388 58 42 0 0
+ 1 0 7612 11664 18880 260372 0 0 60 4 1177 15679 62 36 2 0
+ 2 1 7612 11024 18912 260392 0 0 52 0 1041 27048 48 50 2 0
+ 2 0 7612 11152 18912 260392 0 0 0 0 1949 45654 32 58 10 0
+ 1 0 7612 7184 18924 264484 0 0 0 4188 1388 41047 37 60 1 2
+ 3 0 7612 7392 18932 264484 0 0 8 0 1710 43251 34 53 11 2
+ 3 0 7612 7276 18940 264556 0 0 80 0 1341 38645 39 60 1 0
+ 3 1 7612 5152 19012 265352 0 0 860 24 1248 28280 46 54 0 0
+ 4 1 7612 4752 19016 264656 0 0 2692 0 1120 22060 51 49 0 0
+ 4 0 7612 4684 18784 261840 0 0 488 360 1217 22279 60 40 0 0
+ 3 1 7612 3468 18472 258336 0 0 500 0 1078 16979 64 36 0 0
+ 2 1 7612 4872 17268 254680 0 0 548 0 1262 18423 63 36 0 1
+ 2 0 7612 6408 17256 254592 0 0 36 0 1929 35337 51 49 0 0
+ 3 0 7612 38752 17292 224268 0 0 84 0 1079 24045 40 60 0 0
+ 1 1 7612 61808 17936 200644 0 0 580 3672 1304 36557 29 70 0 1
+ 1 1 7612 105852 18532 157292 0 0 588 4 1256 31869 30 68 0 3
+ 4 0 7612 92052 18596 160704 0 0 6432 4 1204 24346 44 52 0 4
+ 4 0 7612 83876 18676 166176 0 0 4912 0 1808 27728 54 44 0 2
+ 3 0 7612 96356 18756 168280 0 0 200 496 1088 26153 44 55 0 1
+ 2 1 7612 94628 18888 168568 0 0 368 5424 1216 27743 45 50 0 5
+ 2 0 7612 96868 18932 168652 0 0 88 32 1673 37603 41 58 0 1
+ 3 0 7612 92196 19168 171976 0 0 1244 0 1111 27023 36 64 0 0
+ 2 0 7612 60772 19632 202344 0 0 8464 0 1249 23876 54 42 0 4
+ 2 1 7612 32228 20252 229280 0 0 6324 4124 1172 29528 49 51 0 0
+ 1 2 7612 24292 20440 236136 0 0 1068 19552 1222 35155 34 61 0 5
+ 1 4 7612 18924 20612 241240 0 0 820 12652 1230 38401 36 63 0 1
+ 1 4 7612 14892 20848 244696 0 0 788 12364 1288 38525 36 62 0 2
+ 1 2 7612 11884 21060 247636 0 0 1048 3804 2365 49658 36 62 0 2
+ 2 0 9172 3472 19948 256392 0 0 6852 3648 3763 38342 40 59 0 1
+ 1 2 9172 3272 19668 256824 0 0 1604 12360 2865 44902 43 49 0 9
+ 1 2 9172 4060 19668 255888 0 0 344 7260 1197 36493 29 61 0 10
+ 3 2 9172 3152 19776 256812 0 0 616 14996 1207 38503 36 63 0 1
+ 2 3 9172 2960 20024 256440 0 0 1696 5212 1348 38130 36 59 0 5
+ 4 1 9172 3024 20212 256152 0 0 712 4440 1227 34347 46 53 0 1
+ 2 2 9172 3216 20396 255972 0 0 4976 14016 1481 31339 44 54 0 2
+ 2 2 9172 3152 20396 255988 0 0 384 15704 1633 43306 34 63 0 3
+ 3 1 9172 4552 20412 255036 0 0 2048 7128 1243 33910 37 55 0 8
+ 1 1 9172 3472 20444 256016 0 0 708 60 1162 35687 38 60 0 2
+ 3 0 9172 3216 20464 255644 0 0 1392 10480 1746 34746 48 50 0 3
+ 3 0 9172 4240 20460 254772 0 0 0 0 1051 20754 63 37 0 0
+ 2 0 9172 3920 20460 255156 0 0 384 0 1014 17858 73 27 0 0
+ 1 0 9172 2896 20476 255504 0 0 172 0 3545 34137 55 45 0 0
+ 0 2 9172 3328 20688 253160 0 0 428 4372 2248 34874 37 59 1 3
+ 3 0 9172 3648 20972 252320 0 0 664 3892 1260 35187 33 65 0 2
+ 1 1 9172 2944 21336 252396 0 0 8 6988 1277 31633 34 66 0 0
+ 5 0 9172 2928 21520 251940 0 0 4 3852 1261 33291 34 60 0 6
+ 2 1 9172 3620 21776 252704 0 0 1472 1828 1703 39899 36 59 0 5
+ 1 2 9172 3328 21976 249352 0 0 392 3192 1283 29518 50 50 0 0
+ 2 2 9172 3264 21980 249356 0 0 0 4132 1381 40136 33 61 0 6
+ 2 2 9172 3520 21984 249380 0 0 0 2384 1525 41636 35 63 0 2
+ 2 0 9172 8968 22104 249192 0 0 0 2912 1276 37879 32 67 0 1
+ 2 0 9172 8200 22116 249144 0 0 0 2892 1056 28709 57 43 0 0
+ 3 1 9172 8136 22240 249856 0 0 48 1240 1270 31695 48 52 0 0
+ 3 0 9172 4864 22288 252396 0 0 356 0 1151 24822 53 46 0 1
+ 3 0 9188 3312 22280 251780 0 0 12 0 1187 26741 45 55 0 0
+ 1 0 9188 8676 22164 248204 0 884 176 884 1019 30384 40 60 0 0
+ 2 0 9188 8036 22164 248768 0 0 560 0 1112 38626 36 62 1 1
+ 2 2 9188 6820 22168 249516 0 0 744 2676 1228 37350 36 63 0 1
+ 3 0 9188 5220 22184 250988 0 0 1472 328 1277 32980 41 59 0 0
+ 1 1 9188 3048 22180 253496 0 676 108 676 3515 61498 41 59 0 0
+ 3 0 9188 4648 22192 253436 0 0 164 0 1389 32521 42 58 0 0
+ 3 0 9188 3304 22192 253500 0 0 56 0 1087 34374 42 58 0 0
+ 4 1 9188 4584 22132 252500 0 0 84 3632 1079 32300 43 57 0 0
+ 2 0 9188 5672 22136 252568 0 0 72 0 1049 34110 43 56 0 1
+ 2 0 9188 4520 22120 253076 0 0 32 0 1038 33514 43 57 0 0
+ 3 0 9188 5736 22116 252024 0 0 4 0 1028 30065 46 54 0 0
+ 2 0 9188 6056 22124 252052 0 0 24 0 1037 25933 41 59 0 0
+ 2 0 9188 5992 22144 252236 0 0 184 1416 1095 30471 43 57 0 0
+ 3 0 9188 4588 22128 253640 0 0 2948 0 1281 35263 35 60 0 5
+ 3 0 9188 6376 22036 251884 0 0 400 0 1010 32049 45 55 0 0
+ 4 0 9188 5736 22036 251992 0 0 128 0 1571 40013 44 56 0 0
+ 2 0 9188 5792 22036 251992 0 0 0 0 1063 27194 34 66 0 0
+ 4 0 9188 5664 22048 251992 0 0 0 1180 1234 35300 34 66 0 0
+ 5 0 9188 5152 22048 251992 0 0 0 0 1006 28675 42 58 0 0
+ 4 0 9188 4896 22056 252380 0 0 0 0 1081 28731 52 48 0 0
+ 2 0 9188 4448 22064 252388 0 0 4 0 1726 35934 40 60 0 0
+ 3 0 9188 5216 22064 252384 0 0 4 0 1507 37796 43 57 0 0
+ 4 0 9188 3360 22080 252588 0 0 0 708 1023 30522 44 56 0 0
+ 2 0 9188 6536 21952 250148 0 0 388 0 1128 34446 49 51 0 0
+ 2 0 9188 5704 21956 250668 0 0 0 0 1315 30457 32 68 0 0
+ 4 1 9188 4744 21956 250696 0 0 24 0 1195 36025 42 58 0 0
+ 5 0 9188 3652 21956 249832 0 0 32 0 1011 28859 48 52 0 0
+ 3 0 9188 5512 21976 249916 0 0 8 1336 1623 36283 51 49 0 0
+ 2 1 9188 3784 21980 249876 0 0 32 0 1037 27650 36 64 0 0
+ 2 0 9188 4040 21984 250436 0 0 56 0 1275 36281 39 61 0 0
+ 3 0 9188 6788 21968 249196 0 0 0 0 1002 28689 48 52 0 0
+ 3 0 9188 6788 21968 249196 0 0 0 0 1355 35241 50 50 0 0
+ 2 0 9188 6468 21980 249192 0 0 0 648 1089 29098 38 62 0 0
+ 5 0 9188 6596 21980 249176 0 0 0 0 1059 28910 40 60 0 0
+ 3 0 9188 3396 21988 251744 0 0 388 0 1049 34609 45 55 0 0
+ 3 0 9188 4424 21968 251308 0 0 412 0 1304 38050 45 55 0 0
+ 2 0 9188 4556 21968 251328 0 0 0 0 1582 37570 41 59 0 0
+ 2 0 9188 5068 21984 250544 0 0 0 2472 1053 22888 45 55 0 0
+ 2 0 9188 4492 21924 248928 0 0 104 0 1207 12840 61 32 0 7
+ 3 0 9188 8196 21928 247592 0 0 0 0 1015 26411 62 38 0 0
+ 2 0 9188 8172 21936 248088 0 0 4 0 1921 42517 47 53 0 0
+ 1 0 9188 6932 21936 248508 0 0 420 0 1415 35671 30 68 2 0
+ 3 0 9188 6868 21948 248508 0 0 0 844 1229 40776 37 59 4 0
+ 3 0 9188 6868 21948 248508 0 0 0 0 1104 40769 37 61 2 0
+ 3 0 9188 7060 21948 248508 0 0 0 0 1054 39479 33 64 3 0
+ 1 0 9188 6932 21948 248884 0 0 0 0 1265 38503 34 51 15 0
+ 0 0 9188 6948 21948 248884 0 0 0 0 1059 39707 37 60 3 0
+ 2 0 9188 7308 21956 249912 0 0 1024 444 1049 36212 42 56 0 2
+ 2 0 9188 5068 22000 249924 0 0 0 0 1261 30373 47 53 0 0
+ 2 0 9188 6156 22040 249984 0 0 0 0 1360 35010 41 59 0 0
+ 5 0 9188 4556 22052 250884 0 0 464 0 1024 28268 61 39 0 0
+ 4 0 9188 6348 22056 250132 0 0 176 0 1105 22488 44 53 0 3
+ 3 0 9188 6860 22072 250188 0 0 0 788 1096 28409 58 42 0 0
+ 3 0 9188 60648 22148 198400 0 0 96 0 1162 21071 28 72 0 0
+ 3 1 9188 99180 22772 160080 0 0 712 0 1372 33422 38 61 0 1
+ 2 0 9188 104896 22936 157032 0 0 96 6612 1094 32692 40 60 0 0
+ 2 1 9188 101120 23364 160372 0 0 1276 504 1762 32251 36 61 0 3
+ 4 0 9188 77120 23920 183428 0 0 6572 8 1191 28729 61 39 0 0
+ 3 0 9188 54592 24204 205148 0 0 5504 4108 1265 24660 44 52 0 4
+ 3 1 9188 39040 24500 219536 0 0 3212 11356 1217 34696 50 50 0 0
+ 1 4 9188 29184 24624 228804 0 0 1280 19596 1272 34707 37 60 0 3
+ 4 4 9188 25216 24760 232072 0 0 788 11056 1304 35076 34 64 0 2
+ 2 3 9188 17040 25024 239596 0 0 3080 3012 1228 31792 38 48 0 14
+ 4 2 9188 13584 25256 242396 0 0 624 5980 1671 44124 44 52 0 4
+ 1 1 9188 13648 25256 242396 0 0 0 1260 1786 44527 36 61 0 3
+ 1 3 9188 7072 25456 249132 0 0 1624 15036 1222 33137 34 64 0 2
+ 2 2 9188 3272 25552 252620 0 0 1612 1200 1184 27063 35 30 0 36
+ 2 1 9188 3912 20104 257272 0 0 3636 2620 1172 24920 35 63 0 2
+ 1 1 9188 3656 17912 259044 0 16 3628 6844 1240 21326 35 44 0 21
+ 2 1 9188 3088 17868 259652 0 0 1048 7432 1175 35442 33 67 0 0
+ 1 2 9188 4048 17592 258988 0 0 2572 13424 1092 6391 12 14 0 74
+ 2 5 9188 3408 17684 259392 0 0 4420 5380 1149 13999 32 18 0 50
+ 0 5 9188 3408 17744 259184 0 0 1028 6132 1221 21920 28 32 0 39
+ 2 5 9188 3796 17768 258756 0 0 1752 4196 1320 29014 34 38 0 28
+ 2 3 9188 3024 17848 259644 0 0 1704 3696 1209 27407 50 24 0 26
+ 0 4 9188 3340 17856 259896 0 0 1524 16024 1308 9520 13 13 0 74
+ 3 2 9188 3084 17856 255816 0 0 64 15924 1269 7835 7 15 0 78
+ 3 0 9188 3600 17920 253808 0 0 88 6196 1205 21196 25 36 0 40
+ 2 0 9188 3536 17960 253888 0 0 260 40 2937 25927 47 49 0 3
+ 2 0 9188 2936 17988 252860 0 0 568 3072 2717 35961 32 61 0 7
+ 3 0 9188 3256 18208 252136 0 0 1552 6432 1389 35481 50 50 0 0
+ 1 2 9188 3000 18364 252264 0 0 76 6272 1134 26020 28 45 0 26
+ 2 0 9188 3448 18404 251764 0 0 476 4500 1317 34599 30 54 0 16
+ 2 1 9188 4416 18744 252020 0 0 336 4388 1264 35198 33 63 0 4
+ 2 1 9188 3328 18784 249568 0 0 472 280 1107 27158 47 53 0 0
+ 1 2 9188 3768 18620 249500 0 0 3336 4128 1377 32034 52 37 0 11
+ 3 1 9188 3704 18572 250096 0 0 452 4336 1140 41937 53 27 0 20
+ 2 1 9188 7160 18516 250052 0 0 428 8200 1204 58335 55 45 0 0
+ 4 0 9188 11504 18644 246404 0 0 232 872 1299 33612 43 57 0 0
+ 2 0 9188 3720 18684 253076 0 0 8 4980 1107 27016 54 46 0 0
+ 2 0 9188 4272 18684 253076 0 0 0 0 1086 23334 59 41 0 0
+ 4 0 9188 4400 18684 253084 0 0 0 0 1011 23139 69 31 0 0
+ 2 0 9188 3288 18700 253544 0 0 48 4 3046 28196 45 55 0 0
+ 1 1 9196 4740 18712 250556 0 0 36 6588 1997 31870 43 57 0 0
+ 4 1 9196 3000 18824 251920 0 0 0 7492 1259 39537 47 53 0 0
+ 2 0 9196 3000 18932 251684 0 0 12 5440 1170 38380 38 62 0 0
+ 3 0 9196 3320 19068 251340 0 0 32 6184 1171 15127 17 31 0 52
+ 0 1 9196 3528 19244 250848 0 0 68 4640 1330 20896 19 44 0 37
+ 3 0 9196 5104 19572 251848 0 0 0 2276 1396 33777 38 47 0 15
+ 2 0 9196 3376 19504 252740 0 0 268 624 1174 25101 45 54 0 1
+ 6 0 9196 3056 19528 252256 0 0 324 0 1065 22423 48 52 0 0
+ 2 0 9196 8240 19536 248732 0 0 120 0 1011 58382 44 56 0 0
+ 1 1 9196 7664 19536 249368 0 0 632 0 1067 84853 57 43 0 0
+ 1 1 9196 6896 19540 249656 0 0 284 4192 1055 49610 31 67 0 2
+ 1 2 9196 6960 19552 249780 0 0 88 3568 1325 88646 38 62 0 0
+ 2 2 9192 6504 19556 249920 32 0 124 2192 1254 37520 28 69 0 3
+ 3 1 9192 4584 19556 251804 0 0 1872 320 1440 39973 25 75 0 0
+ 2 0 9192 4580 19552 251324 0 0 924 0 1186 81360 50 50 0 0
+ 3 1 9192 4840 19384 251404 0 0 84 4264 1105 70458 53 47 0 0
+ 5 0 9192 5272 19400 251664 0 0 256 136 1077 57817 36 64 0 0
+ 3 1 9192 5720 19416 251708 0 0 56 0 1212 53104 41 59 0 0
+ 3 0 9192 4120 19208 253308 0 0 36 0 1078 57777 66 34 0 0
+ 2 0 9192 3352 19168 254756 0 0 1164 0 1041 64154 62 38 0 0
+ 3 1 9192 3224 19116 254824 0 0 0 10268 1127 101675 53 47 0 0
+ 1 1 9192 3672 19092 254920 0 0 16 172 1139 96355 53 47 0 0
+ 2 1 9192 2904 19044 255988 0 0 116 40 1038 97442 52 48 0 0
+ 3 0 9192 3352 19016 256344 0 0 812 0 1202 77321 59 41 0 0
+ 3 1 9192 3480 18720 255896 0 0 52 0 1013 58447 40 60 0 0
+ 2 1 9192 3032 17336 257452 0 0 156 8188 1057 44908 37 63 0 0
+ 3 0 9192 3992 16772 258656 0 0 0 212 1146 94130 54 46 0 0
+ 2 0 9192 3736 16692 256888 0 0 84 4 1033 54176 43 57 0 0
+ 3 0 9192 5336 16696 256916 0 0 28 0 1079 51375 44 56 0 0
+ 2 0 9192 5848 16700 256916 0 0 0 0 1020 95161 53 47 0 0
+ 2 3 9192 3096 16828 255860 0 0 636 3436 1094 38498 51 49 0 0
+ 4 1 9192 3172 16844 255420 0 0 456 1004 1217 52077 38 62 0 0
+ 3 2 9268 4048 15460 250976 0 0 1732 4 1137 47891 44 56 0 0
+ 4 0 9268 12516 15200 251396 0 0 2180 68 1209 56783 43 57 0 0
+ 5 0 9268 11492 15216 252364 0 0 968 0 1171 40035 47 51 0 2
+ 2 1 9268 10212 15216 253736 0 0 1284 2336 1066 53100 50 50 0 0
+ 5 0 9268 8612 15228 255092 0 0 1284 316 1321 42261 60 40 0 0
+ 3 0 9268 7652 15228 255700 0 0 192 0 1035 41571 39 61 0 0
+ 3 0 9268 7460 15228 255700 0 0 0 0 1017 58474 39 61 0 0
+ 4 1 9268 8100 15232 255956 0 0 136 0 1037 34796 45 55 0 0
+ 4 1 9268 7588 15244 255932 0 0 84 6316 1122 28324 39 61 0 0
+ 3 1 9268 7140 15256 256852 0 0 212 100 1278 29562 38 46 0 16
+ 6 0 9268 4712 15260 257656 0 0 608 0 1161 35960 48 52 0 0
+ 2 0 9268 7080 14720 256304 0 0 24 0 1007 35048 52 48 0 0
+ 3 0 9268 5480 14720 257956 0 0 124 12 1036 58171 49 51 0 0
+ 4 1 9268 4200 14724 258496 0 0 524 3948 1081 38813 39 61 0 0
+ 2 0 9268 4132 14576 258456 0 0 112 2588 1303 27587 34 39 0 27
+ 4 1 9268 5732 14468 257448 0 0 80 20 1037 23502 44 56 0 0
+ 3 0 9268 6040 14476 257716 0 0 268 0 1106 35675 42 57 0 1
+ 2 0 9268 5468 14484 257980 0 0 248 0 1238 35125 48 52 0 0
+ 5 1 9268 22044 14248 256184 0 0 164 2256 1206 26596 50 50 0 0
+ 3 0 9268 22044 14260 256432 0 0 12 300 1250 22131 52 48 0 0
+ 5 0 9268 21612 14260 256424 0 0 0 0 1014 33331 34 66 0 0
+ 2 0 9268 21740 14260 256424 0 0 0 0 1101 28396 51 49 0 0
+ 3 0 9268 20972 14260 257348 0 0 0 0 1194 49593 67 33 0 0
+ 4 1 9268 18220 14264 259100 0 0 0 3944 1085 57306 67 33 0 0
+ 2 2 9268 18940 14280 259136 0 0 12 6316 1386 85409 58 42 0 0
+ 4 1 9268 17980 14296 260220 0 0 12 760 1243 85458 59 41 0 0
+ 2 0 9268 17660 14296 260196 0 0 0 0 1161 84732 63 37 0 0
+ 4 0 9268 17076 14296 260896 0 0 0 0 1038 79754 59 41 0 0
+ 3 1 9268 16156 14300 262032 0 0 16 7724 1160 60600 50 50 0 0
+ 4 3 9268 14492 14316 262172 0 0 112 16 1226 8466 48 23 0 29
+ 2 0 9268 14844 14340 262576 0 0 356 152 1093 14640 65 34 0 1
+ 2 0 9268 12796 14340 264032 0 0 372 188 1170 40743 49 51 0 0
+ 2 0 9268 13116 14344 264368 0 0 288 0 1181 29010 55 44 0 1
+ 3 2 9268 9020 14372 265072 0 0 656 2276 1301 10427 78 19 0 3
+ 2 0 9268 10932 14400 265252 0 0 124 232 1219 19685 58 42 0 0
+ 3 0 9268 12084 14428 265776 0 0 436 0 1111 41565 58 41 0 1
+ 3 0 9268 11540 14428 266264 0 0 316 0 1064 39954 54 46 0 0
+ 3 0 9268 11284 14428 266544 0 0 276 0 1078 43129 44 56 0 0
+ 2 1 9268 10020 14428 266976 0 0 196 3544 1173 52356 30 69 0 1
+ 2 0 9268 9828 14440 267168 0 0 192 1056 1388 17913 35 21 0 44
+ 2 0 9268 8228 14452 267728 0 0 440 0 1364 12183 64 28 0 8
+ 2 0 9268 8356 14452 267728 0 0 0 0 1026 68162 52 48 0 0
+ 1 0 9268 8612 14452 267728 0 0 0 0 1070 57847 43 57 0 0
+ 0 2 9268 7908 14452 267952 0 0 168 4484 1190 32791 63 36 0 1
+ 2 0 9268 9212 14460 268020 0 0 60 256 1172 35071 28 54 0 18
+ 3 0 9268 6780 14496 268084 0 0 48 0 1014 34755 43 57 0 0
+ 1 1 9268 8188 14536 268392 0 0 44 0 1040 45801 47 53 0 0
+ 5 0 9268 6780 14540 268488 0 0 92 0 1067 44473 48 52 0 0
+ 1 2 9268 6076 14540 268832 0 0 300 4000 1115 21262 46 53 0 1
+ 2 1 9268 7356 14564 269256 0 0 448 524 1244 18359 48 33 0 19
+12 0 9268 7932 14568 269388 0 0 88 0 1076 47578 56 44 0 0
+ 4 1 9268 26512 14908 251108 0 0 524 152 1340 27991 58 42 0 0
+ 5 1 9268 34852 15288 243048 0 0 384 0 1105 38266 42 58 0 0
+ 1 1 9268 54348 15968 222996 0 0 680 0 1220 65510 33 67 0 0
+ 2 1 9268 55512 16136 222088 0 0 100 6164 1232 37572 15 30 0 55
+ 2 2 9268 73264 16828 204244 0 0 692 4 1187 53333 37 63 0 0
+ 1 1 9268 86208 17200 194256 0 0 556 64 1144 54808 36 64 0 0
+ 1 1 9268 79360 18408 199828 0 0 1916 140 1194 46096 35 65 0 0
+ 2 1 9268 61952 18740 216572 0 0 4880 3324 1211 41763 49 51 0 0
+ 1 2 9268 50496 18840 228136 0 0 2952 3680 1201 22400 47 29 0 25
+ 2 0 9268 29824 19520 247372 0 0 4680 16 1207 35585 51 49 0 0
+ 1 3 9268 8856 20068 266204 0 0 3692 15452 1392 18051 58 42 0 0
+ 4 3 9268 4936 20360 268612 0 0 736 15956 1281 20697 54 46 0 0
+ 2 4 9268 3896 20496 269824 0 0 400 13904 1275 30907 23 77 0 0
+ 3 4 9268 8504 19816 266196 0 8 156 10084 1267 23397 48 52 0 0
+ 2 4 9268 3476 19760 271248 0 0 2228 1240 1193 31393 29 71 0 0
+ 3 2 9268 3656 19396 271012 0 0 1608 1944 1293 30001 34 66 0 0
+ 4 2 9268 3016 19480 271560 0 0 384 7628 1123 29044 27 73 0 0
+ 2 2 9268 7136 19464 267780 0 0 236 4920 1234 26707 39 61 0 0
+ 2 1 9268 3208 17752 272348 0 76 5156 1404 1095 22236 43 57 0 0
+ 3 0 9272 2888 17996 271376 0 0 6960 4904 1137 20391 59 41 0 0
+ 4 1 9272 3592 18072 270768 0 0 3452 7504 1160 27314 35 65 0 0
+ 3 1 9272 5592 18084 245724 0 0 1152 25504 1515 23156 25 75 0 0
+ 3 0 9272 53976 18136 196140 0 0 0 25768 1437 17530 36 64 0 0
diff --git a/testsuite/rootstrap.conf b/testsuite/rootstrap.conf
index ff0c1ef..be396e4 100644
--- a/testsuite/rootstrap.conf
+++ b/testsuite/rootstrap.conf
@@ -7,7 +7,7 @@ fstype=ext2
# How large to create the initial image (MB). Be generous, as image
# creation will fail if it is too small, and it will be created as a
# sparse file, making it relatively inexpensive
-initialsize=1024
+initialsize=256
# Will be resized to leave this much free space when building is
# complete. Leave unset or set to 0 to disable resizing.
@@ -32,14 +32,50 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
# these settings are only used during installation
[network]
+
+# For proxy ARP, use host=<your host's LAN IP address> and
+# uml=<a free LAN IP address for UML's use>
+
+# For a routing configuration, or if the installation process does not
+# need to reach anywhere except the host, use a separate RFC1918
+# subnet for the virtual network between the host and UML.
+
+host=192.168.30.198
+uml=192.168.30.199
+netmask=255.255.255.0
+
+# Gateway address (optional)
+# Note: you must have IP forwarding set up, or use proxy ARP, in order
+# to reach external hosts. See the User-Mode Linux documentation.
+gateway=192.168.30.1
+
+# The network interface to be used inside UML (unrelated to the host's
+# network interfaces). Leave it as eth0 unless you know better.
+
interface=eth0
-transport=slirp
-host=
-uml=10.0.2.15
-nameserver=10.0.2.3
-gateway=10.0.2.2
-netmask=255.255.0.0
-slirp=slirp-fullbolt
+
+# The UML network interface transport type, usually tuntap. See the
+# UML documentation if not.
+
+transport=tuntap
+#transport=slirp
+
+# DNS configuration
+# optional if you are fetching packages through a proxy
+
+#interface=eth0
+#transport=slirp
+#host=
+#uml=10.0.2.15
+#nameserver=10.0.2.3
+#gateway=10.0.2.2
+#netmask=255.255.0.0
+#slirp=slirp-fullbolt
+
+
+
+#domain=example.com
+#nameserver=192.168.10.1
#
# Debian module
@@ -50,7 +86,8 @@ dist=sid
# A local mirror is best, a caching proxy (such as squid) is almost as
# good
-mirror=http://ring.asahi-net.or.jp/archives/linux/debian/debian
+mirror=http://192.168.30.62:8081/archives/linux/debian/debian
+#mirror=http://202.23.147.34/debian
# Packages which should not be installed in the first place (be sure
# you know what you're doing)
diff --git a/testsuite/run-test-uml.log b/testsuite/run-test-uml.log
new file mode 100644
index 0000000..760ff99
--- /dev/null
+++ b/testsuite/run-test-uml.log
@@ -0,0 +1,10 @@
+[OK] create-sid
+[OK] build-sid-dsh
+[OK] pdebuild-sid-dsh
+[OK] pdebuild-internal-sid-dsh
+[OK] execute-sid
+[FAIL] create-sarge
+[FAIL] build-sarge-dsh
+[FAIL] pdebuild-sarge-dsh
+[FAIL] pdebuild-internal-sarge-dsh
+[FAIL] execute-sarge
diff --git a/testsuite/run-test-uml.sh b/testsuite/run-test-uml.sh
index 49a1c37..e80e246 100755
--- a/testsuite/run-test-uml.sh
+++ b/testsuite/run-test-uml.sh
@@ -4,11 +4,29 @@
PBUILDER_UML=/usr/bin/pbuilder-user-mode-linux
+RESULTFILE="run-test-uml.log"
+: > ${RESULTFILE}
+RESULTFILE=$(readlink -f ${RESULTFILE})
+log_success () {
+ CODE=$?
+ if [ $CODE = 0 ]; then
+ echo "[OK] $1" >> ${RESULTFILE}
+ else
+ echo "[FAIL] $1" >> ${RESULTFILE}
+ fi
+}
+
+
+sudo ifconfig eth0:tst 192.168.30.62 netmask 255.255.255.0
+tcpproxy 8081 ring.asahi-net.or.jp 80 &
+TCPPROXY=$!
+
pbuilder-user-mode-linux test --configfile non-existing-configfile
if [ -x "${PBUILDER_UML}" ]; then
for distribution in sid sarge; do
- pbuilder-user-mode-linux create --mirror http://ring.asahi-net.or.jp/archives/linux/debian/debian --distribution "${distribution}" --uml-image $(pwd)/testimage --logfile uml/pbuilder-user-mode-linux-create-${distribution}.log
+ pbuilder-user-mode-linux create --mirror http://192.168.30.198/archives/linux/debian/debian --distribution "${distribution}" --uml-image $(pwd)/testimage --logfile uml/pbuilder-user-mode-linux-create-${distribution}.log
+ log_success create-${distribution}
for PKG in dsh; do
(
@@ -17,19 +35,27 @@ if [ -x "${PBUILDER_UML}" ]; then
apt-get source -d ${PKG}
)
pbuilder-user-mode-linux build --uml-image $(pwd)/testimage --buildplace $(pwd)/testbuild/ --logfile uml/pbuilder-user-mode-linux-build-${PKG}-${distribution}.log testbuild/${PKG}*.dsc
+ log_success build-${distribution}-${PKG}
+
(
mkdir testbuild2
cd testbuild2
apt-get source ${PKG}
cd ${PKG}-*
pdebuild-user-mode-linux --logfile ../../uml/pdebuild-user-mode-linux-normal-${distribution}.log -- --uml-image $(pwd)/../../testimage --buildplace $(pwd)/../../testbuild2/
+ log_success pdebuild-${distribution}-${PKG}
+
pdebuild-user-mode-linux --use-pdebuild-internal --logfile ../../uml/pdebuild-user-mode-linux-internal-${distribution}.log -- --uml-image $(pwd)/../../testimage --buildplace $(pwd)/../../testbuild2/
+ log_success pdebuild-internal-${distribution}-${PKG}
)
done
pbuilder-user-mode-linux execute --uml-image $(pwd)/testimage --logfile uml/pbuilder-user-mode-linux-execute-${distribution}.log ../examples/execute_paramtest.sh test1 test2 test3
+ log_success execute-${distribution}
+
rm -rf testbuild testbuild2 testimage
done
fi
+kill ${TCPPROXY}
diff --git a/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sarge.log b/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sarge.log
index 0e5f591..43bcadb 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sarge.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sarge.log
@@ -1,14 +1,18 @@
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/26494.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filemk3oRd rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/16554.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileGFgJFZ rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/26494.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filemk3oRd rw
-Calibrating delay loop... 1577.37 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/16554.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileGFgJFZ rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -33,590 +37,34 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/A86qp8/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/bO8imN/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/26494.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
+Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/16554.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
+/tmp/fileGFgJFZ: line 25: /var/cache/pbuilder/pbuilder-mnt/etc/network/interfaces: No such file or directory
+chroot: cannot run command `/tmp/chrootshell': No such file or directory
+ -> Mount build result dir outside UML [/var/tmp] as [/var/cache/pbuilder/pbuilder-umlresult]
-> Running in pbuilder-user-mode-linux mode
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Dec 27 10:41:23 JST 2003
-pbuilder-time-stamp: 1072489283
+Current time: Sat Jul 24 11:04:37 JST 2004
+pbuilder-time-stamp: 1090634677
-> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
-Installing the build-deps
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 77% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2071kB of archives.
-After unpacking 6974kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.06-1 [206kB]
- 5% [1 libmagic1 112104/206kB 54%] Get:2 http://ring.asahi-net.or.jp sarge/main file 4.06-1 [25.2kB]
- 9% [2 file 0/25.2kB 0%] 11% [Waiting for headers] Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.3.22 [28.6kB]
- 11% [3 debconf-utils 0/28.6kB 0%] Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.1-2 [83.6kB]
- 12% [4 html2text 0/83.6kB 0%] 16% [Waiting for headers] Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.12.1-8 [1280kB]
- 16% [5 gettext 0/1280kB 0%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2071kB in 0s (2405kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9659 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-1_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-1_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-1) ...
-
-Setting up file (4.06-1) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 64% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 63% Building Dependency Tree... Done
-The following NEW packages will be installed:
- fakeroot
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 52.9kB of archives.
-After unpacking 197kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 0.8.2 [52.9kB]
- 0% [1 fakeroot 0/52.9kB 0%] 100% [Working] Fetched 52.9kB in 0s (952kB/s)
-Selecting previously deselected package fakeroot.
-(Reading database ... 10163 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_0.8.2_i386.deb) ...
-Setting up fakeroot (0.8.2) ...
-Copying source file
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0-1.dsc]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0-1.diff.gz]
-Extracting source
-su(pam_unix)[265]: session opened for user pbuilder by (uid=0)
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.0
- -> Building the package
-su(pam_unix)[281]: session opened for user pbuilder by (uid=0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is i386
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
- fakeroot debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:44:15 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:44:22 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-touch build-stamp
- fakeroot debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-cp /tmp/buildd/dsh-0.25.0/debian/machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.0/dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.0/debian/dsh.updatelist /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_link
-dh_strip
-dh_shlibdeps
-dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> Terminate timeout process
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-Current time: Sat Dec 27 10:44:41 JST 2003
-pbuilder-time-stamp: 1072489481
-/usr/lib/pbuilder/pbuilder-buildpackage: line 144: 277 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Kernel panic: Attempted to kill init!
- tracing thread pid = 26509
+cp: cannot create regular file `/var/cache/pbuilder/pbuilder-mnt/etc/hosts': No such file or directory
+System halted.
+tracing thread pid = 16569
- -> Successful exit from user-mode linux
+ -> Exit code 1
diff --git a/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sid.log b/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sid.log
index b8d2489..413e8f8 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sid.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-build-dsh-sid.log
@@ -1,14 +1,18 @@
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/31988.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileLICRGC rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/10117.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileewbgGO rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/31988.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileLICRGC rw
-Calibrating delay loop... 1567.13 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/10117.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileewbgGO rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -33,590 +37,23 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/87Jymy/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/I2F83c/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/31988.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
-Partition check:
- ubdb: unknown partition table
+Couldn't stat "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage" : err = 2
+Backing file '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage' mtime request failed, err = 2
+unable to open /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/10117.cow for validation
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
-EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
-I: using fakeroot in build.
-pbuilder-buildpackage/i386 $Id$
-$Id$
-
-Current time: Sat Dec 27 10:16:30 JST 2003
-pbuilder-time-stamp: 1072487790
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
-Installing the build-deps
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2077kB of archives.
-After unpacking 6998kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.06-2 [212kB]
- 1% [1 libmagic1 30696/212kB 14%] Get:2 http://ring.asahi-net.or.jp sid/main file 4.06-2 [25.5kB]
- Get:3 http://ring.asahi-net.or.jp sid/main debconf-utils 1.3.22 [28.6kB]
- 12% [Waiting for headers] Get:4 http://ring.asahi-net.or.jp sid/main html2text 1.3.1-2 [83.6kB]
- 12% [4 html2text 0/83.6kB 0%] Get:5 http://ring.asahi-net.or.jp sid/main gettext 0.12.1-8 [1280kB]
- 16% [5 gettext 0/1280kB 0%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sid/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sid/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2077kB in 0s (2130kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9729 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-2_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-2_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-2) ...
-
-Setting up file (4.06-2) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 63% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 45% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following NEW packages will be installed:
- fakeroot
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 53.1kB of archives.
-After unpacking 197kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 0.8.3 [53.1kB]
- 0% [1 fakeroot 0/53.1kB 0%] 100% [Working] Fetched 53.1kB in 0s (540kB/s)
-Selecting previously deselected package fakeroot.
-(Reading database ... 10233 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_0.8.3_i386.deb) ...
-Setting up fakeroot (0.8.3) ...
-Copying source file
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0-1.dsc]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild/dsh_0.25.0-1.diff.gz]
-Extracting source
-su(pam_unix)[265]: session opened for user pbuilder by (uid=0)
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.0
- -> Building the package
-su(pam_unix)[281]: session opened for user pbuilder by (uid=0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is i386
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
- fakeroot debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:19:53 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:20:00 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-touch build-stamp
- fakeroot debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-cp /tmp/buildd/dsh-0.25.0/debian/machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.0/dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.0/debian/dsh.updatelist /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_link
-dh_strip
-dh_shlibdeps
-dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> Terminate timeout process
-/usr/lib/pbuilder/pbuilder-buildpackage: line 122: 277 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-Current time: Sat Dec 27 10:20:40 JST 2003
-pbuilder-time-stamp: 1072488040
+mount: special device /dev/ubd/1 does not exist
+E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?
Kernel panic: Attempted to kill init!
- tracing thread pid = 32003
+ tracing thread pid = 10132
-> Successful exit from user-mode linux
diff --git a/testsuite/uml/pbuilder-user-mode-linux-create-sarge.log b/testsuite/uml/pbuilder-user-mode-linux-create-sarge.log
index ba729b6..4eac8db 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-create-sarge.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-create-sarge.log
@@ -1,13 +1,17 @@
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: eth0=slirp,,slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage init=/usr/lib/rootstrap/builder devfs=mount rsworkdir=/home/dancer/.pbuilder-user-mode-linux
-Calibrating delay loop... 1550.06 BogoMIPS
-Memory: 28528k available
+Kernel command line: eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage init=/usr/lib/rootstrap/builder devfs=mount rsworkdir=/home/dancer/.pbuilder-user-mode-linux
+Calibrating delay loop... 1664.61 BogoMIPS
+Memory: 28700k available
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -32,15 +36,15 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-Netdevice 0 : SLIRP backend - command line: 'slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/55CoLd/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/qDO2A1/mconsole
unable to open root_fs for validation
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 2048 bind 2048)
+TCP: Hash tables configured (established 2048 bind 4096)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem) readonly.
@@ -48,24 +52,13 @@ Mounted devfs on /dev
builder running...
Using rootstrap module network from:
/usr/lib/rootstrap/modules/network
-Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
+* modprobe tun
+FATAL: Module tun not found.
+* ifconfig tap0 192.168.30.198 netmask 255.255.255.255 up
+* bash -c echo 1 > /proc/sys/net/ipv4/ip_forward
+* route add -host 192.168.30.199 dev tap0
+* bash -c echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp
+* arp -Ds 192.168.30.199 eth0 pub
Using rootstrap module mkfs from:
/usr/lib/rootstrap/modules/mkfs
Using rootstrap module mount from:
@@ -79,6 +72,7 @@ I: Validating debootstrap.invalid_dists_sarge_main_binary-i386_Packages
I: Checking adduser...
I: Checking apt...
I: Checking apt-utils...
+I: Checking aptitude...
I: Checking at...
I: Checking base-config...
I: Checking base-files...
@@ -107,7 +101,6 @@ I: Checking exim4-config...
I: Checking exim4-daemon-light...
I: Checking fdutils...
I: Checking findutils...
-I: Checking gcc-3.2-base...
I: Checking gcc-3.3-base...
I: Checking gettext-base...
I: Checking grep...
@@ -121,43 +114,44 @@ I: Checking ipchains...
I: Checking iptables...
I: Checking iputils-ping...
I: Checking klogd...
+I: Checking libacl1...
+I: Checking libattr1...
I: Checking libblkid1...
I: Checking libc6...
I: Checking libcap1...
I: Checking libcomerr2...
I: Checking libconsole...
I: Checking libdb1-compat...
-I: Checking libdb2...
I: Checking libdb3...
+I: Checking libdb4.2...
I: Checking libgcc1...
-I: Checking libgcrypt1...
+I: Checking libgcrypt7...
I: Checking libgdbm3...
-I: Checking libgnutls7...
-I: Checking libident...
+I: Checking libgnutls10...
+I: Checking libgpg-error0...
I: Checking liblocale-gettext-perl...
I: Checking liblockfile1...
I: Checking liblzo1...
I: Checking libncurses5...
I: Checking libnewt0.51...
-I: Checking libopencdk4...
+I: Checking libopencdk8...
I: Checking libpam-modules...
I: Checking libpam-runtime...
I: Checking libpam0g...
I: Checking libpcap0.7...
I: Checking libpcre3...
I: Checking libpopt0...
-I: Checking libsasl2...
+I: Checking libsigc++-1.2-5c102...
I: Checking libss2...
I: Checking libssl0.9.7...
I: Checking libstdc++5...
-I: Checking libtasn1-0...
+I: Checking libtasn1-2...
I: Checking libtext-charwidth-perl...
I: Checking libtext-iconv-perl...
I: Checking libtext-wrapi18n-perl...
I: Checking libtextwrap1...
I: Checking libuuid1...
I: Checking libwrap0...
-I: Checking lilo...
I: Checking login...
I: Checking logrotate...
I: Checking mailx...
@@ -165,8 +159,6 @@ I: Checking makedev...
I: Checking man-db...
I: Checking manpages...
I: Checking mawk...
-I: Checking mbr...
-I: Checking modconf...
I: Checking modutils...
I: Checking mount...
I: Checking nano...
@@ -186,10 +178,8 @@ I: Checking pppoeconf...
I: Checking procps...
I: Checking psmisc...
I: Checking sed...
-I: Checking slang1...
I: Checking slang1a-utf8...
I: Checking sysklogd...
-I: Checking syslinux...
I: Checking sysv-rc...
I: Checking sysvinit...
I: Checking tar...
@@ -205,1169 +195,5 @@ I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
-I: Validating apt-utils
-I: Retrieving at
-I: Validating at
-I: Retrieving base-config
-I: Validating base-config
-I: Retrieving base-files
-I: Validating base-files
-I: Retrieving base-passwd
-I: Validating base-passwd
-I: Retrieving bash
-I: Validating bash
-I: Retrieving bsdmainutils
-I: Validating bsdmainutils
-I: Retrieving bsdutils
-I: Validating bsdutils
-I: Retrieving console-common
-I: Validating console-common
-I: Retrieving console-data
-I: Validating console-data
-I: Retrieving console-tools
-I: Validating console-tools
-I: Retrieving coreutils
-I: Validating coreutils
-I: Retrieving cpio
-I: Validating cpio
-I: Retrieving cron
-I: Validating cron
-I: Retrieving debconf
-I: Validating debconf
-I: Retrieving debconf-i18n
-I: Validating debconf-i18n
-I: Retrieving debianutils
-I: Validating debianutils
-I: Retrieving diff
-I: Validating diff
-I: Retrieving dpkg
-I: Validating dpkg
-I: Retrieving dselect
-I: Validating dselect
-I: Retrieving e2fslibs
-I: Validating e2fslibs
-I: Retrieving e2fsprogs
-I: Validating e2fsprogs
-I: Retrieving ed
-I: Validating ed
-I: Retrieving exim4
-I: Validating exim4
-I: Retrieving exim4-base
-I: Validating exim4-base
-I: Retrieving exim4-config
-I: Validating exim4-config
-I: Retrieving exim4-daemon-light
-I: Validating exim4-daemon-light
-I: Retrieving fdutils
-I: Validating fdutils
-I: Retrieving findutils
-I: Validating findutils
-I: Retrieving gcc-3.2-base
-I: Validating gcc-3.2-base
-I: Retrieving gcc-3.3-base
-I: Validating gcc-3.3-base
-I: Retrieving gettext-base
-I: Validating gettext-base
-I: Retrieving grep
-I: Validating grep
-I: Retrieving groff-base
-I: Validating groff-base
-I: Retrieving gzip
-I: Validating gzip
-I: Retrieving hostname
-I: Validating hostname
-I: Retrieving ifupdown
-I: Validating ifupdown
-I: Retrieving info
-I: Validating info
-I: Retrieving initscripts
-I: Validating initscripts
-I: Retrieving ipchains
-I: Validating ipchains
-I: Retrieving iptables
-I: Validating iptables
-I: Retrieving iputils-ping
-I: Validating iputils-ping
-I: Retrieving klogd
-I: Validating klogd
-I: Retrieving libblkid1
-I: Validating libblkid1
-I: Retrieving libc6
-I: Validating libc6
-I: Retrieving libcap1
-I: Validating libcap1
-I: Retrieving libcomerr2
-I: Validating libcomerr2
-I: Retrieving libconsole
-I: Validating libconsole
-I: Retrieving libdb1-compat
-I: Validating libdb1-compat
-I: Retrieving libdb2
-I: Validating libdb2
-I: Retrieving libdb3
-I: Validating libdb3
-I: Retrieving libgcc1
-I: Validating libgcc1
-I: Retrieving libgcrypt1
-I: Validating libgcrypt1
-I: Retrieving libgdbm3
-I: Validating libgdbm3
-I: Retrieving libgnutls7
-I: Validating libgnutls7
-I: Retrieving libident
-I: Validating libident
-I: Retrieving liblocale-gettext-perl
-I: Validating liblocale-gettext-perl
-I: Retrieving liblockfile1
-I: Validating liblockfile1
-I: Retrieving liblzo1
-I: Validating liblzo1
-I: Retrieving libncurses5
-I: Validating libncurses5
-I: Retrieving libnewt0.51
-I: Validating libnewt0.51
-I: Retrieving libopencdk4
-I: Validating libopencdk4
-I: Retrieving libpam-modules
-I: Validating libpam-modules
-I: Retrieving libpam-runtime
-I: Validating libpam-runtime
-I: Retrieving libpam0g
-I: Validating libpam0g
-I: Retrieving libpcap0.7
-I: Validating libpcap0.7
-I: Retrieving libpcre3
-I: Validating libpcre3
-I: Retrieving libpopt0
-I: Validating libpopt0
-I: Retrieving libsasl2
-I: Validating libsasl2
-I: Retrieving libss2
-I: Validating libss2
-I: Retrieving libssl0.9.7
-I: Validating libssl0.9.7
-I: Retrieving libstdc++5
-I: Validating libstdc++5
-I: Retrieving libtasn1-0
-I: Validating libtasn1-0
-I: Retrieving libtext-charwidth-perl
-I: Validating libtext-charwidth-perl
-I: Retrieving libtext-iconv-perl
-I: Validating libtext-iconv-perl
-I: Retrieving libtext-wrapi18n-perl
-I: Validating libtext-wrapi18n-perl
-I: Retrieving libtextwrap1
-I: Validating libtextwrap1
-I: Retrieving libuuid1
-I: Validating libuuid1
-I: Retrieving libwrap0
-I: Validating libwrap0
-I: Retrieving lilo
-I: Validating lilo
-I: Retrieving login
-I: Validating login
-I: Retrieving logrotate
-I: Validating logrotate
-I: Retrieving mailx
-I: Validating mailx
-I: Retrieving makedev
-I: Validating makedev
-I: Retrieving man-db
-I: Validating man-db
-I: Retrieving manpages
-I: Validating manpages
-I: Retrieving mawk
-I: Validating mawk
-I: Retrieving mbr
-I: Validating mbr
-I: Retrieving modconf
-I: Validating modconf
-I: Retrieving modutils
-I: Validating modutils
-I: Retrieving mount
-I: Validating mount
-I: Retrieving nano
-I: Validating nano
-I: Retrieving ncurses-base
-I: Validating ncurses-base
-I: Retrieving ncurses-bin
-I: Validating ncurses-bin
-I: Retrieving net-tools
-I: Validating net-tools
-I: Retrieving netbase
-I: Validating netbase
-I: Retrieving netkit-inetd
-I: Validating netkit-inetd
-I: Retrieving nvi
-I: Validating nvi
-I: Retrieving passwd
-I: Validating passwd
-I: Retrieving pciutils
-I: Validating pciutils
-I: Retrieving perl-base
-I: Validating perl-base
-I: Retrieving ppp
-I: Validating ppp
-I: Retrieving pppconfig
-I: Validating pppconfig
-I: Retrieving pppoe
-I: Validating pppoe
-I: Retrieving pppoeconf
-I: Validating pppoeconf
-I: Retrieving procps
-I: Validating procps
-I: Retrieving psmisc
-I: Validating psmisc
-I: Retrieving sed
-I: Validating sed
-I: Retrieving slang1
-I: Validating slang1
-I: Retrieving slang1a-utf8
-I: Validating slang1a-utf8
-I: Retrieving sysklogd
-I: Validating sysklogd
-I: Retrieving syslinux
-I: Validating syslinux
-I: Retrieving sysv-rc
-I: Validating sysv-rc
-I: Retrieving sysvinit
-I: Validating sysvinit
-I: Retrieving tar
-I: Validating tar
-I: Retrieving tasksel
-I: Validating tasksel
-I: Retrieving tcpd
-I: Validating tcpd
-I: Retrieving telnet
-I: Validating telnet
-I: Retrieving util-linux
-I: Validating util-linux
-I: Retrieving wget
-I: Validating wget
-I: Retrieving whiptail
-I: Validating whiptail
-I: Retrieving zlib1g
-I: Validating zlib1g
-I: Extracting base-files...
-I: Extracting base-passwd...
-I: Extracting bash...
-I: Extracting bsdutils...
-I: Extracting coreutils...
-I: Extracting debconf...
-I: Extracting debconf-i18n...
-I: Extracting liblocale-gettext-perl...
-I: Extracting libtext-wrapi18n-perl...
-I: Extracting libtext-charwidth-perl...
-I: Extracting debianutils...
-I: Extracting diff...
-I: Extracting dpkg...
-I: Extracting dselect...
-I: Extracting libblkid1...
-I: Extracting e2fsprogs...
-I: Extracting e2fslibs...
-I: Extracting libcomerr2...
-I: Extracting libss2...
-I: Extracting libuuid1...
-I: Extracting findutils...
-I: Extracting grep...
-I: Extracting gzip...
-I: Extracting hostname...
-I: Extracting libcap1...
-I: Extracting libc6...
-I: Extracting libdb1-compat...
-I: Extracting libdb2...
-I: Extracting libdb3...
-I: Extracting libncurses5...
-I: Extracting libnewt0.51...
-I: Extracting libpam-modules...
-I: Extracting libpam-runtime...
-I: Extracting libpam0g...
-I: Extracting libpopt0...
-I: Extracting login...
-I: Extracting makedev...
-I: Extracting mawk...
-I: Extracting modutils...
-I: Extracting mount...
-I: Extracting ncurses-base...
-I: Extracting ncurses-bin...
-I: Extracting passwd...
-I: Extracting perl-base...
-I: Extracting procps...
-I: Extracting sed...
-I: Extracting slang1...
-I: Extracting slang1a-utf8...
-I: Extracting initscripts...
-I: Extracting sysvinit...
-I: Extracting sysv-rc...
-I: Extracting tar...
-I: Extracting util-linux...
-I: Extracting whiptail...
-I: Extracting libgcc1...
-I: Extracting gcc-3.2-base...
-I: Extracting gcc-3.3-base...
-I: Extracting libstdc++5...
-I: Extracting mbr...
-I: Installing core packages...
-Selecting previously deselected package base-files.
-(Reading database ... 0 files and directories currently installed.)
-Unpacking base-files (from .../base-files_3.0.12_i386.deb) ...
-Selecting previously deselected package base-passwd.
-Unpacking base-passwd (from .../base-passwd_3.5.4_i386.deb) ...
-dpkg: base-passwd: dependency problems, but configuring anyway as you request:
- base-passwd depends on libc6 (>= 2.3.1-1); however:
- Package libc6 is not installed.
-Setting up base-passwd (3.5.4) ...
-
-dpkg: base-files: dependency problems, but configuring anyway as you request:
- base-files depends on awk; however:
- Package awk is not installed.
-Setting up base-files (3.0.12) ...
-
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on dselect
- dselect is not installed.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on libc6 (>= 2.3.2-1)
-dpkg: warning - ignoring pre-dependency problem !
-(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
-Unpacking replacement dpkg ...
-dpkg: dpkg: dependency problems, but configuring anyway as you request:
- dpkg depends on dselect; however:
- Package dselect is not installed.
- dpkg depends on libc6 (>= 2.3.2-1); however:
- Package libc6 is not installed.
-Setting up dpkg (1.10.18) ...
-Moving /usr/info/dir to /usr/share/info/dir.
-Making /usr/info a symlink to /usr/share/info.
-
-Selecting previously deselected package libc6.
-(Reading database ... 220 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-10_i386.deb) ...
-dpkg: libc6: dependency problems, but configuring anyway as you request:
- libc6 depends on libdb1-compat; however:
- Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-10) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Dec 27 01:35:12 UTC 2003.
-Universal Time is now: Sat Dec 27 01:35:12 UTC 2003.
-Run 'tzconfig' if you wish to change it.
-Package `sysvinit' is not installed and no info is available.
-Use dpkg --info (= dpkg-deb --info) to examine archive files,
-and dpkg --contents (= dpkg-deb --contents) to list their contents.
-
-Selecting previously deselected package perl-base.
-(Reading database ... 2231 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.2-2_i386.deb) ...
-Setting up perl-base (5.8.2-2) ...
-Selecting previously deselected package mawk.
-(Reading database ... 2349 files and directories currently installed.)
-Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
-Setting up mawk (1.3.3-11) ...
-
-Selecting previously deselected package debconf.
-(Reading database ... 2368 files and directories currently installed.)
-Unpacking debconf (from .../debconf_1.3.22_all.deb) ...
-dpkg: debconf: dependency problems, but configuring anyway as you request:
- debconf depends on debconf-i18n | debconf-english; however:
- Package debconf-i18n is not installed.
- Package debconf-english is not installed.
-Setting up debconf (1.3.22) ...
-
-I: Unpacking required packages...
-(Reading database ... 2505 files and directories currently installed.)
-Preparing to replace base-files 3.0.12 (using .../base-files_3.0.12_i386.deb) ...
-Unpacking replacement base-files ...
-Preparing to replace base-passwd 3.5.4 (using .../base-passwd_3.5.4_i386.deb) ...
-Unpacking replacement base-passwd ...
-Selecting previously deselected package bash.
-dpkg: regarding .../bash_2.05b-12_i386.deb containing bash, pre-dependency problem:
- bash pre-depends on libncurses5 (>= 5.3.20030510-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../bash_2.05b-12_i386.deb) ...
-Selecting previously deselected package bsdutils.
-Unpacking bsdutils (from .../bsdutils_1%3a2.12-3_i386.deb) ...
-Selecting previously deselected package coreutils.
-Unpacking coreutils (from .../coreutils_5.0-5_i386.deb) ...
-Preparing to replace debconf 1.3.22 (using .../debconf_1.3.22_all.deb) ...
-Unpacking replacement debconf ...
-Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.3.22_all.deb) ...
-Selecting previously deselected package liblocale-gettext-perl.
-Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
-Selecting previously deselected package libtext-wrapi18n-perl.
-Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
-Selecting previously deselected package libtext-charwidth-perl.
-Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.deb) ...
-Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.6.1_i386.deb containing debianutils, pre-dependency problem:
- debianutils pre-depends on coreutils (>= 4.5.8-1)
- coreutils is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.6.1_i386.deb) ...
-Selecting previously deselected package diff.
-Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on dselect
- dselect is not installed.
-dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
-Unpacking replacement dpkg ...
-Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.18_i386.deb) ...
-Selecting previously deselected package libblkid1.
-Unpacking libblkid1 (from .../libblkid1_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package e2fsprogs.
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on e2fslibs (= 1.34+1.35-WIP-2003.08.21-3)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
- libblkid1 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libss2 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking e2fsprogs (from .../e2fsprogs_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package e2fslibs.
-Unpacking e2fslibs (from .../e2fslibs_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package libcomerr2.
-Unpacking libcomerr2 (from .../libcomerr2_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package libss2.
-Unpacking libss2 (from .../libss2_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package libuuid1.
-Unpacking libuuid1 (from .../libuuid1_1.34+1.35-WIP-2003.08.21-3_i386.deb) ...
-Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-3_i386.deb) ...
-Selecting previously deselected package grep.
-Unpacking grep (from .../archives/grep_2.5.1-6_i386.deb) ...
-Selecting previously deselected package gzip.
-Unpacking gzip (from .../archives/gzip_1.3.5-7_i386.deb) ...
-Selecting previously deselected package hostname.
-Unpacking hostname (from .../hostname_2.10_i386.deb) ...
-Selecting previously deselected package libcap1.
-Unpacking libcap1 (from .../libcap1_1%3a1.10-12_i386.deb) ...
-Preparing to replace libc6 2.3.2.ds1-10 (using .../libc6_2.3.2.ds1-10_i386.deb) ...
-Unpacking replacement libc6 ...
-Selecting previously deselected package libdb1-compat.
-Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
-Selecting previously deselected package libdb2.
-Unpacking libdb2 (from .../libdb2_2%3a2.7.7.0-8_i386.deb) ...
-Selecting previously deselected package libdb3.
-Unpacking libdb3 (from .../libdb3_3.2.9-19_i386.deb) ...
-Selecting previously deselected package libncurses5.
-Unpacking libncurses5 (from .../libncurses5_5.3.20030719-4_i386.deb) ...
-Selecting previously deselected package libnewt0.51.
-Unpacking libnewt0.51 (from .../libnewt0.51_0.51.4-18_i386.deb) ...
-Selecting previously deselected package libpam-modules.
-Unpacking libpam-modules (from .../libpam-modules_0.76-14_i386.deb) ...
-Selecting previously deselected package libpam-runtime.
-Unpacking libpam-runtime (from .../libpam-runtime_0.76-14_all.deb) ...
-Selecting previously deselected package libpam0g.
-Unpacking libpam0g (from .../libpam0g_0.76-14_i386.deb) ...
-Selecting previously deselected package libpopt0.
-Unpacking libpopt0 (from .../libpopt0_1.7-3_i386.deb) ...
-Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-12_i386.deb containing login, pre-dependency problem:
- login pre-depends on libpam0g (>= 0.76)
- libpam0g is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-12_i386.deb containing login, pre-dependency problem:
- login pre-depends on libpam-runtime (>= 0.76-13.1)
- libpam-runtime is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-12_i386.deb) ...
-Selecting previously deselected package makedev.
-Unpacking makedev (from .../makedev_2.3.1-64_all.deb) ...
-Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
-Unpacking replacement mawk ...
-Selecting previously deselected package modutils.
-Unpacking modutils (from .../modutils_2.4.25-3_i386.deb) ...
-Selecting previously deselected package mount.
-Unpacking mount (from .../archives/mount_2.12-3_i386.deb) ...
-Selecting previously deselected package ncurses-base.
-Unpacking ncurses-base (from .../ncurses-base_5.3.20030719-4_all.deb) ...
-Selecting previously deselected package ncurses-bin.
-dpkg: regarding .../ncurses-bin_5.3.20030719-4_i386.deb containing ncurses-bin, pre-dependency problem:
- ncurses-bin pre-depends on libncurses5 (>= 5.3.20030510-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking ncurses-bin (from .../ncurses-bin_5.3.20030719-4_i386.deb) ...
-Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-12_i386.deb) ...
-Preparing to replace perl-base 5.8.2-2 (using .../perl-base_5.8.2-2_i386.deb) ...
-Unpacking replacement perl-base ...
-Selecting previously deselected package procps.
-Unpacking procps (from .../procps_1%3a3.1.14-1_i386.deb) ...
-Selecting previously deselected package sed.
-Unpacking sed (from .../archives/sed_4.0.7-3_i386.deb) ...
-Selecting previously deselected package slang1.
-Unpacking slang1 (from .../slang1_1.4.9-2_i386.deb) ...
-Selecting previously deselected package slang1a-utf8.
-Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9-2_i386.deb) ...
-Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.85-7_all.deb) ...
-Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.85-7_i386.deb containing sysvinit, pre-dependency problem:
- sysvinit pre-depends on initscripts
- initscripts is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking sysvinit (from .../sysvinit_2.85-7_i386.deb) ...
-Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.85-7_all.deb) ...
-Selecting previously deselected package tar.
-Unpacking tar (from .../tar_1.13.25-6_i386.deb) ...
-Selecting previously deselected package util-linux.
-dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on libncurses5 (>= 5.3.20030510-1)
- libncurses5 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on slang1a-utf8 (>> 1.4.4-7.1)
- slang1a-utf8 is unpacked, but has never been configured.
-dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
- util-linux pre-depends on zlib1g (>= 1:1.1.4)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking util-linux (from .../util-linux_2.12-3_i386.deb) ...
-Selecting previously deselected package whiptail.
-Unpacking whiptail (from .../whiptail_0.51.4-18_i386.deb) ...
-Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package gcc-3.2-base.
-Unpacking gcc-3.2-base (from .../gcc-3.2-base_1%3a3.2.3-8_i386.deb) ...
-Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package mbr.
-Unpacking mbr (from .../archives/mbr_1.1.5-1_i386.deb) ...
-I: Configuring required packages...
-Setting up ncurses-base (5.3.20030719-4) ...
-
-Setting up sysv-rc (2.85-7) ...
-
-Setting up libpam-runtime (0.76-14) ...
-
-Setting up gcc-3.2-base (3.2.3-8) ...
-Setting up gcc-3.3-base (3.3.2-4) ...
-Setting up libc6 (2.3.2.ds1-10) ...
-Current default timezone: 'UTC'.
-Local time is now: Sat Dec 27 01:36:10 UTC 2003.
-Universal Time is now: Sat Dec 27 01:36:10 UTC 2003.
-Run 'tzconfig' if you wish to change it.
-
-Setting up libcap1 (1.10-12) ...
-
-Setting up coreutils (5.0-5) ...
-
-Setting up debianutils (2.6.1) ...
-
-Setting up libdb1-compat (2.1.3-7) ...
-
-Setting up slang1 (1.4.9-2) ...
-
-Setting up libuuid1 (1.34+1.35-WIP-2003.08.21-3) ...
-
-Setting up libpopt0 (1.7-3) ...
-
-Setting up libpam0g (0.76-14) ...
-
-Setting up bsdutils (2.12-3) ...
-
-Setting up perl-base (5.8.2-2) ...
-Setting up mbr (1.1.5-1) ...
-
-Setting up tar (1.13.25-6) ...
-
-Setting up slang1a-utf8 (1.4.9-2) ...
-
-Setting up libgcc1 (3.3.2-4) ...
-
-Setting up mount (2.12-3) ...
-
-Setting up libncurses5 (5.3.20030719-4) ...
-
-Setting up sed (4.0.7-3) ...
-
-Setting up e2fslibs (1.34+1.35-WIP-2003.08.21-3) ...
-
-Setting up base-passwd (3.5.4) ...
-
-Setting up libcomerr2 (1.34+1.35-WIP-2003.08.21-3) ...
-
-Setting up mawk (1.3.3-11) ...
-
-Setting up libnewt0.51 (0.51.4-18) ...
-
-Setting up grep (2.5.1-6) ...
-
-Setting up hostname (2.10) ...
-Setting up libblkid1 (1.34+1.35-WIP-2003.08.21-3) ...
-
-Setting up libss2 (1.34+1.35-WIP-2003.08.21-3) ...
-
-Setting up findutils (4.1.20-3) ...
-
-Setting up e2fsprogs (1.34+1.35-WIP-2003.08.21-3) ...
-Setting up gzip (1.3.5-7) ...
-
-Setting up liblocale-gettext-perl (1.01-17) ...
-Setting up diff (2.8.1-6) ...
-
-Setting up libdb2 (2.7.7.0-8) ...
-
-Setting up libdb3 (3.2.9-19) ...
-
-Setting up libstdc++5 (3.3.2-4) ...
-
-Setting up libtext-charwidth-perl (0.04-1) ...
-Setting up libtext-wrapi18n-perl (0.06-1) ...
-Setting up makedev (2.3.1-64) ...
-
-Setting up procps (3.1.14-1) ...
-
-Setting up ncurses-bin (5.3.20030719-4) ...
-
-Setting up whiptail (0.51.4-18) ...
-Setting up libpam-modules (0.76-14) ...
-
-Setting up base-files (3.0.12) ...
-
-Setting up dselect (1.10.18) ...
-Setting up bash (2.05b-12) ...
-
-Setting up login (4.0.3-12) ...
-
-Setting up passwd (4.0.3-12) ...
-
-Setting up dpkg (1.10.18) ...
-
-dpkg: debconf-i18n: dependency problems, but configuring anyway as you request:
- debconf-i18n depends on libtext-iconv-perl; however:
- Package libtext-iconv-perl is not installed.
-Setting up debconf-i18n (1.3.22) ...
-dpkg: util-linux: dependency problems, but configuring anyway as you request:
- util-linux depends on zlib1g (>= 1:1.1.4); however:
- Package zlib1g is not installed.
-Setting up util-linux (2.12-3) ...
-
-Setting up debconf (1.3.22) ...
-
-Setting up initscripts (2.85-7) ...
-
-Setting up sysvinit (2.85-7) ...
-sysvinit: creating /dev/initctl
-init: timeout opening/writing control channel /dev/initctl
-
-Setting up modutils (2.4.25-3) ...
-
-I: Installing base packages...
-Selecting previously deselected package adduser.
-(Reading database ... 4255 files and directories currently installed.)
-Unpacking adduser (from .../archives/adduser_3.51_all.deb) ...
-Selecting previously deselected package apt.
-Unpacking apt (from .../archives/apt_0.5.14_i386.deb) ...
-Selecting previously deselected package apt-utils.
-Unpacking apt-utils (from .../apt-utils_0.5.14_i386.deb) ...
-Selecting previously deselected package at.
-Unpacking at (from .../archives/at_3.1.8-11_i386.deb) ...
-Selecting previously deselected package base-config.
-Unpacking base-config (from .../base-config_1.75_all.deb) ...
-Selecting previously deselected package bsdmainutils.
-Unpacking bsdmainutils (from .../bsdmainutils_6.0.7_i386.deb) ...
-Selecting previously deselected package console-common.
-Unpacking console-common (from .../console-common_0.7.33_all.deb) ...
-Selecting previously deselected package console-tools.
-Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-44_i386.deb) ...
-Selecting previously deselected package libconsole.
-Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-44_i386.deb) ...
-Selecting previously deselected package console-data.
-Unpacking console-data (from .../console-data_2002.12.04dbs-26_all.deb) ...
-Selecting previously deselected package cpio.
-Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
-Selecting previously deselected package cron.
-Unpacking cron (from .../cron_3.0pl1-81_i386.deb) ...
-Selecting previously deselected package ed.
-Unpacking ed (from .../archives/ed_0.2-20_i386.deb) ...
-Selecting previously deselected package exim4.
-Unpacking exim4 (from .../archives/exim4_4.22-5_all.deb) ...
-Selecting previously deselected package exim4-base.
-Unpacking exim4-base (from .../exim4-base_4.22-5_i386.deb) ...
-Selecting previously deselected package exim4-config.
-Unpacking exim4-config (from .../exim4-config_4.22-5_all.deb) ...
-Selecting previously deselected package exim4-daemon-light.
-Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.22-5_i386.deb) ...
-Selecting previously deselected package fdutils.
-Unpacking fdutils (from .../fdutils_5.4-20030718-1_i386.deb) ...
-Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.12.1-8_i386.deb) ...
-Selecting previously deselected package groff-base.
-Unpacking groff-base (from .../groff-base_1.18.1-14_i386.deb) ...
-Selecting previously deselected package ifupdown.
-Unpacking ifupdown (from .../ifupdown_0.6.4-4.6_i386.deb) ...
-Selecting previously deselected package info.
-Unpacking info (from .../archives/info_4.6-1_i386.deb) ...
-Selecting previously deselected package klogd.
-Unpacking klogd (from .../klogd_1.4.1-10_i386.deb) ...
-Selecting previously deselected package libident.
-Unpacking libident (from .../libident_0.22-2.2_i386.deb) ...
-Selecting previously deselected package libgnutls7.
-Unpacking libgnutls7 (from .../libgnutls7_0.8.9-2_i386.deb) ...
-Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7c-5_i386.deb) ...
-Selecting previously deselected package libgcrypt1.
-Unpacking libgcrypt1 (from .../libgcrypt1_1.1.12-4_i386.deb) ...
-Selecting previously deselected package liblzo1.
-Unpacking liblzo1 (from .../liblzo1_1.08-1_i386.deb) ...
-Selecting previously deselected package libopencdk4.
-Unpacking libopencdk4 (from .../libopencdk4_1%3a0.4.2-3_i386.deb) ...
-Selecting previously deselected package libtasn1-0.
-Unpacking libtasn1-0 (from .../libtasn1-0_0.1.2-1_i386.deb) ...
-Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.1.4-16_i386.deb) ...
-Selecting previously deselected package liblockfile1.
-Unpacking liblockfile1 (from .../liblockfile1_1.05_i386.deb) ...
-Selecting previously deselected package libpcre3.
-Unpacking libpcre3 (from .../libpcre3_4.3-3_i386.deb) ...
-Selecting previously deselected package libsasl2.
-Unpacking libsasl2 (from .../libsasl2_2.1.12-1_i386.deb) ...
-Selecting previously deselected package libwrap0.
-Unpacking libwrap0 (from .../libwrap0_7.6-ipv6.1-3_i386.deb) ...
-Selecting previously deselected package logrotate.
-Unpacking logrotate (from .../logrotate_3.6.5-2_i386.deb) ...
-Selecting previously deselected package mailx.
-Unpacking mailx (from .../mailx_1%3a8.1.2-0.20031014cvs-1_i386.deb) ...
-Selecting previously deselected package man-db.
-Unpacking man-db (from .../man-db_2.4.2-5_i386.deb) ...
-Selecting previously deselected package libgdbm3.
-Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
-Selecting previously deselected package manpages.
-Unpacking manpages (from .../manpages_1.62-1_all.deb) ...
-Selecting previously deselected package modconf.
-Unpacking modconf (from .../modconf_0.2.44_all.deb) ...
-Selecting previously deselected package nano.
-Unpacking nano (from .../archives/nano_1.2.2-6_i386.deb) ...
-Selecting previously deselected package net-tools.
-Unpacking net-tools (from .../net-tools_1.60-8_i386.deb) ...
-Selecting previously deselected package netbase.
-Unpacking netbase (from .../archives/netbase_4.15_all.deb) ...
-Selecting previously deselected package netkit-inetd.
-Unpacking netkit-inetd (from .../netkit-inetd_0.10-9_i386.deb) ...
-Selecting previously deselected package iputils-ping.
-Unpacking iputils-ping (from .../iputils-ping_3%3a20020927-1_i386.deb) ...
-Selecting previously deselected package nvi.
-Unpacking nvi (from .../archives/nvi_1.79-21_i386.deb) ...
-Selecting previously deselected package ppp.
-Unpacking ppp (from .../ppp_2.4.2+20031002-4_i386.deb) ...
-Selecting previously deselected package pppconfig.
-Unpacking pppconfig (from .../pppconfig_2.2.0_all.deb) ...
-Selecting previously deselected package pppoe.
-Unpacking pppoe (from .../archives/pppoe_3.5-3_i386.deb) ...
-Selecting previously deselected package pppoeconf.
-Unpacking pppoeconf (from .../archives/pppoeconf_1.0_all.deb) ...
-Selecting previously deselected package libpcap0.7.
-Unpacking libpcap0.7 (from .../libpcap0.7_0.7.2-5_i386.deb) ...
-Selecting previously deselected package sysklogd.
-Unpacking sysklogd (from .../sysklogd_1.4.1-10_i386.deb) ...
-Selecting previously deselected package tasksel.
-Unpacking tasksel (from .../archives/tasksel_1.39_i386.deb) ...
-Selecting previously deselected package libtextwrap1.
-Unpacking libtextwrap1 (from .../libtextwrap1_0.1-1_i386.deb) ...
-Selecting previously deselected package tcpd.
-Unpacking tcpd (from .../tcpd_7.6-ipv6.1-3_i386.deb) ...
-Selecting previously deselected package telnet.
-Unpacking telnet (from .../telnet_0.17-21_i386.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-2_i386.deb) ...
-Selecting previously deselected package wget.
-Unpacking wget (from .../archives/wget_1.9-1_i386.deb) ...
-Selecting previously deselected package lilo.
-Unpacking lilo (from .../lilo_1%3a22.5.8-6_i386.deb) ...
-Selecting previously deselected package pciutils.
-Unpacking pciutils (from .../pciutils_1%3a2.1.11-5_i386.deb) ...
-Selecting previously deselected package syslinux.
-Unpacking syslinux (from .../syslinux_2.04-1_i386.deb) ...
-Selecting previously deselected package psmisc.
-Unpacking psmisc (from .../psmisc_21.3-1_i386.deb) ...
-Selecting previously deselected package ipchains.
-Unpacking ipchains (from .../ipchains_1.3.10-15_i386.deb) ...
-Selecting previously deselected package iptables.
-Unpacking iptables (from .../iptables_1.2.9-1_i386.deb) ...
-Setting up modconf (0.2.44) ...
-
-Setting up telnet (0.17-21) ...
-
-Setting up gettext-base (0.12.1-8) ...
-
-Setting up libgdbm3 (1.8.3-2) ...
-Setting up libgcrypt1 (1.1.12-4) ...
-
-Setting up libtasn1-0 (0.1.2-1) ...
-
-Setting up psmisc (21.3-1) ...
-
-Setting up libident (0.22-2.2) ...
-
-Setting up libssl0.9.7 (0.9.7c-5) ...
-
-Setting up apt (0.5.14) ...
-
-Setting up fdutils (5.4-20030718-1) ...
-Keeping old fdmount setuid root settings.
-Please note that you can run
-'/usr/sbin/fdutilsconfig' to change them.
-
-Setting up pciutils (2.1.11-5) ...
-Setting up console-data (2002.12.04dbs-26) ...
-Looking for keymap to install:
-NONE
-
-Setting up zlib1g (1.1.4-16) ...
-
-Setting up adduser (3.51) ...
-
-Setting up manpages (1.62-1) ...
-Setting up ed (0.2-20) ...
-
-Setting up libtext-iconv-perl (1.2-2) ...
-Setting up libpcap0.7 (0.7.2-5) ...
-
-Setting up liblzo1 (1.08-1) ...
-
-Setting up wget (1.9-1) ...
-
-Setting up ipchains (1.3.10-15) ...
-
-Setting up groff-base (1.18.1-14) ...
-
-Setting up net-tools (1.60-8) ...
-Setting up bsdmainutils (6.0.7) ...
-
-Setting up syslinux (2.04-1) ...
-Setting up libpcre3 (4.3-3) ...
-
-Setting up info (4.6-1) ...
-
-Setting up libopencdk4 (0.4.2-3) ...
-
-Setting up iputils-ping (20020927-1) ...
-Setting up lilo (22.5.8-6) ...
-hostname: Unknown host
-Use of uninitialized value in sprintf at /usr/share/perl5/Debconf/Element/Noninteractive/Note.pm line 38, <GEN1> line 3.
-
-Setting up libgnutls7 (0.8.9-2) ...
-
-Setting up cron (3.0pl1-81) ...
-Adding group crontab (101)...
-Done.
-Starting periodic command scheduler: cron
-Warning: Fake start-stop-daemon called, doing nothing
-.
-
-Setting up libsasl2 (2.1.12-1) ...
-
-Setting up nano (1.2.2-6) ...
-
-Setting up netkit-inetd (0.10-9) ...
-Starting internet superserver: inetd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-
-Setting up libconsole (0.2.3dbs-44) ...
-
-Setting up apt-utils (0.5.14) ...
-
-Setting up iptables (1.2.9-1) ...
-
-Setting up cpio (2.5-1.1) ...
-
-Setting up nvi (1.79-21) ...
-
-Setting up libwrap0 (7.6-ipv6.1-3) ...
-
-Setting up liblockfile1 (1.05) ...
-
-Setting up tcpd (7.6-ipv6.1-3) ...
-
-Setting up man-db (2.4.2-5) ...
-Building database of manual pages ...
-
-Setting up console-common (0.7.33) ...
-Looking for keymap to install:
-NONE
-
-Setting up ifupdown (0.6.4-4.6) ...
-
-Setting up logrotate (3.6.5-2) ...
-Setting up console-tools (0.2.3dbs-44) ...
-
-Setting up base-config (1.75) ...
-
-Setting up netbase (4.15) ...
-
-Setting up ppp (2.4.2+20031002-4) ...
-
-Setting up pppoe (3.5-3) ...
-Setting up pppoeconf (1.0) ...
-
-Setting up pppconfig (2.2.0) ...
-
-Setting up klogd (1.4.1-10) ...
-Stopping kernel log daemon: klogd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-Starting kernel log daemon: klogd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-
-Setting up exim4-config (4.22-5) ...
-hostname: Unknown host
-
-Setting up libtextwrap1 (0.1-1) ...
-
-Setting up tasksel (1.39) ...
-
-Setting up sysklogd (1.4.1-10) ...
-Stopping system log daemon: syslogd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-Starting system log daemon: syslogd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-
-Setting up exim4-base (4.22-5) ...
-
-Setting up exim4-daemon-light (4.22-5) ...
-Starting MTA:
-Warning: Fake start-stop-daemon called, doing nothing
-exim4.
-
-Setting up mailx (8.1.2-0.20031014cvs-1) ...
-
-Setting up at (3.1.8-11) ...
-Starting deferred execution scheduler: atd
-Warning: Fake start-stop-daemon called, doing nothing
-.
-
-Setting up exim4 (4.22-5) ...
-I: Base system installed successfully.
-chroot /tmp/target dpkg --purge base-config console-common console-tools console-data console-tools-libs
-(Reading database ... 7010 files and directories currently installed.)
-Removing base-config ...
-Purging configuration files for base-config ...
-Removing console-tools ...
-Purging configuration files for console-tools ...
-dpkg - warning: ignoring request to remove console-tools-libs which isn't installed.
-Removing console-common ...
-Purging configuration files for console-common ...
-Removing console-data ...
-Purging configuration files for console-data ...
-Using rootstrap module uml from:
- /usr/lib/rootstrap/modules/uml
-./MAKEDEV: warning: can't read /proc/devices
-Using rootstrap module umount from:
- /usr/lib/rootstrap/modules/umount
-umount: /tmp/target/proc: not mounted
-System halted.
-tracing thread pid = 18359
-
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filePOMTcc rw
-Checking for the skas3 patch in the host...not found
-Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
-On node 0 totalpages: 32768
-zone(0): 32768 pages.
-zone(1): 0 pages.
-zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filePOMTcc rw
-Calibrating delay loop... 1523.76 BogoMIPS
-Memory: 124716k available
-Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
-Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
-Mount cache hash table entries: 512 (order: 0, 4096 bytes)
-Buffer cache hash table entries: 4096 (order: 2, 16384 bytes)
-Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
-Checking for host processor cmov support...Yes
-Checking for host processor xmm support...No
-Checking that ptrace can change system call numbers...OK
-Checking that host ptys support output SIGIO...Yes
-Checking that host ptys support SIGIO on close...No, enabling workaround
-POSIX conformance testing by UNIFIX
-Linux NET4.0 for Linux 2.4
-Based upon Swansea University Computer Society NET3.039
-Initializing RT netlink socket
-Starting kswapd
-VFS: Disk quotas vdquot_6.5.1
-Journalled Block Device driver loaded
-devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
-devfs: boot_options: 0x1
-pty: 256 Unix98 ptys configured
-RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
-loop: loaded (max 8 devices)
-Initializing Cryptographic API
-Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/nk6qWF/mconsole
-unable to open root_fs for validation
-Partition check:
- ubdb: unknown partition table
-Initializing stdio console driver
-NET4: Linux TCP/IP 1.0 for NET4.0
-IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
-Linux IP multicast router 0.06 plus PIM-SM
-NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
-VFS: Mounted root (hostfs filesystem).
-Mounted devfs on /dev
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
-Upgrading for distribution sarge
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> installing dummy policy-rc.d
-Refreshing the base.tgz
- -> upgrading packages
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main Packages [2621kB]
- 0% [1 Packages 2804/2621kB 0%] 99% [Working] Get:2 http://ring.asahi-net.or.jp sarge/main Release [81B]
- 99% [Working] 99% [1 Packages gzip 0] 99% [1 Packages gzip 5795840] 100% [Working] Fetched 2621kB in 1s (1312kB/s)
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 1% Reading Package Lists... 99% Reading Package Lists... 99% Reading Package Lists... 99% Reading Package Lists... Done
-(Reading database ... 6280 files and directories currently installed.)
-Removing lilo ...
-Purging configuration files for lilo ...
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 79% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 63% Building Dependency Tree... Done
-Calculating Upgrade... Done
-0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 83% Building Dependency Tree... Done
-apt is already the newest version.
-The following extra packages will be installed:
- binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libdb4.0
- libstdc++5-3.3-dev linux-kernel-headers make patch perl perl-modules
-Suggested packages:
- gnupg manpages-dev automake flex gdb gcc-3.3-doc glibc-doc libstdc++5-3.3-doc
- libterm-readline-perl-perl
-The following NEW packages will be installed:
- binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
- libc6-dev libdb4.0 libstdc++5-3.3-dev linux-kernel-headers make patch perl
- perl-modules
-0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 17.9MB of archives.
-After unpacking 62.1MB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main binutils 2.14.90.0.7-3 [2468kB]
- 0% [1 binutils 0/2468kB 0%] 13% [Working] Get:2 http://ring.asahi-net.or.jp sarge/main cpp-3.3 1:3.3.2-4 [1386kB]
- 13% [2 cpp-3.3 0/1386kB 0%] 21% [Working] Get:3 http://ring.asahi-net.or.jp sarge/main cpp 4:3.3.1-2 [26.0kB]
- 21% [3 cpp 0/26.0kB 0%] 21% [Working] Get:4 http://ring.asahi-net.or.jp sarge/main perl-modules 5.8.2-2 [2158kB]
- 21% [4 perl-modules 0/2158kB 0%] 33% [Working] Get:5 http://ring.asahi-net.or.jp sarge/main libdb4.0 4.0.14-1.3 [302kB]
- 33% [5 libdb4.0 0/302kB 0%] 35% [Working] Get:6 http://ring.asahi-net.or.jp sarge/main perl 5.8.2-2 [3246kB]
- 35% [6 perl 0/3246kB 0%] 53% [Working] Get:7 http://ring.asahi-net.or.jp sarge/main patch 2.5.9-1 [92.3kB]
- 53% [7 patch 0/92.3kB 0%] 54% [Working] Get:8 http://ring.asahi-net.or.jp sarge/main make 3.80-4 [349kB]
- 54% [8 make 0/349kB 0%] 56% [Working] Get:9 http://ring.asahi-net.or.jp sarge/main dpkg-dev 1.10.18 [115kB]
- 56% [9 dpkg-dev 0/115kB 0%] 56% [Working] Get:10 http://ring.asahi-net.or.jp sarge/main gcc-3.3 1:3.3.2-4 [1327kB]
- 56% [10 gcc-3.3 0/1327kB 0%] 64% [Working] Get:11 http://ring.asahi-net.or.jp sarge/main linux-kernel-headers 2.5.999-test7-bk-9 [1374kB]
- 64% [11 linux-kernel-headers 0/1374kB 0%] 71% [Working] Get:12 http://ring.asahi-net.or.jp sarge/main libc6-dev 2.3.2.ds1-10 [2515kB]
- 71% [12 libc6-dev 0/2515kB 0%] 85% [Working] Get:13 http://ring.asahi-net.or.jp sarge/main libstdc++5-3.3-dev 1:3.3.2-4 [768kB]
- 85% [13 libstdc++5-3.3-dev 0/768kB 0%] 90% [Working] Get:14 http://ring.asahi-net.or.jp sarge/main g++-3.3 1:3.3.2-4 [1766kB]
- 90% [14 g++-3.3 0/1766kB 0%] 99% [Working] Get:15 http://ring.asahi-net.or.jp sarge/main g++ 4:3.3.1-2 [1390B]
- 99% [15 g++ 0/1390B 0%] 99% [Working] Get:16 http://ring.asahi-net.or.jp sarge/main gcc 4:3.3.1-2 [4850B]
- 99% [16 gcc 0/4850B 0%] 99% [Working] Get:17 http://ring.asahi-net.or.jp sarge/main build-essential 10 [6450B]
- 99% [17 build-essential 0/6450B 0%] 100% [Working] Fetched 17.9MB in 4s (3721kB/s)
-Selecting previously deselected package binutils.
-(Reading database ... 6241 files and directories currently installed.)
-Unpacking binutils (from .../binutils_2.14.90.0.7-3_i386.deb) ...
-Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.1-2_i386.deb) ...
-Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.2-2_all.deb) ...
-Selecting previously deselected package libdb4.0.
-Unpacking libdb4.0 (from .../libdb4.0_4.0.14-1.3_i386.deb) ...
-Selecting previously deselected package perl.
-Unpacking perl (from .../archives/perl_5.8.2-2_i386.deb) ...
-Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-1_i386.deb) ...
-Selecting previously deselected package make.
-Unpacking make (from .../archives/make_3.80-4_i386.deb) ...
-Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.18_all.deb) ...
-Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package linux-kernel-headers.
-Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-9_i386.deb) ...
-Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-10_i386.deb) ...
-Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.2-4_i386.deb) ...
-Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.1-2_i386.deb) ...
-Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.1-2_i386.deb) ...
-Selecting previously deselected package build-essential.
-Unpacking build-essential (from .../build-essential_10_i386.deb) ...
-Setting up binutils (2.14.90.0.7-3) ...
-
-Setting up cpp-3.3 (3.3.2-4) ...
-Setting up cpp (3.3.1-2) ...
-Setting up libdb4.0 (4.0.14-1.3) ...
-
-Setting up patch (2.5.9-1) ...
-Setting up make (3.80-4) ...
-
-Setting up gcc-3.3 (3.3.2-4) ...
-Setting up linux-kernel-headers (2.5.999-test7-bk-9) ...
-Setting up libc6-dev (2.3.2.ds1-10) ...
-Setting up gcc (3.3.1-2) ...
-
-Setting up libstdc++5-3.3-dev (3.3.2-4) ...
-Setting up perl-modules (5.8.2-2) ...
-Setting up g++-3.3 (3.3.2-4) ...
-Setting up g++ (3.3.1-2) ...
-
-Setting up perl (5.8.2-2) ...
-
-Setting up dpkg-dev (1.10.18) ...
-Setting up build-essential (10) ...
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-Kernel panic: Attempted to kill init!
- tracing thread pid = 25562
-
- -> Successful exit from user-mode linux
+tracing thread pid = 10586
+UML exited with non-zero status, aborting
diff --git a/testsuite/uml/pbuilder-user-mode-linux-create-sid.log b/testsuite/uml/pbuilder-user-mode-linux-create-sid.log
index 7d03e02..a88c764 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-create-sid.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-create-sid.log
@@ -1,13 +1,17 @@
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: eth0=slirp,,slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage init=/usr/lib/rootstrap/builder devfs=mount rsworkdir=/home/dancer/.pbuilder-user-mode-linux
-Calibrating delay loop... 1523.76 BogoMIPS
-Memory: 28528k available
+Kernel command line: eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage init=/usr/lib/rootstrap/builder devfs=mount rsworkdir=/home/dancer/.pbuilder-user-mode-linux
+Calibrating delay loop... 1664.61 BogoMIPS
+Memory: 28700k available
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -32,15 +36,15 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-Netdevice 0 : SLIRP backend - command line: 'slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/TgwmsM/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/WHR4fy/mconsole
unable to open root_fs for validation
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 2048 bind 2048)
+TCP: Hash tables configured (established 2048 bind 4096)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem) readonly.
@@ -48,24 +52,13 @@ Mounted devfs on /dev
builder running...
Using rootstrap module network from:
/usr/lib/rootstrap/modules/network
-Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
+* modprobe tun
+FATAL: Module tun not found.
+* ifconfig tap0 192.168.30.198 netmask 255.255.255.255 up
+* bash -c echo 1 > /proc/sys/net/ipv4/ip_forward
+* route add -host 192.168.30.199 dev tap0
+* bash -c echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp
+* arp -Ds 192.168.30.199 eth0 pub
Using rootstrap module mkfs from:
/usr/lib/rootstrap/modules/mkfs
Using rootstrap module mount from:
@@ -108,7 +101,6 @@ I: Checking exim4-config...
I: Checking exim4-daemon-light...
I: Checking fdutils...
I: Checking findutils...
-I: Checking gcc-3.2-base...
I: Checking gcc-3.3-base...
I: Checking gettext-base...
I: Checking grep...
@@ -130,13 +122,13 @@ I: Checking libcap1...
I: Checking libcomerr2...
I: Checking libconsole...
I: Checking libdb1-compat...
-I: Checking libdb2...
I: Checking libdb3...
+I: Checking libdb4.2...
I: Checking libgcc1...
-I: Checking libgcrypt1...
+I: Checking libgcrypt7...
I: Checking libgdbm3...
-I: Checking libgnutls7...
-I: Checking libident...
+I: Checking libgnutls10...
+I: Checking libgpg-error0...
I: Checking liblocale-gettext-perl...
I: Checking liblockfile1...
I: Checking liblzo1...
@@ -153,14 +145,13 @@ I: Checking libsigc++-1.2-5c102...
I: Checking libss2...
I: Checking libssl0.9.7...
I: Checking libstdc++5...
-I: Checking libtasn1-0...
+I: Checking libtasn1-2...
I: Checking libtext-charwidth-perl...
I: Checking libtext-iconv-perl...
I: Checking libtext-wrapi18n-perl...
I: Checking libtextwrap1...
I: Checking libuuid1...
I: Checking libwrap0...
-I: Checking lilo...
I: Checking login...
I: Checking logrotate...
I: Checking mailx...
@@ -168,8 +159,6 @@ I: Checking makedev...
I: Checking man-db...
I: Checking manpages...
I: Checking mawk...
-I: Checking mbr...
-I: Checking modconf...
I: Checking modutils...
I: Checking mount...
I: Checking nano...
@@ -189,10 +178,8 @@ I: Checking pppoeconf...
I: Checking procps...
I: Checking psmisc...
I: Checking sed...
-I: Checking slang1...
I: Checking slang1a-utf8...
I: Checking sysklogd...
-I: Checking syslinux...
I: Checking sysv-rc...
I: Checking sysvinit...
I: Checking tar...
@@ -267,8 +254,6 @@ I: Retrieving fdutils
I: Validating fdutils
I: Retrieving findutils
I: Validating findutils
-I: Retrieving gcc-3.2-base
-I: Validating gcc-3.2-base
I: Retrieving gcc-3.3-base
I: Validating gcc-3.3-base
I: Retrieving gettext-base
@@ -311,20 +296,20 @@ I: Retrieving libconsole
I: Validating libconsole
I: Retrieving libdb1-compat
I: Validating libdb1-compat
-I: Retrieving libdb2
-I: Validating libdb2
I: Retrieving libdb3
I: Validating libdb3
+I: Retrieving libdb4.2
+I: Validating libdb4.2
I: Retrieving libgcc1
I: Validating libgcc1
-I: Retrieving libgcrypt1
-I: Validating libgcrypt1
+I: Retrieving libgcrypt7
+I: Validating libgcrypt7
I: Retrieving libgdbm3
I: Validating libgdbm3
-I: Retrieving libgnutls7
-I: Validating libgnutls7
-I: Retrieving libident
-I: Validating libident
+I: Retrieving libgnutls10
+I: Validating libgnutls10
+I: Retrieving libgpg-error0
+I: Validating libgpg-error0
I: Retrieving liblocale-gettext-perl
I: Validating liblocale-gettext-perl
I: Retrieving liblockfile1
@@ -357,8 +342,8 @@ I: Retrieving libssl0.9.7
I: Validating libssl0.9.7
I: Retrieving libstdc++5
I: Validating libstdc++5
-I: Retrieving libtasn1-0
-I: Validating libtasn1-0
+I: Retrieving libtasn1-2
+I: Validating libtasn1-2
I: Retrieving libtext-charwidth-perl
I: Validating libtext-charwidth-perl
I: Retrieving libtext-iconv-perl
@@ -371,8 +356,6 @@ I: Retrieving libuuid1
I: Validating libuuid1
I: Retrieving libwrap0
I: Validating libwrap0
-I: Retrieving lilo
-I: Validating lilo
I: Retrieving login
I: Validating login
I: Retrieving logrotate
@@ -387,10 +370,6 @@ I: Retrieving manpages
I: Validating manpages
I: Retrieving mawk
I: Validating mawk
-I: Retrieving mbr
-I: Validating mbr
-I: Retrieving modconf
-I: Validating modconf
I: Retrieving modutils
I: Validating modutils
I: Retrieving mount
@@ -429,14 +408,10 @@ I: Retrieving psmisc
I: Validating psmisc
I: Retrieving sed
I: Validating sed
-I: Retrieving slang1
-I: Validating slang1
I: Retrieving slang1a-utf8
I: Validating slang1a-utf8
I: Retrieving sysklogd
I: Validating sysklogd
-I: Retrieving syslinux
-I: Validating syslinux
I: Retrieving sysv-rc
I: Validating sysv-rc
I: Retrieving sysvinit
@@ -480,14 +455,12 @@ I: Extracting libcomerr2...
I: Extracting libss2...
I: Extracting libuuid1...
I: Extracting findutils...
-I: Extracting gcc-3.2-base...
-I: Extracting gcc-3.3-base...
I: Extracting grep...
I: Extracting gzip...
I: Extracting hostname...
I: Extracting libcap1...
I: Extracting libc6...
-I: Extracting libdb2...
+I: Extracting libdb1-compat...
I: Extracting libdb3...
I: Extracting libncurses5...
I: Extracting libnewt0.51...
@@ -495,8 +468,6 @@ I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
I: Extracting libpopt0...
-I: Extracting libstdc++5...
-I: Extracting libgcc1...
I: Extracting login...
I: Extracting makedev...
I: Extracting mawk...
@@ -508,7 +479,6 @@ I: Extracting passwd...
I: Extracting perl-base...
I: Extracting procps...
I: Extracting sed...
-I: Extracting slang1...
I: Extracting slang1a-utf8...
I: Extracting initscripts...
I: Extracting sysvinit...
@@ -516,104 +486,100 @@ I: Extracting sysv-rc...
I: Extracting tar...
I: Extracting util-linux...
I: Extracting whiptail...
-I: Extracting mbr...
+I: Extracting libgcc1...
+I: Extracting gcc-3.3-base...
+I: Extracting libstdc++5...
I: Installing core packages...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
-Unpacking base-files (from .../base-files_3.0.12_i386.deb) ...
+Unpacking base-files (from .../base-files_3.0.16_i386.deb) ...
Selecting previously deselected package base-passwd.
-Unpacking base-passwd (from .../base-passwd_3.5.5_i386.deb) ...
+Unpacking base-passwd (from .../base-passwd_3.5.7_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
base-passwd depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up base-passwd (3.5.5) ...
+Setting up base-passwd (3.5.7) ...
dpkg: base-files: dependency problems, but configuring anyway as you request:
base-files depends on awk; however:
Package awk is not installed.
-Setting up base-files (3.0.12) ...
+Setting up base-files (3.0.16) ...
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
- dpkg pre-depends on libc6 (>= 2.3.2-1)
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
+ dpkg pre-depends on libc6 (>= 2.3.2.ds1-4)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
-Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
+Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
dpkg depends on dselect; however:
Package dselect is not installed.
- dpkg depends on libc6 (>= 2.3.2-1); however:
+ dpkg depends on libc6 (>= 2.3.2.ds1-4); however:
Package libc6 is not installed.
-Setting up dpkg (1.10.18) ...
+Setting up dpkg (1.10.23) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.
Selecting previously deselected package libc6.
-(Reading database ... 220 files and directories currently installed.)
-Unpacking libc6 (from .../libc6_2.3.2.ds1-10_i386.deb) ...
+(Reading database ... 257 files and directories currently installed.)
+Unpacking libc6 (from .../libc6_2.3.2.ds1-13_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-10) ...
+Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Dec 27 01:09:09 UTC 2003.
-Universal Time is now: Sat Dec 27 01:09:09 UTC 2003.
+Local time is now: Sat Jul 24 01:19:56 UTC 2004.
+Universal Time is now: Sat Jul 24 01:19:56 UTC 2004.
Run 'tzconfig' if you wish to change it.
-Package `sysvinit' is not installed and no info is available.
-Use dpkg --info (= dpkg-deb --info) to examine archive files,
-and dpkg --contents (= dpkg-deb --contents) to list their contents.
Selecting previously deselected package perl-base.
-(Reading database ... 2231 files and directories currently installed.)
-Unpacking perl-base (from .../perl-base_5.8.2-2_i386.deb) ...
-Setting up perl-base (5.8.2-2) ...
+(Reading database ... 2269 files and directories currently installed.)
+Unpacking perl-base (from .../perl-base_5.8.4-2_i386.deb) ...
+Setting up perl-base (5.8.4-2) ...
Selecting previously deselected package mawk.
-(Reading database ... 2349 files and directories currently installed.)
+(Reading database ... 2389 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...
Selecting previously deselected package debconf.
-(Reading database ... 2368 files and directories currently installed.)
-Unpacking debconf (from .../debconf_1.3.22_all.deb) ...
+(Reading database ... 2408 files and directories currently installed.)
+Unpacking debconf (from .../debconf_1.4.29_all.deb) ...
dpkg: debconf: dependency problems, but configuring anyway as you request:
debconf depends on debconf-i18n | debconf-english; however:
Package debconf-i18n is not installed.
Package debconf-english is not installed.
-Setting up debconf (1.3.22) ...
+Setting up debconf (1.4.29) ...
I: Unpacking required packages...
-(Reading database ... 2505 files and directories currently installed.)
-Preparing to replace base-files 3.0.12 (using .../base-files_3.0.12_i386.deb) ...
+(Reading database ... 2556 files and directories currently installed.)
+Preparing to replace base-files 3.0.16 (using .../base-files_3.0.16_i386.deb) ...
Unpacking replacement base-files ...
-Preparing to replace base-passwd 3.5.5 (using .../base-passwd_3.5.5_i386.deb) ...
+Preparing to replace base-passwd 3.5.7 (using .../base-passwd_3.5.7_i386.deb) ...
Unpacking replacement base-passwd ...
Selecting previously deselected package bash.
-dpkg: regarding .../bash_2.05b-12_i386.deb containing bash, pre-dependency problem:
- bash pre-depends on libncurses5 (>= 5.3.20030510-1)
+dpkg: regarding .../bash_2.05b-22_i386.deb containing bash, pre-dependency problem:
+ bash pre-depends on libncurses5 (>= 5.4-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking bash (from .../bash_2.05b-12_i386.deb) ...
+Unpacking bash (from .../bash_2.05b-22_i386.deb) ...
Selecting previously deselected package bsdutils.
-Unpacking bsdutils (from .../bsdutils_1%3a2.12-6_i386.deb) ...
+Unpacking bsdutils (from .../bsdutils_1%3a2.12-7_i386.deb) ...
Selecting previously deselected package coreutils.
-dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
+dpkg: regarding .../coreutils_5.2.1-2_i386.deb containing coreutils, pre-dependency problem:
coreutils pre-depends on libacl1 (>= 2.2.11-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
- coreutils pre-depends on libattr1 (>= 2.4.4-1)
-dpkg: warning - ignoring pre-dependency problem !
-Unpacking coreutils (from .../coreutils_5.0.91-2_i386.deb) ...
+Unpacking coreutils (from .../coreutils_5.2.1-2_i386.deb) ...
Selecting previously deselected package libacl1.
-Unpacking libacl1 (from .../libacl1_2.2.21-1_i386.deb) ...
+Unpacking libacl1 (from .../libacl1_2.2.23-1_i386.deb) ...
Selecting previously deselected package libattr1.
-Unpacking libattr1 (from .../libattr1_2.4.12-1_i386.deb) ...
-Preparing to replace debconf 1.3.22 (using .../debconf_1.3.22_all.deb) ...
+Unpacking libattr1 (from .../libattr1_2.4.16-1_i386.deb) ...
+Preparing to replace debconf 1.4.29 (using .../debconf_1.4.29_all.deb) ...
Unpacking replacement debconf ...
Selecting previously deselected package debconf-i18n.
-Unpacking debconf-i18n (from .../debconf-i18n_1.3.22_all.deb) ...
+Unpacking debconf-i18n (from .../debconf-i18n_1.4.29_all.deb) ...
Selecting previously deselected package liblocale-gettext-perl.
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-wrapi18n-perl.
@@ -621,378 +587,357 @@ Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb)
Selecting previously deselected package libtext-charwidth-perl.
Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.deb) ...
Selecting previously deselected package debianutils.
-dpkg: regarding .../debianutils_2.6.1_i386.deb containing debianutils, pre-dependency problem:
+dpkg: regarding .../debianutils_2.8.4_i386.deb containing debianutils, pre-dependency problem:
debianutils pre-depends on coreutils (>= 4.5.8-1)
coreutils is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking debianutils (from .../debianutils_2.6.1_i386.deb) ...
+Unpacking debianutils (from .../debianutils_2.8.4_i386.deb) ...
Selecting previously deselected package diff.
Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
-dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
+dpkg: regarding .../archives/dpkg_1.10.23_i386.deb containing dpkg, pre-dependency problem:
dpkg pre-depends on dselect
dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
-Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
+Preparing to replace dpkg 1.10.23 (using .../archives/dpkg_1.10.23_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
-Unpacking dselect (from .../dselect_1.10.18_i386.deb) ...
+Unpacking dselect (from .../dselect_1.10.23_i386.deb) ...
Selecting previously deselected package libblkid1.
-Unpacking libblkid1 (from .../libblkid1_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking libblkid1 (from .../libblkid1_1.35-6_i386.deb) ...
Selecting previously deselected package e2fsprogs.
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
- e2fsprogs pre-depends on e2fslibs (= 1.34+1.35-WIP-2003.12.07-2)
+dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependency problem:
+ e2fsprogs pre-depends on e2fslibs (= 1.35-6)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
libblkid1 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libss2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
+dpkg: regarding .../e2fsprogs_1.35-6_i386.deb containing e2fsprogs, pre-dependency problem:
e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking e2fsprogs (from .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking e2fsprogs (from .../e2fsprogs_1.35-6_i386.deb) ...
Selecting previously deselected package e2fslibs.
-Unpacking e2fslibs (from .../e2fslibs_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking e2fslibs (from .../e2fslibs_1.35-6_i386.deb) ...
Selecting previously deselected package libcomerr2.
-Unpacking libcomerr2 (from .../libcomerr2_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking libcomerr2 (from .../libcomerr2_1.35-6_i386.deb) ...
Selecting previously deselected package libss2.
-Unpacking libss2 (from .../libss2_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking libss2 (from .../libss2_1.35-6_i386.deb) ...
Selecting previously deselected package libuuid1.
-Unpacking libuuid1 (from .../libuuid1_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
+Unpacking libuuid1 (from .../libuuid1_1.35-6_i386.deb) ...
Selecting previously deselected package findutils.
-Unpacking findutils (from .../findutils_4.1.20-3_i386.deb) ...
-Selecting previously deselected package gcc-3.2-base.
-Unpacking gcc-3.2-base (from .../gcc-3.2-base_1%3a3.2.3-9_i386.deb) ...
-Selecting previously deselected package gcc-3.3-base.
-Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.3-0pre0_i386.deb) ...
+Unpacking findutils (from .../findutils_4.1.20-4_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-2_i386.deb) ...
Selecting previously deselected package gzip.
-Unpacking gzip (from .../archives/gzip_1.3.5-7_i386.deb) ...
+Unpacking gzip (from .../archives/gzip_1.3.5-8_i386.deb) ...
Selecting previously deselected package hostname.
Unpacking hostname (from .../hostname_2.13_i386.deb) ...
Selecting previously deselected package libcap1.
-Unpacking libcap1 (from .../libcap1_1%3a1.10-12_i386.deb) ...
-Preparing to replace libc6 2.3.2.ds1-10 (using .../libc6_2.3.2.ds1-10_i386.deb) ...
+Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ...
+Preparing to replace libc6 2.3.2.ds1-13 (using .../libc6_2.3.2.ds1-13_i386.deb) ...
Unpacking replacement libc6 ...
-Selecting previously deselected package libdb2.
-Unpacking libdb2 (from .../libdb2_2%3a2.7.7.0-8.1_i386.deb) ...
+Selecting previously deselected package libdb1-compat.
+Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb3.
-Unpacking libdb3 (from .../libdb3_3.2.9-19_i386.deb) ...
+Unpacking libdb3 (from .../libdb3_3.2.9-20_i386.deb) ...
Selecting previously deselected package libncurses5.
-Unpacking libncurses5 (from .../libncurses5_5.3.20030719-4_i386.deb) ...
+Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ...
Selecting previously deselected package libnewt0.51.
-Unpacking libnewt0.51 (from .../libnewt0.51_0.51.4-18_i386.deb) ...
+Unpacking libnewt0.51 (from .../libnewt0.51_0.51.6-9_i386.deb) ...
Selecting previously deselected package libpam-modules.
-Unpacking libpam-modules (from .../libpam-modules_0.76-14.1_i386.deb) ...
+Unpacking libpam-modules (from .../libpam-modules_0.76-22_i386.deb) ...
Selecting previously deselected package libpam-runtime.
-Unpacking libpam-runtime (from .../libpam-runtime_0.76-14.1_all.deb) ...
+Unpacking libpam-runtime (from .../libpam-runtime_0.76-22_all.deb) ...
Selecting previously deselected package libpam0g.
-Unpacking libpam0g (from .../libpam0g_0.76-14.1_i386.deb) ...
+Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ...
Selecting previously deselected package libpopt0.
Unpacking libpopt0 (from .../libpopt0_1.7-4_i386.deb) ...
-Selecting previously deselected package libstdc++5.
-Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.3-0pre0_i386.deb) ...
-Selecting previously deselected package libgcc1.
-Unpacking libgcc1 (from .../libgcc1_1%3a3.3.3-0pre0_i386.deb) ...
Selecting previously deselected package login.
-dpkg: regarding .../login_1%3a4.0.3-16_i386.deb containing login, pre-dependency problem:
+dpkg: regarding .../login_1%3a4.0.3-29.1_i386.deb containing login, pre-dependency problem:
login pre-depends on libpam0g (>= 0.76)
libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../login_1%3a4.0.3-16_i386.deb containing login, pre-dependency problem:
- login pre-depends on libpam-runtime (>= 0.76-13.1)
+dpkg: regarding .../login_1%3a4.0.3-29.1_i386.deb containing login, pre-dependency problem:
+ login pre-depends on libpam-runtime (>= 0.76-14)
libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking login (from .../login_1%3a4.0.3-16_i386.deb) ...
+Unpacking login (from .../login_1%3a4.0.3-29.1_i386.deb) ...
Selecting previously deselected package makedev.
-Unpacking makedev (from .../makedev_2.3.1-64_all.deb) ...
+Unpacking makedev (from .../makedev_2.3.1-71_all.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package modutils.
-Unpacking modutils (from .../modutils_2.4.25-3_i386.deb) ...
+Unpacking modutils (from .../modutils_2.4.26-1_i386.deb) ...
Selecting previously deselected package mount.
-Unpacking mount (from .../archives/mount_2.12-6_i386.deb) ...
+Unpacking mount (from .../archives/mount_2.12-7_i386.deb) ...
Selecting previously deselected package ncurses-base.
-Unpacking ncurses-base (from .../ncurses-base_5.3.20030719-4_all.deb) ...
+Unpacking ncurses-base (from .../ncurses-base_5.4-4_all.deb) ...
Selecting previously deselected package ncurses-bin.
-dpkg: regarding .../ncurses-bin_5.3.20030719-4_i386.deb containing ncurses-bin, pre-dependency problem:
- ncurses-bin pre-depends on libncurses5 (>= 5.3.20030510-1)
+dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-dependency problem:
+ ncurses-bin pre-depends on libncurses5 (>= 5.4-1)
libncurses5 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-Unpacking ncurses-bin (from .../ncurses-bin_5.3.20030719-4_i386.deb) ...
+Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ...
Selecting previously deselected package passwd.
-Unpacking passwd (from .../passwd_1%3a4.0.3-16_i386.deb) ...
-Preparing to replace perl-base 5.8.2-2 (using .../perl-base_5.8.2-2_i386.deb) ...
+Unpacking passwd (from .../passwd_1%3a4.0.3-29.1_i386.deb) ...
+Preparing to replace perl-base 5.8.4-2 (using .../perl-base_5.8.4-2_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package procps.
-Unpacking procps (from .../procps_1%3a3.1.14-1_i386.deb) ...
+Unpacking procps (from .../procps_1%3a3.2.1-2_i386.deb) ...
Selecting previously deselected package sed.
-Unpacking sed (from .../archives/sed_4.0.7-3_i386.deb) ...
-Selecting previously deselected package slang1.
-Unpacking slang1 (from .../slang1_1.4.9-2_i386.deb) ...
+Unpacking sed (from .../archives/sed_4.1.1-1_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
-Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9-2_i386.deb) ...
+Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-3_i386.deb) ...
Selecting previously deselected package initscripts.
-Unpacking initscripts (from .../initscripts_2.85-9_all.deb) ...
+Unpacking initscripts (from .../initscripts_2.85-22_i386.deb) ...
Selecting previously deselected package sysvinit.
-dpkg: regarding .../sysvinit_2.85-9_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.85-22_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on initscripts
initscripts is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../sysvinit_2.85-9_i386.deb containing sysvinit, pre-dependency problem:
+dpkg: regarding .../sysvinit_2.85-22_i386.deb containing sysvinit, pre-dependency problem:
sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking sysvinit (from .../sysvinit_2.85-9_i386.deb) ...
+Unpacking sysvinit (from .../sysvinit_2.85-22_i386.deb) ...
Selecting previously deselected package sysv-rc.
-Unpacking sysv-rc (from .../sysv-rc_2.85-9_all.deb) ...
+Unpacking sysv-rc (from .../sysv-rc_2.85-22_all.deb) ...
Selecting previously deselected package tar.
-Unpacking tar (from .../tar_1.13.25-6_i386.deb) ...
+Unpacking tar (from .../tar_1.13.93-4_i386.deb) ...
Selecting previously deselected package util-linux.
-dpkg: regarding .../util-linux_2.12-6_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12-7_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on libncurses5 (>= 5.3.20030510-1)
libncurses5 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-6_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12-7_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on slang1a-utf8 (>> 1.4.4-7.1)
slang1a-utf8 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
-dpkg: regarding .../util-linux_2.12-6_i386.deb containing util-linux, pre-dependency problem:
+dpkg: regarding .../util-linux_2.12-7_i386.deb containing util-linux, pre-dependency problem:
util-linux pre-depends on zlib1g (>= 1:1.2.1)
dpkg: warning - ignoring pre-dependency problem !
-Unpacking util-linux (from .../util-linux_2.12-6_i386.deb) ...
+Unpacking util-linux (from .../util-linux_2.12-7_i386.deb) ...
Selecting previously deselected package whiptail.
-Unpacking whiptail (from .../whiptail_0.51.4-18_i386.deb) ...
-Selecting previously deselected package mbr.
-Unpacking mbr (from .../archives/mbr_1.1.5-1_i386.deb) ...
+Unpacking whiptail (from .../whiptail_0.51.6-9_i386.deb) ...
+Selecting previously deselected package libgcc1.
+Unpacking libgcc1 (from .../libgcc1_1%3a3.4.1-3_i386.deb) ...
+Selecting previously deselected package gcc-3.3-base.
+Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.4-5_i386.deb) ...
+Selecting previously deselected package libstdc++5.
+Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.4-5_i386.deb) ...
I: Configuring required packages...
-Setting up ncurses-base (5.3.20030719-4) ...
+Setting up ncurses-base (5.4-4) ...
-Setting up sysv-rc (2.85-9) ...
+Setting up sysv-rc (2.85-22) ...
-Setting up libpam-runtime (0.76-14.1) ...
+Setting up libpam-runtime (0.76-22) ...
-Setting up gcc-3.2-base (3.2.3-9) ...
-Setting up gcc-3.3-base (3.3.3-0pre0) ...
-dpkg: libc6: dependency problems, but configuring anyway as you request:
- libc6 depends on libdb1-compat; however:
- Package libdb1-compat is not installed.
-Setting up libc6 (2.3.2.ds1-10) ...
+Setting up gcc-3.3-base (3.3.4-5) ...
+Setting up libc6 (2.3.2.ds1-13) ...
Current default timezone: 'UTC'.
-Local time is now: Sat Dec 27 01:10:16 UTC 2003.
-Universal Time is now: Sat Dec 27 01:10:16 UTC 2003.
+Local time is now: Sat Jul 24 01:20:56 UTC 2004.
+Universal Time is now: Sat Jul 24 01:20:56 UTC 2004.
Run 'tzconfig' if you wish to change it.
-Setting up libcap1 (1.10-12) ...
+Setting up libcap1 (1.10-14) ...
-Setting up slang1 (1.4.9-2) ...
+Setting up libdb1-compat (2.1.3-7) ...
-Setting up libuuid1 (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up libuuid1 (1.35-6) ...
Setting up libpopt0 (1.7-4) ...
-Setting up libpam0g (0.76-14.1) ...
+Setting up libpam0g (0.76-22) ...
-Setting up bsdutils (2.12-6) ...
+Setting up bsdutils (2.12-7) ...
-Setting up perl-base (5.8.2-2) ...
-Setting up mbr (1.1.5-1) ...
+Setting up perl-base (5.8.4-2) ...
+Setting up tar (1.13.93-4) ...
-Setting up tar (1.13.25-6) ...
+Setting up slang1a-utf8 (1.4.9dbs-3) ...
-Setting up slang1a-utf8 (1.4.9-2) ...
+Setting up libgcc1 (3.4.1-3) ...
-Setting up libgcc1 (3.3.3-0pre0) ...
+Setting up mount (2.12-7) ...
-Setting up mount (2.12-6) ...
+Setting up libncurses5 (5.4-4) ...
-Setting up libncurses5 (5.3.20030719-4) ...
+Setting up libattr1 (2.4.16-1) ...
-Setting up libattr1 (2.4.12-1) ...
+Setting up sed (4.1.1-1) ...
-Setting up sed (4.0.7-3) ...
+Setting up e2fslibs (1.35-6) ...
-Setting up e2fslibs (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up base-passwd (3.5.7) ...
-Setting up base-passwd (3.5.5) ...
-
-Setting up libcomerr2 (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up libcomerr2 (1.35-6) ...
Setting up mawk (1.3.3-11) ...
-Setting up libnewt0.51 (0.51.4-18) ...
+Setting up libnewt0.51 (0.51.6-9) ...
Setting up grep (2.5.1.ds1-2) ...
Setting up hostname (2.13) ...
-Setting up libacl1 (2.2.21-1) ...
+Setting up libacl1 (2.2.23-1) ...
-Setting up libblkid1 (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up libblkid1 (1.35-6) ...
-Setting up libss2 (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up libss2 (1.35-6) ...
-Setting up findutils (4.1.20-3) ...
+Setting up findutils (4.1.20-4) ...
-Setting up e2fsprogs (1.34+1.35-WIP-2003.12.07-2) ...
+Setting up e2fsprogs (1.35-6) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up diff (2.8.1-6) ...
-Setting up libdb2 (2.7.7.0-8.1) ...
-
-Setting up libdb3 (3.2.9-19) ...
+Setting up libdb3 (3.2.9-20) ...
-dpkg: util-linux: dependency problems, but configuring anyway as you request:
- util-linux depends on zlib1g (>= 1:1.2.1); however:
- Package zlib1g is not installed.
-Setting up util-linux (2.12-6) ...
-
-Setting up libstdc++5 (3.3.3-0pre0) ...
+Setting up libstdc++5 (3.3.4-5) ...
Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
-dpkg: debconf: dependency problems, but configuring anyway as you request:
- debconf depends on debconf-i18n | debconf-english; however:
- Package debconf-english is not installed.
-Setting up debconf (1.3.22) ...
+Setting up coreutils (5.2.1-2) ...
-Setting up coreutils (5.0.91-2) ...
+Setting up debianutils (2.8.4) ...
-Setting up debianutils (2.6.1) ...
+Setting up makedev (2.3.1-71) ...
-Setting up makedev (2.3.1-64) ...
+Setting up procps (3.2.1-2) ...
-Setting up procps (3.1.14-1) ...
+Setting up ncurses-bin (5.4-4) ...
-Setting up ncurses-bin (5.3.20030719-4) ...
+Setting up whiptail (0.51.6-9) ...
+Setting up libpam-modules (0.76-22) ...
-Setting up whiptail (0.51.4-18) ...
-Setting up libpam-modules (0.76-14.1) ...
+Setting up base-files (3.0.16) ...
-Setting up base-files (3.0.12) ...
+Setting up gzip (1.3.5-8) ...
-dpkg: debconf-i18n: dependency problems, but configuring anyway as you request:
- debconf-i18n depends on libtext-iconv-perl; however:
- Package libtext-iconv-perl is not installed.
-Setting up debconf-i18n (1.3.22) ...
-Setting up gzip (1.3.5-7) ...
+Setting up dselect (1.10.23) ...
+Setting up login (4.0.3-29.1) ...
-Setting up dselect (1.10.18) ...
-Setting up bash (2.05b-12) ...
+Setting up passwd (4.0.3-29.1) ...
-Setting up login (4.0.3-16) ...
+Setting up dpkg (1.10.23) ...
-Setting up passwd (4.0.3-16) ...
+Setting up bash (2.05b-22) ...
+
+dpkg: debconf-i18n: dependency problems, but configuring anyway as you request:
+ debconf-i18n depends on libtext-iconv-perl; however:
+ Package libtext-iconv-perl is not installed.
+Setting up debconf-i18n (1.4.29) ...
+dpkg: util-linux: dependency problems, but configuring anyway as you request:
+ util-linux depends on zlib1g (>= 1:1.2.1); however:
+ Package zlib1g is not installed.
+Setting up util-linux (2.12-7) ...
-Setting up dpkg (1.10.18) ...
+Setting up debconf (1.4.29) ...
-Setting up initscripts (2.85-9) ...
+Setting up initscripts (2.85-22) ...
-Setting up sysvinit (2.85-9) ...
+Setting up sysvinit (2.85-22) ...
sysvinit: creating /dev/initctl
init: timeout opening/writing control channel /dev/initctl
-Setting up modutils (2.4.25-3) ...
+Setting up modutils (2.4.26-1) ...
I: Installing base packages...
Selecting previously deselected package adduser.
-(Reading database ... 4273 files and directories currently installed.)
-Unpacking adduser (from .../archives/adduser_3.51_all.deb) ...
+(Reading database ... 4402 files and directories currently installed.)
+Unpacking adduser (from .../archives/adduser_3.57_all.deb) ...
Selecting previously deselected package apt.
-Unpacking apt (from .../archives/apt_0.5.16_i386.deb) ...
+Unpacking apt (from .../archives/apt_0.5.26_i386.deb) ...
Selecting previously deselected package apt-utils.
-Unpacking apt-utils (from .../apt-utils_0.5.16_i386.deb) ...
+Unpacking apt-utils (from .../apt-utils_0.5.26_i386.deb) ...
+Selecting previously deselected package libdb4.2.
+Unpacking libdb4.2 (from .../libdb4.2_4.2.52-16_i386.deb) ...
Selecting previously deselected package at.
Unpacking at (from .../archives/at_3.1.8-11_i386.deb) ...
Selecting previously deselected package base-config.
-Unpacking base-config (from .../base-config_2.03_all.deb) ...
+Unpacking base-config (from .../base-config_2.37_all.deb) ...
Selecting previously deselected package aptitude.
-Unpacking aptitude (from .../aptitude_0.2.13-2_i386.deb) ...
+Unpacking aptitude (from .../aptitude_0.2.15.4-1_i386.deb) ...
Selecting previously deselected package libsigc++-1.2-5c102.
Unpacking libsigc++-1.2-5c102 (from .../libsigc++-1.2-5c102_1.2.5-1_i386.deb) ...
Selecting previously deselected package bsdmainutils.
-Unpacking bsdmainutils (from .../bsdmainutils_6.0.8_i386.deb) ...
+Unpacking bsdmainutils (from .../bsdmainutils_6.0.14_i386.deb) ...
Selecting previously deselected package console-common.
-Unpacking console-common (from .../console-common_0.7.33_all.deb) ...
+Unpacking console-common (from .../console-common_0.7.46_all.deb) ...
Selecting previously deselected package console-tools.
-Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-45_i386.deb) ...
+Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-54_i386.deb) ...
Selecting previously deselected package libconsole.
-Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-45_i386.deb) ...
+Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-54_i386.deb) ...
Selecting previously deselected package console-data.
-Unpacking console-data (from .../console-data_2002.12.04dbs-26_all.deb) ...
+Unpacking console-data (from .../console-data_2002.12.04dbs-43_all.deb) ...
Selecting previously deselected package cpio.
Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cron.
-Unpacking cron (from .../cron_3.0pl1-81_i386.deb) ...
+Unpacking cron (from .../cron_3.0pl1-83_i386.deb) ...
Selecting previously deselected package ed.
Unpacking ed (from .../archives/ed_0.2-20_i386.deb) ...
Selecting previously deselected package exim4.
-Unpacking exim4 (from .../archives/exim4_4.30-3_all.deb) ...
+Unpacking exim4 (from .../archives/exim4_4.34-3_all.deb) ...
Selecting previously deselected package exim4-base.
-Unpacking exim4-base (from .../exim4-base_4.30-3_i386.deb) ...
+Unpacking exim4-base (from .../exim4-base_4.34-3_i386.deb) ...
Selecting previously deselected package exim4-config.
-Unpacking exim4-config (from .../exim4-config_4.30-3_all.deb) ...
+Unpacking exim4-config (from .../exim4-config_4.34-3_all.deb) ...
Selecting previously deselected package exim4-daemon-light.
-Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.30-3_i386.deb) ...
+Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.34-3_i386.deb) ...
+Selecting previously deselected package libgnutls10.
+Unpacking libgnutls10 (from .../libgnutls10_1.0.4-3_i386.deb) ...
+Selecting previously deselected package libgcrypt7.
+Unpacking libgcrypt7 (from .../libgcrypt7_1.1.90-9_i386.deb) ...
+Selecting previously deselected package libgpg-error0.
+Unpacking libgpg-error0 (from .../libgpg-error0_0.7-3_i386.deb) ...
+Selecting previously deselected package libopencdk8.
+Unpacking libopencdk8 (from .../libopencdk8_0.5.5-3_i386.deb) ...
+Selecting previously deselected package libtasn1-2.
+Unpacking libtasn1-2 (from .../libtasn1-2_0.2.7.0-2_i386.deb) ...
Selecting previously deselected package fdutils.
-Unpacking fdutils (from .../fdutils_5.4-20030718-2_i386.deb) ...
+Unpacking fdutils (from .../fdutils_5.4-20040228-1_i386.deb) ...
Selecting previously deselected package gettext-base.
-Unpacking gettext-base (from .../gettext-base_0.12.1-8_i386.deb) ...
+Unpacking gettext-base (from .../gettext-base_0.14.1-5_i386.deb) ...
Selecting previously deselected package groff-base.
-Unpacking groff-base (from .../groff-base_1.18.1-14_i386.deb) ...
+Unpacking groff-base (from .../groff-base_1.18.1.1-1_i386.deb) ...
Selecting previously deselected package ifupdown.
-Unpacking ifupdown (from .../ifupdown_0.6.4-4.6_i386.deb) ...
+Unpacking ifupdown (from .../ifupdown_0.6.4-4.8_i386.deb) ...
Selecting previously deselected package info.
-Unpacking info (from .../archives/info_4.6-1_i386.deb) ...
+Unpacking info (from .../archives/info_4.7-2_i386.deb) ...
Selecting previously deselected package klogd.
-Unpacking klogd (from .../klogd_1.4.1-13_i386.deb) ...
-Selecting previously deselected package libdb1-compat.
-Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
-Selecting previously deselected package libident.
-Unpacking libident (from .../libident_0.22-2.2_i386.deb) ...
-Selecting previously deselected package libgnutls7.
-Unpacking libgnutls7 (from .../libgnutls7_0.8.12-3.1_i386.deb) ...
+Unpacking klogd (from .../klogd_1.4.1-14_i386.deb) ...
Selecting previously deselected package libssl0.9.7.
-Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7c-5_i386.deb) ...
-Selecting previously deselected package libgcrypt1.
-Unpacking libgcrypt1 (from .../libgcrypt1_1.1.12-4_i386.deb) ...
+Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7d-4_i386.deb) ...
Selecting previously deselected package liblzo1.
Unpacking liblzo1 (from .../liblzo1_1.08-1_i386.deb) ...
-Selecting previously deselected package libopencdk8.
-Unpacking libopencdk8 (from .../libopencdk8_0.5.1-1_i386.deb) ...
-Selecting previously deselected package libtasn1-0.
-Unpacking libtasn1-0 (from .../libtasn1-0_0.1.2-1_i386.deb) ...
Selecting previously deselected package zlib1g.
-Unpacking zlib1g (from .../zlib1g_1%3a1.2.1-3_i386.deb) ...
+Unpacking zlib1g (from .../zlib1g_1%3a1.2.1.1-5_i386.deb) ...
Selecting previously deselected package liblockfile1.
-Unpacking liblockfile1 (from .../liblockfile1_1.05_i386.deb) ...
+Unpacking liblockfile1 (from .../liblockfile1_1.06_i386.deb) ...
Selecting previously deselected package libpcre3.
-Unpacking libpcre3 (from .../libpcre3_4.3-3_i386.deb) ...
-Selecting previously deselected package libtext-iconv-perl.
-Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-2_i386.deb) ...
+Unpacking libpcre3 (from .../libpcre3_4.5-1.1_i386.deb) ...
Selecting previously deselected package libwrap0.
-Unpacking libwrap0 (from .../libwrap0_7.6-ipv6.1-3_i386.deb) ...
+Unpacking libwrap0 (from .../libwrap0_7.6.dbs-4_i386.deb) ...
Selecting previously deselected package logrotate.
-Unpacking logrotate (from .../logrotate_3.6.5-2_i386.deb) ...
+Unpacking logrotate (from .../logrotate_3.7-2_i386.deb) ...
Selecting previously deselected package mailx.
-Unpacking mailx (from .../mailx_1%3a8.1.2-0.20031014cvs-1_i386.deb) ...
+Unpacking mailx (from .../mailx_1%3a8.1.2-0.20040524cvs-1_i386.deb) ...
Selecting previously deselected package man-db.
-Unpacking man-db (from .../man-db_2.4.2-5_i386.deb) ...
+Unpacking man-db (from .../man-db_2.4.2-18_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package manpages.
-Unpacking manpages (from .../manpages_1.62-1_all.deb) ...
-Selecting previously deselected package modconf.
-Unpacking modconf (from .../modconf_0.2.44_all.deb) ...
+Unpacking manpages (from .../manpages_1.67-1_all.deb) ...
Selecting previously deselected package nano.
-Unpacking nano (from .../archives/nano_1.2.2-7_i386.deb) ...
+Unpacking nano (from .../archives/nano_1.2.4-1_i386.deb) ...
Selecting previously deselected package net-tools.
-Unpacking net-tools (from .../net-tools_1.60-8_i386.deb) ...
+Unpacking net-tools (from .../net-tools_1.60-10_i386.deb) ...
Selecting previously deselected package netbase.
-Unpacking netbase (from .../archives/netbase_4.15_all.deb) ...
+Unpacking netbase (from .../archives/netbase_4.17_all.deb) ...
Selecting previously deselected package netkit-inetd.
Unpacking netkit-inetd (from .../netkit-inetd_0.10-9_i386.deb) ...
Selecting previously deselected package iputils-ping.
@@ -1000,181 +945,166 @@ Unpacking iputils-ping (from .../iputils-ping_3%3a20020927-2_i386.deb) ...
Selecting previously deselected package nvi.
Unpacking nvi (from .../archives/nvi_1.79-21_i386.deb) ...
Selecting previously deselected package ppp.
-Unpacking ppp (from .../ppp_2.4.2+20031127-1_i386.deb) ...
+Unpacking ppp (from .../ppp_2.4.2+20040428-2_i386.deb) ...
Selecting previously deselected package pppconfig.
-Unpacking pppconfig (from .../pppconfig_2.2.0_all.deb) ...
+Unpacking pppconfig (from .../pppconfig_2.3.4_all.deb) ...
Selecting previously deselected package pppoe.
Unpacking pppoe (from .../archives/pppoe_3.5-3_i386.deb) ...
Selecting previously deselected package pppoeconf.
-Unpacking pppoeconf (from .../archives/pppoeconf_1.0_all.deb) ...
+Unpacking pppoeconf (from .../pppoeconf_1.0.4_all.deb) ...
Selecting previously deselected package libpcap0.7.
-Unpacking libpcap0.7 (from .../libpcap0.7_0.7.2-5_i386.deb) ...
+Unpacking libpcap0.7 (from .../libpcap0.7_0.7.2-7_i386.deb) ...
Selecting previously deselected package sysklogd.
-Unpacking sysklogd (from .../sysklogd_1.4.1-13_i386.deb) ...
+Unpacking sysklogd (from .../sysklogd_1.4.1-14_i386.deb) ...
Selecting previously deselected package tasksel.
-Unpacking tasksel (from .../archives/tasksel_1.39_i386.deb) ...
+Unpacking tasksel (from .../archives/tasksel_2.06_i386.deb) ...
Selecting previously deselected package libtextwrap1.
Unpacking libtextwrap1 (from .../libtextwrap1_0.1-1_i386.deb) ...
Selecting previously deselected package tcpd.
-Unpacking tcpd (from .../tcpd_7.6-ipv6.1-3_i386.deb) ...
+Unpacking tcpd (from .../tcpd_7.6.dbs-4_i386.deb) ...
Selecting previously deselected package telnet.
-Unpacking telnet (from .../telnet_0.17-22_i386.deb) ...
+Unpacking telnet (from .../telnet_0.17-24_i386.deb) ...
+Selecting previously deselected package libtext-iconv-perl.
+Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ...
Selecting previously deselected package wget.
-Unpacking wget (from .../archives/wget_1.9.1-3_i386.deb) ...
-Selecting previously deselected package lilo.
-Unpacking lilo (from .../lilo_1%3a22.5.8-8_i386.deb) ...
+Unpacking wget (from .../archives/wget_1.9.1-4_i386.deb) ...
Selecting previously deselected package pciutils.
-Unpacking pciutils (from .../pciutils_1%3a2.1.11-6_i386.deb) ...
-Selecting previously deselected package syslinux.
-Unpacking syslinux (from .../syslinux_2.04-1_i386.deb) ...
+Unpacking pciutils (from .../pciutils_1%3a2.1.11-15_i386.deb) ...
Selecting previously deselected package psmisc.
-Unpacking psmisc (from .../psmisc_21.4-1_i386.deb) ...
+Unpacking psmisc (from .../psmisc_21.5-1_i386.deb) ...
Selecting previously deselected package ipchains.
Unpacking ipchains (from .../ipchains_1.3.10-15_i386.deb) ...
Selecting previously deselected package iptables.
-Unpacking iptables (from .../iptables_1.2.9-1_i386.deb) ...
-Setting up modconf (0.2.44) ...
-
-Setting up libdb1-compat (2.1.3-7) ...
-
-Setting up telnet (0.17-22) ...
-
-Setting up gettext-base (0.12.1-8) ...
+Unpacking iptables (from .../iptables_1.2.9-10_i386.deb) ...
+Setting up gettext-base (0.14.1-5) ...
Setting up libgdbm3 (1.8.3-2) ...
-Setting up libgcrypt1 (1.1.12-4) ...
+Setting up libtasn1-2 (0.2.7.0-2) ...
-Setting up libtasn1-0 (0.1.2-1) ...
+Setting up libgpg-error0 (0.7-3) ...
-Setting up psmisc (21.4-1) ...
+Setting up psmisc (21.5-1) ...
-Setting up libident (0.22-2.2) ...
+Setting up libssl0.9.7 (0.9.7d-4) ...
-Setting up libssl0.9.7 (0.9.7c-5) ...
+Setting up apt (0.5.26) ...
-Setting up apt (0.5.16) ...
-
-Setting up fdutils (5.4-20030718-2) ...
+Setting up fdutils (5.4-20040228-1) ...
Keeping old fdmount setuid root settings.
Please note that you can run
'/usr/sbin/fdutilsconfig' to change them.
-Setting up pciutils (2.1.11-6) ...
-Setting up console-data (2002.12.04dbs-26) ...
-Looking for keymap to install:
-NONE
-
-Setting up zlib1g (1.2.1-3) ...
+Setting up pciutils (2.1.11-15) ...
+Setting up zlib1g (1.2.1.1-5) ...
-Setting up adduser (3.51) ...
+Setting up adduser (3.57) ...
-Setting up manpages (1.62-1) ...
+Setting up manpages (1.67-1) ...
Setting up ed (0.2-20) ...
-Setting up libtext-iconv-perl (1.2-2) ...
-Setting up libpcap0.7 (0.7.2-5) ...
+Setting up libtext-iconv-perl (1.2-3) ...
+Setting up libpcap0.7 (0.7.2-7) ...
Setting up liblzo1 (1.08-1) ...
-Setting up wget (1.9.1-3) ...
+Setting up wget (1.9.1-4) ...
Setting up ipchains (1.3.10-15) ...
-Setting up groff-base (1.18.1-14) ...
+Setting up groff-base (1.18.1.1-1) ...
-Setting up net-tools (1.60-8) ...
-Setting up bsdmainutils (6.0.8) ...
+Setting up libdb4.2 (4.2.52-16) ...
+Setting up net-tools (1.60-10) ...
+Setting up bsdmainutils (6.0.14) ...
Setting up libsigc++-1.2-5c102 (1.2.5-1) ...
-Setting up syslinux (2.04-1) ...
-Setting up libpcre3 (4.3-3) ...
+Setting up libpcre3 (4.5-1.1) ...
-Setting up aptitude (0.2.13-2) ...
+Setting up aptitude (0.2.15.4-1) ...
-Setting up info (4.6-1) ...
-
-Setting up libopencdk8 (0.5.1-1) ...
+Setting up info (4.7-2) ...
Setting up iputils-ping (20020927-2) ...
-Setting up lilo (22.5.8-8) ...
-hostname: Unknown host
-Use of uninitialized value in sprintf at /usr/share/perl5/Debconf/Element/Noninteractive/Note.pm line 38, <GEN1> line 3.
-
-Setting up libgnutls7 (0.8.12-3.1) ...
-
-Setting up cron (3.0pl1-81) ...
+Setting up cron (3.0pl1-83) ...
Adding group crontab (101)...
Done.
Starting periodic command scheduler: cron
Warning: Fake start-stop-daemon called, doing nothing
.
-Setting up nano (1.2.2-7) ...
+Setting up nano (1.2.4-1) ...
Setting up netkit-inetd (0.10-9) ...
Starting internet superserver: inetd
Warning: Fake start-stop-daemon called, doing nothing
.
-Setting up libconsole (0.2.3dbs-45) ...
-Setting up apt-utils (0.5.16) ...
+Setting up libconsole (0.2.3dbs-54) ...
-Setting up iptables (1.2.9-1) ...
+Setting up apt-utils (0.5.26) ...
+
+Setting up iptables (1.2.9-10) ...
Setting up cpio (2.5-1.1) ...
Setting up nvi (1.79-21) ...
-Setting up libwrap0 (7.6-ipv6.1-3) ...
+Setting up libwrap0 (7.6.dbs-4) ...
-Setting up liblockfile1 (1.05) ...
+Setting up liblockfile1 (1.06) ...
-Setting up tcpd (7.6-ipv6.1-3) ...
+Setting up tcpd (7.6.dbs-4) ...
-Setting up exim4-config (4.30-3) ...
-hostname: Unknown host
+Setting up exim4-config (4.34-3) ...
+hostname: Host name lookup failure
Adding system-user for exim (v4)
-Setting up man-db (2.4.2-5) ...
+Setting up man-db (2.4.2-18) ...
Building database of manual pages ...
-Setting up console-common (0.7.33) ...
-Looking for keymap to install:
-NONE
+Setting up libgcrypt7 (1.1.90-9) ...
+
+Setting up ifupdown (0.6.4-4.8) ...
-Setting up ifupdown (0.6.4-4.6) ...
+Setting up tasksel (2.06) ...
-Setting up logrotate (3.6.5-2) ...
-Setting up console-tools (0.2.3dbs-45) ...
+Setting up logrotate (3.7-2) ...
+Setting up libopencdk8 (0.5.5-3) ...
-Setting up base-config (2.03) ...
+Setting up libgnutls10 (1.0.4-3) ...
-Setting up netbase (4.15) ...
+Setting up netbase (4.17) ...
-Setting up ppp (2.4.2+20031127-1) ...
+Setting up ppp (2.4.2+20040428-2) ...
Setting up pppoe (3.5-3) ...
-Setting up pppoeconf (1.0) ...
+Setting up pppoeconf (1.0.4) ...
+
+Setting up exim4-base (4.34-3) ...
-Setting up exim4-base (4.30-3) ...
+Setting up telnet (0.17-24) ...
-Setting up exim4-daemon-light (4.30-3) ...
+Setting up exim4-daemon-light (4.34-3) ...
Starting MTA:
Warning: Fake start-stop-daemon called, doing nothing
exim4.
-Setting up pppconfig (2.2.0) ...
+Setting up pppconfig (2.3.4) ...
-Setting up mailx (8.1.2-0.20031014cvs-1) ...
+Setting up mailx (8.1.2-0.20040524cvs-1) ...
Setting up at (3.1.8-11) ...
Starting deferred execution scheduler: atd
Warning: Fake start-stop-daemon called, doing nothing
.
-Setting up exim4 (4.30-3) ...
-Setting up sysklogd (1.4.1-13) ...
+Setting up exim4 (4.34-3) ...
+Setting up console-data (2002.12.04dbs-43) ...
+Looking for keymap to install:
+NONE
+
+Setting up sysklogd (1.4.1-14) ...
Stopping system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.
@@ -1182,7 +1112,7 @@ Starting system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.
-Setting up klogd (1.4.1-13) ...
+Setting up klogd (1.4.1-14) ...
Stopping kernel log daemon: klogd
Warning: Fake start-stop-daemon called, doing nothing
.
@@ -1192,11 +1122,20 @@ Warning: Fake start-stop-daemon called, doing nothing
Setting up libtextwrap1 (0.1-1) ...
-Setting up tasksel (1.39) ...
+Setting up console-common (0.7.46) ...
+Looking for keymap to install:
+NONE
+
+Setting up console-tools (0.2.3dbs-54) ...
+
+Setting up base-config (2.37) ...
I: Base system installed successfully.
+umount: /tmp/target/dev/pts: not mounted
+umount: /tmp/target/dev/shm: not mounted
+umount: /tmp/target/proc/bus/usb: not found
chroot /tmp/target dpkg --purge base-config console-common console-tools console-data console-tools-libs
-(Reading database ... 7095 files and directories currently installed.)
+(Reading database ... 7339 files and directories currently installed.)
Removing base-config ...
Purging configuration files for base-config ...
Removing console-tools ...
@@ -1213,19 +1152,23 @@ Using rootstrap module umount from:
/usr/lib/rootstrap/modules/umount
umount: /tmp/target/proc: not mounted
System halted.
-tracing thread pid = 28120
+tracing thread pid = 22208
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/file4bGy23 rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileZeFP1g rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/file4bGy23 rw
-Calibrating delay loop... 1574.96 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileZeFP1g rw
+Calibrating delay loop... 1661.33 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -1250,160 +1193,21 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/uXNlZE/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/UTumMM/mconsole
unable to open root_fs for validation
-Partition check:
- ubdb: unknown partition table
+unable to open /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage for validation
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
-Upgrading for distribution sid
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> installing dummy policy-rc.d
-Refreshing the base.tgz
- -> upgrading packages
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main Packages [2762kB]
- 0% [1 Packages 2804/2762kB 0%] 97% [1 Packages 2697424/2762kB 97%] 99% [Working] 99% [1 Packages gzip 0] Get:2 http://ring.asahi-net.or.jp sid/main Release [82B]
- 99% [1 Packages gzip 0] [2 Release 0/82B 0%] 99% [1 Packages gzip 0] 99% [1 Packages gzip 5627904] 100% [Working] Fetched 2762kB in 2s (1278kB/s)
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 1% Reading Package Lists... 91% Reading Package Lists... 99% Reading Package Lists... 99% Reading Package Lists... Done
-(Reading database ... 6352 files and directories currently installed.)
-Removing lilo ...
-Purging configuration files for lilo ...
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 77% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 60% Building Dependency Tree... Done
-Calculating Upgrade... Done
-0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 75% Building Dependency Tree... Done
-apt is already the newest version.
-The following extra packages will be installed:
- binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libdb4.0
- libstdc++5-3.3-dev linux-kernel-headers make patch perl perl-modules
-Suggested packages:
- gnupg manpages-dev automake flex gdb gcc-3.3-doc glibc-doc libstdc++5-3.3-doc
- libterm-readline-perl-perl
-The following NEW packages will be installed:
- binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
- libc6-dev libdb4.0 libstdc++5-3.3-dev linux-kernel-headers make patch perl
- perl-modules
-0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
-Need to get 17.9MB of archives.
-After unpacking 62.1MB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main binutils 2.14.90.0.7-3 [2468kB]
- 0% [1 binutils 0/2468kB 0%] 13% [Working] Get:2 http://ring.asahi-net.or.jp sid/main cpp-3.3 1:3.3.3-0pre0 [1390kB]
- 13% [2 cpp-3.3 0/1390kB 0%] 21% [Working] Get:3 http://ring.asahi-net.or.jp sid/main cpp 4:3.3.2-1 [26.2kB]
- 21% [3 cpp 0/26.2kB 0%] 21% [Working] Get:4 http://ring.asahi-net.or.jp sid/main perl-modules 5.8.2-2 [2158kB]
- 21% [4 perl-modules 0/2158kB 0%] 33% [Working] Get:5 http://ring.asahi-net.or.jp sid/main libdb4.0 4.0.14-1.3 [302kB]
- 33% [5 libdb4.0 0/302kB 0%] 35% [Working] Get:6 http://ring.asahi-net.or.jp sid/main perl 5.8.2-2 [3246kB]
- 35% [6 perl 0/3246kB 0%] 53% [Working] Get:7 http://ring.asahi-net.or.jp sid/main patch 2.5.9-1 [92.3kB]
- 53% [7 patch 0/92.3kB 0%] 54% [Working] Get:8 http://ring.asahi-net.or.jp sid/main make 3.80-4 [349kB]
- 54% [8 make 0/349kB 0%] 56% [Working] Get:9 http://ring.asahi-net.or.jp sid/main dpkg-dev 1.10.18 [115kB]
- 56% [9 dpkg-dev 0/115kB 0%] 56% [Working] Get:10 http://ring.asahi-net.or.jp sid/main gcc-3.3 1:3.3.3-0pre0 [1320kB]
- 56% [10 gcc-3.3 0/1320kB 0%] 64% [Working] Get:11 http://ring.asahi-net.or.jp sid/main gcc 4:3.3.2-1 [4854B]
- 64% [11 gcc 0/4854B 0%] 64% [Working] Get:12 http://ring.asahi-net.or.jp sid/main linux-kernel-headers 2.5.999-test7-bk-10 [1375kB]
- 64% [12 linux-kernel-headers 0/1375kB 0%] 71% [Working] Get:13 http://ring.asahi-net.or.jp sid/main libc6-dev 2.3.2.ds1-10 [2515kB]
- 71% [13 libc6-dev 0/2515kB 0%] 85% [Working] Get:14 http://ring.asahi-net.or.jp sid/main libstdc++5-3.3-dev 1:3.3.3-0pre0 [769kB]
- 85% [14 libstdc++5-3.3-dev 0/769kB 0%] 90% [Working] Get:15 http://ring.asahi-net.or.jp sid/main g++-3.3 1:3.3.3-0pre0 [1771kB]
- 90% [15 g++-3.3 0/1771kB 0%] 99% [Working] Get:16 http://ring.asahi-net.or.jp sid/main g++ 4:3.3.2-1 [1390B]
- 99% [16 g++ 0/1390B 0%] 99% [Working] Get:17 http://ring.asahi-net.or.jp sid/main build-essential 10 [6450B]
- 99% [17 build-essential 0/6450B 0%] 100% [Working] Fetched 17.9MB in 5s (3570kB/s)
-Selecting previously deselected package binutils.
-(Reading database ... 6311 files and directories currently installed.)
-Unpacking binutils (from .../binutils_2.14.90.0.7-3_i386.deb) ...
-Selecting previously deselected package cpp-3.3.
-Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.3-0pre0_i386.deb) ...
-Selecting previously deselected package cpp.
-Unpacking cpp (from .../cpp_4%3a3.3.2-1_i386.deb) ...
-Selecting previously deselected package perl-modules.
-Unpacking perl-modules (from .../perl-modules_5.8.2-2_all.deb) ...
-Selecting previously deselected package libdb4.0.
-Unpacking libdb4.0 (from .../libdb4.0_4.0.14-1.3_i386.deb) ...
-Selecting previously deselected package perl.
-Unpacking perl (from .../archives/perl_5.8.2-2_i386.deb) ...
-Selecting previously deselected package patch.
-Unpacking patch (from .../patch_2.5.9-1_i386.deb) ...
-Selecting previously deselected package make.
-Unpacking make (from .../archives/make_3.80-4_i386.deb) ...
-Selecting previously deselected package dpkg-dev.
-Unpacking dpkg-dev (from .../dpkg-dev_1.10.18_all.deb) ...
-Selecting previously deselected package gcc-3.3.
-Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.3-0pre0_i386.deb) ...
-Selecting previously deselected package gcc.
-Unpacking gcc (from .../gcc_4%3a3.3.2-1_i386.deb) ...
-Selecting previously deselected package linux-kernel-headers.
-Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-10_i386.deb) ...
-Selecting previously deselected package libc6-dev.
-Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-10_i386.deb) ...
-Selecting previously deselected package libstdc++5-3.3-dev.
-Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.3-0pre0_i386.deb) ...
-Selecting previously deselected package g++-3.3.
-Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.3-0pre0_i386.deb) ...
-Selecting previously deselected package g++.
-Unpacking g++ (from .../g++_4%3a3.3.2-1_i386.deb) ...
-Selecting previously deselected package build-essential.
-Unpacking build-essential (from .../build-essential_10_i386.deb) ...
-Setting up binutils (2.14.90.0.7-3) ...
-
-Setting up cpp-3.3 (3.3.3-0pre0) ...
-Setting up cpp (3.3.2-1) ...
-Setting up libdb4.0 (4.0.14-1.3) ...
-
-Setting up patch (2.5.9-1) ...
-Setting up make (3.80-4) ...
-
-Setting up gcc-3.3 (3.3.3-0pre0) ...
-Setting up gcc (3.3.2-1) ...
-
-Setting up linux-kernel-headers (2.5.999-test7-bk-10) ...
-Setting up libc6-dev (2.3.2.ds1-10) ...
-Setting up perl-modules (5.8.2-2) ...
-Setting up libstdc++5-3.3-dev (3.3.3-0pre0) ...
-Setting up perl (5.8.2-2) ...
-
-Setting up dpkg-dev (1.10.18) ...
-Setting up g++-3.3 (3.3.3-0pre0) ...
-Setting up g++ (3.3.2-1) ...
-
-Setting up build-essential (10) ...
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
+mount: special device /dev/ubd/1 does not exist
+E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?
Kernel panic: Attempted to kill init!
- tracing thread pid = 31056
+ tracing thread pid = 10072
-> Successful exit from user-mode linux
diff --git a/testsuite/uml/pbuilder-user-mode-linux-execute-sarge.log b/testsuite/uml/pbuilder-user-mode-linux-execute-sarge.log
index 4beae4c..c13f4c5 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-execute-sarge.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-execute-sarge.log
@@ -1,14 +1,18 @@
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//13989.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileBO6sxv rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//17209.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filesqkO9I rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//13989.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileBO6sxv rw
-Calibrating delay loop... 1577.37 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//17209.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/filesqkO9I rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -33,59 +37,28 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/L85PnJ/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/Lve9qO/mconsole
unable to open root_fs for validation
-Creating "/mnt/buildd/uml-cow//13989.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
+Creating "/mnt/buildd/uml-cow//17209.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
+/tmp/filesqkO9I: line 25: /var/cache/pbuilder/pbuilder-mnt/etc/network/interfaces: No such file or directory
+chroot: cannot run command `/tmp/chrootshell': No such file or directory
+ -> Mount build result dir outside UML [/var/tmp] as [/var/cache/pbuilder/pbuilder-umlresult]
-> Running in pbuilder-user-mode-linux mode
-> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
---- parameters given to this script
-[test1 test2 test3]
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-Kernel panic: Attempted to kill init!
- tracing thread pid = 14003
+cp: cannot create regular file `/var/cache/pbuilder/pbuilder-mnt/etc/hosts': No such file or directory
+System halted.
+tracing thread pid = 17223
- -> Successful exit from user-mode linux
+ -> Exit code 1
diff --git a/testsuite/uml/pbuilder-user-mode-linux-execute-sid.log b/testsuite/uml/pbuilder-user-mode-linux-execute-sid.log
index 85351dc..1e2b0a0 100644
--- a/testsuite/uml/pbuilder-user-mode-linux-execute-sid.log
+++ b/testsuite/uml/pbuilder-user-mode-linux-execute-sid.log
@@ -1,14 +1,18 @@
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//17509.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileKwFkC4 rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//10522.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileBWBnNb rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//17509.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileKwFkC4 rw
-Calibrating delay loop... 1574.96 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/mnt/buildd/uml-cow//10522.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage devfs=mount init=/tmp/fileBWBnNb rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -33,59 +37,23 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/jaRept/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/jxJqUd/mconsole
unable to open root_fs for validation
-Creating "/mnt/buildd/uml-cow//17509.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage"
-Partition check:
- ubdb: unknown partition table
+Couldn't stat "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage" : err = 2
+Backing file '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage' mtime request failed, err = 2
+unable to open /mnt/buildd/uml-cow//10522.cow for validation
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
-EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
---- parameters given to this script
-[test1 test2 test3]
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
+mount: special device /dev/ubd/1 does not exist
+E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?
Kernel panic: Attempted to kill init!
- tracing thread pid = 17559
+ tracing thread pid = 10536
-> Successful exit from user-mode linux
diff --git a/testsuite/uml/pdebuild-user-mode-linux-internal-sarge.log b/testsuite/uml/pdebuild-user-mode-linux-internal-sarge.log
index 8024902..42d8583 100644
--- a/testsuite/uml/pdebuild-user-mode-linux-internal-sarge.log
+++ b/testsuite/uml/pdebuild-user-mode-linux-internal-sarge.log
@@ -1,15 +1,18 @@
-W: /home/dancer/.pbuilderrc does not exist
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/30529.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/file0cCu1G rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/17087.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/fileIkvLXI rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/30529.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/file0cCu1G rw
-Calibrating delay loop... 1574.96 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/17087.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/fileIkvLXI rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -34,613 +37,28 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/zdyhbw/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/isdSQa/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/30529.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage"
+Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/17087.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage"
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
+/tmp/fileIkvLXI: line 25: /var/cache/pbuilder/pbuilder-mnt/etc/network/interfaces: No such file or directory
+chroot: cannot run command `/tmp/chrootshell': No such file or directory
+ -> Mount build result dir outside UML [/var/tmp] as [/var/cache/pbuilder/pbuilder-umlresult]
-> Running in pbuilder-user-mode-linux mode
-> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
- -> policy-rc.d already exists
-Using: : pdebuild-internal,v 1.1 2003/12/23 13:56:34 dancer Exp $
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 69% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following extra packages will be installed:
- debootstrap
-Suggested packages:
- pbuilder-uml
-Recommended packages:
- sudo
-The following NEW packages will be installed:
- debootstrap pbuilder
-0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
-Need to get 109kB of archives.
-After unpacking 549kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main debootstrap 0.2.18 [56.2kB]
- 0% [1 debootstrap 0/56.2kB 0%] Get:2 http://ring.asahi-net.or.jp sarge/main pbuilder 0.94 [53.2kB]
- 51% [2 pbuilder 0/53.2kB 0%] 100% [Working] Fetched 109kB in 0s (806kB/s)
-Selecting previously deselected package debootstrap.
-(Reading database ... 9659 files and directories currently installed.)
-Unpacking debootstrap (from .../debootstrap_0.2.18_i386.deb) ...
-Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../archives/pbuilder_0.94_all.deb) ...
-Setting up debootstrap (0.2.18) ...
-Setting up pbuilder (0.94) ...
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 51% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2071kB of archives.
-After unpacking 6974kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.06-1 [206kB]
- 0% [1 libmagic1 2804/206kB 1%] Get:2 http://ring.asahi-net.or.jp sarge/main file 4.06-1 [25.2kB]
- Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.3.22 [28.6kB]
- 12% [3 debconf-utils 24796/28.6kB 86%] 12% [Working] Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.1-2 [83.6kB]
- 12% [4 html2text 0/83.6kB 0%] 16% [Working] Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.12.1-8 [1280kB]
- 16% [5 gettext 0/1280kB 0%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2071kB in 0s (3009kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9723 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-1_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-1_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-1) ...
-
-Setting up file (4.06-1) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
-dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-buildpackage: host architecture is i386
- debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making clean in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-rm -f remove-potcdate.sed
-rm -f core core.* dsh.po dsh.1po dsh.2po *.new.po
-rm -fr *.o
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-Making clean in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-rm -rf .libs _libs
-rm -f *.lo
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making clean in .
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
- rm -f dsh dsh
- rm -f dsh dsh
-rm -rf .libs _libs
-rm -f build-man/dsh.1 build-man/dsh.conf.5
-rmdir build-man
-rm -r doc
-rm: cannot remove `doc': No such file or directory
-make[2]: [clean-local] Error 1 (ignored)
-rm -f *.o core *.core
-rm -f *.lo
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making distclean in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-rm -f remove-potcdate.sed
-rm -f core core.* dsh.po dsh.1po dsh.2po *.new.po
-rm -fr *.o
-rm -f Makefile Makefile.in POTFILES *.mo
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-Making distclean in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-rm -rf .libs _libs
-rm -f *.lo
-rm -f Makefile
-rm -f libtool
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making distclean in .
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
- rm -f dsh dsh
- rm -f dsh dsh
-rm -rf .libs _libs
-rm -f build-man/dsh.1 build-man/dsh.conf.5
-rmdir build-man
-rmdir: `build-man': No such file or directory
-make[2]: [clean-local] Error 1 (ignored)
-rm -r doc
-rm: cannot remove `doc': No such file or directory
-make[2]: [clean-local] Error 1 (ignored)
-rm -f *.o core *.core
-rm -f *.lo
-rm -f *.tab.c
-rm -rf ./.deps
-rm -f Makefile
-rm -f config.h stamp-h1
-rm -f libtool
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-rm -f config.status config.cache config.log configure.lineno
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:51:57 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:52:04 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-touch build-stamp
- debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dh_link
-dh_strip
-dh_shlibdeps
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
- -> ignoring umount of /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
-Kernel panic: Attempted to kill init!
- tracing thread pid = 30543
+cp: cannot create regular file `/var/cache/pbuilder/pbuilder-mnt/etc/hosts': No such file or directory
+System halted.
+tracing thread pid = 17101
- -> Successful exit from user-mode linux
+ -> Exit code 1
diff --git a/testsuite/uml/pdebuild-user-mode-linux-internal-sid.log b/testsuite/uml/pdebuild-user-mode-linux-internal-sid.log
index 2a9bcb5..1e8a36a 100644
--- a/testsuite/uml/pdebuild-user-mode-linux-internal-sid.log
+++ b/testsuite/uml/pdebuild-user-mode-linux-internal-sid.log
@@ -1,15 +1,18 @@
-W: /home/dancer/.pbuilderrc does not exist
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/1455.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/fileR90T6Y rw
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10470.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/file0LX9WG rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/1455.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/fileR90T6Y rw
-Calibrating delay loop... 1550.06 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10470.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/file0LX9WG rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -34,556 +37,23 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/CAEgFy/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/0dSey0/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/1455.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage"
-Partition check:
- ubdb: unknown partition table
+Couldn't stat "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage" : err = 2
+Backing file '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage' mtime request failed, err = 2
+unable to open /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10470.cow for validation
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
-EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
--> Mounting /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2
- -> policy-rc.d already exists
-Using: : pdebuild-internal,v 1.1 2003/12/23 13:56:34 dancer Exp $
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 68% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 48% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following extra packages will be installed:
- debootstrap
-Suggested packages:
- pbuilder-uml
-Recommended packages:
- sudo
-The following NEW packages will be installed:
- debootstrap pbuilder
-0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
-Need to get 117kB of archives.
-After unpacking 530kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main debootstrap 0.2.19 [59.8kB]
- Get:2 http://ring.asahi-net.or.jp sid/main pbuilder 0.97 [56.8kB]
- 89% [2 pbuilder 44858/56.8kB 79%] 100% [Working] Fetched 117kB in 0s (355kB/s)
-Selecting previously deselected package debootstrap.
-(Reading database ... 9729 files and directories currently installed.)
-Unpacking debootstrap (from .../debootstrap_0.2.19_i386.deb) ...
-Selecting previously deselected package pbuilder.
-Unpacking pbuilder (from .../archives/pbuilder_0.97_all.deb) ...
-Setting up debootstrap (0.2.19) ...
-Setting up pbuilder (0.97) ...
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 66% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2077kB of archives.
-After unpacking 6998kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.06-2 [212kB]
- 0% [1 libmagic1 0/212kB 0%] Get:2 http://ring.asahi-net.or.jp sid/main file 4.06-2 [25.5kB]
- Get:3 http://ring.asahi-net.or.jp sid/main debconf-utils 1.3.22 [28.6kB]
- 12% [3 debconf-utils 19188/28.6kB 67%] Get:4 http://ring.asahi-net.or.jp sid/main html2text 1.3.1-2 [83.6kB]
- 16% [Waiting for headers] Get:5 http://ring.asahi-net.or.jp sid/main gettext 0.12.1-8 [1280kB]
- 16% [5 gettext 0/1280kB 0%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sid/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sid/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2077kB in 0s (3008kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9796 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-2_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-2_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-2) ...
-
-Setting up file (4.06-2) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
-dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-buildpackage: host architecture is i386
- debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make dsh
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:29:59 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:30:07 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-touch build-stamp
- debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/po'
-make[2]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[3]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[2]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0'
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/dsh.conf /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh.updatelist /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dh_link
-dh_strip
-dh_shlibdeps
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
- -> ignoring umount of /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2 filesystem
+mount: special device /dev/ubd/1 does not exist
+E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?
Kernel panic: Attempted to kill init!
- tracing thread pid = 1471
+ tracing thread pid = 10484
-> Successful exit from user-mode linux
diff --git a/testsuite/uml/pdebuild-user-mode-linux-normal-sarge.log b/testsuite/uml/pdebuild-user-mode-linux-normal-sarge.log
index cd23a69..15cbef4 100644
--- a/testsuite/uml/pdebuild-user-mode-linux-normal-sarge.log
+++ b/testsuite/uml/pdebuild-user-mode-linux-normal-sarge.log
@@ -1,22 +1,45 @@
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.0-1
+dpkg-buildpackage: source version is 0.25.3-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
fakeroot debian/rules clean
dh_testdir
-make: dh_testdir: Command not found
-make: *** [clean] Error 127
-W: /home/dancer/.pbuilderrc does not exist
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/9367.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/filee8vohW rw
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.3
+dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.3-1.dsc
+ dpkg-genchanges -S
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: source only upload (original source is included)
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/16926.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/file3jSvWw rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/9367.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/filee8vohW rw
-Calibrating delay loop... 1574.96 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/16926.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/file3jSvWw rw
+Calibrating delay loop... 1648.23 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -41,591 +64,34 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/fsquAY/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/rjpDAC/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/9367.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage"
+Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/16926.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage"
Partition check:
ubdb: unknown partition table
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
+/tmp/file3jSvWw: line 25: /var/cache/pbuilder/pbuilder-mnt/etc/network/interfaces: No such file or directory
+chroot: cannot run command `/tmp/chrootshell': No such file or directory
-> Mount build result dir outside UML [/var/cache/pbuilder/result] as [/var/cache/pbuilder/pbuilder-umlresult]
-W: /home/dancer/.pbuilderrc does not exist
-> Running in pbuilder-user-mode-linux mode
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id$
$Id$
-Current time: Sat Dec 27 10:44:45 JST 2003
-pbuilder-time-stamp: 1072489485
+Current time: Sat Jul 24 11:04:43 JST 2004
+pbuilder-time-stamp: 1090634683
-> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
-Installing the build-deps
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 86% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2071kB of archives.
-After unpacking 6974kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main libmagic1 4.06-1 [206kB]
- 0% [1 libmagic1 2804/206kB 1%] Get:2 http://ring.asahi-net.or.jp sarge/main file 4.06-1 [25.2kB]
- Get:3 http://ring.asahi-net.or.jp sarge/main debconf-utils 1.3.22 [28.6kB]
- Get:4 http://ring.asahi-net.or.jp sarge/main html2text 1.3.1-2 [83.6kB]
- 14% [4 html2text 38376/83.6kB 45%] Get:5 http://ring.asahi-net.or.jp sarge/main gettext 0.12.1-8 [1280kB]
- 17% [5 gettext 25978/1280kB 2%] 46% [5 gettext 617864/1280kB 48%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sarge/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sarge/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sarge/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sarge/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sarge/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2071kB in 0s (2119kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9659 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-1_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-1_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-1) ...
-
-Setting up file (4.06-1) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 64% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... 72% Building Dependency Tree... Done
-The following NEW packages will be installed:
- fakeroot
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 52.9kB of archives.
-After unpacking 197kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sarge/main fakeroot 0.8.2 [52.9kB]
- 5% [1 fakeroot 2804/52.9kB 5%] 100% [Working] Fetched 52.9kB in 0s (964kB/s)
-Selecting previously deselected package fakeroot.
-(Reading database ... 10163 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_0.8.2_i386.deb) ...
-Setting up fakeroot (0.8.2) ...
-Copying source file
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0-1.dsc]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0-1.diff.gz]
-Extracting source
-su(pam_unix)[269]: session opened for user pbuilder by (uid=0)
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.0
- -> Building the package
-su(pam_unix)[285]: session opened for user pbuilder by (uid=0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is i386
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
- fakeroot debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: `dsh' is up to date.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:48:21 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:48:28 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-touch build-stamp
- fakeroot debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-cp /tmp/buildd/dsh-0.25.0/debian/machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.0/dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.0/debian/dsh.updatelist /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_link
-dh_strip
-dh_shlibdeps
-dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> Terminate timeout process
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 281 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Sat Dec 27 10:48:47 JST 2003
-pbuilder-time-stamp: 1072489727
-Kernel panic: Attempted to kill init!
- tracing thread pid = 9382
+cp: cannot create regular file `/var/cache/pbuilder/pbuilder-mnt/etc/hosts': No such file or directory
+System halted.
+tracing thread pid = 16941
- -> Successful exit from user-mode linux
+ -> Exit code 1
diff --git a/testsuite/uml/pdebuild-user-mode-linux-normal-sid.log b/testsuite/uml/pdebuild-user-mode-linux-normal-sid.log
index 9b8e329..2a0d772 100644
--- a/testsuite/uml/pdebuild-user-mode-linux-normal-sid.log
+++ b/testsuite/uml/pdebuild-user-mode-linux-normal-sid.log
@@ -1,22 +1,45 @@
dpkg-buildpackage: source package is dsh
-dpkg-buildpackage: source version is 0.25.0-1
+dpkg-buildpackage: source version is 0.25.3-1
dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
fakeroot debian/rules clean
dh_testdir
-make: dh_testdir: Command not found
-make: *** [clean] Error 127
-W: /home/dancer/.pbuilderrc does not exist
-Invoking: linux mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/15298.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/filekRyVHE rw
+dh_testroot
+rm -f build-stamp configure-stamp
+/usr/bin/make clean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: *** No rule to make target `clean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make: [clean] Error 2 (ignored)
+/usr/bin/make distclean
+make[1]: Entering directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make[1]: *** No rule to make target `distclean'. Stop.
+make[1]: Leaving directory `/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3'
+make: [clean] Error 2 (ignored)
+dh_clean
+ dpkg-source -b dsh-0.25.3
+dpkg-source: building dsh using existing dsh_0.25.3.orig.tar.gz
+dpkg-source: building dsh in dsh_0.25.3-1.diff.gz
+dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
+dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
+dpkg-source: building dsh in dsh_0.25.3-1.dsc
+ dpkg-genchanges -S
+dpkg-genchanges: including full source code in upload
+dpkg-buildpackage: source only upload (original source is included)
+Invoking: linux mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10399.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/fileJyTGO2 rw
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
-Linux version 2.4.22-5um (dancer@atoron) (gcc version 2.95.4 20011002 (Debian prerelease)) #3 2003年 11月 16日 日曜日 23:07:20 JST
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Checking for /dev/anon on the host...Not available (open failed with errno 2)
+Linux version 2.4.24-1um (root@atoron) (gcc バージョン 3.3.3 20031206 (prerelease) (Debian)) #2 2004年 3月 13日 土曜日 02:28:54 JST
On node 0 totalpages: 32768
zone(0): 32768 pages.
zone(1): 0 pages.
zone(2): 0 pages.
-Kernel command line: mem=128M eth0=slirp,12345,/usr/bin/slirp-fullbolt con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/15298.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage devfs=mount init=/tmp/filekRyVHE rw
-Calibrating delay loop... 1550.06 BogoMIPS
-Memory: 124716k available
+Kernel command line: mem=128M eth0=tuntap,,,192.168.30.198 con0=fd:0,fd:1 con=pty root=/dev/root rootflags=/ rootfstype=hostfs ubd1=/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10399.cow,/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.3/../../testimage devfs=mount init=/tmp/fileJyTGO2 rw
+Calibrating delay loop... 1667.89 BogoMIPS
+Memory: 124888k available
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
@@ -41,590 +64,23 @@ RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Initializing Cryptographic API
Initializing software serial port version 1
-setup_etheraddr: failed to parse '/usr/bin/slirp-fullbolt' as an ethernet address
-Netdevice 0 : SLIRP backend - command line: '/usr/bin/slirp-fullbolt'
-mconsole (version 2) initialized on /home/dancer/.uml/U41EoF/mconsole
+mconsole (version 2) initialized on /home/dancer/.uml/3CLHTT/mconsole
unable to open root_fs for validation
-Creating "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/15298.cow" as COW file for "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh-0.25.0/../../testimage"
-Partition check:
- ubdb: unknown partition table
+Couldn't stat "/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage" : err = 2
+Backing file '/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage' mtime request failed, err = 2
+unable to open /home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/10399.cow for validation
Initializing stdio console driver
+Netdevice 0 : TUN/TAP backend - IP = 192.168.30.198
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 512 buckets, 4Kbytes
-TCP: Hash tables configured (established 8192 bind 8192)
+TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (hostfs filesystem).
Mounted devfs on /dev
-EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
-Starting network inside the chroot
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-sed: can't read /proc/mounts: No such file or directory
-Deconfiguring network interfaces...SIOCDELRT: No such process
-done.
-Setting up IP spoofing protection: FAILED.
-Configuring network interfaces...Slirp v1.0.14pre1 (BETA)
-
-Copyright (c) 1995,1996 Danny Gasparovski and others.
-All rights reserved.
-This program is copyrighted, free software.
-Please read the file COPYRIGHT that came with the Slirp
-package for the terms and conditions of the copyright.
-
-IP address of Slirp host: 192.168.1.62
-IP address of your DNS(s): 218.231.0.10, 218.231.0.42
-Your address is 10.0.2.15
-(or anything else you want)
-
-Type five zeroes (0) to exit.
-
-[autodetect SLIP/CSLIP, MTU 1500, MRU 1500]
-
-SLiRP Ready ...
-done.
- -> Mount build result dir outside UML [/var/cache/pbuilder/result] as [/var/cache/pbuilder/pbuilder-umlresult]
-W: /home/dancer/.pbuilderrc does not exist
- -> Running in pbuilder-user-mode-linux mode
-I: using fakeroot in build.
-pbuilder-buildpackage/i386 $Id$
-$Id$
-
-Current time: Sat Dec 27 10:20:50 JST 2003
-pbuilder-time-stamp: 1072488051
- -> copying local configuration
- -> mounting /proc filesystem
- -> mounting /dev/pts filesystem
- -> policy-rc.d already exists
-Installing the build-deps
- -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.18 2003/04/20 03:40:36 dancer Exp $
- -> Considering debhelper (>> 3.0.0)
- -> Trying debhelper
- -> Considering libdshconfig1-dev
- -> Trying libdshconfig1-dev
- -> Installing debhelper libdshconfig1-dev
- Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 46% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following extra packages will be installed:
- debconf-utils file gettext html2text intltool-debian libdshconfig1 libmagic1
- po-debconf
-Suggested packages:
- cvs
-The following NEW packages will be installed:
- debconf-utils debhelper file gettext html2text intltool-debian libdshconfig1
- libdshconfig1-dev libmagic1 po-debconf
-0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
-Need to get 2077kB of archives.
-After unpacking 6998kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main libmagic1 4.06-2 [212kB]
- 4% [1 libmagic1 88552/212kB 41%] Get:2 http://ring.asahi-net.or.jp sid/main file 4.06-2 [25.5kB]
- Get:3 http://ring.asahi-net.or.jp sid/main debconf-utils 1.3.22 [28.6kB]
- 11% [3 debconf-utils 0/28.6kB 0%] Get:4 http://ring.asahi-net.or.jp sid/main html2text 1.3.1-2 [83.6kB]
- 12% [4 html2text 2804/83.6kB 3%] Get:5 http://ring.asahi-net.or.jp sid/main gettext 0.12.1-8 [1280kB]
- 17% [5 gettext 9910/1280kB 0%] 78% [Working] Get:6 http://ring.asahi-net.or.jp sid/main intltool-debian 0.27.2+20031023 [18.4kB]
- 78% [6 intltool-debian 0/18.4kB 0%] 79% [Working] Get:7 http://ring.asahi-net.or.jp sid/main po-debconf 0.8.7 [65.4kB]
- 79% [7 po-debconf 0/65.4kB 0%] 82% [Working] Get:8 http://ring.asahi-net.or.jp sid/main debhelper 4.1.81 [343kB]
- 82% [8 debhelper 0/343kB 0%] 98% [Working] Get:9 http://ring.asahi-net.or.jp sid/main libdshconfig1 0.20.8-1 [9656B]
- 98% [9 libdshconfig1 0/9656B 0%] 99% [Working] Get:10 http://ring.asahi-net.or.jp sid/main libdshconfig1-dev 0.20.8-1 [11.3kB]
- 99% [10 libdshconfig1-dev 0/11.3kB 0%] 100% [Working] Fetched 2077kB in 1s (1795kB/s)
-Selecting previously deselected package libmagic1.
-(Reading database ... 9729 files and directories currently installed.)
-Unpacking libmagic1 (from .../libmagic1_4.06-2_i386.deb) ...
-Selecting previously deselected package file.
-Unpacking file (from .../archives/file_4.06-2_i386.deb) ...
-Selecting previously deselected package debconf-utils.
-Unpacking debconf-utils (from .../debconf-utils_1.3.22_all.deb) ...
-Selecting previously deselected package html2text.
-Unpacking html2text (from .../html2text_1.3.1-2_i386.deb) ...
-Selecting previously deselected package gettext.
-Unpacking gettext (from .../gettext_0.12.1-8_i386.deb) ...
-Selecting previously deselected package intltool-debian.
-Unpacking intltool-debian (from .../intltool-debian_0.27.2+20031023_all.deb) ...
-Selecting previously deselected package po-debconf.
-Unpacking po-debconf (from .../po-debconf_0.8.7_all.deb) ...
-Selecting previously deselected package debhelper.
-Unpacking debhelper (from .../debhelper_4.1.81_all.deb) ...
-Selecting previously deselected package libdshconfig1.
-Unpacking libdshconfig1 (from .../libdshconfig1_0.20.8-1_i386.deb) ...
-Selecting previously deselected package libdshconfig1-dev.
-Unpacking libdshconfig1-dev (from .../libdshconfig1-dev_0.20.8-1_i386.deb) ...
-Setting up libmagic1 (4.06-2) ...
-
-Setting up file (4.06-2) ...
-Setting up debconf-utils (1.3.22) ...
-
-Setting up html2text (1.3.1-2) ...
-
-Setting up gettext (0.12.1-8) ...
-
-Setting up intltool-debian (0.27.2+20031023) ...
-Setting up po-debconf (0.8.7) ...
-Setting up debhelper (4.1.81) ...
-Setting up libdshconfig1 (0.20.8-1) ...
-
-Setting up libdshconfig1-dev (0.20.8-1) ...
- -> Finished parsing the build-deps
- Reading Package Lists... 0% Reading Package Lists... 0% Reading Package Lists... 63% Reading Package Lists... Done
- Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 30% Building Dependency Tree... 40% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done
-The following NEW packages will be installed:
- fakeroot
-0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
-Need to get 53.1kB of archives.
-After unpacking 197kB of additional disk space will be used.
- 0% [Working] Get:1 http://ring.asahi-net.or.jp sid/main fakeroot 0.8.3 [53.1kB]
- 5% [1 fakeroot 2804/53.1kB 5%] 100% [Working] Fetched 53.1kB in 0s (496kB/s)
-Selecting previously deselected package fakeroot.
-(Reading database ... 10233 files and directories currently installed.)
-Unpacking fakeroot (from .../fakeroot_0.8.3_i386.deb) ...
-Setting up fakeroot (0.8.3) ...
-Copying source file
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0-1.dsc]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0.orig.tar.gz]
- -> copying [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testbuild2/dsh_0.25.0-1.diff.gz]
-Extracting source
-su(pam_unix)[269]: session opened for user pbuilder by (uid=0)
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: extracting dsh in dsh-0.25.0
- -> Building the package
-su(pam_unix)[285]: session opened for user pbuilder by (uid=0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source package is dsh
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source version is 0.25.0-1
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: source maintainer is Junichi Uekawa <dancer@debian.org>
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-buildpackage: host architecture is i386
-dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
- fakeroot debian/rules clean
-dh_testdir
-dh_testroot
-rm -f build-stamp configure-stamp
-/usr/bin/make clean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `clean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-/usr/bin/make distclean
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[1]: *** No rule to make target `distclean'. Stop.
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make: [clean] Error 2 (ignored)
-dh_clean
- dpkg-source -b dsh-0.25.0
-dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-source: building dsh using existing dsh_0.25.0.orig.tar.gz
-dpkg-source: building dsh in dsh_0.25.0-1.diff.gz
-dpkg-source: warning: file debian/compat has no final newline (either original or modified version)
-dpkg-source: warning: file dcp.sh has no final newline (either original or modified version)
-dpkg-source: building dsh in dsh_0.25.0-1.dsc
- debian/rules build
-dh_testdir
-INSTALL_PROGRAM='install -p -o root -g root -m 755 -s' CFLAGS='-Wall -g -O2' \
- ./configure --prefix=/usr --sysconfdir=/etc/dsh --mandir=/usr/share/man
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... no
-checking for mawk... mawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for style of include used by make... GNU
-checking for gcc... gcc
-checking for C compiler default output... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables...
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking dependency style of gcc... gcc3
-checking for strerror in -lcposix... no
-checking for gcc... (cached) gcc
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether gcc accepts -g... (cached) yes
-checking for gcc option to accept ANSI C... (cached) none needed
-checking dependency style of gcc... (cached) gcc3
-checking for gcc option to accept ANSI C... none needed
-checking whether make sets $(MAKE)... (cached) yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/wait.h that is POSIX.1 compatible... yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for a sed that does not truncate output... /bin/sed
-checking for ld used by gcc... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for /usr/bin/ld option to reload object files... -r
-checking for BSD-compatible nm... /usr/bin/nm -B
-checking whether ln -s works... yes
-checking how to recognise dependent libraries... pass_all
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking how to run the C++ preprocessor... g++ -E
-checking for g77... no
-checking for f77... no
-checking for xlf... no
-checking for frt... no
-checking for pgf77... no
-checking for fl32... no
-checking for af77... no
-checking for fort77... no
-checking for f90... no
-checking for xlf90... no
-checking for pgf90... no
-checking for epcf90... no
-checking for f95... no
-checking for fort... no
-checking for xlf95... no
-checking for lf95... no
-checking for g95... no
-checking whether we are using the GNU Fortran 77 compiler... no
-checking whether accepts -g... no
-checking the maximum length of command line arguments... 32768
-checking command to parse /usr/bin/nm -B output from gcc object... ok
-checking for objdir... .libs
-checking for ar... ar
-checking for ranlib... ranlib
-checking for strip... strip
-checking if gcc static flag works... yes
-checking if gcc supports -fno-rtti -fno-exceptions... no
-checking for gcc option to produce PIC... -fPIC
-checking if gcc PIC flag -fPIC works... yes
-checking if gcc supports -c -o file.o... yes
-checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
-checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-checking if libtool supports shared libraries... yes
-checking whether to build shared libraries... yes
-checking whether to build static libraries... yes
-configure: creating libtool
-appending configuration tag "CXX" to libtool
-checking for ld used by g++... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking for g++ option to produce PIC... -fPIC
-checking if g++ PIC flag -fPIC works... yes
-checking if g++ supports -c -o file.o... yes
-checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-checking how to hardcode library paths into programs... immediate
-checking whether stripping libraries is possible... yes
-appending configuration tag "F77" to libtool
-checking for an ANSI C-conforming const... yes
-checking for msgfmt... /usr/bin/msgfmt
-checking for gmsgfmt... /usr/bin/msgfmt
-checking for xgettext... /usr/bin/xgettext
-checking for msgmerge... /usr/bin/msgmerge
-checking for ld used by GCC... /usr/bin/ld
-checking if the linker (/usr/bin/ld) is GNU ld... yes
-checking for shared library run path origin... done
-checking whether NLS is requested... yes
-checking for GNU gettext in libc... yes
-checking for gettext... yes
-checking getopt.h usability... yes
-checking getopt.h presence... yes
-checking for getopt.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking for stdlib.h... (cached) yes
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking for string.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking netgroup.h usability... no
-checking netgroup.h presence... no
-checking for netgroup.h... no
-checking for libdshconfig.h ... yes
-checking for asprintf... yes
-checking for strdup... yes
-checking for getopt_long... yes
-checking for getline... yes
-checking for dup2... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for setnetgrent... yes
-checking for getnetgrent... yes
-checking for endnetgrent... yes
-checking for open_dshconfig in -ldshconfig... yes
-checking netdb.h has setnetgrent that returns void... no
-checking getopt with a GNU option reordering extention... yes, disabling
-configure: creating ./config.status
-config.status: creating po/Makefile.in
-config.status: creating m4/Makefile
-config.status: creating Makefile
-config.status: creating config.h
-config.status: executing depfiles commands
-config.status: executing default-1 commands
-config.status: creating po/POTFILES
-config.status: creating po/Makefile
-touch configure-stamp
-dh_testdir
-/usr/bin/make
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make all-recursive
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making all in m4
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making all in po
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Nothing to be done for `all'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-dsh.o -MD -MP -MF ".deps/dsh-dsh.Tpo" \
- -c -o dsh-dsh.o `test -f 'dsh.c' || echo './'`dsh.c; \
-then mv -f ".deps/dsh-dsh.Tpo" ".deps/dsh-dsh.Po"; \
-else rm -f ".deps/dsh-dsh.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-linkedlist.o -MD -MP -MF ".deps/dsh-linkedlist.Tpo" \
- -c -o dsh-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c; \
-then mv -f ".deps/dsh-linkedlist.Tpo" ".deps/dsh-linkedlist.Po"; \
-else rm -f ".deps/dsh-linkedlist.Tpo"; exit 1; \
-fi
-if gcc -DHAVE_CONFIG_H -I. -I. -I. -DDSHCONFDIR="\"/etc/dsh\"" -DDSH_COMMANDLINE="\"/usr/bin/dsh\"" -DLOCALEDIR="\"/usr/share/locale\"" -Wall -g -O2 -MT dsh-parameter.o -MD -MP -MF ".deps/dsh-parameter.Tpo" \
- -c -o dsh-parameter.o `test -f 'parameter.c' || echo './'`parameter.c; \
-then mv -f ".deps/dsh-parameter.Tpo" ".deps/dsh-parameter.Po"; \
-else rm -f ".deps/dsh-parameter.Tpo"; exit 1; \
-fi
-/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o -ldshconfig
-mkdir .libs
-gcc -Wall -g -O2 -o dsh dsh-dsh.o dsh-linkedlist.o dsh-parameter.o /usr/lib/libdshconfig.so
-mkdir build-man
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.1 > build-man/dsh.1
-sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.5 > build-man/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making check in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making check in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Nothing to be done for `check'.
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make dsh
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-/usr/bin/make check-TESTS
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-PASS: tests/param-f.sh
-dsh: File ./tests/nonexistent.file could not be opened for read
-PASS: tests/param-f-fail.sh
-PASS: tests/param-f-with-space.sh
-PASS: tests/param-m.sh
-test to check that unknown parameter checking is right.
-./dsh: unrecognized option `--unknown-parameter'
-./dsh: invalid option -- u
-PASS: tests/param-unknown.sh
-dsh: dsh.c:573: do_shell: Assertion `((((__extension__ ({ union { __typeof(childstatus) __in; int __i; } __u; __u.__in = (childstatus); __u.__i; }))) & 0x7f) == 0)' failed.
-PASS: tests/param-i.sh
-Check that cn4 option is working.
-PASS: tests/param-cn4.sh
-test to check that -b0 is rejected, and -b1 is accepted
-Buffer size needs to be greater than 1
-Buffer size needs to be greater than 1
-b
-a
-PASS: tests/param-b-0.sh
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-success
-success
-success
-success
-d: dsh: Failed executing ./invalid-exec-file with llexec call
-c: dsh: Failed executing ./invalid-exec-file with llexec call
-b: dsh: Failed executing ./invalid-exec-file with llexec call
-a: dsh: Failed executing ./invalid-exec-file with llexec call
-success
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-dsh: Failed executing ./invalid-exec-file with llexec call
-success
-PASS: tests/param-r-invalid.sh
-2: 2
-1: 1
-dsh: fork limit and wait shell cannot be specified at the same time
-PASS: tests/param-F-invalid.sh
-Sat Dec 27 01:25:14 UTC 2003
-Using sleep as the remote shell
-Show machine names on output
-Adding machine 5,4,3,2,1 to list
-Setting forklimit to 3 and wait_shell to 0
-DUMPing parameters passed to llexec
-[1]
-DUMPing parameters passed to llexec
-[2]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[3]
-DUMPing parameters passed to llexec
-[4]
-... Waiting for process to end with waitpid
-DUMPing parameters passed to llexec
-[5]
---- Terminated running
-Sat Dec 27 01:25:22 UTC 2003
-PASS: tests/param-F-forklimit.sh
-PASS: tests/param-gnu-getopt.sh
-PASS: tests/news-okay.sh
-l w
-PASS: tests/test-bufferoverflow.sh
-===================
-All 14 tests passed
-===================
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-touch build-stamp
- fakeroot debian/rules binary
-dh_testdir
-dh_testroot
-dh_clean -k
-dh_installdirs
-# Add here commands to install the package into debian/dsh.
-/usr/bin/make install DESTDIR=/tmp/buildd/dsh-0.25.0/debian/dsh
-make[1]: Entering directory `/tmp/buildd/dsh-0.25.0'
-Making install in m4
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0/m4'
-make[3]: Nothing to be done for `install-exec-am'.
-make[3]: Nothing to be done for `install-data-am'.
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/m4'
-Making install in po
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0/po'
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES
-installing ja.gmo as /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/locale/ja/LC_MESSAGES/dsh.mo
-if test "dsh" = "gettext"; then \
- /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po; \
- for file in Makefile.in.in Makevars remove-potcdate.sin ; do \
- /usr/bin/install -c -m 644 ./$file \
- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/gettext/po/$file; \
- done; \
-else \
- : ; \
-fi
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0/po'
-make[2]: Entering directory `/tmp/buildd/dsh-0.25.0'
-make[3]: Entering directory `/tmp/buildd/dsh-0.25.0'
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin
- /bin/sh ./libtool --mode=install install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-install -p -o root -g root -m 755 -s dsh /tmp/buildd/dsh-0.25.0/debian/dsh/usr/bin/dsh
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh
- /usr/bin/install -c -m 644 dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-for LANGS in ja ; do \
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1 ;\
- mkdir -p /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5 ;\
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.$LANGS.1 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man1/dsh.1 ; \
- sed -e 's,[@]sysconfdir[@],/etc/dsh,' < ./dsh.conf.$LANGS.5 \
- > /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/$LANGS/man5/dsh.conf.5 ; \
-done
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1
- /usr/bin/install -c -m 644 ./build-man/dsh.1 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man1/dsh.1
-/bin/sh ./mkinstalldirs /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
-mkdir -p -- /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5
- /usr/bin/install -c -m 644 ./build-man/dsh.conf.5 /tmp/buildd/dsh-0.25.0/debian/dsh/usr/share/man/man5/dsh.conf.5
-make[3]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[2]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-make[1]: Leaving directory `/tmp/buildd/dsh-0.25.0'
-cp /tmp/buildd/dsh-0.25.0/debian/machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/machines.list
-cp /tmp/buildd/dsh-0.25.0/dsh.conf /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/dsh.conf
-ln -s ../machines.list /tmp/buildd/dsh-0.25.0/debian/dsh/etc/dsh/group/all
-install -d /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster
-install -m 755 /tmp/buildd/dsh-0.25.0/debian/dsh.updatelist /tmp/buildd/dsh-0.25.0/debian/dsh/usr/lib/update-cluster/
-dh_testdir
-dh_testroot
-dh_installdocs NEWS
-dh_installexamples
-dh_installmenu
-dh_installman
-dh_installchangelogs ChangeLog
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_link
-dh_strip
-dh_shlibdeps
-dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
-dh_md5sums
-dh_builddeb
-dpkg-deb: building package `dsh' in `../dsh_0.25.0-1_i386.deb'.
- dpkg-genchanges
-dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)
-dpkg-genchanges: including full source code in upload
-dpkg-buildpackage: full upload (original source is included)
- -> Terminate timeout process
- -> ignoring umount of dev/pts filesystem
- -> ignoring umount of proc filesystem
-/usr/lib/pbuilder/pbuilder-buildpackage: line 141: 281 Terminated ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true )
-Current time: Sat Dec 27 10:25:51 JST 2003
-pbuilder-time-stamp: 1072488351
+mount: special device /dev/ubd/1 does not exist
+E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?
Kernel panic: Attempted to kill init!
- tracing thread pid = 15313
+ tracing thread pid = 10414
-> Successful exit from user-mode linux