Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. $ ssh cdc8
  2. user@192.168.2.15's password:
  3.  
  4.  
  5. BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
  6. Enter 'help' for a list of built-in commands.
  7.  
  8. ~ $ develsh
  9.  
  10.  
  11. BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
  12. Enter 'help' for a list of built-in commands.
  13.  
  14. ~ $ devel-su
  15. Password:
  16.  
  17.  
  18. BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
  19. Enter 'help' for a list of built-in commands.
  20.  
  21. ~ # cat /etc/apt/sources.list.d/harmattan-dev-sdk.list
  22. deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
  23. ~ # apt-get update > /dev/null
  24. ~ # echo $?
  25. 0
  26. ~ # apt-get install wildmidi
  27. Reading package lists... Done
  28. Building dependency tree
  29. Reading state information... Done
  30. The following extra packages will be installed:
  31. libwildmidi0
  32. Recommended packages:
  33. freepats
  34. The following NEW packages will be installed
  35. libwildmidi0 wildmidi
  36. 0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
  37. Need to get 0B/69.6kB of archives.
  38. After this operation, 250kB of additional disk space will be used.
  39. Do you want to continue [Y/n]? y
  40. WARNING: The following packages cannot be authenticated!
  41. libwildmidi0 wildmidi
  42. Install these packages without verification [y/N]? y
  43. Aegis rejecting /var/cache/apt/archives/wildmidi_0.2.2-2maemo1.m6_armel.deb: package 'wildmidi' origin cannot be determined -- signature check failed
  44. Aegis rejecting /var/cache/apt/archives/libwildmidi0_0.2.2-2maemo1.m6_armel.deb: package 'libwildmidi0' origin cannot be determined -- signature check failed
  45. aegis aborting dpkg -- all listed package files rejected
  46. Compilation failed in require.
  47. Updating desktop entries... Done
  48. E: Sub-process /usr/bin/dpkg returned an error code (255)
  49. ~ # apt-get install --reinstall bash
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. Suggested packages:
  54. bash-doc
  55. Recommended packages:
  56. bash-completion
  57. The following packages will be upgraded:
  58. bash
  59. 1 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 7 not upgraded.
  60.  
  61. Need to get 0B/1,307kB of archives.
  62. After this operation, 0B of additional disk space will be used.
  63. Do you want to continue [Y/n]? y
  64. WARNING: The following packages cannot be authenticated!
  65. bash
  66. Install these packages without verification [y/N]? y
  67. Aegis rejecting /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb: package 'bash' origin cannot be determined -- signature check failed
  68. aegis aborting dpkg -- all listed package files rejected
  69. Compilation failed in require.
  70. Updating desktop entries... Done
  71. E: Sub-process /usr/bin/dpkg returned an error code (255)
  72. ~ # aegis-deb-release /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  73.  
  74. Release: /var/lib/apt/lists/harmattan-dev.nokia.com_dists_harmattan_sdk_Release
  75. MD5: 126629535c8c20fdde4240a190cdf114
  76. SHA1: 37ffbba69bae509b8a1666fd3a54f0fdc0985dfc
  77. SHA256: 020a80f9517459e676e7f0e751994eb36438945bbbcbd7e8aac62242cb4ee1b9
  78. Packages:
  79. /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  80. ~ # rm /etc/apt/sources.list.d/harmattan-dev-sdk.list
  81. ~ # apt-get update > /dev/null ; echo $?
  82. 0
  83. ~ # aegis-deb-release /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  84.  
  85. Release: unknown
  86. Packages:
  87. /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  88. ~ # apt-get install --reinstall bash
  89. Reading package lists... Done
  90. Building dependency tree
  91. Reading state information... Done
  92. Reinstallation of bash is not possible, it cannot be downloaded.
  93. 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
  94. ~ # dpkg -i /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  95. (Reading database ... 47548 files and directories currently installed.)
  96. Preparing to replace bash 4.1-3+maemo6+0m6 (using .../bash_4.1-3+maemo6+0m6_armel.deb) ...
  97. update-alternatives: warning: alternative /usr/share/man/man7/bash-builtins.7.gz (part of link group builtins.7.gz) doesn't exist. Removing from list of alternatives.
  98. update-alternatives: warning: /etc/alternatives/builtins.7.gz is dangling, it will be updated with best choice.
  99. The bash upgrade discovered that your /bin/sh link points to busybox.
  100. As bash for Debian is destined to provide a working /bin/sh (pointing to
  101. /bin/bash) your link will be overwritten by a default link.
  102.  
  103. If you don't want further upgrades to overwrite your customization, please
  104. read /usr/share/doc/bash/README.Debian.gz for a more permanent solution.
  105.  
  106. [Press RETURN to continue]
  107.  
  108. Unpacking replacement bash ...
  109. aegis-installing bash (from '')
  110. Setting up bash (4.1-3+maemo6+0m6) ...
  111. update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode.
  112. ~ # cat harmattan-dev-sdk.list
  113. deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
  114. ~ # cp -a harmattan-dev-sdk.list /etc/apt/sources.list.d/
  115.  
  116. ~ # apt-get update > /dev/null ; echo $?
  117. 0
  118. ~ # dpkg -i /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb
  119. Aegis rejecting /var/cache/apt/archives/bash_4.1-3+maemo6+0m6_armel.deb: package 'bash' origin cannot be determined -- signature check failed
  120. aegis aborting dpkg -- all listed package files rejected
  121. Compilation failed in require.
  122. ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement