On Mon, Aug 14, 2006 at 06:57:25PM +0200, Henning Sprang wrote: > > When trying to find out why a xen-tools run made problems, and the suspected > problem was an error in the debootstrap run (because it was too fast), > I realized that even if debootstrap fails, xen-tools seem to accept it's > result and go on as if everything is fine. > > even with --debug, no error message can be seen.
( --verbose is the appropriate flag to use here.) I've previously added code to show the debootstrap log, but it seems that this isn't used because debootstrap cleans up after itself! The fix is very simple, add: --keep-debootstrap-dir to the command executed in xt-install-image. This should preserve the debootstrap error log and give you the full output as expected. (I'm going to test this and commit it just now. Either way a fix is pending.) Steve -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]