Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. ./pmbootstrap.py log i
  2. (002260) [18:57:00] (native) % parted -s /dev/install mktable msdos
  3. Error: Partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64 on /dev/install have been written, but we have been unable to inform the kernel of the change,
  4. probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
  5. (002260) [18:57:00] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. (002260) [18:57:00] NOTE: The failed command's output is above the ^^^ line in the logfile: /home/clayton/build/pmos/log.txt
  7. (002260) [18:57:00] ERROR: Command failed: (native) % parted -s /dev/install mktable msdos
  8. (002260) [18:57:00] Run 'pmbootstrap log' for details.
  9. (002260) [18:57:00] Traceback (most recent call last):
  10. File "/home/clayton/src/pmbootstrap/pmb/helpers/run.py", line 39, in core
  11. stderr=args.logfd)
  12. File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
  13. raise CalledProcessError(retcode, cmd)
  14. subprocess.CalledProcessError: Command '['sudo', '/usr/bin/sh', '-c', "unset $(env | cut -d= -f1); CHARSET=UTF-8 PATH=/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/ash HISTFILE=~/.ash_history /usr/bin/chroot /home/clayton/build/pmos/chroot_native sh -c 'cd /;parted -s /dev/install mktable msdos'"]' returned non-z
  15. ero exit status 1.
  16.  
  17. The above exception was the direct cause of the following exception:
  18.  
  19. Traceback (most recent call last):
  20. File "./pmbootstrap.py", line 76, in main
  21. pmb.install.install(args)
  22. File "/home/clayton/src/pmbootstrap/pmb/install/install.py", line 116, in install
  23. pmb.install.partition(args)
  24. File "/home/clayton/src/pmbootstrap/pmb/install/partition.py", line 67, in partition
  25. command)
  26. File "/home/clayton/src/pmbootstrap/pmb/chroot/root.py", line 85, in root
  27. return_stdout, check)
  28. File "/home/clayton/src/pmbootstrap/pmb/helpers/run.py", line 52, in core
  29. raise RuntimeError("Command failed: " + log_message) from exc
  30. RuntimeError: Command failed: (native) % parted -s /dev/install mktable msdos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement