diff options
author | dancer <dancer> | 2003-10-09 21:44:55 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-10-09 21:44:55 +0000 |
commit | c67e9ced5549d5f04e6644d4394a2208b91c2b40 (patch) | |
tree | 63d0a1da0272eae115a43a293164ed896ce7a620 | |
parent | 0b65f157c70cc943c8874b0bd41040210d7c06f3 (diff) | |
download | pbuilder-c67e9ced5549d5f04e6644d4394a2208b91c2b40.tar pbuilder-c67e9ced5549d5f04e6644d4394a2208b91c2b40.tar.gz |
update
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pbuilder-modules | 5 |
3 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2003-10-10 Junichi Uekawa <dancer@debian.org> + + * pbuilder-modules (pbuilder-options): change the wording slightly + and document a workaround. + 2003-10-05 Junichi Uekawa <dancer@debian.org> * THANKS: update thanks file. diff --git a/debian/changelog b/debian/changelog index 24323f3..5f59c0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -pbuilder (0.89) UNRELEASED; urgency=low +pbuilder (0.89) unstable; urgency=low - * + * Document a workaround for sysklogd /proc busy message. - -- Junichi Uekawa <dancer@debian.org> Sun, 5 Oct 2003 02:07:18 +0900 + -- Junichi Uekawa <dancer@debian.org> Fri, 10 Oct 2003 06:46:17 +0900 pbuilder (0.88) unstable; urgency=low diff --git a/pbuilder-modules b/pbuilder-modules index 6ca72fa..d09c0bf 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -90,7 +90,10 @@ function umount_one () { Could not unmount $1, there might be some program still using files in /proc (klogd?). - Please check and kill it so that I can unmount $1 + Please check and kill the process manually so that I can unmount $1 + + This error is only happens with chroot; try using user-mode-linux to + avoid this message. EOF chroot "$BUILDPLACE" bin/sh |