Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. shard1/0:install % hooks/install
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. python-yaml is already the newest version.
  6. 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
  7. Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.UMPoZpE3Xv --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 7F0CEB10
  8. gpg: requesting key 7F0CEB10 from hkp server keyserver.ubuntu.com
  9. gpg: key 7F0CEB10: "Richard Kreuter <richard@10gen.com>" not changed
  10. gpg: Total number processed: 1
  11. gpg: unchanged: 1
  12. Hit http://eu-west-1.ec2.archive.ubuntu.com precise Release.gpg
  13. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates Release.gpg
  14. Hit http://eu-west-1.ec2.archive.ubuntu.com precise Release
  15. Hit http://security.ubuntu.com precise-security Release.gpg
  16. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates Release
  17. Hit http://security.ubuntu.com precise-security Release
  18. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools Release.gpg
  19. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/main Sources
  20. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools Release
  21. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/universe Sources
  22. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/main amd64 Packages
  23. Hit http://security.ubuntu.com precise-security/main Sources
  24. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/universe amd64 Packages
  25. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/main i386 Packages
  26. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/universe i386 Packages
  27. Hit http://security.ubuntu.com precise-security/universe Sources
  28. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main Sources
  29. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/main TranslationIndex
  30. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/universe TranslationIndex
  31. Hit http://security.ubuntu.com precise-security/main amd64 Packages
  32. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main amd64 Packages
  33. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/main Sources
  34. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/universe Sources
  35. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main i386 Packages
  36. Hit http://security.ubuntu.com precise-security/universe amd64 Packages
  37. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/main amd64 Packages
  38. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main TranslationIndex
  39. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/universe amd64 Packages
  40. Hit http://security.ubuntu.com precise-security/main i386 Packages
  41. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/main i386 Packages
  42. Hit http://security.ubuntu.com precise-security/universe i386 Packages
  43. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/universe i386 Packages
  44. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/main TranslationIndex
  45. Hit http://security.ubuntu.com precise-security/main TranslationIndex
  46. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/universe TranslationIndex
  47. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/main Translation-en
  48. Hit http://eu-west-1.ec2.archive.ubuntu.com precise/universe Translation-en
  49. Hit http://security.ubuntu.com precise-security/universe TranslationIndex
  50. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/main Translation-en
  51. Hit http://eu-west-1.ec2.archive.ubuntu.com precise-updates/universe Translation-en
  52. Hit http://downloads-distro.mongodb.org dist Release.gpg
  53. Hit http://security.ubuntu.com precise-security/main Translation-en
  54. Hit http://security.ubuntu.com precise-security/universe Translation-en
  55. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main Translation-en_US
  56. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main Translation-en
  57. Hit http://downloads-distro.mongodb.org dist Release
  58. W: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/Release Unable to find expected entry '10gen/source/Sources' in Release file (Wrong sources.list entry or malformed file)
  59.  
  60. E: Some index files failed to download. They have been ignored, or old ones used instead.
  61. Traceback (most recent call last):
  62. File "hooks/hooks.py", line 1494, in <module>
  63. retVal = install_hook()
  64. File "hooks/hooks.py", line 907, in install_hook
  65. apt_update(fatal=True)
  66. File "/var/lib/juju/agents/unit-shard1-0/charm/hooks/charmhelpers/fetch/__init__.py", line 127, in apt_update
  67. subprocess.check_call(cmd)
  68. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  69. raise CalledProcessError(retcode, cmd)
  70. subprocess.CalledProcessError: Command '['apt-get', 'update']' returned non-zero exit status 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement