nareshkamboju

l-m-c

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