Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I got the following error from l-m-c
- baselj01@ubuntu-be:~/Work/Naresh-Images$ ll
- total 626980
- drwxrwxr-x 2 baselj01 baselj01 4096 May 9 18:16 ./
- drwxrwxr-x 4 baselj01 baselj01 4096 May 9 18:12 ../
- -rw-rw-r-- 1 baselj01 baselj01 27363438 Apr 19 21:22 hwpack_linaro-vexpress64_20160419-43_arm64_supported.tar.gz
- -rw-rw-r-- 1 baselj01 baselj01 614645907 Apr 26 06:46 linaro-jessie-alip-20160426-74.tar.gz
- baselj01@ubuntu-be:~/Work/Naresh-Images$ sudo linaro-media-create --binary linaro-jessie-alip-20160426-74.tar.gz --hwpack hwpack_linaro-vexpress64_20160419-43_arm64_supported.tar.gz --dev vexpress --mmc /dev/sdb
- Disabling desktop environment automount option.
- I see...
- Device Mount point Size
- /dev/dm-0 / 296952MB
- /dev/dm-1 none 8028MB
- /dev/sda none 305245MB
- /dev/sda1 /boot 243MB
- /dev/sda2 none 305000MB
- /dev/sda5 none 305000MB
- /dev/sdb none 14910MB
- /dev/sr0 none 0MB
- Are you 100% sure, on selecting [/dev/sdb] (y/n)? y
- Searching correct rootfs path
- cp: not writing through dangling symlink '/tmp/tmpc8LftR/rootfs/binary/etc/resolv.conf'
- Traceback (most recent call last):
- File "/usr/bin/linaro-media-create", line 230, in <module>
- verified_files, extract_kpkgs, *hwpacks)
- File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/chroot_utils.py", line 76, in install_hwpacks
- prepare_chroot(rootfs_dir, tmp_dir)
- File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/chroot_utils.py", line 43, in prepare_chroot
- temporarily_overwrite_file_on_dir('/etc/resolv.conf', chroot_etc, tmp_dir)
- File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/chroot_utils.py", line 226, in temporarily_overwrite_file_on_dir
- cmd_runner.run(['cp', filepath, directory], as_root=True).wait()
- File "/usr/lib/pymodules/python2.7/linaro_image_tools/cmd_runner.py", line 100, in wait
- raise SubcommandNonZeroReturnValue(self._my_args, returncode)
- linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['cp', '/etc/resolv.conf', '/tmp/tmpc8LftR/rootfs/binary/etc']" returned a non-zero value: 1
- baselj01@ubuntu-be:~/Work/Naresh-Images$
Add Comment
Please, Sign In to add comment