Comment 1 for bug 660196

Revision history for this message
Guilherme Salgado (salgado) wrote : Re: [Bug 660196] [NEW] linaro-media-create failes "umount: <dir>/binary/proc: not found"

On Wed, 2010-10-13 at 21:12 +0000, John Stultz wrote:
> Guessing that the hwpack was required, I copied the latest linaro-
> hwpack-install script to ~/bin/ and tried again. This time I got:
>
> # linaro-media-create --image_file beagle_sd.img --image_size 4G --swap_file 200 --dev beagle --binary linaro-images/linaro-m-headless-tar-20101013-0.tar.gz --hwpack linaro-images/hwpack_linaro-omap3_20101013-49_armel_supported.tar.gz
> ...
> [lots of "Unsupported ioctl: cmd=0xc020660b" messages]
> ...
> umount: /home/jstultz/linux/arm/binary/proc: not found
>
>
> If I commenting out the line in install_hwpack(), it seems to complete successfully:
> trap "sudo umount ${chroot}/proc || true" EXIT

This line is there just to make sure we umount the chroot's /proc in
case anything causes the script to exit earlier. It won't, by itself,
cause the script to fail thanks to the "|| true" at the end, so I
suspect there was something else that failed earlier. Can you try and
reproduce the error?

 subscribe