Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. sudo vmbuilder kvm ubuntu --suite=xenial --flavour=virtual --arch=amd64 --mirror=http://archive.ubuntu.com/ubuntu --rootsize=30720 --swapsize=1024 --tmpfs=- -o --libvirt=qemu:///system --ip=198.58.44.138 --mask=255.255.255.128 --bcast=198.58.44.255 --gw=198.58.44.129 --bridge=br0 --components=main,universe,restricted --templates=/var/lib/libvirt/images/ubuntu-cdva-base/templates --user=cdeng --name=CDEngineering --pass=siX3ci0vc0re --addpkg=linux-image-generic --addpkg=vim --addpkg=acpid --addpkg=openssh-server --firstboot=/var/lib/libvirt/images/ubuntu-cdva-base/boot.sh --mem=2048 --cpus=4 --ssh-user-key=/home/cdeng/.ssh/authorized_keys --hostname=sage
  2. 2016-06-13 17:30:27,303 INFO : Mounting tmpfs under /tmp/tmptP9wXltmpfs
  3. 2016-06-13 17:30:27,308 INFO : Calling hook: preflight_check
  4. 2016-06-13 17:30:27,314 INFO : Calling hook: set_defaults
  5. 2016-06-13 17:30:27,315 INFO : Calling hook: bootstrap
  6. 2016-06-13 17:33:48,332 INFO : Calling hook: configure_os
  7. 2016-06-13 17:33:57,622 INFO : W: GPG error: http://us.archive.ubuntu.com/ubuntu precise-updates InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed?)
  8. 2016-06-13 17:33:57,622 INFO : W: The repository 'http://us.archive.ubuntu.com/ubuntu precise-updates InRelease' is not signed.
  9. 2016-06-13 17:33:57,622 INFO : W: GPG error: http://security.ubuntu.com/ubuntu precise-security InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed?)
  10. 2016-06-13 17:33:57,623 INFO : W: The repository 'http://security.ubuntu.com/ubuntu precise-security InRelease' is not signed.
  11. 2016-06-13 17:33:57,623 INFO : W: GPG error: http://us.archive.ubuntu.com/ubuntu precise-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed?)
  12. 2016-06-13 17:33:57,623 INFO : W: The repository 'http://us.archive.ubuntu.com/ubuntu precise-backports InRelease' is not signed.
  13. 2016-06-13 17:33:57,623 INFO : W: GPG error: http://us.archive.ubuntu.com/ubuntu precise Release: Could not execute 'apt-key' to verify signature (is gnupg installed?)
  14. 2016-06-13 17:33:57,623 INFO : W: The repository 'http://us.archive.ubuntu.com/ubuntu precise Release' is not signed.
  15. 2016-06-13 17:33:57,939 INFO : E: Unable to correct problems, you have held broken packages.
  16. 2016-06-13 17:33:57,939 INFO : Cleaning up
  17. 2016-06-13 17:33:58,959 ERROR : Process (['chroot', '/tmp/tmptP9wXltmpfs', 'apt-get', 'install', '-y', '--force-yes', 'linux-image-generic', 'vim', 'acpid', 'openssh-server']) returned 100. stdout: Reading package lists...
  18. Building dependency tree...
  19. Some packages could not be installed. This may mean that you have
  20. requested an impossible situation or if you are using the unstable
  21. distribution that some required packages have not yet been created
  22. or been moved out of Incoming.
  23. The following information may help to resolve the situation:
  24.  
  25. The following packages have unmet dependencies:
  26. acpid : Depends: upstart-job
  27. Depends: module-init-tools (> 3.1-rel-2) but it is not going to be installed
  28. linux-image-generic : Depends: linux-image-3.2.0-104-generic but it is not going to be installed
  29. openssh-server : Depends: upstart-job
  30. vim : Depends: vim-common (= 2:7.3.429-2ubuntu2.1) but 2:7.4.1689-3ubuntu1 is to be installed
  31. , stderr: E: Unable to correct problems, you have held broken packages.
  32.  
  33. 2016-06-13 17:33:58,960 INFO : Unmounting tmpfs from /tmp/tmptP9wXltmpfs
  34. Traceback (most recent call last):
  35. File "/usr/bin/vmbuilder", line 24, in <module>
  36. cli.main()
  37. File "/usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py", line 216, in main
  38. distro.build_chroot()
  39. File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 84, in build_chroot
  40. self.call_hooks('configure_os')
  41. File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 67, in call_hooks
  42. call_hooks(self, *args, **kwargs)
  43. File "/usr/lib/python2.7/dist-packages/VMBuilder/util.py", line 165, in call_hooks
  44. getattr(context, func, log_no_such_method)(*args, **kwargs)
  45. File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/distro.py", line 147, in configure_os
  46. self.suite.install_extras()
  47. File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py", line 202, in install_extras
  48. self.run_in_target(env={ 'DEBIAN_FRONTEND' : 'noninteractive' }, *cmd)
  49. File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py", line 327, in run_in_target
  50. return self.context.run_in_target(*args, **kwargs)
  51. File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/__init__.py", line 86, in run_in_target
  52. return util.run_cmd('chroot', self.chroot_dir, *args, **kwargs)
  53. File "/usr/lib/python2.7/dist-packages/VMBuilder/util.py", line 120, in run_cmd
  54. raise VMBuilderException, "Process (%s) returned %d. stdout: %s, stderr: %s" % (args.__repr__(), status, mystdout.buf, mystderr.buf)
  55. VMBuilder.exception.VMBuilderException: Process (['chroot', '/tmp/tmptP9wXltmpfs', 'apt-get', 'install', '-y', '--force-yes', 'linux-image-generic', 'vim', 'acpid', 'openssh-server']) returned 100. stdout: Reading package lists...
  56. Building dependency tree...
  57. Some packages could not be installed. This may mean that you have
  58. requested an impossible situation or if you are using the unstable
  59. distribution that some required packages have not yet been created
  60. or been moved out of Incoming.
  61. The following information may help to resolve the situation:
  62.  
  63. The following packages have unmet dependencies:
  64. acpid : Depends: upstart-job
  65. Depends: module-init-tools (> 3.1-rel-2) but it is not going to be installed
  66. linux-image-generic : Depends: linux-image-3.2.0-104-generic but it is not going to be installed
  67. openssh-server : Depends: upstart-job
  68. vim : Depends: vim-common (= 2:7.3.429-2ubuntu2.1) but 2:7.4.1689-3ubuntu1 is to be installed
  69. , stderr: E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement