Advertisement
Guest User

Untitled

a guest
Sep 27th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. ╰─○ runqemu qemux86
  2. runqemu - INFO - Continuing with the following parameters:
  3.  
  4. KERNEL: [/media/data/stretch/home/angelo/poky/build/tmp/deploy/images/qemux86/bzImage--4.14.48+git0+94457657b8_65d1c84953-r0-qemux86-20180926191702.bin]
  5. MACHINE: [qemux86]
  6. FSTYPE: [ext4]
  7. ROOTFS: [/media/data/stretch/home/angelo/poky/build/tmp/deploy/images/qemux86/core-image-sato-qemux86-20180926191702.rootfs.ext4]
  8. CONFFILE: [/media/data/stretch/home/angelo/poky/build/tmp/deploy/images/qemux86/core-image-sato-qemux86-20180926191702.qemuboot.conf]
  9.  
  10. runqemu - INFO - Setting up tap interface under sudo
  11. Traceback (most recent call last):
  12. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 1291, in main
  13. config.setup_network()
  14. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 1019, in setup_network
  15. self.setup_tap()
  16. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 990, in setup_tap
  17. tapnum = int(tap[3:])
  18. ValueError: invalid literal for int() with base 10: 'ctl failed:'
  19. Cleanup
  20. sudo runqemu-ifdown <tap-dev> <native-sysroot-basedir>
  21. Traceback (most recent call last):
  22. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 1307, in <module>
  23. sys.exit(main())
  24. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 1304, in main
  25. config.cleanup()
  26. File "/media/data/stretch/home/angelo/poky/scripts/runqemu", line 1210, in cleanup
  27. subprocess.check_call(cmd, shell=True)
  28. File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
  29. raise CalledProcessError(retcode, cmd)
  30. subprocess.CalledProcessError: Command 'sudo /media/data/stretch/home/angelo/poky/scripts/runqemu-ifdown tunctl failed: /media/data/stretch/home/angelo/poky/build/tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement