On Tuesday 16 February 2010, Martin-Éric Racine wrote: > No, it is not. I was constantly monitoring the log. The last line > before that neverending series of echo was the one fetching a package. > It did not show me which binary failed.
OK. Please try instead adding a line 'set -x' at the top of /usr/share/debootstrap/functions. That will also enable debugging for any subscripts debootstrap calls. Also, please redirect the output of the command to a file, e.g. debootstrap lenny lenny/ <server> 2>&1 | tee debootstrap_cmd.log And if you want me to analyze the logs then please send the *full* logs (gzipped!) and not just extracts. I'd like to see both the log from the command line and the one generated in the target directory. On Tuesday 16 February 2010, Martin-Éric Racine wrote: > This seems to indicate that installation got stuck when unpacking > libacl. IIRC it failed at different places during different tries. > The end of the strace log shows: Not very useful for me as it does not show the segfault. Again: please send the *full* strace (use the -o option). But send the shell debug logs first. Cheers, FJP -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org